Skip to content

Commit 53056c9

Browse files
chore: release v1.0.0
1 parent d0c6bad commit 53056c9

File tree

12 files changed

+933
-0
lines changed

12 files changed

+933
-0
lines changed

crates/bytecode/CHANGELOG.md

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-bytecode-v1.0.0) - 2024-12-06
11+
12+
### Added
13+
14+
- Restucturing Part7 Handler and Context rework ([#1865](https://github.com/bluealloy/revm/pull/1865))
15+
- restructuring Part6 transaction crate ([#1814](https://github.com/bluealloy/revm/pull/1814))
16+
- Merge validation/analyzis with Bytecode ([#1793](https://github.com/bluealloy/revm/pull/1793))
17+
- restructure Part2 database crate ([#1784](https://github.com/bluealloy/revm/pull/1784))
18+
- project restructuring Part1 ([#1776](https://github.com/bluealloy/revm/pull/1776))
19+
- *(examples)* generate block traces ([#895](https://github.com/bluealloy/revm/pull/895))
20+
- implement EIP-4844 ([#668](https://github.com/bluealloy/revm/pull/668))
21+
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode ([#376](https://github.com/bluealloy/revm/pull/376))
22+
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` ([#239](https://github.com/bluealloy/revm/pull/239))
23+
- Introduce ByteCode format, Update Readme ([#156](https://github.com/bluealloy/revm/pull/156))
24+
25+
### Fixed
26+
27+
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620))
28+
29+
### Other
30+
31+
- *(crates/bytecode)* fix some comments ([#1851](https://github.com/bluealloy/revm/pull/1851))
32+
- some no_std cleanup ([#1834](https://github.com/bluealloy/revm/pull/1834))
33+
- fix `constants` module typo ([#1801](https://github.com/bluealloy/revm/pull/1801))
34+
- Bump new logo ([#1735](https://github.com/bluealloy/revm/pull/1735))
35+
- *(README)* add rbuilder to used-by ([#1585](https://github.com/bluealloy/revm/pull/1585))
36+
- added simular to used-by ([#1521](https://github.com/bluealloy/revm/pull/1521))
37+
- add Trin to used by list ([#1393](https://github.com/bluealloy/revm/pull/1393))
38+
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185))
39+
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164))
40+
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141))
41+
- license date and revm docs ([#1080](https://github.com/bluealloy/revm/pull/1080))
42+
- *(docs)* Update the benchmark docs to point to revm package ([#906](https://github.com/bluealloy/revm/pull/906))
43+
- *(docs)* Update top-level benchmark docs ([#894](https://github.com/bluealloy/revm/pull/894))
44+
- clang requirement ([#784](https://github.com/bluealloy/revm/pull/784))
45+
- Readme Updates ([#756](https://github.com/bluealloy/revm/pull/756))
46+
- Logo ([#743](https://github.com/bluealloy/revm/pull/743))
47+
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537))
48+
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468))
49+
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424))
50+
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366))
51+
- revm-precompiles to revm-precompile
52+
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350))
53+
- typos ([#232](https://github.com/bluealloy/revm/pull/232))
54+
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191))
55+
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159))
56+
- typo fixes
57+
- fix readme typo
58+
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52))
59+
- readme. debuger update
60+
- Bump revm v0.3.0. README updated
61+
- readme
62+
- Add time elapsed for tests
63+
- readme updated
64+
- Include Basefee into cost calc. readme change
65+
- Initialize precompile accounts
66+
- Status update. Taking a break
67+
- Merkle calc. Tweaks and debugging for eip158
68+
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes
69+
- TEMP
70+
- one tab removed
71+
- readme
72+
- README Example simplified
73+
- Gas calculation for Call/Create. Example Added
74+
- readme usage
75+
- README changes
76+
- Static gas cost added
77+
- Subroutine changelogs and reverts
78+
- Readme postulates
79+
- Spelling
80+
- Restructure project
81+
- First iteration. Machine is looking okay

crates/context/CHANGELOG.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-context-v1.0.0) - 2024-12-06
11+
12+
### Added
13+
14+
- Restucturing Part7 Handler and Context rework ([#1865](https://github.com/bluealloy/revm/pull/1865))
15+
- restructuring Part6 transaction crate ([#1814](https://github.com/bluealloy/revm/pull/1814))
16+
- *(examples)* generate block traces ([#895](https://github.com/bluealloy/revm/pull/895))
17+
- implement EIP-4844 ([#668](https://github.com/bluealloy/revm/pull/668))
18+
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode ([#376](https://github.com/bluealloy/revm/pull/376))
19+
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` ([#239](https://github.com/bluealloy/revm/pull/239))
20+
- Introduce ByteCode format, Update Readme ([#156](https://github.com/bluealloy/revm/pull/156))
21+
22+
### Fixed
23+
24+
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620))
25+
26+
### Other
27+
28+
- Bump new logo ([#1735](https://github.com/bluealloy/revm/pull/1735))
29+
- *(README)* add rbuilder to used-by ([#1585](https://github.com/bluealloy/revm/pull/1585))
30+
- added simular to used-by ([#1521](https://github.com/bluealloy/revm/pull/1521))
31+
- add Trin to used by list ([#1393](https://github.com/bluealloy/revm/pull/1393))
32+
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185))
33+
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164))
34+
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141))
35+
- license date and revm docs ([#1080](https://github.com/bluealloy/revm/pull/1080))
36+
- *(docs)* Update the benchmark docs to point to revm package ([#906](https://github.com/bluealloy/revm/pull/906))
37+
- *(docs)* Update top-level benchmark docs ([#894](https://github.com/bluealloy/revm/pull/894))
38+
- clang requirement ([#784](https://github.com/bluealloy/revm/pull/784))
39+
- Readme Updates ([#756](https://github.com/bluealloy/revm/pull/756))
40+
- Logo ([#743](https://github.com/bluealloy/revm/pull/743))
41+
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537))
42+
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468))
43+
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424))
44+
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366))
45+
- revm-precompiles to revm-precompile
46+
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350))
47+
- typos ([#232](https://github.com/bluealloy/revm/pull/232))
48+
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191))
49+
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159))
50+
- typo fixes
51+
- fix readme typo
52+
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52))
53+
- readme. debuger update
54+
- Bump revm v0.3.0. README updated
55+
- readme
56+
- Add time elapsed for tests
57+
- readme updated
58+
- Include Basefee into cost calc. readme change
59+
- Initialize precompile accounts
60+
- Status update. Taking a break
61+
- Merkle calc. Tweaks and debugging for eip158
62+
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes
63+
- TEMP
64+
- one tab removed
65+
- readme
66+
- README Example simplified
67+
- Gas calculation for Call/Create. Example Added
68+
- readme usage
69+
- README changes
70+
- Static gas cost added
71+
- Subroutine changelogs and reverts
72+
- Readme postulates
73+
- Spelling
74+
- Restructure project
75+
- First iteration. Machine is looking okay

crates/context/interface/CHANGELOG.md

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-context-interface-v1.0.0) - 2024-12-06
11+
12+
### Added
13+
14+
- Restucturing Part7 Handler and Context rework ([#1865](https://github.com/bluealloy/revm/pull/1865))
15+
- *(examples)* generate block traces ([#895](https://github.com/bluealloy/revm/pull/895))
16+
- implement EIP-4844 ([#668](https://github.com/bluealloy/revm/pull/668))
17+
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode ([#376](https://github.com/bluealloy/revm/pull/376))
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+
23+
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620))
24+
25+
### Other
26+
27+
- Bump new logo ([#1735](https://github.com/bluealloy/revm/pull/1735))
28+
- *(README)* add rbuilder to used-by ([#1585](https://github.com/bluealloy/revm/pull/1585))
29+
- added simular to used-by ([#1521](https://github.com/bluealloy/revm/pull/1521))
30+
- add Trin to used by list ([#1393](https://github.com/bluealloy/revm/pull/1393))
31+
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185))
32+
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164))
33+
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141))
34+
- license date and revm docs ([#1080](https://github.com/bluealloy/revm/pull/1080))
35+
- *(docs)* Update the benchmark docs to point to revm package ([#906](https://github.com/bluealloy/revm/pull/906))
36+
- *(docs)* Update top-level benchmark docs ([#894](https://github.com/bluealloy/revm/pull/894))
37+
- clang requirement ([#784](https://github.com/bluealloy/revm/pull/784))
38+
- Readme Updates ([#756](https://github.com/bluealloy/revm/pull/756))
39+
- Logo ([#743](https://github.com/bluealloy/revm/pull/743))
40+
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537))
41+
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468))
42+
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424))
43+
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366))
44+
- revm-precompiles to revm-precompile
45+
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350))
46+
- typos ([#232](https://github.com/bluealloy/revm/pull/232))
47+
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191))
48+
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159))
49+
- typo fixes
50+
- fix readme typo
51+
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52))
52+
- readme. debuger update
53+
- Bump revm v0.3.0. README updated
54+
- readme
55+
- Add time elapsed for tests
56+
- readme updated
57+
- Include Basefee into cost calc. readme change
58+
- Initialize precompile accounts
59+
- Status update. Taking a break
60+
- Merkle calc. Tweaks and debugging for eip158
61+
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes
62+
- TEMP
63+
- one tab removed
64+
- readme
65+
- README Example simplified
66+
- Gas calculation for Call/Create. Example Added
67+
- readme usage
68+
- README changes
69+
- Static gas cost added
70+
- Subroutine changelogs and reverts
71+
- Readme postulates
72+
- Spelling
73+
- Restructure project
74+
- First iteration. Machine is looking okay

crates/database/CHANGELOG.md

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-database-v1.0.0) - 2024-12-06
11+
12+
### Added
13+
14+
- Restucturing Part7 Handler and Context rework ([#1865](https://github.com/bluealloy/revm/pull/1865))
15+
- add support for async database ([#1809](https://github.com/bluealloy/revm/pull/1809))
16+
- restructure Part2 database crate ([#1784](https://github.com/bluealloy/revm/pull/1784))
17+
- *(examples)* generate block traces ([#895](https://github.com/bluealloy/revm/pull/895))
18+
- implement EIP-4844 ([#668](https://github.com/bluealloy/revm/pull/668))
19+
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode ([#376](https://github.com/bluealloy/revm/pull/376))
20+
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` ([#239](https://github.com/bluealloy/revm/pull/239))
21+
- Introduce ByteCode format, Update Readme ([#156](https://github.com/bluealloy/revm/pull/156))
22+
23+
### Fixed
24+
25+
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620))
26+
27+
### Other
28+
29+
- *(TransitionAccount)* remove unneeded clone ([#1860](https://github.com/bluealloy/revm/pull/1860))
30+
- *(CacheAccount)* remove unneeded clone ([#1859](https://github.com/bluealloy/revm/pull/1859))
31+
- bump alloy to 0.4.2 ([#1817](https://github.com/bluealloy/revm/pull/1817))
32+
- *(primitives)* replace HashMap re-exports with alloy_primitives::map ([#1805](https://github.com/bluealloy/revm/pull/1805))
33+
- Bump new logo ([#1735](https://github.com/bluealloy/revm/pull/1735))
34+
- *(README)* add rbuilder to used-by ([#1585](https://github.com/bluealloy/revm/pull/1585))
35+
- added simular to used-by ([#1521](https://github.com/bluealloy/revm/pull/1521))
36+
- add Trin to used by list ([#1393](https://github.com/bluealloy/revm/pull/1393))
37+
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185))
38+
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164))
39+
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141))
40+
- license date and revm docs ([#1080](https://github.com/bluealloy/revm/pull/1080))
41+
- *(docs)* Update the benchmark docs to point to revm package ([#906](https://github.com/bluealloy/revm/pull/906))
42+
- *(docs)* Update top-level benchmark docs ([#894](https://github.com/bluealloy/revm/pull/894))
43+
- clang requirement ([#784](https://github.com/bluealloy/revm/pull/784))
44+
- Readme Updates ([#756](https://github.com/bluealloy/revm/pull/756))
45+
- Logo ([#743](https://github.com/bluealloy/revm/pull/743))
46+
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537))
47+
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468))
48+
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424))
49+
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366))
50+
- revm-precompiles to revm-precompile
51+
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350))
52+
- typos ([#232](https://github.com/bluealloy/revm/pull/232))
53+
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191))
54+
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159))
55+
- typo fixes
56+
- fix readme typo
57+
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52))
58+
- readme. debuger update
59+
- Bump revm v0.3.0. README updated
60+
- readme
61+
- Add time elapsed for tests
62+
- readme updated
63+
- Include Basefee into cost calc. readme change
64+
- Initialize precompile accounts
65+
- Status update. Taking a break
66+
- Merkle calc. Tweaks and debugging for eip158
67+
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes
68+
- TEMP
69+
- one tab removed
70+
- readme
71+
- README Example simplified
72+
- Gas calculation for Call/Create. Example Added
73+
- readme usage
74+
- README changes
75+
- Static gas cost added
76+
- Subroutine changelogs and reverts
77+
- Readme postulates
78+
- Spelling
79+
- Restructure project
80+
- First iteration. Machine is looking okay
+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-database-interface-v1.0.0) - 2024-12-06
11+
12+
### Added
13+
14+
- Restucturing Part7 Handler and Context rework ([#1865](https://github.com/bluealloy/revm/pull/1865))
15+
- add support for async database ([#1809](https://github.com/bluealloy/revm/pull/1809))
16+
- restructure Part2 database crate ([#1784](https://github.com/bluealloy/revm/pull/1784))
17+
- project restructuring Part1 ([#1776](https://github.com/bluealloy/revm/pull/1776))
18+
- *(examples)* generate block traces ([#895](https://github.com/bluealloy/revm/pull/895))
19+
- implement EIP-4844 ([#668](https://github.com/bluealloy/revm/pull/668))
20+
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode ([#376](https://github.com/bluealloy/revm/pull/376))
21+
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` ([#239](https://github.com/bluealloy/revm/pull/239))
22+
- Introduce ByteCode format, Update Readme ([#156](https://github.com/bluealloy/revm/pull/156))
23+
24+
### Fixed
25+
26+
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620))
27+
28+
### Other
29+
30+
- Bump new logo ([#1735](https://github.com/bluealloy/revm/pull/1735))
31+
- *(README)* add rbuilder to used-by ([#1585](https://github.com/bluealloy/revm/pull/1585))
32+
- added simular to used-by ([#1521](https://github.com/bluealloy/revm/pull/1521))
33+
- add Trin to used by list ([#1393](https://github.com/bluealloy/revm/pull/1393))
34+
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185))
35+
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164))
36+
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141))
37+
- license date and revm docs ([#1080](https://github.com/bluealloy/revm/pull/1080))
38+
- *(docs)* Update the benchmark docs to point to revm package ([#906](https://github.com/bluealloy/revm/pull/906))
39+
- *(docs)* Update top-level benchmark docs ([#894](https://github.com/bluealloy/revm/pull/894))
40+
- clang requirement ([#784](https://github.com/bluealloy/revm/pull/784))
41+
- Readme Updates ([#756](https://github.com/bluealloy/revm/pull/756))
42+
- Logo ([#743](https://github.com/bluealloy/revm/pull/743))
43+
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537))
44+
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468))
45+
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424))
46+
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366))
47+
- revm-precompiles to revm-precompile
48+
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350))
49+
- typos ([#232](https://github.com/bluealloy/revm/pull/232))
50+
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191))
51+
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159))
52+
- typo fixes
53+
- fix readme typo
54+
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52))
55+
- readme. debuger update
56+
- Bump revm v0.3.0. README updated
57+
- readme
58+
- Add time elapsed for tests
59+
- readme updated
60+
- Include Basefee into cost calc. readme change
61+
- Initialize precompile accounts
62+
- Status update. Taking a break
63+
- Merkle calc. Tweaks and debugging for eip158
64+
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes
65+
- TEMP
66+
- one tab removed
67+
- readme
68+
- README Example simplified
69+
- Gas calculation for Call/Create. Example Added
70+
- readme usage
71+
- README changes
72+
- Static gas cost added
73+
- Subroutine changelogs and reverts
74+
- Readme postulates
75+
- Spelling
76+
- Restructure project
77+
- First iteration. Machine is looking okay

0 commit comments

Comments
 (0)