Skip to content

Commit 9445a55

Browse files
chore: release
1 parent b3f31fc commit 9445a55

File tree

13 files changed

+142
-16
lines changed

13 files changed

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

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

11102
### 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 = "10.0.0", default-features=false }
10+
revm = { path = "../../crates/revm", version = "10.0.1", 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.7.0](https://github.com/bluealloy/revm/compare/revme-v0.6.0...revme-v0.7.0) - 2024-06-25
10+
11+
### Other
12+
- replace AccessList with alloy version ([#1552](https://github.com/bluealloy/revm/pull/1552))
13+
914
## [0.6.0](https://github.com/bluealloy/revm/compare/revme-v0.5.0...revme-v0.6.0) - 2024-06-20
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.6.0"
9+
version = "0.7.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 = "10.0.0", default-features = false, features = [
18+
revm = { path = "../../crates/revm", version = "10.0.1", 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+
## [6.0.1](https://github.com/bluealloy/revm/compare/revm-interpreter-v6.0.0...revm-interpreter-v6.0.1) - 2024-06-25
10+
11+
### Other
12+
- use const blocks ([#1522](https://github.com/bluealloy/revm/pull/1522))
13+
- fix compile for alloydb ([#1559](https://github.com/bluealloy/revm/pull/1559))
14+
- replace AccessList with alloy version ([#1552](https://github.com/bluealloy/revm/pull/1552))
15+
- replace U256 with u64 in BLOCKHASH ([#1505](https://github.com/bluealloy/revm/pull/1505))
16+
917
## [6.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v5.0.0...revm-interpreter-v6.0.0) - 2024-06-20
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 = "6.0.0"
9+
version = "6.0.1"
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 = "5.0.0", default-features = false }
25+
revm-primitives = { path = "../primitives", version = "5.1.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

+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+
## [8.0.1](https://github.com/bluealloy/revm/compare/revm-precompile-v8.0.0...revm-precompile-v8.0.1) - 2024-06-25
10+
11+
### Other
12+
- updated the following local packages: revm-primitives
13+
914
## [8.0.0](https://github.com/bluealloy/revm/compare/revm-precompile-v7.0.0...revm-precompile-v8.0.0) - 2024-06-20
1015

1116
### 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 = "8.0.0"
9+
version = "8.0.1"
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 = "5.0.0", default-features = false }
24+
revm-primitives = { path = "../primitives", version = "5.1.0", default-features = false }
2525
once_cell = { version = "1.19", default-features = false, features = ["alloc"] }
2626

2727
# ecRecover

crates/primitives/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+
## [5.1.0](https://github.com/bluealloy/revm/compare/revm-primitives-v5.0.0...revm-primitives-v5.1.0) - 2024-06-25
10+
11+
### Added
12+
- add helper function to mape EVMError's Database error variant ([#1567](https://github.com/bluealloy/revm/pull/1567))
13+
14+
### Other
15+
- replace AccessList with alloy version ([#1552](https://github.com/bluealloy/revm/pull/1552))
16+
- replace U256 with u64 in BLOCKHASH ([#1505](https://github.com/bluealloy/revm/pull/1505))
17+
918
## [5.0.0](https://github.com/bluealloy/revm/compare/revm-primitives-v4.0.0...revm-primitives-v5.0.0) - 2024-06-20
1019

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

1212
[package.metadata.docs.rs]

crates/revm/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+
## [10.0.1](https://github.com/bluealloy/revm/compare/revm-v10.0.0...revm-v10.0.1) - 2024-06-25
10+
11+
### Other
12+
- use const blocks ([#1522](https://github.com/bluealloy/revm/pull/1522))
13+
- fix compile for alloydb ([#1559](https://github.com/bluealloy/revm/pull/1559))
14+
- replace AccessList with alloy version ([#1552](https://github.com/bluealloy/revm/pull/1552))
15+
- replace U256 with u64 in BLOCKHASH ([#1505](https://github.com/bluealloy/revm/pull/1505))
16+
917
## [10.0.0](https://github.com/bluealloy/revm/compare/revm-v9.0.0...revm-v10.0.0) - 2024-06-20
1018

1119
### 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 = "10.0.0"
9+
version = "10.0.1"
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 = "6.0.0", default-features = false }
27-
revm-precompile = { path = "../precompile", version = "8.0.0", default-features = false }
26+
revm-interpreter = { path = "../interpreter", version = "6.0.1", default-features = false }
27+
revm-precompile = { path = "../precompile", version = "8.0.1", default-features = false }
2828

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

0 commit comments

Comments
 (0)