Commit Graph

1987 Commits

Author SHA1 Message Date
787e600836 perf: send followup request with high priority (#2659) 2023-05-14 18:35:20 +02:00
9fe84bfd96 fix: dont upscale concurrent request for lower peer count (#2661) 2023-05-13 21:02:51 -04:00
0a71d6fa8b feat: add queued and buffered blocks to bodies dashboard (#2662) 2023-05-13 22:38:42 +02:00
3402f19c7e fix: should be kilobytes (#2663) 2023-05-13 20:37:07 +02:00
a5dbbe4187 fix: don't starve high priority requests (#2660) 2023-05-13 13:18:24 -04:00
99e6ee7a86 perf: restrict bodies downloader by number of blocks (#2656) 2023-05-13 13:18:01 -04:00
4d0406b383 perf(rpc): improve gas price perf by skipping hash (#2657) 2023-05-13 12:34:06 -04:00
a0b6b207a6 chore(poststate): size hint (#2653) 2023-05-12 14:22:58 -07:00
cc601dbe9f feat: add safe and finalized tags to StateProviderFactory (#2654) 2023-05-12 16:00:16 -04:00
52b5418a63 feat: gas price oracle (#2600) 2023-05-12 15:15:34 -04:00
059e9c9a29 fix(executor): do not destroy empty accounts (#2630) 2023-05-12 10:52:13 -07:00
34e34177f1 fix(executor): do not insert empty changesets for touched accounts (#2631) 2023-05-12 10:51:07 -07:00
748f90ed3c fix: unwind stages with respect to commit threshold (#2500) 2023-05-12 10:50:47 -07:00
e2c7b38d55 fix(poststate): storage revert before selfdestruct (#2636) 2023-05-12 10:45:20 -07:00
b16678da1d fix(poststate): handle secondary selfdestructs (#2634) 2023-05-12 10:32:43 -07:00
8c1a1e0e06 fix(poststate): duplicate receipts (#2632) 2023-05-12 10:31:01 -07:00
047f1e513c feat(db): add zstd and CompactZstd to Transactions and Receipts (#2483)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-05-12 10:30:15 -07:00
4056b15882 fix: remove Account length from compact on AccountBeforeTx (#2622) 2023-05-12 10:29:56 -07:00
45caab8052 feat: impl BlockIdProvider for BlockchainProvider (#2650) 2023-05-12 18:28:27 +02:00
177b067034 chore: Additional logs on revert error (#2623) 2023-05-12 18:20:51 +02:00
0d2f21412f chore: split on new payload function (#2645) 2023-05-12 12:15:51 -04:00
f1eef8d32c chore(deps): bump tracing core (#2649) 2023-05-12 12:15:27 -04:00
afcc66c39a feat: add getter for last FCU timestamp (#2647) 2023-05-12 12:15:16 -04:00
4a492f6cd1 chore: move Filter to rpc-types (#2648) 2023-05-12 12:15:03 -04:00
f2cf105227 fix(codec): Use variable length encoding for lengths on Vec<T> and Option<T> (#2641)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-05-12 06:46:53 -07:00
43272ccd58 meta: add beacon consensus code owners (#2646) 2023-05-12 15:42:35 +02:00
e34cdc4e0d feat: extend engine syncing with single block downloads (#2626) 2023-05-12 15:02:45 +02:00
4070bd1731 fix: register trace correctly 2023-05-12 14:57:32 +02:00
53fadfce0a chore: add task spawner to trace and debug (#2644) 2023-05-12 14:52:36 +02:00
08972ca5e4 feat: add forkchoice update tracker type (#2555)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-05-12 12:24:41 +02:00
92b557d84e chore(deps): bump jsonrpsee 0.18 (#2640) 2023-05-12 00:54:21 +02:00
33ea2523b7 chore: bump cache sizes (#2639) 2023-05-11 20:00:40 +02:00
8c0979144c perf: read header range first (#2635) 2023-05-11 10:52:48 -07:00
5e09a686db feat: add more rpc server cli args (#2638) 2023-05-11 12:51:32 -04:00
041b8d3207 feat: implement call tracer (#2349)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-11 00:49:27 -04:00
f4c241970e test: add open ended filter test (#2620) 2023-05-11 00:02:49 +02:00
58a4a8ea86 fix: do not panic on safe, finalized BlockIdProvider (#2628) 2023-05-11 00:02:41 +02:00
7d3016f0f2 feat: use BlockHashOrNum in providers (#2627) 2023-05-10 22:03:16 +02:00
abcadd987c fix: reset correct value (#2618) 2023-05-10 12:14:27 +02:00
d342762a3a feat: Include genesis accounts in changesets (#2606) 2023-05-09 10:54:24 -07:00
64250b3b07 feat: add fullblock client (#2613) 2023-05-09 16:46:17 +02:00
32b9a5b05e chore: use 4gb growth step (#2616) 2023-05-09 16:42:08 +02:00
21217cbed3 chore: remove allow unused in rpc (#2617) 2023-05-09 16:41:53 +02:00
bda830c1a5 chore: move decode_revert_reason to primitives (#2615) 2023-05-09 16:26:22 +02:00
f035b1faf9 chore: move error module to integer list (#2614) 2023-05-09 16:26:13 +02:00
c0cbb6a473 feat(txpool): add sub-pools length and size metrics (#2598)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-09 15:52:20 +02:00
07983239eb doc(cli): remove reference to reth db --db flag in book (#2612) 2023-05-09 12:08:05 +02:00
cb65224dd2 fix(rpc): initialize arena with root node (#2611) 2023-05-09 02:20:48 +02:00
0850bfaf0a fix: make stats args global (#2610) 2023-05-08 15:08:48 -07:00
38d9bca8f1 chore: add traces for jwt file (#2609) 2023-05-08 17:53:39 -04:00