Commit a5de9fa
authored
chore: testing updates & repo restructure (base#347)
* chore: rename runner/primitives crates and move reth-rpc to shared
* chore: unify extensions to be one per crate
* chore: migrate generic node setup to client-primitives, remove client-runner
* chore: unify test account logic
* chore: removed dead code
* chore: migrated test harness to support extensions
* chore: update metering rpc tests to use the node harness
* chore: code cleanup
- Remove file structure sections from READMEs
- Move build_node function body into LocalNode::new
- Replace local TestHarness::signer methods with Account::signer_b256()
* chore: migrate metering non-rpc tests
* chore: chain spec loaders
* chore: remove genesis file + build it in rust
* chore: setup shared primitives and move accounts/contracts there under test utils
* chore: move FB test harness to flashblocks crate
* chore: delete test-utils, rename client-primites to node
* chore: add GHA/script to check that shared crates dont depend on client/
* chore: format features and update lockfile
* review feedback
* chore: inline config extraction in extension constructors
Move config extraction directly into extension constructor calls
to reduce intermediate variables in main.rs.
* migrate back to generic install_ext1 parent c2830a6 commit a5de9fa
File tree
93 files changed
+1939
-2814
lines changed- .github/workflows
- bin/node
- src
- crates
- client
- flashblocks
- benches
- src
- tests
- metering
- src
- tests
- node
- src
- test_utils
- primitives
- src
- runner
- src
- test-utils
- assets
- src
- txpool
- src
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+1939
-2814
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
0 commit comments