Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump py-evm from 0.10.0b2 to 0.10.0b4 #862

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps py-evm from 0.10.0b2 to 0.10.0b4.

Changelog

Sourced from py-evm's changelog.

Release Notes

.. towncrier release notes start

py-evm v0.10.0-beta.4 (2024-03-18)

Bugfixes


- Clear existing transient storage db instead of resetting and creating a new one (`[#2159](https://github.com/ethereum/py-evm/issues/2159) <https://github.com/ethereum/py-evm/issues/2159>`__)

py-evm v0.10.0-beta.3 (2024-03-18)

Bugfixes

  • bugfix: Ensure a type_id for SpoofTransaction when unsigned -> signed spoofing. This defaults to None for legacy and uses the _type_id for unsigned typed txns. ([#2157](https://github.com/ethereum/py-evm/issues/2157) <https://github.com/ethereum/py-evm/issues/2157>__)

Internal Changes - For py-evm Contributors


- Use some general state tests for transaction tests since they have similar formats. This yielded a decent amount of new transaction tests. (`[#2157](https://github.com/ethereum/py-evm/issues/2157) <https://github.com/ethereum/py-evm/issues/2157>`__)

py-evm v0.10.0-beta.2 (2024-03-15)

Bugfixes


- bugfix: Address issues instantiating VM at Cancun transition. (`[#2156](https://github.com/ethereum/py-evm/issues/2156) &lt;https://github.com/ethereum/py-evm/issues/2156&gt;`__)

py-evm v0.10.0-beta.1 (2024-03-15)

Breaking Changes

  • Remove memory_read from ComputationAPI interface and Computation implementation. Use memory_read_bytes in its place for call data read. ([#2140](https://github.com/ethereum/py-evm/issues/2140) &lt;https://github.com/ethereum/py-evm/issues/2140&gt;__)

Features


&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/py-evm/commit/e0c21457195e343d9f33168401dab1dc440baf06&quot;&gt;&lt;code&gt;e0c2145&lt;/code&gt;&lt;/a> Bump version: 0.10.0-beta.3 → 0.10.0-beta.4</li>
<li><a href="https://github.com/ethereum/py-evm/commit/5f3f79f8df70d361de216fe6571aecbccfb871b9&quot;&gt;&lt;code&gt;5f3f79f&lt;/code&gt;&lt;/a> Compile release notes for v0.10.0-beta.4</li>
<li><a href="https://github.com/ethereum/py-evm/commit/83b0728ae2333beb385069990862554c0b2ce93d&quot;&gt;&lt;code&gt;83b0728&lt;/code&gt;&lt;/a> add newsfragment</li>
<li><a href="https://github.com/ethereum/py-evm/commit/3687f342f222dc3b2a31bcb2fc6808f3f195e80c&quot;&gt;&lt;code&gt;3687f34&lt;/code&gt;&lt;/a> revert submodule change</li>
<li><a href="https://github.com/ethereum/py-evm/commit/da22ff88703b3630a78b53cdc5d23b84b1c54cfc&quot;&gt;&lt;code&gt;da22ff8&lt;/code&gt;&lt;/a> fix cancun transaction executor</li>
<li><a href="https://github.com/ethereum/py-evm/commit/36469741329f72fbc5e45b25e5f2381d15ffb898&quot;&gt;&lt;code&gt;3646974&lt;/code&gt;&lt;/a> Bump version: 0.10.0-beta.2 → 0.10.0-beta.3</li>
<li><a href="https://github.com/ethereum/py-evm/commit/2b87c40e8049047e98325ebae59380c68629a963&quot;&gt;&lt;code&gt;2b87c40&lt;/code&gt;&lt;/a> Compile release notes for v0.10.0-beta.3</li>
<li><a href="https://github.com/ethereum/py-evm/commit/ac28892b1bff504a8d72793963ae07031aeb1b78&quot;&gt;&lt;code&gt;ac28892&lt;/code&gt;&lt;/a> newsfragments for <a href="https://redirect.github.com/ethereum/py-evm/issues/2157&quot;&gt;#2157&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/py-evm/commit/3e017ed25679869be93f0d9bad25766c5e1a8c3b&quot;&gt;&lt;code&gt;3e017ed&lt;/code&gt;&lt;/a> Use some general state tests as transaction tests; Ensure spoof type_id</li>
<li>See full diff in <a href="https://github.com/ethereum/py-evm/compare/v0.10.0-beta.2...v0.10.0-beta.4&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [py-evm](https://github.com/ethereum/py-evm) from 0.10.0b2 to 0.10.0b4.
- [Release notes](https://github.com/ethereum/py-evm/releases)
- [Changelog](https://github.com/ethereum/py-evm/blob/main/docs/release_notes.rst)
- [Commits](ethereum/py-evm@v0.10.0-beta.2...v0.10.0-beta.4)

---
updated-dependencies:
- dependency-name: py-evm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2024 06:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2024
@dependabot dependabot bot requested a review from Uxio0 April 1, 2024 06:20
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

Superseded by #884.

@dependabot dependabot bot closed this Apr 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/py-evm-0.10.0b4 branch April 8, 2024 06:56
@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants