Skip to content

Commit c3e25f2

Browse files
chore: release
1 parent eee5729 commit c3e25f2

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

bins/revm-test/CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,97 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- *(eof)* fixture 2 tests ([#1550](https://github.com/bluealloy/revm/pull/1550))
2323
- *(clippy)* fix some clippy lints
2424

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+
100+
## [0.1.0](https://github.com/bluealloy/revm/releases/tag/revm-test-v0.1.0) - 2024-06-20
101+
102+
### Added
103+
- EOF (Ethereum Object Format) ([#1143](https://github.com/bluealloy/revm/pull/1143))
104+
- add tests for shift instructions ([#1254](https://github.com/bluealloy/revm/pull/1254))
105+
- EvmBuilder and External Contexts ([#888](https://github.com/bluealloy/revm/pull/888))
106+
- separate initial checks ([#486](https://github.com/bluealloy/revm/pull/486))
107+
- revm-interpreter created ([#320](https://github.com/bluealloy/revm/pull/320))
108+
- *(interpreter)* Unify instruction fn signature ([#283](https://github.com/bluealloy/revm/pull/283))
109+
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` ([#239](https://github.com/bluealloy/revm/pull/239))
110+
- Introduce ByteCode format, Update Readme ([#156](https://github.com/bluealloy/revm/pull/156))
111+
112+
### Fixed
113+
- *(eof)* fixture 2 tests ([#1550](https://github.com/bluealloy/revm/pull/1550))
114+
- *(clippy)* fix some clippy lints
115+
25116
### Other
26117
- replace TransactTo with TxKind ([#1542](https://github.com/bluealloy/revm/pull/1542))
27118
- *(deps)* bump regex from 1.10.4 to 1.10.5 ([#1502](https://github.com/bluealloy/revm/pull/1502))

0 commit comments

Comments
 (0)