Skip to content

Commit 67cf727

Browse files
chore: release
1 parent 22e15d3 commit 67cf727

File tree

13 files changed

+197
-16
lines changed

13 files changed

+197
-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

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

1198
### 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 = "9.0.0", default-features=false }
10+
revm = { path = "../../crates/revm", version = "10.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

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

77
## [Unreleased]
88

9+
## [0.5.1](https://github.com/xhcdpg/revm/compare/revme-v0.5.0...revme-v0.5.1) - 2024-06-07
10+
11+
### Other
12+
- skip tests with storage check and return status ([#1452](https://github.com/xhcdpg/revm/pull/1452))
13+
914
## [0.5.0](https://github.com/bluealloy/revm/compare/revme-v0.4.0...revme-v0.5.0) - 2024-05-12
1015

1116
### Added

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.5.0"
9+
version = "0.5.1"
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 = "9.0.0", default-features = false, features = [
18+
revm = { path = "../../crates/revm", version = "10.0.0", default-features = false, features = [
1919
"ethersdb",
2020
"std",
2121
"serde-json",

crates/interpreter/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [6.0.0](https://github.com/xhcdpg/revm/compare/revm-interpreter-v5.0.0...revm-interpreter-v6.0.0) - 2024-06-07
10+
11+
### Added
12+
- *(EOF)* EIP-7698 eof creation transaction ([#1467](https://github.com/xhcdpg/revm/pull/1467))
13+
- adjust gas-costs for EIP-2935 BLOCKHASH ([#1422](https://github.com/xhcdpg/revm/pull/1422))
14+
- add Opcode::modifies_memory back ([#1421](https://github.com/xhcdpg/revm/pull/1421))
15+
- *(EOF)* Add CALLF/JUMPF stack checks ([#1417](https://github.com/xhcdpg/revm/pull/1417))
16+
- *(EOF)* remove TXCREATE ([#1415](https://github.com/xhcdpg/revm/pull/1415))
17+
18+
### Fixed
19+
- *(eof)* EOFCREATE spend gas and apply 63/64 rule ([#1471](https://github.com/xhcdpg/revm/pull/1471))
20+
- *(stack)* pop with five items was not correct ([#1472](https://github.com/xhcdpg/revm/pull/1472))
21+
- *(EOF)* returncontract immediate is one byte ([#1468](https://github.com/xhcdpg/revm/pull/1468))
22+
- *(Interpreter)* wrong block number used ([#1458](https://github.com/xhcdpg/revm/pull/1458))
23+
- *(interpreter)* avoid overflow when checking if mem limit reached ([#1429](https://github.com/xhcdpg/revm/pull/1429))
24+
- blockchash for devnet-0 ([#1427](https://github.com/xhcdpg/revm/pull/1427))
25+
26+
### Other
27+
- remove old deprecated items ([#1489](https://github.com/xhcdpg/revm/pull/1489))
28+
- *(interpreter)* use max gas limit in `impl Default for Interpreter` ([#1478](https://github.com/xhcdpg/revm/pull/1478))
29+
- *(interpreter)* optimisation for BYTE, SHL, SHR and SAR ([#1418](https://github.com/xhcdpg/revm/pull/1418))
30+
- Revert "Revert "feat: implement EIP-2935 ([#1354](https://github.com/xhcdpg/revm/pull/1354))" ([#1424](https://github.com/xhcdpg/revm/pull/1424))" ([#1426](https://github.com/xhcdpg/revm/pull/1426))
31+
- Revert "feat: implement EIP-2935 ([#1354](https://github.com/xhcdpg/revm/pull/1354))" ([#1424](https://github.com/xhcdpg/revm/pull/1424))
32+
- *(EOF)* rename extcall opcode/names ([#1416](https://github.com/xhcdpg/revm/pull/1416))
33+
- point to gas! in Gas::record_cost ([#1413](https://github.com/xhcdpg/revm/pull/1413))
34+
- pop_address should use crate scope ([#1410](https://github.com/xhcdpg/revm/pull/1410))
35+
- Remove Host constrain from calc_call_gas ([#1409](https://github.com/xhcdpg/revm/pull/1409))
36+
937
## [5.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v4.0.0...revm-interpreter-v5.0.0) - 2024-05-12
1038

1139
### 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 = "5.0.0"
9+
version = "6.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 = "4.0.0", default-features = false }
25+
revm-primitives = { path = "../primitives", version = "5.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

+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+
## [8.0.0](https://github.com/xhcdpg/revm/compare/revm-precompile-v7.0.0...revm-precompile-v8.0.0) - 2024-06-07
10+
11+
### Added
12+
- *(optimism)* Add secp256r1 precompile for Fjord ([#1436](https://github.com/xhcdpg/revm/pull/1436))
13+
14+
### Fixed
15+
- check canonical Fp elements ([#1434](https://github.com/xhcdpg/revm/pull/1434))
16+
- *(precompile)* ignore infinity points in G1 MSM ([#1432](https://github.com/xhcdpg/revm/pull/1432))
17+
- *(precompile)* BLS G2 MSM ([#1428](https://github.com/xhcdpg/revm/pull/1428))
18+
19+
### Other
20+
- *(deps)* allow multiple versions of secp256k1 ([#1490](https://github.com/xhcdpg/revm/pull/1490))
21+
- *(deps)* bump rstest from 0.19.0 to 0.21.0 ([#1482](https://github.com/xhcdpg/revm/pull/1482))
22+
- *(deps)* bump blst from 0.3.11 to 0.3.12 ([#1481](https://github.com/xhcdpg/revm/pull/1481))
23+
- add test for map_fp_to_g1 precompile ([#1465](https://github.com/xhcdpg/revm/pull/1465))
24+
- add docs for BLS scalar input decoding ([#1446](https://github.com/xhcdpg/revm/pull/1446))
25+
926
## [7.0.0](https://github.com/bluealloy/revm/compare/revm-precompile-v6.0.0...revm-precompile-v7.0.0) - 2024-05-12
1027

1128
### 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 = "7.0.0"
9+
version = "8.0.0"
1010

1111
[package.metadata.docs.rs]
1212
all-features = true
@@ -21,7 +21,7 @@ rust_2018_idioms = "deny"
2121
all = "warn"
2222

2323
[dependencies]
24-
revm-primitives = { path = "../primitives", version = "4.0.0", default-features = false }
24+
revm-primitives = { path = "../primitives", version = "5.0.0", default-features = false }
2525
once_cell = { version = "1.19", default-features = false, features = ["alloc"] }
2626

2727
# ecRecover

crates/primitives/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+
## [5.0.0](https://github.com/xhcdpg/revm/compare/revm-primitives-v4.0.0...revm-primitives-v5.0.0) - 2024-06-07
10+
11+
### Added
12+
- *(EOF)* EIP-7698 eof creation transaction ([#1467](https://github.com/xhcdpg/revm/pull/1467))
13+
- *(optimism)* Add secp256r1 precompile for Fjord ([#1436](https://github.com/xhcdpg/revm/pull/1436))
14+
- *(EOF)* Add CALLF/JUMPF stack checks ([#1417](https://github.com/xhcdpg/revm/pull/1417))
15+
- *(EOF)* remove TXCREATE ([#1415](https://github.com/xhcdpg/revm/pull/1415))
16+
17+
### Fixed
18+
- *(primitives)* specify the optimism cfg on spec_to_generic ([#1412](https://github.com/xhcdpg/revm/pull/1412))
19+
20+
### Other
21+
- remove old deprecated items ([#1489](https://github.com/xhcdpg/revm/pull/1489))
22+
- *(primitives)* rename State/Storage to EvmState/EvmStorage ([#1459](https://github.com/xhcdpg/revm/pull/1459))
23+
- Revert "Revert "feat: implement EIP-2935 ([#1354](https://github.com/xhcdpg/revm/pull/1354))" ([#1424](https://github.com/xhcdpg/revm/pull/1424))" ([#1426](https://github.com/xhcdpg/revm/pull/1426))
24+
- Revert "feat: implement EIP-2935 ([#1354](https://github.com/xhcdpg/revm/pull/1354))" ([#1424](https://github.com/xhcdpg/revm/pull/1424))
25+
926
## [4.0.0](https://github.com/bluealloy/revm/compare/revm-primitives-v3.1.1...revm-primitives-v4.0.0) - 2024-05-12
1027

1128
### 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 = "4.0.0"
9+
version = "5.0.0"
1010
readme = "../../README.md"
1111

1212
[package.metadata.docs.rs]

crates/revm/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [10.0.0](https://github.com/xhcdpg/revm/compare/revm-v9.0.0...revm-v10.0.0) - 2024-06-07
10+
11+
### Added
12+
- *(EOF)* EIP-7698 eof creation transaction ([#1467](https://github.com/xhcdpg/revm/pull/1467))
13+
- *(EOF)* Add EOF to inspector handle register ([#1469](https://github.com/xhcdpg/revm/pull/1469))
14+
- *(optimism)* Implement new L1 cost function for Fjord ([#1420](https://github.com/xhcdpg/revm/pull/1420))
15+
- *(optimism)* Add secp256r1 precompile for Fjord ([#1436](https://github.com/xhcdpg/revm/pull/1436))
16+
- *(revm)* revert EIP-2935 BLOCKHASH opcode changes ([#1450](https://github.com/xhcdpg/revm/pull/1450))
17+
- load account should return db error ([#1447](https://github.com/xhcdpg/revm/pull/1447))
18+
- *(EOF)* remove TXCREATE ([#1415](https://github.com/xhcdpg/revm/pull/1415))
19+
20+
### Fixed
21+
- *(Interpreter)* wrong block number used ([#1458](https://github.com/xhcdpg/revm/pull/1458))
22+
- blockchash for devnet-0 ([#1427](https://github.com/xhcdpg/revm/pull/1427))
23+
24+
### Other
25+
- remove old deprecated items ([#1489](https://github.com/xhcdpg/revm/pull/1489))
26+
- *(deps)* bump rstest from 0.19.0 to 0.21.0 ([#1482](https://github.com/xhcdpg/revm/pull/1482))
27+
- *(deps)* bump tokio from 1.37.0 to 1.38.0 ([#1480](https://github.com/xhcdpg/revm/pull/1480))
28+
- *(primitives)* rename State/Storage to EvmState/EvmStorage ([#1459](https://github.com/xhcdpg/revm/pull/1459))
29+
- remove 'checked' bytecode bench causing benchmarks to crash due to name ([#1461](https://github.com/xhcdpg/revm/pull/1461))
30+
- cargo update ([#1451](https://github.com/xhcdpg/revm/pull/1451))
31+
- cleanup host blockhash fn ([#1430](https://github.com/xhcdpg/revm/pull/1430))
32+
- Revert "Revert "feat: implement EIP-2935 ([#1354](https://github.com/xhcdpg/revm/pull/1354))" ([#1424](https://github.com/xhcdpg/revm/pull/1424))" ([#1426](https://github.com/xhcdpg/revm/pull/1426))
33+
- Revert "feat: implement EIP-2935 ([#1354](https://github.com/xhcdpg/revm/pull/1354))" ([#1424](https://github.com/xhcdpg/revm/pull/1424))
34+
- *(deps)* bump anyhow from 1.0.82 to 1.0.83 ([#1404](https://github.com/xhcdpg/revm/pull/1404))
35+
936
## [9.0.0](https://github.com/bluealloy/revm/compare/revm-v8.0.0...revm-v9.0.0) - 2024-05-12
1037

1138
### 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 = "9.0.0"
9+
version = "10.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 = "5.0.0", default-features = false }
27-
revm-precompile = { path = "../precompile", version = "7.0.0", default-features = false }
26+
revm-interpreter = { path = "../interpreter", version = "6.0.0", default-features = false }
27+
revm-precompile = { path = "../precompile", version = "8.0.0", default-features = false }
2828

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

0 commit comments

Comments
 (0)