Skip to content

Commit eac059e

Browse files
committed
Merge branch 'v47-upstream' into scroll-evm-executor/update/v47
# Conflicts: # CHANGELOG.md # Cargo.lock # bins/revm-test/CHANGELOG.md # bins/revm-test/Cargo.toml # bins/revme/CHANGELOG.md # bins/revme/Cargo.toml # bins/revme/src/cmd/statetest/runner.rs # crates/interpreter/CHANGELOG.md # crates/interpreter/Cargo.toml # crates/interpreter/src/host.rs # crates/interpreter/src/host/dummy.rs # crates/precompile/CHANGELOG.md # crates/precompile/Cargo.toml # crates/precompile/src/bn128.rs # crates/precompile/src/hash.rs # crates/precompile/src/lib.rs # crates/primitives/CHANGELOG.md # crates/primitives/Cargo.toml # crates/primitives/src/specification.rs # crates/primitives/src/state.rs # crates/revm/CHANGELOG.md # crates/revm/Cargo.toml # crates/revm/src/context.rs # crates/revm/src/context/evm_context.rs # crates/revm/src/context/inner_evm_context.rs # crates/revm/src/db/in_memory_db.rs # crates/revm/src/evm.rs # crates/revm/src/handler/mainnet/pre_execution.rs
2 parents e11985f + bafe64b commit eac059e

17 files changed

+186
-27
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.
22

3+
# v47 tag
4+
date: 17.10.2024
5+
Maintenance release. bumping new alloy-eip7702
6+
7+
* `revme`: 0.11.0 -> 1.0.0
8+
* `revm`: 15.0.0 -> 16.0.0
9+
* `revm-primitives`: 11.0.0 -> 12.0.0
10+
* `revm-precompile`: 12.0.0 -> 13.0.0
11+
* `revm-interpreter`: 11.0.0 -> 12.0.0
12+
313
# v46 tag
414
date: 17.10.2024
515
Maintenance release. EIP-7702 newest changes, alloy-primitives bump.

Cargo.lock

+19-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bins/revm-test/CHANGELOG.md

+110
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,116 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
### Other
2828

