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

build(deps): bump the alloy-revm group across 1 directory with 3 updates #2235

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Bumps the alloy-revm group with 3 updates in the / directory: alloy, revm and revm-inspectors.

Updates alloy from 0.6.4 to 0.9.2

Release notes

Sourced from alloy's releases.

v0.9.2

What's Changed

Full Changelog: alloy-rs/alloy@v0.9.1...v0.9.2

v0.9.1

What's Changed

Full Changelog: alloy-rs/alloy@v0.9.0...v0.9.1

v0.9.0

What's Changed

... (truncated)

Changelog

Sourced from alloy's changelog.

0.9.2 - 2025-01-03

Bug Fixes

  • [eip7251] Update contract address and bytecode (#1877)
  • Skip empty request objects (#1873)

Features

  • Sort and skip empty requests for hash (#1878)
  • Add conversions from rpc block to consensus (#1869)
  • Add block to payloadv1 (#1875)
  • Add block to payloadbodyv1 (#1874)

Miscellaneous Tasks

  • Release 0.9.2

0.9.1 - 2024-12-30

Features

  • Add deref for block (#1868)
  • Add helper for txpool inspect summary (#1866)

Miscellaneous Tasks

  • Release 0.9.1
  • Add arbitrary for blockbody (#1867)
  • Add history serve window (#1865)

0.9.0 - 2024-12-30

Bug Fixes

  • Use u64 for all gas values (#1848)
  • [alloy-eips] SimpleCoder::decode_one() should return Ok(None) (#1818)
  • Support hex values for conditional options (#1824)
  • Use default for creation method (#1820)

Dependencies

  • Rm cyclic test deps (#1864)
  • Rm cyclic test deps (#1863)

Features

  • Add ExecutionPayloadFieldV2 into ExecutionPayload (#1858)
  • Add try into block with sidecar (#1856)
  • Misc payloadenvelopeinput conversions (#1855)

... (truncated)

Commits

Updates revm from 18.0.0 to 19.4.0

Changelog

Sourced from revm's changelog.

Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

v44 tag

date: 18.09.2024

Small maintenance release. Code can be found in release/v44 branch. Fixes bug with Inspector selfdestruct not called every time, and enabled PRAGUE_EOF in statetest for PRAGUE tests.

  • revme: 0.10.1 -> 0.10.2
  • revm: 14.0.1 -> 14.0.2
  • revm-interpreter: 10.0.1 -> 10.0.2
  • revm-primitives: 9.0.1 -> 9.0.2
  • revm-precompile: 11.0.1 -> 11.0.2
  • revm-test: 0.1.0

v43 tag

date: 30.08.2024

Logo change and doc fix.

  • revm: 14.0.0 -> 14.0.1
  • revm-interpreter: 10.0.0 -> 10.0.1
  • revm-primitives: 9.0.0 -> 9.0.1
  • revm-precompile: 11.0.0 -> 11.0.1
  • revme: 0.10.0 -> 0.10.1

v42 tag

date: 29.08.2024

new EIP-7702 implemented. Passing all EOF and EIP-7702 tests. Preparation for devnet-3.

  • revme: 0.9.0 -> 0.10.0
  • revm: 13.0.0 -> 14.0.0
  • revm-interpreter: 9.0.0 -> 10.0.0
  • revm-primitives: 8.0.0 -> 9.0.0
  • revm-precompile: 10.0.0 -> 11.0.0

v41 tag

date: 08.08.2024

EOF fixes and improvements. Optimism Granite fork support.

  • revme: 0.8.0 -> 0.9.0
  • revm: 12.1.0 -> 13.0.0
  • revm-interpreter: 8.1.0 -> 9.0.0
  • revm-primitives: 7.1.0 -> 8.0.0
  • revm-precompile: 9.2.0 -> 10.0.0

... (truncated)

Commits

Updates revm-inspectors from 0.11.0 to 0.14.1

Changelog

Sourced from revm-inspectors's changelog.

0.14.1 - 2024-12-30

Dependencies

  • Matt/bump revm19 (#251)
  • Bump boa 20 (#247)

Miscellaneous Tasks

  • Make clippy happy (#249)

0.13.0 - 2024-12-10

Dependencies

  • Bump alloy 0.8 (#245)

Miscellaneous Tasks

  • Release 0.13.0
  • Release 0.13.0

0.12.1 - 2024-12-04

Bug Fixes

  • [js] Incorrect caller and contract address extracting (#244)

Dependencies

  • Bump msrv 1.81 (#243)

Miscellaneous Tasks

  • Release 0.12.1
  • Remove bad todo (#242)

0.12.0 - 2024-11-28

Dependencies

Miscellaneous Tasks

  • Release 0.12.0

Other

  • Implement FlatCallTracer (#240)

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the alloy-revm group with 3 updates in the / directory: [alloy](https://github.com/alloy-rs/alloy), [revm](https://github.com/bluealloy/revm) and [revm-inspectors](https://github.com/paradigmxyz/revm-inspectors).


Updates `alloy` from 0.6.4 to 0.9.2
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.6.4...v0.9.2)

Updates `revm` from 18.0.0 to 19.4.0
- [Release notes](https://github.com/bluealloy/revm/releases)
- [Changelog](https://github.com/bluealloy/revm/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluealloy/revm/commits)

Updates `revm-inspectors` from 0.11.0 to 0.14.1
- [Changelog](https://github.com/paradigmxyz/revm-inspectors/blob/main/CHANGELOG.md)
- [Commits](paradigmxyz/revm-inspectors@v0.11.0...v0.14.1)

---
updated-dependencies:
- dependency-name: alloy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alloy-revm
- dependency-name: revm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alloy-revm
- dependency-name: revm-inspectors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alloy-revm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 28, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #2276.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/cargo/alloy-revm-4fe980d2e4 branch February 3, 2025 11:25
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants