Commit 6296005
Feat: aurora-evm-tests - ethjson refactoring (#95)
* Added basic StateTestCase, Env and json utils
* Update rust toolchain to v1.86
* Fix clippy issues
* Refactored with clippy fix
* Added PostState logic
* Extended types
* Added full version of StateTestCase for eth-tests deserializer
* eth-json tests deserializer fix all fields and pass all tests
* State and VM refactoring
* VM tests refactoring
* Fix Vm-tests. Fix CI
* Fix CI
* Refactore deserialization for StateAccount and ExecutionTransaction
* Blob gas for evm-tests
* Types and state refactoring
* Refactore tests vicinity
* StateTests refactoring and fixes
* Fix clippy
* change rust to v1.86
* Fix toolchain
* Fix clippy
* Extend tests-runner
* Extendn tests-runner with asserts validations
* Extend eth-json tests EIPs
* Added precompiles dependecies to aurora-engine
* Refactored test-runner flow
* Extend CLI arguments with test name args
* Extend debug message
* Extend debug info
* Fix state account state for storage
* Refactored json tests up to Cancun hardfork with all precompiles, including KZG. Adde debug info with TODO points
* Force doungrade generic-array to v0.14.6
* Prague precompiles refactoring
* Refactore: removed old code and dependencies
* Refactoring: remove all old ethjson packages and remove all rependencies. Code clean up
* Update evm-jsontests dependencies
* Added precompiles state dump util
* Fix generic-array crate issue
* Small fixes after review
* After review changes
* chore: some refactoring and fix typos
* chore: use ecrecover from aurora_engine_precompiles
* chore: fix typo in the GasFloorMoreThanGasLimit error message
---------
Co-authored-by: Oleksandr Anyshchenko <oleksandr.anyshchenko@aurora.dev>1 parent 3e508d0 commit 6296005
88 files changed
Lines changed: 3615 additions & 11578 deletions
File tree
- .github/workflows
- evm-tests
- EIP-152
- benches
- src
- ethcore-builtin
- src
- ethjson
- src
- spec
- test_helpers
- blockchain
- trie
- jsontests
- src
- src
- precompiles
- assets
- types
- evm/src
- backend
- core
- executor/stack
- runtime
- eval
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments