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.0b6 #884

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps py-evm from 0.10.0b2 to 0.10.0b6.

Changelog

Sourced from py-evm's changelog.

Release Notes

.. towncrier release notes start

py-evm v0.10.0-beta.6 (2024-04-05)

Bugfixes


- Fix ``__getattr__()`` for ``KeyMapDB`` and thus allow it to be copied / deep copied. (`[#2116](https://github.com/ethereum/py-evm/issues/2116) <https://github.com/ethereum/py-evm/issues/2116>`__)
- ``integer.to_bytes()`` requires size and byteorder below py311 and our fixture tests only use py311. Compare the first byte of versioned hashes by indexing instead. (`[#2168](https://github.com/ethereum/py-evm/issues/2168) <https://github.com/ethereum/py-evm/issues/2168>`__)

py-evm v0.10.0-beta.5 (2024-04-05)

Bugfixes

  • Use the current VM's header class to check valid fields for vm.pack_block(). ([#2165](https://github.com/ethereum/py-evm/issues/2165) <https://github.com/ethereum/py-evm/issues/2165>__)
  • Properly configure the CancunBlock class to use the CancunReceiptBuilder. ([#2166](https://github.com/ethereum/py-evm/issues/2166) <https://github.com/ethereum/py-evm/issues/2166>__)

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) </tr></table>

... (truncated)

Commits
  • a3f8cfc Bump version: 0.10.0-beta.5 → 0.10.0-beta.6
  • 5660043 Compile release notes for v0.10.0-beta.6
  • 13b423a bugfix: fix __getattr__() for KeyMapDB
  • fb28fa4 Compare the first versioned hash byte by indexing
  • 7e68af4 Bump version: 0.10.0-beta.4 → 0.10.0-beta.5
  • f3db6c0 Compile release notes for v0.10.0-beta.5
  • 025caf5 newsfragment for #2166
  • 1afa4a6 bugfix: use CancunReceiptBuilder in CancunBlock
  • fab2d5e newsfragment for #2165
  • fe556b4 Update block fields check to use current vm's block header
  • 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.0b2 to 0.10.0b6.
- [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.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 8, 2024 06:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 8, 2024
@dependabot dependabot bot requested a review from Uxio0 April 8, 2024 06:56
@Uxio0 Uxio0 merged commit 2e2ff62 into main Apr 12, 2024
7 checks passed
@Uxio0 Uxio0 deleted the dependabot/pip/py-evm-0.10.0b6 branch April 12, 2024 11:06
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 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