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.9.0b1 to 0.10.0b2 #839

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps py-evm from 0.9.0b1 to 0.10.0b2.

Changelog

Sourced from py-evm's changelog.

Release Notes

.. towncrier release notes start

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) <https://github.com/ethereum/py-evm/issues/2156>`__)

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) <https://github.com/ethereum/py-evm/issues/2140>__)

Features


- Implement EIP-4788: Add ``parent_beacon_block_root`` to execution block headers. (`[#2135](https://github.com/ethereum/py-evm/issues/2135) <https://github.com/ethereum/py-evm/issues/2135>`__)
- Implement EIP-1153: Transient Storage. (`[#2142](https://github.com/ethereum/py-evm/issues/2142) <https://github.com/ethereum/py-evm/issues/2142>`__)
- Implement EIP-6780: Self-destruct only in same transaction. (`[#2148](https://github.com/ethereum/py-evm/issues/2148) <https://github.com/ethereum/py-evm/issues/2148>`__)
- Implement EIP-4844 and EIP-7516: Blob transactions, BLOBHASH opcode, BLOBBASEFEE opcode. (`[#2151](https://github.com/ethereum/py-evm/issues/2151) <https://github.com/ethereum/py-evm/issues/2151>`__)

Internal Changes - For py-evm Contributors

  • Drop the concept of a mining header, post-merge. ([#2134](https://github.com/ethereum/py-evm/issues/2134) <https://github.com/ethereum/py-evm/issues/2134>__)
  • Fix epub docs build issue, add pdf and epub docs builds to CI ([#2137](https://github.com/ethereum/py-evm/issues/2137) <https://github.com/ethereum/py-evm/issues/2137>__)
  • Update ethereum/tests submodule to version v13.1. ([#2149](https://github.com/ethereum/py-evm/issues/2149) <https://github.com/ethereum/py-evm/issues/2149>__)

py-evm v0.9.0-beta.1 (2024-02-05)

Breaking Changes


- Drop python 3.7 support (`[#2128](https://github.com/ethereum/py-evm/issues/2128) <https://github.com/ethereum/py-evm/issues/2128>`__)

Bugfixes </tr></table>

... (truncated)

Commits
  • daa5f47 Bump version: 0.10.0-beta.1 → 0.10.0-beta.2
  • 9cbf884 Compile release notes for v0.10.0-beta.2
  • d4fd330 newsfragment for #2156
  • 717c191 Turn on Cancun transition tests and address any issues:
  • 537bf32 Bump version: 0.9.0-beta.1 → 0.10.0-beta.1
  • 294e944 Compile release notes for v0.10.0-beta.1
  • 8473af9 newsfragment for #2148
  • 5bd399c Skip slow tests for Cancun; turn on full Cancun test suite
  • aacb8c0 Keep track of selfdestruct and beneficiaries separately
  • 8716f9b Track if a computation is from a parent computation.
  • Additional commits viewable in compare view

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.9.0b1 to 0.10.0b2.
- [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.9.0-beta.1...v0.10.0-beta.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 18, 2024 06:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 18, 2024
@dependabot dependabot bot requested a review from Uxio0 March 18, 2024 06:31
@Uxio0 Uxio0 merged commit ed087ac into main Mar 18, 2024
7 checks passed
@Uxio0 Uxio0 deleted the dependabot/pip/py-evm-0.10.0b2 branch March 18, 2024 10:13
@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 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.

None yet

1 participant