Skip to content

Commit adcba10

Browse files
chore: release
1 parent c2e356d commit adcba10

File tree

13 files changed

+164
-16
lines changed

13 files changed

+164
-16
lines changed

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

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

11103
### 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.6"
99
hex = "0.4"
10-
revm = { path = "../../crates/revm", version = "11.0.0", default-features=false }
10+
revm = { path = "../../crates/revm", version = "12.0.0", default-features=false }
1111
microbench = "0.5"
1212
alloy-sol-macro = "0.7.0"
1313
alloy-sol-types = "0.7.0"

bins/revme/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.0](https://github.com/ch4ns1q1/revm/compare/revme-v0.7.0...revme-v0.8.0) - 2024-07-15
10+
11+
### Added
12+
- *(EOF)* Bytecode::new_raw supports EOF, new_raw_checked added ([#1607](https://github.com/ch4ns1q1/revm/pull/1607))
13+
14+
### Other
15+
- *(GeneralState)* skip fewer specs ([#1603](https://github.com/ch4ns1q1/revm/pull/1603))
16+
917
## [0.7.0](https://github.com/bluealloy/revm/compare/revme-v0.6.0...revme-v0.7.0) - 2024-07-08
1018

1119
### 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.7.0"
9+
version = "0.8.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 = "11.0.0", default-features = false, features = [
18+
revm = { path = "../../crates/revm", version = "12.0.0", default-features = false, features = [
1919
"ethersdb",
2020
"std",
2121
"serde-json",

crates/interpreter/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [7.1.0](https://github.com/ch4ns1q1/revm/compare/revm-interpreter-v7.0.0...revm-interpreter-v7.1.0) - 2024-07-15
10+
11+
### Added
12+
- use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/ch4ns1q1/revm/pull/1558))
13+
14+
### Fixed
15+
- *(EOF)* MIN_CALLEE_GAS light failure, static-mode check ([#1599](https://github.com/ch4ns1q1/revm/pull/1599))
16+
917
## [7.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v6.0.0...revm-interpreter-v7.0.0) - 2024-07-08
1018

1119
### Added

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 = "7.0.0"
9+
version = "7.1.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 = "6.0.0", default-features = false }
25+
revm-primitives = { path = "../primitives", version = "7.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

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

77
## [Unreleased]
88

9+
## [9.1.0](https://github.com/ch4ns1q1/revm/compare/revm-precompile-v9.0.0...revm-precompile-v9.1.0) - 2024-07-15
10+
11+
### Added
12+
- use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/ch4ns1q1/revm/pull/1558))
13+
14+
### Other
15+
- main CHANGELOG ([#1592](https://github.com/ch4ns1q1/revm/pull/1592))
16+
917
## [9.0.0](https://github.com/bluealloy/revm/compare/revm-precompile-v8.0.0...revm-precompile-v8.1.0) - 2024-07-08
1018

1119
### 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 = "9.0.0"
9+
version = "9.1.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 = "6.0.0", default-features = false }
25+
revm-primitives = { path = "../primitives", version = "7.0.0", default-features = false }
2626
once_cell = { version = "1.19", default-features = false, features = ["alloc"] }
2727

2828
# ecRecover

crates/primitives/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [7.0.0](https://github.com/ch4ns1q1/revm/compare/revm-primitives-v6.0.0...revm-primitives-v7.0.0) - 2024-07-15
10+
11+
### Added
12+
- *(EOF)* Bytecode::new_raw supports EOF, new_raw_checked added ([#1607](https://github.com/ch4ns1q1/revm/pull/1607))
13+
- use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/ch4ns1q1/revm/pull/1558))
14+
15+
### Fixed
16+
- *(EOF)* Use cfg code size limit for eofcreate ([#1606](https://github.com/ch4ns1q1/revm/pull/1606))
17+
- missing kzg_settings if kzg-rs feature enabled ([#1601](https://github.com/ch4ns1q1/revm/pull/1601))
18+
19+
### Other
20+
- group optimism invalid txn errors ([#1604](https://github.com/ch4ns1q1/revm/pull/1604))
21+
- *(deps)* bump bitflags from 2.5.0 to 2.6.0 ([#1583](https://github.com/ch4ns1q1/revm/pull/1583))
22+
- Rename gas_price to gas_limit for precompile args ([#1593](https://github.com/ch4ns1q1/revm/pull/1593))
23+
924
## [6.0.0](https://github.com/bluealloy/revm/compare/revm-primitives-v5.0.0...revm-primitives-v6.0.0) - 2024-07-08
1025

1126
### Added

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

1212
[package.metadata.docs.rs]

crates/revm/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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/ch4ns1q1/revm/compare/revm-v11.0.0...revm-v12.0.0) - 2024-07-15
10+
11+
### Added
12+
- *(EOF)* Bytecode::new_raw supports EOF, new_raw_checked added ([#1607](https://github.com/ch4ns1q1/revm/pull/1607))
13+
- use `kzg-rs` for kzg point evaluation ([#1558](https://github.com/ch4ns1q1/revm/pull/1558))
14+
15+
### Fixed
16+
- allow non-static lifetime in HandleRegisterBox ([#1608](https://github.com/ch4ns1q1/revm/pull/1608))
17+
- *(EOF)* Use cfg code size limit for eofcreate ([#1606](https://github.com/ch4ns1q1/revm/pull/1606))
18+
19+
### Other
20+
- group optimism invalid txn errors ([#1604](https://github.com/ch4ns1q1/revm/pull/1604))
21+
- load_account -> warm_preloaded_addresses ([#1584](https://github.com/ch4ns1q1/revm/pull/1584))
22+
- Refactor code, and check if precompile for create collision ([#1600](https://github.com/ch4ns1q1/revm/pull/1600))
23+
- *(revm)* defer bytecode load ([#1588](https://github.com/ch4ns1q1/revm/pull/1588))
24+
- Rename gas_price to gas_limit for precompile args ([#1593](https://github.com/ch4ns1q1/revm/pull/1593))
25+
926
## [11.0.0](https://github.com/bluealloy/revm/compare/revm-v10.0.0...revm-v11.0.0) - 2024-07-08
1027

1128
### 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 = "11.0.0"
9+
version = "12.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 = "7.0.0", default-features = false }
27-
revm-precompile = { path = "../precompile", version = "9.0.0", default-features = false }
26+
revm-interpreter = { path = "../interpreter", version = "7.1.0", default-features = false }
27+
revm-precompile = { path = "../precompile", version = "9.1.0", default-features = false }
2828

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

0 commit comments

Comments
 (0)