Skip to content

Commit 464b681

Browse files
chore: release
1 parent fa5650e commit 464b681

File tree

7 files changed

+120
-6
lines changed

7 files changed

+120
-6
lines changed

Cargo.lock

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

bins/revm-test/CHANGELOG.md

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

11114
### 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.1", default-features=false }
10+
revm = { path = "../../crates/revm", version = "14.0.2", default-features=false }
1111
microbench = "0.5"
1212
alloy-sol-macro = "0.8.0"
1313
alloy-sol-types = "0.8.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.10.2](https://github.com/bluealloy/revm/compare/revme-v0.10.1...revme-v0.10.2) - 2024-09-03
10+
11+
### Other
12+
- update Cargo.lock dependencies
13+
914
## [0.10.1](https://github.com/bluealloy/revm/compare/revme-v0.10.0...revme-v0.10.1) - 2024-08-30
1015

1116
### 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.1"
9+
version = "0.10.2"
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.1", default-features = false, features = [
18+
revm = { path = "../../crates/revm", version = "14.0.2", default-features = false, features = [
1919
"ethersdb",
2020
"std",
2121
"serde-json",

crates/revm/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+
## [14.0.2](https://github.com/bluealloy/revm/compare/revm-v14.0.1...revm-v14.0.2) - 2024-09-03
10+
11+
### Other
12+
- Add test for `revm::optimism::L1BlockInfo::calculate_tx_l1_cost_fjord` ([#1743](https://github.com/bluealloy/revm/pull/1743))
13+
- *(deps)* bump tokio from 1.39.2 to 1.40.0 ([#1739](https://github.com/bluealloy/revm/pull/1739))
14+
915
## [14.0.1](https://github.com/bluealloy/revm/compare/revm-v14.0.0...revm-v14.0.1) - 2024-08-30
1016

1117
### Other

crates/revm/Cargo.toml

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

1212
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)