-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
159be28
commit ccb81d5
Showing
12 changed files
with
942 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-bytecode-v1.0.0) - 2024-12-16 | ||
|
||
### Added | ||
|
||
- Restucturing Part7 Handler and Context rework (#1865) | ||
- restructuring Part6 transaction crate (#1814) | ||
- Merge validation/analyzis with Bytecode (#1793) | ||
- restructure Part2 database crate (#1784) | ||
- project restructuring Part1 (#1776) | ||
- *(examples)* generate block traces (#895) | ||
- implement EIP-4844 (#668) | ||
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode (#376) | ||
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` (#239) | ||
- Introduce ByteCode format, Update Readme (#156) | ||
|
||
### Fixed | ||
|
||
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620)) | ||
|
||
### Other | ||
|
||
- *(crates/bytecode)* fix some comments (#1851) | ||
- some no_std cleanup (#1834) | ||
- fix `constants` module typo (#1801) | ||
- Bump new logo (#1735) | ||
- *(README)* add rbuilder to used-by (#1585) | ||
- added simular to used-by (#1521) | ||
- add Trin to used by list (#1393) | ||
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185)) | ||
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164)) | ||
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141)) | ||
- license date and revm docs (#1080) | ||
- *(docs)* Update the benchmark docs to point to revm package (#906) | ||
- *(docs)* Update top-level benchmark docs (#894) | ||
- clang requirement (#784) | ||
- Readme Updates (#756) | ||
- Logo (#743) | ||
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537)) | ||
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468)) | ||
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424)) | ||
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366)) | ||
- revm-precompiles to revm-precompile | ||
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350)) | ||
- typos (#232) | ||
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191)) | ||
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159)) | ||
- typo fixes | ||
- fix readme typo | ||
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52)) | ||
- readme. debuger update | ||
- Bump revm v0.3.0. README updated | ||
- readme | ||
- Add time elapsed for tests | ||
- readme updated | ||
- Include Basefee into cost calc. readme change | ||
- Initialize precompile accounts | ||
- Status update. Taking a break | ||
- Merkle calc. Tweaks and debugging for eip158 | ||
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes | ||
- TEMP | ||
- one tab removed | ||
- readme | ||
- README Example simplified | ||
- Gas calculation for Call/Create. Example Added | ||
- readme usage | ||
- README changes | ||
- Static gas cost added | ||
- Subroutine changelogs and reverts | ||
- Readme postulates | ||
- Spelling | ||
- Restructure project | ||
- First iteration. Machine is looking okay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-context-v1.0.0) - 2024-12-16 | ||
|
||
### Added | ||
|
||
- Restucturing Part7 Handler and Context rework (#1865) | ||
- restructuring Part6 transaction crate (#1814) | ||
- *(examples)* generate block traces (#895) | ||
- implement EIP-4844 (#668) | ||
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode (#376) | ||
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` (#239) | ||
- Introduce ByteCode format, Update Readme (#156) | ||
|
||
### Fixed | ||
|
||
- *(revme)* include correct bytecode for snailtracer (#1917) | ||
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620)) | ||
|
||
### Other | ||
|
||
- Move CfgEnv from context-interface to context crate (#1910) | ||
- Bump new logo (#1735) | ||
- *(README)* add rbuilder to used-by (#1585) | ||
- added simular to used-by (#1521) | ||
- add Trin to used by list (#1393) | ||
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185)) | ||
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164)) | ||
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141)) | ||
- license date and revm docs (#1080) | ||
- *(docs)* Update the benchmark docs to point to revm package (#906) | ||
- *(docs)* Update top-level benchmark docs (#894) | ||
- clang requirement (#784) | ||
- Readme Updates (#756) | ||
- Logo (#743) | ||
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537)) | ||
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468)) | ||
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424)) | ||
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366)) | ||
- revm-precompiles to revm-precompile | ||
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350)) | ||
- typos (#232) | ||
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191)) | ||
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159)) | ||
- typo fixes | ||
- fix readme typo | ||
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52)) | ||
- readme. debuger update | ||
- Bump revm v0.3.0. README updated | ||
- readme | ||
- Add time elapsed for tests | ||
- readme updated | ||
- Include Basefee into cost calc. readme change | ||
- Initialize precompile accounts | ||
- Status update. Taking a break | ||
- Merkle calc. Tweaks and debugging for eip158 | ||
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes | ||
- TEMP | ||
- one tab removed | ||
- readme | ||
- README Example simplified | ||
- Gas calculation for Call/Create. Example Added | ||
- readme usage | ||
- README changes | ||
- Static gas cost added | ||
- Subroutine changelogs and reverts | ||
- Readme postulates | ||
- Spelling | ||
- Restructure project | ||
- First iteration. Machine is looking okay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-context-interface-v1.0.0) - 2024-12-16 | ||
|
||
### Added | ||
|
||
- Restucturing Part7 Handler and Context rework (#1865) | ||
- *(examples)* generate block traces (#895) | ||
- implement EIP-4844 (#668) | ||
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode (#376) | ||
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` (#239) | ||
- Introduce ByteCode format, Update Readme (#156) | ||
|
||
### Fixed | ||
|
||
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620)) | ||
|
||
### Other | ||
|
||
- Move CfgEnv from context-interface to context crate (#1910) | ||
- Bump new logo (#1735) | ||
- *(README)* add rbuilder to used-by (#1585) | ||
- added simular to used-by (#1521) | ||
- add Trin to used by list (#1393) | ||
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185)) | ||
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164)) | ||
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141)) | ||
- license date and revm docs (#1080) | ||
- *(docs)* Update the benchmark docs to point to revm package (#906) | ||
- *(docs)* Update top-level benchmark docs (#894) | ||
- clang requirement (#784) | ||
- Readme Updates (#756) | ||
- Logo (#743) | ||
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537)) | ||
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468)) | ||
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424)) | ||
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366)) | ||
- revm-precompiles to revm-precompile | ||
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350)) | ||
- typos (#232) | ||
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191)) | ||
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159)) | ||
- typo fixes | ||
- fix readme typo | ||
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52)) | ||
- readme. debuger update | ||
- Bump revm v0.3.0. README updated | ||
- readme | ||
- Add time elapsed for tests | ||
- readme updated | ||
- Include Basefee into cost calc. readme change | ||
- Initialize precompile accounts | ||
- Status update. Taking a break | ||
- Merkle calc. Tweaks and debugging for eip158 | ||
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes | ||
- TEMP | ||
- one tab removed | ||
- readme | ||
- README Example simplified | ||
- Gas calculation for Call/Create. Example Added | ||
- readme usage | ||
- README changes | ||
- Static gas cost added | ||
- Subroutine changelogs and reverts | ||
- Readme postulates | ||
- Spelling | ||
- Restructure project | ||
- First iteration. Machine is looking okay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-database-v1.0.0) - 2024-12-16 | ||
|
||
### Added | ||
|
||
- couple convenience functions for nested cache dbs (#1852) | ||
- Restucturing Part7 Handler and Context rework (#1865) | ||
- add support for async database (#1809) | ||
- restructure Part2 database crate (#1784) | ||
- *(examples)* generate block traces (#895) | ||
- implement EIP-4844 (#668) | ||
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode (#376) | ||
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` (#239) | ||
- Introduce ByteCode format, Update Readme (#156) | ||
|
||
### Fixed | ||
|
||
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620)) | ||
|
||
### Other | ||
|
||
- bumps select alloy crates to 0.6 (#1854) | ||
- *(TransitionAccount)* remove unneeded clone (#1860) | ||
- *(CacheAccount)* remove unneeded clone (#1859) | ||
- bump alloy to 0.4.2 (#1817) | ||
- *(primitives)* replace HashMap re-exports with alloy_primitives::map (#1805) | ||
- Bump new logo (#1735) | ||
- *(README)* add rbuilder to used-by (#1585) | ||
- added simular to used-by (#1521) | ||
- add Trin to used by list (#1393) | ||
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185)) | ||
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164)) | ||
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141)) | ||
- license date and revm docs (#1080) | ||
- *(docs)* Update the benchmark docs to point to revm package (#906) | ||
- *(docs)* Update top-level benchmark docs (#894) | ||
- clang requirement (#784) | ||
- Readme Updates (#756) | ||
- Logo (#743) | ||
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537)) | ||
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468)) | ||
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424)) | ||
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366)) | ||
- revm-precompiles to revm-precompile | ||
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350)) | ||
- typos (#232) | ||
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191)) | ||
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159)) | ||
- typo fixes | ||
- fix readme typo | ||
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52)) | ||
- readme. debuger update | ||
- Bump revm v0.3.0. README updated | ||
- readme | ||
- Add time elapsed for tests | ||
- readme updated | ||
- Include Basefee into cost calc. readme change | ||
- Initialize precompile accounts | ||
- Status update. Taking a break | ||
- Merkle calc. Tweaks and debugging for eip158 | ||
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes | ||
- TEMP | ||
- one tab removed | ||
- readme | ||
- README Example simplified | ||
- Gas calculation for Call/Create. Example Added | ||
- readme usage | ||
- README changes | ||
- Static gas cost added | ||
- Subroutine changelogs and reverts | ||
- Readme postulates | ||
- Spelling | ||
- Restructure project | ||
- First iteration. Machine is looking okay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0](https://github.com/bluealloy/revm/releases/tag/revm-database-interface-v1.0.0) - 2024-12-16 | ||
|
||
### Added | ||
|
||
- Restucturing Part7 Handler and Context rework (#1865) | ||
- add support for async database (#1809) | ||
- restructure Part2 database crate (#1784) | ||
- project restructuring Part1 (#1776) | ||
- *(examples)* generate block traces (#895) | ||
- implement EIP-4844 (#668) | ||
- *(Shanghai)* All EIPs: push0, warm coinbase, limit/measure initcode (#376) | ||
- Migrate `primitive_types::U256` to `ruint::Uint<256, 4>` (#239) | ||
- Introduce ByteCode format, Update Readme (#156) | ||
|
||
### Fixed | ||
|
||
- fix typos ([#620](https://github.com/bluealloy/revm/pull/620)) | ||
|
||
### Other | ||
|
||
- Bump new logo (#1735) | ||
- *(README)* add rbuilder to used-by (#1585) | ||
- added simular to used-by (#1521) | ||
- add Trin to used by list (#1393) | ||
- Fix typo in readme ([#1185](https://github.com/bluealloy/revm/pull/1185)) | ||
- Add Hardhat to the "Used by" list ([#1164](https://github.com/bluealloy/revm/pull/1164)) | ||
- Add VERBS to used by list ([#1141](https://github.com/bluealloy/revm/pull/1141)) | ||
- license date and revm docs (#1080) | ||
- *(docs)* Update the benchmark docs to point to revm package (#906) | ||
- *(docs)* Update top-level benchmark docs (#894) | ||
- clang requirement (#784) | ||
- Readme Updates (#756) | ||
- Logo (#743) | ||
- book workflow ([#537](https://github.com/bluealloy/revm/pull/537)) | ||
- add example to revm crate ([#468](https://github.com/bluealloy/revm/pull/468)) | ||
- Update README.md ([#424](https://github.com/bluealloy/revm/pull/424)) | ||
- add no_std to primitives ([#366](https://github.com/bluealloy/revm/pull/366)) | ||
- revm-precompiles to revm-precompile | ||
- Bump v20, changelog ([#350](https://github.com/bluealloy/revm/pull/350)) | ||
- typos (#232) | ||
- Add support for old forks. ([#191](https://github.com/bluealloy/revm/pull/191)) | ||
- revm bump 1.8. update libs. snailtracer rename ([#159](https://github.com/bluealloy/revm/pull/159)) | ||
- typo fixes | ||
- fix readme typo | ||
- Big Refactor. Machine to Interpreter. refactor instructions. call/create struct ([#52](https://github.com/bluealloy/revm/pull/52)) | ||
- readme. debuger update | ||
- Bump revm v0.3.0. README updated | ||
- readme | ||
- Add time elapsed for tests | ||
- readme updated | ||
- Include Basefee into cost calc. readme change | ||
- Initialize precompile accounts | ||
- Status update. Taking a break | ||
- Merkle calc. Tweaks and debugging for eip158 | ||
- Replace aurora bn lib with parity's. All Bn128Add/Mul/Pair tests passes | ||
- TEMP | ||
- one tab removed | ||
- readme | ||
- README Example simplified | ||
- Gas calculation for Call/Create. Example Added | ||
- readme usage | ||
- README changes | ||
- Static gas cost added | ||
- Subroutine changelogs and reverts | ||
- Readme postulates | ||
- Spelling | ||
- Restructure project | ||
- First iteration. Machine is looking okay |
Oops, something went wrong.