Commit Graph

1778 Commits

Author SHA1 Message Date
Dan Cline
52b5418a63 feat: gas price oracle (#2600) 2023-05-12 15:15:34 -04:00
Roman Krasiuk
059e9c9a29 fix(executor): do not destroy empty accounts (#2630) 2023-05-12 10:52:13 -07:00
Roman Krasiuk
34e34177f1 fix(executor): do not insert empty changesets for touched accounts (#2631) 2023-05-12 10:51:07 -07:00
Alexey Shekhirin
748f90ed3c fix: unwind stages with respect to commit threshold (#2500) 2023-05-12 10:50:47 -07:00
Roman Krasiuk
e2c7b38d55 fix(poststate): storage revert before selfdestruct (#2636) 2023-05-12 10:45:20 -07:00
Roman Krasiuk
b16678da1d fix(poststate): handle secondary selfdestructs (#2634) 2023-05-12 10:32:43 -07:00
Roman Krasiuk
8c1a1e0e06 fix(poststate): duplicate receipts (#2632) 2023-05-12 10:31:01 -07:00
joshieDo
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
joshieDo
4056b15882 fix: remove Account length from compact on AccountBeforeTx (#2622) 2023-05-12 10:29:56 -07:00
Dan Cline
45caab8052 feat: impl BlockIdProvider for BlockchainProvider (#2650) 2023-05-12 18:28:27 +02:00
rakita
177b067034 chore: Additional logs on revert error (#2623) 2023-05-12 18:20:51 +02:00
Matthias Seitz
0d2f21412f chore: split on new payload function (#2645) 2023-05-12 12:15:51 -04:00
Matthias Seitz
f1eef8d32c chore(deps): bump tracing core (#2649) 2023-05-12 12:15:27 -04:00
Matthias Seitz
afcc66c39a feat: add getter for last FCU timestamp (#2647) 2023-05-12 12:15:16 -04:00
Matthias Seitz
4a492f6cd1 chore: move Filter to rpc-types (#2648) 2023-05-12 12:15:03 -04:00
joshieDo
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
Matthias Seitz
43272ccd58 meta: add beacon consensus code owners (#2646) 2023-05-12 15:42:35 +02:00
Matthias Seitz
e34cdc4e0d feat: extend engine syncing with single block downloads (#2626) 2023-05-12 15:02:45 +02:00
Matthias Seitz
4070bd1731 fix: register trace correctly 2023-05-12 14:57:32 +02:00
Matthias Seitz
53fadfce0a chore: add task spawner to trace and debug (#2644) 2023-05-12 14:52:36 +02:00
Matthias Seitz
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
Matthias Seitz
92b557d84e chore(deps): bump jsonrpsee 0.18 (#2640) 2023-05-12 00:54:21 +02:00
Matthias Seitz
33ea2523b7 chore: bump cache sizes (#2639) 2023-05-11 20:00:40 +02:00
Matthias Seitz
8c0979144c perf: read header range first (#2635) 2023-05-11 10:52:48 -07:00
Matthias Seitz
5e09a686db feat: add more rpc server cli args (#2638) 2023-05-11 12:51:32 -04:00
Bharath Vedartham
041b8d3207 feat: implement call tracer (#2349)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-11 00:49:27 -04:00
Matthias Seitz
f4c241970e test: add open ended filter test (#2620) 2023-05-11 00:02:49 +02:00
Dan Cline
58a4a8ea86 fix: do not panic on safe, finalized BlockIdProvider (#2628) 2023-05-11 00:02:41 +02:00
Dan Cline
7d3016f0f2 feat: use BlockHashOrNum in providers (#2627) 2023-05-10 22:03:16 +02:00
Matthias Seitz
abcadd987c fix: reset correct value (#2618) 2023-05-10 12:14:27 +02:00
Peter Davies
d342762a3a feat: Include genesis accounts in changesets (#2606) 2023-05-09 10:54:24 -07:00
Matthias Seitz
64250b3b07 feat: add fullblock client (#2613) 2023-05-09 16:46:17 +02:00
Bjerg
32b9a5b05e chore: use 4gb growth step (#2616) 2023-05-09 16:42:08 +02:00
Matthias Seitz
21217cbed3 chore: remove allow unused in rpc (#2617) 2023-05-09 16:41:53 +02:00
Matthias Seitz
bda830c1a5 chore: move decode_revert_reason to primitives (#2615) 2023-05-09 16:26:22 +02:00
Matthias Seitz
f035b1faf9 chore: move error module to integer list (#2614) 2023-05-09 16:26:13 +02:00
Léo Vincent
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
Léo Vincent
07983239eb doc(cli): remove reference to reth db --db flag in book (#2612) 2023-05-09 12:08:05 +02:00
Matthias Seitz
cb65224dd2 fix(rpc): initialize arena with root node (#2611) 2023-05-09 02:20:48 +02:00
Matthias Seitz
0850bfaf0a fix: make stats args global (#2610) 2023-05-08 15:08:48 -07:00
Matthias Seitz
38d9bca8f1 chore: add traces for jwt file (#2609) 2023-05-08 17:53:39 -04:00
Matthias Seitz
604c967a6e chore: add rpc module logs (#2608) 2023-05-08 17:49:35 -04:00
Matthias Seitz
d9993c4aa0 test: add malformed header check (#2599) 2023-05-08 15:52:47 -04:00
Matthias Seitz
d8e3dcfe78 fix(rpc): commit tx state changes when tracing block (#2605) 2023-05-08 17:14:18 +02:00
Matthias Seitz
7ca8a297a8 feat(txpool): add add_and_subscribe (#2603) 2023-05-08 15:28:53 +02:00
Roman Krasiuk
ab55ea5e04 fix(execution): extend poststate before threshold check (#2602) 2023-05-08 15:13:08 +02:00
Matthias Seitz
523ffa0cb7 chore(clippy): make clippy happy (#2597) 2023-05-07 12:00:23 +02:00
Matthias Seitz
3591a6f249 feat(rpc): add txpool namespace (#2591) 2023-05-06 13:47:27 -07:00
Matthias Seitz
d067e762ba feat(txpool): add a few more maintain checks (#2593) 2023-05-06 13:45:39 -07:00
Matthias Seitz
3c14fdab25 chore: improve channel is full log (#2595) 2023-05-06 10:34:55 -07:00