|
|
18dbcd4e6a
|
fix: use correct boolean conversion for direction (#870)
|
2023-01-13 15:50:39 +01:00 |
|
|
|
ba3048ceb0
|
refactor: add network-api crate (#838)
|
2023-01-12 19:39:44 -08:00 |
|
|
|
20ee1bb1c9
|
refactor: move cli trace helpers to reth-tracing (#820)
|
2023-01-11 10:20:37 -08:00 |
|
|
|
565a0aa90b
|
feat(engine): new payload execution (#631)
* feat(engine): new payload execution
* address PR comments
* rm unused dev deps
* add comment about lru
* remove par_iter
|
2022-12-29 02:36:56 -08:00 |
|
|
|
daaf039fbf
|
feat(sync): state transition indexes (#449)
* introduce state transitions and revert/modify block bodies table
* init refactor
* revamp transaction iteration based on bodies and add state transition mappings
* change expected return on empty db execution
* interim commit
* fix body downloader & stage
* refactor(bodies/dl): make fetch bodies fn more clear
* chore: disable unused vars/fns temporarily until exec is back
* chore: fmt
* test: fix tests
* use transitions in execution stage
* clarify empty unwind test
* remove last_tx_index fn
* rename fn and var names
* fix full block response comment
* rename fetcher`s get_block_body to get_block_bodies
* Update crates/stages/src/db.rs
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
* fmt
* fix index overlap check error
* uncomment eth chain command
* fix doc comment
* typos
* cleanup
* any_last_tx_index -> last_tx_index
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2022-12-16 08:37:49 -08:00 |
|
|
|
5057e8ec0a
|
feat(p2p): refactor downloaders and add peer id to the result (#410)
* feat(p2p): refactor downloaders and add peer id to the result
* rm unused import
* fix tests
* clean up deps
* Update crates/interfaces/src/p2p/error.rs
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
* add split fn
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2022-12-13 17:14:45 +01:00 |
|
|
|
a0c35f1f48
|
refactor: replace reverse with HeadersDirection (#305)
|
2022-12-01 17:59:33 +01:00 |
|
|
|
3355b0c605
|
test(net): add e2e request body test (#304)
* test(net): add e2e request body test
* test(net): add e2e request header test
|
2022-12-01 15:35:14 +01:00 |
|