Skip to content

Bump py-evm from 0.10.1b2 to 0.12.1b1 #1907

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps py-evm from 0.10.1b2 to 0.12.1b1.

Changelog

Sourced from py-evm's changelog.

Release Notes

.. towncrier release notes start

py-evm v0.12.1-beta.1 (2025-05-14)

Features


- Add ``PRAGUE_MAINNET_BLOCK`` now that it is known, post Prague activation on mainnet. (`[#2213](https://github.com/ethereum/py-evm/issues/2213) <https://github.com/ethereum/py-evm/issues/2213>`__)

py-evm v0.12.0-beta.3 (2025-04-25)

Bugfixes

  • Handle the case where the parent header of a Prague header does not have the excess_blob_gas property for calculation. ([#2212](https://github.com/ethereum/py-evm/issues/2212) <https://github.com/ethereum/py-evm/issues/2212>__)

Features


- Add Shanghai mainnet block number to mainnet constants. (`[#2126](https://github.com/ethereum/py-evm/issues/2126) <https://github.com/ethereum/py-evm/issues/2126>`__)
- Add Cancun mainnet block number to mainnet constants. (`[#2212](https://github.com/ethereum/py-evm/issues/2212) <https://github.com/ethereum/py-evm/issues/2212>`__)

py-evm v0.12.0-beta.2 (2025-04-23)

Bugfixes

  • Use correct fields in PragueUnsignedLegacyTransaction.as_signed_transaction(). ([#2209](https://github.com/ethereum/py-evm/issues/2209) <https://github.com/ethereum/py-evm/issues/2209>__)
  • Rename new_signed_set_code_transaction() -> new_set_code_transaction() and make sure this returns a PragueTypedTransaction, as is expected. It can also take dictionary auth lists, as was recently added to new_unsigned_set_code_transaction(). ([#2211](https://github.com/ethereum/py-evm/issues/2211) <https://github.com/ethereum/py-evm/issues/2211>__)

Features


- Allow authorizations to be dicts when creating a new ``UnsignedSetCodeTransaction`` via ``PragueTransactionBuilder.new_unsigned_set_code_transaction()``. (`[#2210](https://github.com/ethereum/py-evm/issues/2210) <https://github.com/ethereum/py-evm/issues/2210>`__)

Internal Changes - For py-evm Contributors

  • Test blockchain tests against latest EELS v4.3.0 develop fixtures. ([#2210](https://github.com/ethereum/py-evm/issues/2210) <https://github.com/ethereum/py-evm/issues/2210>__)

... (truncated)

Commits
  • d77aa4a Bump version: 0.12.0-beta.3 → 0.12.1-beta.1
  • 1ef65c9 Compile release notes for v0.12.1-beta.1
  • 3e37b27 Add PRAGUE_MAINNET_BLOCK now that it is known
  • eb64ed9 Bump version: 0.12.0-beta.2 → 0.12.0-beta.3
  • ad819ec Manually add missing release note for Shanghai block number (#2126)
  • c949648 Compile release notes for v0.12.0-beta.3
  • 4e05a86 Add transition tests from all prior vms to vm under test
  • 916136c Resolve when parent header is not cancun or prague:
  • dc0e29d Update tests for Shanghai
  • 023a1cf Add Shanghai block number
  • 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.10.1b2 to 0.12.1b1.
- [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.1-beta.2...v0.12.1-beta.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

1 participant