Commit Graph

1927 Commits

Author SHA1 Message Date
0ebc78651e chore: more sane debug display impls (#2872) 2023-05-26 18:28:20 +00:00
2711178ee9 perf: use single tx for converting hash to number (#2870) 2023-05-26 16:59:39 +00:00
a8b39880ea perf: spawn handlers before network (#2868) 2023-05-26 16:55:36 +00:00
79f99ad0fc chore: convert datagram failure error to debug (#2869) 2023-05-26 16:55:19 +00:00
f5b091dd53 fix: sync to head block instead (#2854) 2023-05-26 15:56:07 +00:00
689d869b8b build: add ef-tests target to makefile (#2861) 2023-05-26 14:03:54 +00:00
ea5e877f35 ci: use Swatinem/rust-cache@v2 everywhere (#2862) 2023-05-26 14:01:46 +00:00
0caf051869 feat: reth-config crate (#2825) 2023-05-26 13:56:28 +00:00
1176754d6e perf(rpc): fetch block and receipts for concurrently (#2860) 2023-05-26 13:24:02 +00:00
e05f655928 perf: store canonical number in atomic (#2859) 2023-05-26 13:02:07 +00:00
be5850488c docs: a few additional tree docs (#2852) 2023-05-26 12:24:27 +00:00
dd0a0f2951 perf: ignore download request if already inflight (#2856) 2023-05-26 12:23:45 +00:00
01d264c9ae chore(stages): use helper function for checkpoint.unwrap_or_default() (#2858) 2023-05-26 12:22:25 +00:00
10b577096b chore(metrics): restructure crates (#2850) 2023-05-26 12:21:48 +00:00
966b31c191 chore(sync): rename headers progress to checkpoint (#2855) 2023-05-26 11:01:01 +00:00
038cfdee8e chore(cli): unify debugging routines into a single command (#2849) 2023-05-26 08:51:06 +00:00
0e9c05781e chore(sync): increase merkle clean threshold (#2848) 2023-05-26 06:41:02 +00:00
318107ed18 feat(cli): execution debug script (#2619) 2023-05-26 02:02:46 +00:00
46e95337db feat(stages): always report entities processed & total metrics (#2824) 2023-05-26 02:02:27 +00:00
cb829be089 refactor: move ef tests to own testing crate (#2847) 2023-05-26 02:02:08 +00:00
a441c136e3 fix(download): headers head attachment (#2845) 2023-05-25 19:17:08 +00:00
cdd446aba0 feat: Return an error if requested block is not synced yet (#2833)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-25 16:44:16 +00:00
ba4776a0ca feat: track total size of buffered blocks (#2838) 2023-05-25 16:42:11 +00:00
6d0d2104ce perf: disable mdbx debug on release builds (#2841) 2023-05-25 16:40:29 +00:00
fd785287de ci: run workflows on merge_group (#2842) 2023-05-25 18:39:32 +02:00
d6ccab1ddc chore: improve stage checkpoint logs (#2823) 2023-05-25 18:21:21 +04:00
d05ba97858 feat: add db get subcommand (#2772)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-25 15:57:41 +02:00
f00dc091de docs: add list of all stages (#2826) 2023-05-25 15:47:37 +02:00
7423fc36f0 chore: use Instant::elapsed (#2834) 2023-05-25 15:46:48 +02:00
ac8d6f062d fix: wrong is valid if branch (#2831) 2023-05-25 14:23:14 +02:00
455eead32f test: fix flaky arbitrary test (#2832) 2023-05-25 14:09:19 +02:00
2305310ef8 perf/test: run malformed header test separately (#2750)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-25 12:54:54 +02:00
42683b8949 perf: use canonical block number from mem (#2829) 2023-05-25 12:07:09 +02:00
dfcca695df fix: update rpc on continuous sync (#2707) 2023-05-24 15:52:01 -04:00
5e6595a0cb feat: add lowest_ancestor to block buffer (#2789) 2023-05-24 15:44:56 -04:00
6ae425f99c feat: add block_by_hash and index in BlockBuffer (#2784)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-24 14:59:12 -04:00
26dd0f5150 fix(bin): checkpoints comparison in merkle-debug (#2817) 2023-05-24 22:48:45 +04:00
11a6130c14 ci: add windows and apple silicon releases (#2810) 2023-05-24 11:16:47 -07:00
86b6c6a773 chore: rm reth db seed (#2818) 2023-05-24 11:15:50 -07:00
718dbfc971 fix: make eth requests channel bounded (#2811) 2023-05-24 19:15:23 +02:00
0b81096f8b feat(stages): checkpoint downloaded headers (#2798) 2023-05-24 20:51:41 +04:00
b9f1819e69 fix(trie): discard zero-value slots in hashed poststate cursor (#2793) 2023-05-24 08:42:14 -07:00
9da97cc4c3 fix: check if payload is transition payload (#2816) 2023-05-24 17:33:14 +02:00
cffdc8dff5 Makes RPC server settings configurable (#2814) 2023-05-24 15:43:51 +02:00
df8238718c feat: cancel in progress full blocks (#2813) 2023-05-24 14:22:30 +02:00
2ec97f34fe feat: Use consistent pending block in RPC/Blockchaintree (#2767)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-24 11:33:30 +02:00
d7e013c4f2 fix(transaction): block poststate range zip (#2808) 2023-05-24 01:56:27 -07:00
7eaabeb0d4 fix(transaction): tx iterator for block range (#2804) 2023-05-24 01:51:53 -07:00
69e792eb02 fix: proper #[cfg] attrs for windows/unix (#2807) 2023-05-24 10:39:18 +02:00
1e53d5fafa fix: really encode windows paths for mdbx this time (#2806) 2023-05-24 10:35:23 +02:00