Commit Graph

1728 Commits

Author SHA1 Message Date
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
Matthias Seitz
b7c46db05d perf(rpc): use cached block receipts (#2572) 2023-05-05 11:18:14 +02:00
Georgios Konstantopoulos
52f2bc5ebc docs: rework book (#2566) 2023-05-04 20:28:33 -07:00
Roman Krasiuk
70bcd76032 fix(engine): fail on canonical errors (#2565) 2023-05-04 12:49:05 -07:00
Matthias Seitz
5605ab2a04 fix(rpc): use parent state when replaying block (#2533) 2023-05-04 12:29:46 -07:00
Matthias Seitz
3dd27782e1 refactor: give Pipeline a database (#2558) 2023-05-04 12:27:53 -07:00
Matthias Seitz
acbbd6788c feat: make logs per response configurable (#2559) 2023-05-04 12:27:31 -07:00
Roman Krasiuk
6a79b16737 test(walker): walk range on dup table (#2561) 2023-05-04 12:27:03 -07:00
Matthias Seitz
e53a767f3e chore(cli): add details to --nat help message (#2562) 2023-05-04 12:25:40 -07:00
Roman Krasiuk
2a36dc27c4 chore(provider): seperate error on unwind root mismatch (#2563) 2023-05-04 12:25:26 -07:00
Matthias Seitz
c7dac46cc5 chore(cli): add possible valus to ws,http api (#2564) 2023-05-04 12:23:42 -07:00
Matthias Seitz
cf043d9bf5 fix(rpc): replay transactions before tracing (#2532) 2023-05-04 20:07:49 +02:00
Matthias Seitz
91d4c890de fix: respect --p2p-secret-key argument (#2552) 2023-05-04 19:54:01 +02:00
Matthias Seitz
209911c10c chore: add pipeline field docs and remove continous (#2550) 2023-05-04 19:50:38 +02:00
Matthias Seitz
6c21295b78 docs: add a few additional tree docs (#2557) 2023-05-04 18:29:21 +02:00
Aditya Pandey
4ebbd448dd Insert new blocks into cache (#2509)
Co-authored-by: Aditya Pandey <aditya.p@Aditya-P.local>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-04 15:55:18 +02:00
Andy Thomson
7914d1cf76 feat: A basic json dump extension to reth db list. (#2232)
Co-authored-by: andy-thomason <andy@atomicinrement.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-04 15:55:08 +02:00
Matthias Seitz
231d1f96bb perf(rpc): utilize caching layer in log range (#2553) 2023-05-04 15:26:27 +02:00
Matthias Seitz
dfd35fabb4 chore(tree): a few refactors and instrumentations (#2549) 2023-05-04 14:08:53 +02:00
Matthias Seitz
010b600f39 fix: ensure parent hash and number match (#2546) 2023-05-04 00:04:48 +02:00
Roman Krasiuk
9c74fb8731 dep: bump revm to 3.3.0 (#2547) 2023-05-03 22:12:42 +02:00
Matthias Seitz
10b97b29af chore: downgrade error and warn traces to debug (#2541) 2023-05-03 15:53:05 +02:00
rakita
03977950c8 chore(tree): Add additional checks to not insert empty chain (#2537) 2023-05-03 15:52:42 +02:00
Matthias Seitz
29ce8aab43 fix: fix cors check (#2540) 2023-05-03 15:13:40 +02:00
Matthias Seitz
90fa586ced refactor: remove SyncstateUpdater generics and use boxed instead (#2534) 2023-05-03 04:57:28 -07:00
Matthias Seitz
3be635406f docs: add a few notes about where states point to (#2535) 2023-05-03 04:56:39 -07:00
Matthias Seitz
443572a6de feat(rpc): support launching on same port (#2530) 2023-05-03 11:26:56 +02:00
Matthias Seitz
4609811045 fix: drop tokio runtime on separate thread (#2531) 2023-05-03 11:09:21 +02:00
Roman Krasiuk
ec7a10b57e fix(cli): compute clean root till done (#2525) 2023-05-02 12:26:34 -07:00
Dan Cline
ecc7ae9bb1 feat: use chain-specific data dirs (#2495) 2023-05-02 12:23:44 -07:00
Matthias Seitz
159a856373 fix: sync to max block (#2527) 2023-05-02 20:51:53 +02:00
Matthias Seitz
b55a17b087 feat(rpc): support pending block tag (#2524) 2023-05-02 20:35:36 +02:00
Matthias Seitz
34a13ce240 fix: dont include latest valid hash on block hash error (#2523) 2023-05-02 17:46:41 +02:00
Roman Krasiuk
3cf6015149 perf(proofs): root calculation using hash builder (#2517) 2023-05-02 17:41:22 +02:00
Matthias Seitz
949b3639c3 fix: track invalid payload hashes (#2521) 2023-05-02 17:16:32 +02:00