Commit Graph

1616 Commits

Author SHA1 Message Date
Dan Cline
8835443c35 feat: include SessionsConfig in reth.toml (#2416)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-04-26 10:58:17 -04:00
Matthias Seitz
9d03c4273c fix: use correct state for payload building (#2414) 2023-04-26 16:29:48 +02:00
Roman Krasiuk
546e191e8a fix(tree): atomical execution unwind (#2412) 2023-04-26 16:11:30 +02:00
Matthias Seitz
0678137a0d chore: add find_block_by_hash and more docs (#2405) 2023-04-26 14:58:18 +02:00
Matthias Seitz
a7b3749312 chore: simplify committing withdrawals (#2404) 2023-04-26 14:20:16 +02:00
mempirate
bf7960c87a fix(peers): rank dial candidates by reputation only (#2407) 2023-04-26 14:08:20 +02:00
Matthias Seitz
9fb66ffeff chore: move next base fee to header impl (#2400) 2023-04-26 12:31:35 +02:00
Matthias Seitz
04947d2c49 chore(clippy): make clippy happy (#2403) 2023-04-26 12:31:25 +02:00
Matthias Seitz
4763aad11e feat(txpool): add pool manage task (#2298)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-26 11:10:02 +02:00
chirag-bgh
607186de71 feat: add best_block_number call to BlockIdProvider (#2358) 2023-04-25 13:30:13 -07:00
Matthias Seitz
8ac1aaf5e5 feat: compute state root for payload (#2398) 2023-04-25 12:16:34 -07:00
Matthias Seitz
df3274892f feat: add StateProviderFactor::state_by_block_hash (#2390) 2023-04-25 11:11:55 -07:00
Matthias Seitz
420a65a206 feat: move StateRootProvider to StateProvider trait (#2392) 2023-04-25 10:52:46 -07:00
Dan Cline
ccdaa74e41 fix: drive pipeline forever in debug.continuous (#2375)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-04-25 10:39:51 -07:00
Matthias Seitz
f41d81ac63 chore(txpool): don't penalize FeeCapBelowMinimumProtocolFeeCap error (#2396) 2023-04-25 19:25:34 +02:00
Matthias Seitz
c132c6681a fix(net): syncing should be true at startup (#2395) 2023-04-25 17:09:37 +02:00
Matthias Seitz
9ee601a7a1 chore: add update ENR trace (#2394) 2023-04-25 16:51:53 +02:00
Matthias Seitz
addd8d473c chore: improve incoming connection traces (#2393) 2023-04-25 16:51:41 +02:00
Matthias Seitz
f373731262 feat: add StateRootProvider trait (#2383) 2023-04-25 05:54:01 -07:00
Roman Krasiuk
b4d69e68dc perf: remove redundant ommers sealing (#2386) 2023-04-25 05:53:16 -07:00
mempirate
21ebfee461 feat(p2p): add reputation management features (#2389) 2023-04-25 14:18:53 +02:00
Roman Krasiuk
3834dfdea8 style: channel names for consensus engine result (#2388) 2023-04-25 12:58:14 +02:00
Roman Krasiuk
eebcb03fea fix(evm): goerli coinbase (#2377) 2023-04-25 03:32:51 -07:00
Matthias Seitz
dc8308f820 chore: remove default todo! impl (#2382) 2023-04-25 12:14:55 +02:00
mempirate
c6e7ea513f feat(net): add client_version to session established events (#2379) 2023-04-25 10:45:02 +02:00
Roman Krasiuk
21569180e1 feat(cli): drop history stages (#2369) 2023-04-24 14:31:24 -07:00
joshieDo
dbb0a35708 perf(trie): reuse buf for rlp encoding on HashBuilder (#2374) 2023-04-24 14:31:09 -07:00
Matthias Seitz
4e95f6e7c4 feat: add payload build metrics (#2367) 2023-04-24 20:29:29 +02:00
Matthias Seitz
1912bd43cd feat: add missing pending block conversions (#2372) 2023-04-24 20:08:23 +02:00
Roman Krasiuk
b0f22be5ae feat(trie): hashed cursor (#2288) 2023-04-24 10:25:48 -07:00
mempirate
667af585e7 feat(net): add remote_addr to session established event (#2373) 2023-04-24 13:16:47 -04:00
Bjerg
581551bc0c chore: dashboard updates (#2364) 2023-04-24 09:09:21 -07:00
Matthias Seitz
20e842b5b7 feat: add BlockchainProvider type (#2294) 2023-04-24 14:54:09 +02:00
Bjerg
16ce944ee5 fix: only write changed storage to changesets (#2355) 2023-04-24 13:50:05 +02:00
Matthias Seitz
d903a2553f chore(deps): bump Cargo.lock (#2363) 2023-04-24 12:27:33 +02:00
Matthias Seitz
652bdaacd3 feat: add empty payload building support (#2346) 2023-04-23 22:21:33 +02:00
Matthias Seitz
b8e92e09a0 chore(rpc): add missing eth filter traces (#2352) 2023-04-23 18:44:45 +02:00
Matthias Seitz
ab581ae890 feat: add payload builder service metrics (#2347) 2023-04-23 18:44:32 +02:00
rakita
ad77de49f0 fix(provider): post state get didn't get receipts (#2360) 2023-04-23 17:30:39 +02:00
rakita
07efa2db45 chore(tree): Move tree related files to root of the lib (#2359) 2023-04-23 17:30:17 +02:00
Bjerg
e2c27073e6 fix: use a gauge for mgas_processed metric (#2353) 2023-04-23 14:06:44 +02:00
chirag-bgh
1026be0b64 feat: use caching layer when fetching blocks for logs (#2350)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-04-23 12:55:29 +02:00
rakita
370c39525a feat(stages): Simplify TD stage (#2344) 2023-04-21 20:56:13 +02:00
Matthias Seitz
1169d75d1d fix: track exact number of transactions (#2343) 2023-04-21 20:14:39 +02:00
Dan Cline
0664ee108b ci: hive tests (#1348)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: rakita <rakita@users.noreply.github.com>
2023-04-21 13:45:27 -04:00
chirag-bgh
783d033384 feat: Generate constants for runtime version and OS (#2277) 2023-04-21 11:24:39 -04:00
Clouds
77d5216192 fix docs related to tables (#2328)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-04-21 10:54:21 -04:00
Matthias Seitz
040226e169 chore(rpc): instrument rpc calls (#2327) 2023-04-21 10:41:51 -04:00
Matthias Seitz
6d54baefdf style: use clear over truncate(0) (#2338) 2023-04-21 14:19:23 +02:00
Roman Krasiuk
ec94783e96 perf(trie): swap trie updates BTreeMap for HashMap (#2330) 2023-04-21 05:07:07 -07:00