Commit Graph

1762 Commits

Author SHA1 Message Date
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
Matthias Seitz
df476140c4 chore: add transaction_type field to callrequest (#2590) 2023-05-06 10:34:22 -07:00
Georgios Konstantopoulos
bc5e150903 chore: fix broken test from #2575
Thx @leovct: https://github.com/paradigmxyz/reth/pull/2575#issuecomment-1536726997
2023-05-05 19:07:50 -07:00
Georgios Konstantopoulos
10d0305b5e docs: add cli reference (#2589) 2023-05-05 18:46:39 -07:00
Léo Vincent
78d6fd27fa chore(cli): remove --db options from cli commands (#2575) 2023-05-05 13:09:44 -07:00
Georgios Konstantopoulos
63d2d700aa fix: remove transactionLogIndex from logs (#2583) 2023-05-05 12:26:19 -07:00
Georgios Konstantopoulos
7cb2d7d8ee chore: point to book for installing (#2584) 2023-05-05 11:47:45 -07:00
Matthias Seitz
ce6ead1b2f chore: rm unused var (#2582) 2023-05-05 20:39:11 +02:00
Aditya Pandey
ded0896df5 Task Executor Metrics (#2580)
Co-authored-by: Aditya Pandey <aditya.p@Aditya-P.local>
2023-05-05 10:48:45 -07:00
Matthias Seitz
e6107a1bce feat(rpc): add parity trace conversion (#2576) 2023-05-05 10:48:31 -07:00
Georgios Konstantopoulos
a5b9737a4f perf: use jemalloc + switch to lto/low codegen units (#2567) 2023-05-05 10:40:52 -07:00
Matthias Seitz
f37d102820 fix(rpc): use parent block state when tracing blocks (#2574) 2023-05-05 19:21:09 +02:00
Matthias Seitz
35e2421022 feat(rpc): set eip1559 gasPrice field (#2579) 2023-05-05 19:08:52 +02:00
Roman Krasiuk
09f1a5b640 feat(execution): state change size based commits (#2494) 2023-05-05 09:57:16 -07:00
Matthias Seitz
a00ba2ad7b chore: dont panic on unsupported tag (#2578) 2023-05-05 08:05:46 -07:00
Dan Cline
b40ce6f7f7 fix: correct effective_gas_price (#2573) 2023-05-05 13:33:01 +02:00
Matthias Seitz
0ae9c28397 fix(rpc): set effective gas price (#2570) 2023-05-05 11:42:59 +02:00