Skip to content

Commit e3c2c42

Browse files
authored
chore: Bump v46 versions (#1826)
1 parent 4359a5f commit e3c2c42

File tree

14 files changed

+181
-20
lines changed

14 files changed

+181
-20
lines changed

CHANGELOG.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
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+
# v46 tag
4+
date: 17.10.2024
5+
Maintenance release. EIP-7702 newest changes, alloy-primitives bump.
6+
7+
* `revme`: 0.10.3 -> 0.11.0
8+
* `revm`: 14.0.3 -> 15.0.0
9+
* `revm-primitives`: 10.0.0 -> 11.0.0
10+
* `revm-precompile`: 11.0.3 -> 12.0.0
11+
* `revm-interpreter`: 10.0.3 -> 11.0.0
12+
313
# v45 tag
414
date: 26.09.2024
515

6-
Maintainance release.
16+
Maintenance release.
717

8-
* `revme`: 0.10.2 -> 0.10.3 (✓ API compatible changes)
9-
* `revm`: 14.0.2 -> 14.0.3 (✓ API compatible changes)
10-
* `revm-primitives`: 9.0.2 -> 10.0.0 (✓ API compatible changes)
18+
* `revme`: 0.10.2 -> 0.10.3
19+
* `revm`: 14.0.2 -> 14.0.3
20+
* `revm-primitives`: 9.0.2 -> 10.0.0
1121
* `revm-interpreter`: 10.0.2 -> 10.0.3
1222
* `revm-precompile`: 11.0.2 -> 11.0.3
1323

Cargo.lock

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

bins/revm-test/CHANGELOG.md

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

77
## [Unreleased]
88

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

11120
### Added

bins/revm-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
bytes = "1.7"
99
hex = "0.4"
10-
revm = { path = "../../crates/revm", version = "14.0.3", default-features=false }
10+
revm = { path = "../../crates/revm", version = "15.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

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

77
## [Unreleased]
88

9+
## [0.11.0](https://github.com/bluealloy/revm/compare/revme-v0.10.3...revme-v0.11.0) - 2024-10-17
10+
11+
### Added
12+
13+
- Rename PRAGUE_EOF to OSAKA ([#1822](https://github.com/bluealloy/revm/pull/1822))
14+
- *(EIP-7702)* devnet-4 changes ([#1821](https://github.com/bluealloy/revm/pull/1821))
15+
16+
### Other
17+
18+
- remove test u8 check ([#1825](https://github.com/bluealloy/revm/pull/1825))
19+
920
## [0.10.3](https://github.com/bluealloy/revm/compare/revme-v0.10.2...revme-v0.10.3) - 2024-09-26
1021

1122
### Other

bins/revme/Cargo.toml

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

1111
[dependencies]
1212
hash-db = "0.15"
@@ -15,7 +15,7 @@ hashbrown = "0.14"
1515
indicatif = "0.17"
1616
microbench = "0.5"
1717
plain_hasher = "0.2"
18-
revm = { path = "../../crates/revm", version = "14.0.3", default-features = false, features = [
18+
revm = { path = "../../crates/revm", version = "15.0.0", default-features = false, features = [
1919
"ethersdb",
2020
"std",
2121
"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+
## [11.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v10.0.3...revm-interpreter-v11.0.0) - 2024-10-17
10+
11+
### Other
12+
13+
- updated the following local packages: revm-primitives
14+
915
## [10.0.3](https://github.com/bluealloy/revm/compare/revm-interpreter-v10.0.2...revm-interpreter-v10.0.3) - 2024-09-26
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 = "10.0.3"
9+
version = "11.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 = "10.0.0", default-features = false }
25+
revm-primitives = { path = "../primitives", version = "11.0.0", default-features = false }
2626

2727
paste = { version = "1.0", optional = true }
2828
phf = { version = "0.11", default-features = false, optional = true, features = [

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+
## [12.0.0](https://github.com/bluealloy/revm/compare/revm-precompile-v11.0.3...revm-precompile-v12.0.0) - 2024-10-17
10+
11+
### Added
12+
13+
- Rename PRAGUE_EOF to OSAKA ([#1822](https://github.com/bluealloy/revm/pull/1822))
14+
915
## [11.0.3](https://github.com/bluealloy/revm/compare/revm-precompile-v11.0.2...revm-precompile-v11.0.3) - 2024-09-26
1016

1117
### Other

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 = "11.0.3"
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 = "10.0.0", default-features = false }
25+
revm-primitives = { path = "../primitives", version = "11.0.0", default-features = false }
2626
once_cell = { version = "1.19", default-features = false, features = ["alloc"] }
2727

2828
# ecRecover

crates/primitives/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [11.0.0](https://github.com/bluealloy/revm/compare/revm-primitives-v10.0.0...revm-primitives-v11.0.0) - 2024-10-17
10+
11+
### Added
12+
13+
- EIP-7702 Add u8 validity ([#1824](https://github.com/bluealloy/revm/pull/1824))
14+
- Rename PRAGUE_EOF to OSAKA ([#1822](https://github.com/bluealloy/revm/pull/1822))
15+
- *(EIP-7702)* devnet-4 changes ([#1821](https://github.com/bluealloy/revm/pull/1821))
16+
17+
### Other
18+
19+
- bump newest primitives ([#1823](https://github.com/bluealloy/revm/pull/1823))
20+
921
## [10.0.1](https://github.com/bluealloy/revm/compare/revm-primitives-v10.0.0...revm-primitives-v10.0.1) - 2024-09-26
1022

1123
### Other

crates/primitives/Cargo.toml

+1-1
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 = "10.0.0"
9+
version = "11.0.0"
1010
readme = "../../README.md"
1111

1212
[package.metadata.docs.rs]

crates/revm/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [15.0.0](https://github.com/bluealloy/revm/compare/revm-v14.0.3...revm-v15.0.0) - 2024-10-17
10+
11+
### Added
12+
13+
- Rename PRAGUE_EOF to OSAKA ([#1822](https://github.com/bluealloy/revm/pull/1822))
14+
- *(EIP-7702)* devnet-4 changes ([#1821](https://github.com/bluealloy/revm/pull/1821))
15+
916
## [14.0.3](https://github.com/bluealloy/revm/compare/revm-v14.0.2...revm-v14.0.3) - 2024-09-26
1017

1118
### Other

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 = "14.0.3"
9+
version = "15.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 = "10.0.3", default-features = false }
27-
revm-precompile = { path = "../precompile", version = "11.0.3", default-features = false }
26+
revm-interpreter = { path = "../interpreter", version = "11.0.0", default-features = false }
27+
revm-precompile = { path = "../precompile", version = "12.0.0", default-features = false }
2828

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

0 commit comments

Comments
 (0)