Commit Graph

6272 Commits

Author SHA1 Message Date
41d5c07b7d chore: remove segment argument from increment_block (#9977) 2024-08-01 10:50:49 +00:00
3c2759dcc0 fix: only write receipts once on PersistenceService::save_blocks (#9976) 2024-08-01 10:50:44 +00:00
3c0bbb3545 feat: include block number in input (#9971) 2024-08-01 10:43:32 +00:00
93ab09821b feat: combine block writing in persistence task (#9960)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
2024-08-01 09:59:35 +00:00
f52dc06938 fix: remove persisted blocks properly (#9969) 2024-08-01 07:47:53 +00:00
b869adab02 doc: replace expired example (#9973) 2024-08-01 07:18:07 +00:00
e8688b6e6c fix: treat maxfeepergas 0 as missing (#9967) 2024-08-01 07:06:58 +00:00
f17c72ff04 fix: also ignore nonce in eth_estimate (#9968) 2024-08-01 07:06:40 +00:00
62246199b9 feat(exex): backfill stream in batches (#9738) 2024-07-31 23:39:12 +00:00
c58ffc47e3 chore: remove outdated Bodies stage TODO (#9965) 2024-07-31 22:17:48 +00:00
d94caa5afb chore: remove outdated TODOs on execution tests (#9964) 2024-07-31 22:06:51 +00:00
78703b5729 Move reputation types from reth-network-api to reth-network-types (#9914)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-31 20:08:38 +00:00
02d25304f9 fix: dont select more rayon threads than cpus (#9956) 2024-07-31 19:26:02 +00:00
0fece98b05 fix: allow empty IP when decoding Ping's from field (#9953)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-31 18:14:00 +00:00
6a19d275b3 refactor(trie): use reth-storage-errors for DatabaseError type (#9951) 2024-07-31 17:22:57 +00:00
36f806d199 feat(provider): more logs for static files (#9949) 2024-07-31 16:51:45 +00:00
d57163709f feat: set pending block in canonical memory (#9950) 2024-07-31 16:50:20 +00:00
b38a3aece1 chore: remove write_trie_updates from StorageWriter (#9947) 2024-07-31 16:28:27 +00:00
78c461ea4e fix: share DatabaseProviderRW on PersistenceAction::SaveBlocks (#9929) 2024-07-31 16:27:47 +00:00
245284d62f fix: update indices outside of loop on PersistenceService (#9945) 2024-07-31 15:57:21 +00:00
750eb26256 fix: only check canonical height (#9941) 2024-07-31 15:05:11 +00:00
d16ec0de51 docs: improving docs from TestBlockBuilder (#9936) 2024-07-31 14:53:23 +00:00
8dfaf6c97b chore: pick safe hash for initial download (#9934)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
2024-07-31 14:32:55 +00:00
263be9cf17 feat: handle insert buffered block err gracefully (#9933) 2024-07-31 14:20:31 +00:00
999f5a728b fix: persistence action initial block insertion (#9930) 2024-07-31 13:40:13 +00:00
611a0292f9 chore: move write_hashed_state from StorageWriter to trait StateChangeWriter (#9927) 2024-07-31 13:37:13 +00:00
fcbdbf361b feat: support DNS in reth.toml for trusted_nodes (#9864) 2024-07-31 12:20:19 +00:00
f9ed57d6a6 test: add TestBlockBuilder (#9925) 2024-07-31 11:50:53 +00:00
a4c3f9c198 chore: use StateRootProvider::hashed_state_root_with_updates (#9928) 2024-07-31 11:24:04 +00:00
7864ae057e feat: handle tree execution errors gracefully (#9920) 2024-07-31 10:33:26 +00:00
893bb2d7df fix: temporary attribute to prevent clippy warnings (#9922) 2024-07-31 09:25:08 +00:00
a90fc90df8 feat: add better engine insert block error type (#9884) 2024-07-30 22:54:05 +00:00
334a2d4ba0 chore(blockchain-tree): rename BlockchainId to SidechainId (#9891)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-07-30 22:49:54 +00:00
f3ce077c8a fix: write transactions on save_blocks call (#9912) 2024-07-30 22:17:20 +00:00
04986f2d04 chore: dont disable discv4 on op (#9918) 2024-07-30 22:04:06 +00:00
fd1ca7380d feat(trie): database trie witness (#9913) 2024-07-30 22:01:50 +00:00
2c2a782bb8 feat(trie): witness (#9803) 2024-07-30 20:18:20 +00:00
d90f2396e5 fix: add missing commit calls for persistence (#9906) 2024-07-30 20:05:25 +00:00
9586b9a4f5 chore: refactor BlockExecutionError into validation and internal errors (#9911) 2024-07-30 18:30:30 +00:00
dec0c44035 chore: remove more redundant BlockExecutionError variants (#9905) 2024-07-30 17:48:26 +00:00
bc48459dae fix: terminate on closed persistence task (#9910) 2024-07-30 16:52:52 +00:00
27e609df1e fix: only persist the canonical chain (#9908) 2024-07-30 16:43:02 +00:00
65720c9fc1 fix: ensure we can handle pending target for feeHistory (#9904) 2024-07-30 16:00:33 +00:00
e4ae2a7ac1 fix(op): ensure EthApiServer helper trait method default impls, call OpEthApi overrides (#9879) 2024-07-30 15:35:56 +00:00
cf10543d6d fix: update tracked canonical head on backfill finish (#9902) 2024-07-30 13:59:34 +00:00
d9c68f837b docs: update optimism book with new op-node flag --l2.enginekind=reth (#9901) 2024-07-30 12:39:12 +00:00
624f5d5614 fix: set finalized & safe block information on startup (#9898)
Co-authored-by: Danyal Prout <me@dany.al>
2024-07-30 12:06:57 +00:00
e3d375a8f3 fix: check if head block is already canonical (#9900) 2024-07-30 12:01:21 +00:00
4f8721aff2 fix: use correct range to persist (#9896) 2024-07-30 11:24:56 +00:00
f72eab2997 fix: ensure backfill and persistence dont happen at the same time (#9895)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
2024-07-30 11:14:41 +00:00