Skip to content

Commit faccc42

Browse files
chore: release
1 parent 8f4c153 commit faccc42

File tree

13 files changed

+238
-16
lines changed

13 files changed

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

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

1199
### 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

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

77
## [Unreleased]
88

9+
## [0.6.0](https://github.com/tcoratger/revm/compare/revme-v0.5.0...revme-v0.6.0) - 2024-06-16
10+
11+
### Added
12+
- *(EOF)* Put EOF bytecode behind an Arc ([#1517](https://github.com/tcoratger/revm/pull/1517))
13+
- *(revme)* add prague spec ([#1506](https://github.com/tcoratger/revm/pull/1506))
14+
15+
### Other
16+
- skip tests with storage check and return status ([#1452](https://github.com/tcoratger/revm/pull/1452))
17+
918
## [0.5.0](https://github.com/bluealloy/revm/compare/revme-v0.4.0...revme-v0.5.0) - 2024-05-12
1019

1120
### 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.6.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 = "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

+43
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,49 @@ 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/tcoratger/revm/compare/revm-interpreter-v5.0.0...revm-interpreter-v6.0.0) - 2024-06-16
10+
11+
### Added
12+
- *(EOF)* Put EOF bytecode behind an Arc ([#1517](https://github.com/tcoratger/revm/pull/1517))
13+
- *(EOF)* EXTCODECOPY,EXTCODESIZE,EXTCODEHASH eof support ([#1504](https://github.com/tcoratger/revm/pull/1504))
14+
- add helpers for working with instruction tables ([#1493](https://github.com/tcoratger/revm/pull/1493))
15+
- *(EOF)* change oob behavior of RETURNDATALOAD and RETURNDATACOPY ([#1476](https://github.com/tcoratger/revm/pull/1476))
16+
- *(EOF)* EIP-7698 eof creation transaction ([#1467](https://github.com/tcoratger/revm/pull/1467))
17+
- adjust gas-costs for EIP-2935 BLOCKHASH ([#1422](https://github.com/tcoratger/revm/pull/1422))
18+
- add Opcode::modifies_memory back ([#1421](https://github.com/tcoratger/revm/pull/1421))
19+
- *(EOF)* Add CALLF/JUMPF stack checks ([#1417](https://github.com/tcoratger/revm/pull/1417))
20+
- *(EOF)* remove TXCREATE ([#1415](https://github.com/tcoratger/revm/pull/1415))
21+
22+
### Fixed
23+
- *(EOF)* ext*call return values ([#1515](https://github.com/tcoratger/revm/pull/1515))
24+
- *(EOF)* Remove redundunt ext call gas cost ([#1513](https://github.com/tcoratger/revm/pull/1513))
25+
- *(EOF)* add DATACOPY copy gas ([#1510](https://github.com/tcoratger/revm/pull/1510))
26+
- *(EOF)* extstaticcall make static ([#1508](https://github.com/tcoratger/revm/pull/1508))
27+
- *(EOF)* jumpf gas was changes ([#1507](https://github.com/tcoratger/revm/pull/1507))
28+
- *(EOF)* panic on empty input range, and continue exec after eofcreate ([#1477](https://github.com/tcoratger/revm/pull/1477))
29+
- *(eof)* EOFCREATE spend gas and apply 63/64 rule ([#1471](https://github.com/tcoratger/revm/pull/1471))
30+
- *(stack)* pop with five items was not correct ([#1472](https://github.com/tcoratger/revm/pull/1472))
31+
- *(EOF)* returncontract immediate is one byte ([#1468](https://github.com/tcoratger/revm/pull/1468))
32+
- *(Interpreter)* wrong block number used ([#1458](https://github.com/tcoratger/revm/pull/1458))
33+
- *(interpreter)* avoid overflow when checking if mem limit reached ([#1429](https://github.com/tcoratger/revm/pull/1429))
34+
- blockchash for devnet-0 ([#1427](https://github.com/tcoratger/revm/pull/1427))
35+
36+
### Other
37+
- *(interpreter)* use U256::arithmetic_shr in SAR ([#1525](https://github.com/tcoratger/revm/pull/1525))
38+
- pluralize EOFCreateInput ([#1523](https://github.com/tcoratger/revm/pull/1523))
39+
- added simular to used-by ([#1521](https://github.com/tcoratger/revm/pull/1521))
40+
- Removed .clone() in ExecutionHandler::call, and reusing output buffer in Interpreter ([#1512](https://github.com/tcoratger/revm/pull/1512))
41+
- *(revme)* add new line in revme EOF printer ([#1503](https://github.com/tcoratger/revm/pull/1503))
42+
- remove old deprecated items ([#1489](https://github.com/tcoratger/revm/pull/1489))
43+
- *(interpreter)* use max gas limit in `impl Default for Interpreter` ([#1478](https://github.com/tcoratger/revm/pull/1478))
44+
- *(interpreter)* optimisation for BYTE, SHL, SHR and SAR ([#1418](https://github.com/tcoratger/revm/pull/1418))
45+
- Revert "Revert "feat: implement EIP-2935 ([#1354](https://github.com/tcoratger/revm/pull/1354))" ([#1424](https://github.com/tcoratger/revm/pull/1424))" ([#1426](https://github.com/tcoratger/revm/pull/1426))
46+
- Revert "feat: implement EIP-2935 ([#1354](https://github.com/tcoratger/revm/pull/1354))" ([#1424](https://github.com/tcoratger/revm/pull/1424))
47+
- *(EOF)* rename extcall opcode/names ([#1416](https://github.com/tcoratger/revm/pull/1416))
48+
- point to gas! in Gas::record_cost ([#1413](https://github.com/tcoratger/revm/pull/1413))
49+
- pop_address should use crate scope ([#1410](https://github.com/tcoratger/revm/pull/1410))
50+
- Remove Host constrain from calc_call_gas ([#1409](https://github.com/tcoratger/revm/pull/1409))
51+
952
## [5.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v4.0.0...revm-interpreter-v5.0.0) - 2024-05-12
1053

1154
### 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

+20
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ 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/tcoratger/revm/compare/revm-precompile-v7.0.0...revm-precompile-v8.0.0) - 2024-06-16
10+
11+
### Added
12+
- *(precompiles)* fatal error for precompiles ([#1499](https://github.com/tcoratger/revm/pull/1499))
13+
- add ecAdd to precompile bench ([#1496](https://github.com/tcoratger/revm/pull/1496))
14+
- *(optimism)* Add secp256r1 precompile for Fjord ([#1436](https://github.com/tcoratger/revm/pull/1436))
15+
16+
### Fixed
17+
- check canonical Fp elements ([#1434](https://github.com/tcoratger/revm/pull/1434))
18+
- *(precompile)* ignore infinity points in G1 MSM ([#1432](https://github.com/tcoratger/revm/pull/1432))
19+
- *(precompile)* BLS G2 MSM ([#1428](https://github.com/tcoratger/revm/pull/1428))
20+
21+
### Other
22+
- *(precompiles)* Fix some nits in bls12_381 ([#1495](https://github.com/tcoratger/revm/pull/1495))
23+
- *(deps)* allow multiple versions of secp256k1 ([#1490](https://github.com/tcoratger/revm/pull/1490))
24+
- *(deps)* bump rstest from 0.19.0 to 0.21.0 ([#1482](https://github.com/tcoratger/revm/pull/1482))
25+
- *(deps)* bump blst from 0.3.11 to 0.3.12 ([#1481](https://github.com/tcoratger/revm/pull/1481))
26+
- add test for map_fp_to_g1 precompile ([#1465](https://github.com/tcoratger/revm/pull/1465))
27+
- add docs for BLS scalar input decoding ([#1446](https://github.com/tcoratger/revm/pull/1446))
28+
929
## [7.0.0](https://github.com/bluealloy/revm/compare/revm-precompile-v6.0.0...revm-precompile-v7.0.0) - 2024-05-12
1030

1131
### 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

+23
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ 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/tcoratger/revm/compare/revm-primitives-v4.0.0...revm-primitives-v5.0.0) - 2024-06-16
10+
11+
### Added
12+
- *(EOF)* Put EOF bytecode behind an Arc ([#1517](https://github.com/tcoratger/revm/pull/1517))
13+
- *(EOF)* EXTCODECOPY,EXTCODESIZE,EXTCODEHASH eof support ([#1504](https://github.com/tcoratger/revm/pull/1504))
14+
- *(precompiles)* fatal error for precompiles ([#1499](https://github.com/tcoratger/revm/pull/1499))
15+
- Persist reverted account and storage slot lookups in `JournaledState` ([#1437](https://github.com/tcoratger/revm/pull/1437))
16+
- *(EOF)* EIP-7698 eof creation transaction ([#1467](https://github.com/tcoratger/revm/pull/1467))
17+
- *(optimism)* Add secp256r1 precompile for Fjord ([#1436](https://github.com/tcoratger/revm/pull/1436))
18+
- *(EOF)* Add CALLF/JUMPF stack checks ([#1417](https://github.com/tcoratger/revm/pull/1417))
19+
- *(EOF)* remove TXCREATE ([#1415](https://github.com/tcoratger/revm/pull/1415))
20+
21+
### Fixed
22+
- *(primitives)* specify the optimism cfg on spec_to_generic ([#1412](https://github.com/tcoratger/revm/pull/1412))
23+
24+
### Other
25+
- added simular to used-by ([#1521](https://github.com/tcoratger/revm/pull/1521))
26+
- derive PartialEq and Hash on EnvKzgSettings ([#1494](https://github.com/tcoratger/revm/pull/1494))
27+
- remove old deprecated items ([#1489](https://github.com/tcoratger/revm/pull/1489))
28+
- *(primitives)* rename State/Storage to EvmState/EvmStorage ([#1459](https://github.com/tcoratger/revm/pull/1459))
29+
- Revert "Revert "feat: implement EIP-2935 ([#1354](https://github.com/tcoratger/revm/pull/1354))" ([#1424](https://github.com/tcoratger/revm/pull/1424))" ([#1426](https://github.com/tcoratger/revm/pull/1426))
30+
- Revert "feat: implement EIP-2935 ([#1354](https://github.com/tcoratger/revm/pull/1354))" ([#1424](https://github.com/tcoratger/revm/pull/1424))
31+
932
## [4.0.0](https://github.com/bluealloy/revm/compare/revm-primitives-v3.1.1...revm-primitives-v4.0.0) - 2024-05-12
1033

1134
### 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]

0 commit comments

Comments
 (0)