29+
- Bump v46 versions ([#1826](https://github.com/bluealloy/revm/pull/1826))
30+
- release-plz update ([#1807](https://github.com/bluealloy/revm/pull/1807))
31+
- release-plz update
32+
- *(deps)* bump alloy-sol-types from 0.8.0 to 0.8.2 ([#1762](https://github.com/bluealloy/revm/pull/1762))
33+
- release ([#1729](https://github.com/bluealloy/revm/pull/1729))
34+
- release ([#1722](https://github.com/bluealloy/revm/pull/1722))
35+
- *(deps)* bump alloy and primitives ([#1725](https://github.com/bluealloy/revm/pull/1725))
36+
- *(deps)* bump bytes from 1.6.1 to 1.7.1 ([#1700](https://github.com/bluealloy/revm/pull/1700))
37+
- tag v41 revm v13.0.0 ([#1692](https://github.com/bluealloy/revm/pull/1692))
38+
- release ([#1683](https://github.com/bluealloy/revm/pull/1683))
39+
- *(deps)* bump regex from 1.10.5 to 1.10.6 ([#1682](https://github.com/bluealloy/revm/pull/1682))
40+
- bump versions bcs of primitives ([#1631](https://github.com/bluealloy/revm/pull/1631))
41+
- release ([#1620](https://github.com/bluealloy/revm/pull/1620))
42+
- *(deps)* bump alloy-sol-types from 0.7.6 to 0.7.7 ([#1614](https://github.com/bluealloy/revm/pull/1614))
43+
- *(deps)* bump alloy-sol-macro from 0.7.6 to 0.7.7 ([#1613](https://github.com/bluealloy/revm/pull/1613))
44+
- release ([#1579](https://github.com/bluealloy/revm/pull/1579))
45+
- release ([#1548](https://github.com/bluealloy/revm/pull/1548))
46+
- replace TransactTo with TxKind ([#1542](https://github.com/bluealloy/revm/pull/1542))
47+
- *(deps)* bump regex from 1.10.4 to 1.10.5 ([#1502](https://github.com/bluealloy/revm/pull/1502))
48+
- release ([#1261](https://github.com/bluealloy/revm/pull/1261))
49+
- *(interpreter)* rewrite gas accounting for memory expansion ([#1361](https://github.com/bluealloy/revm/pull/1361))
50+
- revert snailtracer without microbench ([#1259](https://github.com/bluealloy/revm/pull/1259))
51+
- release ([#1231](https://github.com/bluealloy/revm/pull/1231))
52+
- *(deps)* bump other alloy deps 0.7.0 ([#1252](https://github.com/bluealloy/revm/pull/1252))
53+
- *(deps)* bump regex from 1.10.3 to 1.10.4 ([#1223](https://github.com/bluealloy/revm/pull/1223))
54+
- *(deps)* bump bytes from 1.5.0 to 1.6.0 ([#1224](https://github.com/bluealloy/revm/pull/1224))
55+
- release ([#1175](https://github.com/bluealloy/revm/pull/1175))
56+
- tag v32 revm v7.1.0 ([#1176](https://github.com/bluealloy/revm/pull/1176))
57+
- release ([#1125](https://github.com/bluealloy/revm/pull/1125))
58+
- *(deps)* bump alloy-sol-types from 0.6.3 to 0.6.4 ([#1148](https://github.com/bluealloy/revm/pull/1148))
59+
- *(deps)* bump alloy-sol-macro from 0.6.3 to 0.6.4 ([#1136](https://github.com/bluealloy/revm/pull/1136))
60+
- release tag v30 revm v6.1.0 ([#1100](https://github.com/bluealloy/revm/pull/1100))
61+
- clippy cleanup ([#1112](https://github.com/bluealloy/revm/pull/1112))
62+
- *(deps)* bump alloy-sol-types from 0.6.2 to 0.6.3 ([#1103](https://github.com/bluealloy/revm/pull/1103))
63+
- release ([#1082](https://github.com/bluealloy/revm/pull/1082))
64+
- *(deps)* bump alloy-sol-macro from 0.6.2 to 0.6.3 ([#1094](https://github.com/bluealloy/revm/pull/1094))
65+
- license date and revm docs ([#1080](https://github.com/bluealloy/revm/pull/1080))
66+
- release ([#1067](https://github.com/bluealloy/revm/pull/1067))
67+
- tag v27, revm v4.0.0 release ([#1061](https://github.com/bluealloy/revm/pull/1061))
68+
- *(deps)* bump eyre from 0.6.11 to 0.6.12 ([#1051](https://github.com/bluealloy/revm/pull/1051))
69+
- *(deps)* bump alloy-sol-types from 0.6.0 to 0.6.2 ([#1035](https://github.com/bluealloy/revm/pull/1035))
70+
- *(deps)* bump alloy-sol-macro from 0.6.0 to 0.6.2 ([#1013](https://github.com/bluealloy/revm/pull/1013))
71+
- chore(Test) : const to static ([#1016](https://github.com/bluealloy/revm/pull/1016))
72+
- Burntpix criterion bench ([#1004](https://github.com/bluealloy/revm/pull/1004))
73+
- Instruction table ([#759](https://github.com/bluealloy/revm/pull/759))
74+
- rewrite revm-test as a criterion bench ([#579](https://github.com/bluealloy/revm/pull/579))
75+
- optimize stack usage for recursive `call` and `create` programs ([#522](https://github.com/bluealloy/revm/pull/522))
76+
- Bump v24, revm v3.3.0 ([#476](https://github.com/bluealloy/revm/pull/476))
77+
- Release v23, revm v3.2.0 ([#464](https://github.com/bluealloy/revm/pull/464))
78+
- Release v22, revm v3.1.1 ([#460](https://github.com/bluealloy/revm/pull/460))
79+
- v21, revm v3.1.0 ([#444](https://github.com/bluealloy/revm/pull/444))
80+
- remove gas blocks ([#391](https://github.com/bluealloy/revm/pull/391))
81+
- *(deps)* bump bytes from 1.3.0 to 1.4.0 ([#355](https://github.com/bluealloy/revm/pull/355))
82+
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350))
83+
- includes to libs ([#338](https://github.com/bluealloy/revm/pull/338))
84+
- Creating revm-primitives, revm better errors and db components ([#334](https://github.com/bluealloy/revm/pull/334))
85+
- Cleanup, move hot fields toggether in Interpreter ([#321](https://github.com/bluealloy/revm/pull/321))
86+
- native bits ([#278](https://github.com/bluealloy/revm/pull/278))
87+
- *(release)* Bump revm and precompiles versions
88+
- Bump primitive_types. Add statetest spec
89+
- Bump revm v2.1.0 ([#224](https://github.com/bluealloy/revm/pull/224))
90+
- revm bump v2.0.0, precompile bump v1.1.1 ([#212](https://github.com/bluealloy/revm/pull/212))
91+
- Cfg choose create analysis, option on bytecode size limit ([#210](https://github.com/bluealloy/revm/pull/210))
92+
- Cargo sort. Bump lib versions ([#208](https://github.com/bluealloy/revm/pull/208))
93+
- Return `ExecutionResult`, which includes `gas_refunded` ([#169](https://github.com/bluealloy/revm/pull/169))
94+
- Bytecode hash, remove override_spec, ([#165](https://github.com/bluealloy/revm/pull/165))
95+
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159))
96+
- v6 changelog, bump versions
97+
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52))
98+
- [revm] pop_top and unsafe comments ([#51](https://github.com/bluealloy/revm/pull/51))
99+
- [precompiles] remove unused borsh
100+
- [recompl] Bump precompile deps, cargo sort on workspace
101+
- [revm] output log. Stetetest test log output. fmt
102+
- Bump versions, Changelogs, fmt, revm readme, clippy.
103+
- [revm] Run test multiple times. fmt, BenchmarkDB
104+
- Multiple changes: web3 db, debugger initial commit, precompile load
105+
- Memory to usize, clippy,fmt
106+
- wip optimize i256
107+
- TEMP switch stacks H256 with U256
108+
- [revm] some perfs
109+
- [revm] Perfs stack pop. Benchmark snailtracer.
110+
- [revm] cleanup
111+
- fmt
112+
- EVM Interface changed. Inspector called separately
113+
- Bump revm v0.3.0. README updated
114+
- DB ref mut polished
115+
- And now we debug
116+
- [revm] Interface. Inspector added, Env cleanup. revm-test passes
117+
- Rename bin to bins
118+
119+
## [0.1.0](https://github.com/bluealloy/revm/releases/tag/revm-test-v0.1.0) - 2024-10-17
120+
121+
### Added
122+
123+
- EOF (Ethereum Object Format) ([#1143](https://github.com/bluealloy/revm/pull/1143))
124+
- add tests for shift instructions ([#1254](https://github.com/bluealloy/revm/pull/1254))
125+
- EvmBuilder and External Contexts ([#888](https://github.com/bluealloy/revm/pull/888))
126+
- separate initial checks ([#486](https://github.com/bluealloy/revm/pull/486))
127+
- revm-interpreter created ([#320](https://github.com/bluealloy/revm/pull/320))
128+
- *(interpreter)* Unify instruction fn signature ([#283](https://github.com/bluealloy/revm/pull/283))
129+
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` ([#239](https://github.com/bluealloy/revm/pull/239))
130+
- Introduce ByteCode format, Update Readme ([#156](https://github.com/bluealloy/revm/pull/156))
131+
132+
### Fixed
133+
134+
- *(eof)* fixture 2 tests ([#1550](https://github.com/bluealloy/revm/pull/1550))
135+
- *(clippy)* fix some clippy lints
136+
137+
### Other
138+
29139
- release-plz update ([#1807](https://github.com/bluealloy/revm/pull/1807))
30140
- release-plz update
31141
- *(deps)* bump alloy-sol-types from 0.8.0 to 0.8.2 ([#1762](https://github.com/bluealloy/revm/pull/1762))

bins/revm-test/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "revm-test"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
66

77
[dependencies]
88
bytes = "1.7"
99
hex = "0.4"
10-
revm = { path = "../../crates/revm", version = "15.0.0", default-features=false }
10+
revm = { path = "../../crates/revm", version = "16.0.0", default-features=false }
1111
microbench = "0.5"
1212
alloy-sol-macro = "0.8.0"
1313
alloy-sol-types = "0.8.2"

bins/revme/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0](https://github.com/bluealloy/revm/compare/revme-v0.11.0...revme-v1.0.0) - 2024-09-26
10+
11+
### Other
12+
13+
- update Cargo.lock dependencies
14+
915
## [0.11.0](https://github.com/bluealloy/revm/compare/revme-v0.10.3...revme-v0.11.0) - 2024-10-17
1016

1117
### Added

bins/revme/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ keywords = ["ethereum", "evm"]
66
license = "MIT"
77
repository = "https://github.com/bluealloy/revm"
88
description = "Rust Ethereum Virtual Machine Executable"
9-
version = "0.11.0"
9+
version = "1.0.0"
1010

1111
[dependencies]
1212
hash-db = "0.15"
1313
hex = "0.4"
14-
hashbrown = "0.14"
1514
indicatif = "0.17"
1615
microbench = "0.5"
1716
plain_hasher = "0.2"
18-
revm = { path = "../../crates/revm", version = "15.0.0", default-features = false, features = [
17+
revm = { path = "../../crates/revm", version = "16.0.0", default-features = false, features = [
1918
"ethersdb",
2019
"std",
2120
"serde-json",

crates/interpreter/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [12.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v11.0.0...revm-interpreter-v12.0.0) - 2024-10-17
10+
11+
### Other
12+
13+
- updated the following local packages: revm-primitives
14+
915
## [11.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v10.0.3...revm-interpreter-v11.0.0) - 2024-10-17
1016

1117
### Other

crates/interpreter/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm", "interpreter"]
66
license = "MIT"
77
name = "revm-interpreter"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "11.0.0"
9+
version = "12.0.0"
1010
readme = "../../README.md"
1111

1212
[package.metadata.docs.rs]
@@ -22,7 +22,7 @@ rust_2018_idioms = "deny"
2222
all = "warn"
2323

2424
[dependencies]
25-
revm-primitives = { path = "../primitives", version = "11.0.0", default-features = false }
25+
revm-primitives = { path = "../primitives", version = "12.0.0", default-features = false }
2626

2727
cfg-if = "1.0"
2828
paste = { version = "1.0", optional = true }

crates/precompile/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [13.0.0](https://github.com/bluealloy/revm/compare/revm-precompile-v12.0.0...revm-precompile-v13.0.0) - 2024-10-17
10+
11+
### Other
12+
13+
- updated the following local packages: revm-primitives
14+
915
## [12.0.0](https://github.com/bluealloy/revm/compare/revm-precompile-v11.0.3...revm-precompile-v12.0.0) - 2024-10-17
1016

1117
### Added

crates/precompile/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm", "precompiles"]
66
license = "MIT"
77
name = "revm-precompile"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "12.0.0"
9+
version = "13.0.0"
1010
readme = "../../README.md"
1111

1212
[package.metadata.docs.rs]
@@ -22,7 +22,7 @@ rust_2018_idioms = "deny"
2222
all = "warn"
2323

2424
[dependencies]
25-
revm-primitives = { path = "../primitives", version = "11.0.0", default-features = false }
25+
revm-primitives = { path = "../primitives", version = "12.0.0", default-features = false }
2626
once_cell = { version = "1.19", default-features = false, features = ["alloc"] }
2727

2828
# ecRecover

crates/primitives/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [12.0.0](https://github.com/bluealloy/revm/compare/revm-primitives-v11.0.0...revm-primitives-v12.0.0) - 2024-10-17
10+
11+
### Other
12+
13+
- update Cargo.toml dependencies
14+
915
## [11.0.0](https://github.com/bluealloy/revm/compare/revm-primitives-v10.0.0...revm-primitives-v11.0.0) - 2024-10-17
1016

1117
### Added

crates/primitives/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm", "types"]
66
license = "MIT"
77
name = "revm-primitives"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "11.0.0"
9+
version = "12.0.0"
1010
readme = "../../README.md"
1111

1212
[package.metadata.docs.rs]
@@ -24,7 +24,7 @@ all = "warn"
2424
[dependencies]
2525
# alloy
2626
alloy-eip2930 = { version = "0.1", default-features = false }
27-
alloy-eip7702 = { version = "0.1", default-features = false, features = [
27+
alloy-eip7702 = { version = "0.2", default-features = false, features = [
2828
"k256",
2929
] }
3030
alloy-primitives = { version = "0.8.8", default-features = false, features = [

crates/revm/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [16.0.0](https://github.com/bluealloy/revm/compare/revm-v15.0.0...revm-v16.0.0) - 2024-10-17
10+
11+
### Other
12+
13+
- update Cargo.toml dependencies
14+
915
## [15.0.0](https://github.com/bluealloy/revm/compare/revm-v14.0.3...revm-v15.0.0) - 2024-10-17
1016

1117
### Added

crates/revm/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm"]
66
license = "MIT"
77
name = "revm"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "15.0.0"
9+
version = "16.0.0"
1010
readme = "../../README.md"
1111

1212
[package.metadata.docs.rs]
@@ -23,8 +23,8 @@ all = "warn"
2323

2424
[dependencies]
2525
# revm
26-
revm-interpreter = { path = "../interpreter", version = "11.0.0", default-features = false }
27-
revm-precompile = { path = "../precompile", version = "12.0.0", default-features = false }
26+
revm-interpreter = { path = "../interpreter", version = "12.0.0", default-features = false }
27+
revm-precompile = { path = "../precompile", version = "13.0.0", default-features = false }
2828

2929
# misc
3030
auto_impl = { version = "1.2", default-features = false }

0 commit comments

Comments
 (0)