Commit Graph

337 Commits

Author SHA1 Message Date
30ebd2f8bb feat(storage): make BlockReaderIdExt safe (#5022) 2023-10-16 11:15:52 +00:00
e86b80a019 feat(bin, snapshot): SnapshotSegment, headers segment & refactors (#4979) 2023-10-12 18:51:57 +00:00
3a8c062574 chore: simplify HashedCursorFactory trait (#4984) 2023-10-12 11:41:06 +00:00
e04292247f fix: use pending block tag for actual pending block (#4966) 2023-10-11 03:06:53 +00:00
450282cb76 Added trivial implementation of MockEthProvider for completeness. (#4960) 2023-10-09 20:37:43 +00:00
9ca0cdcf1e feat(prune): headers segment triggered by snapshots (#4936) 2023-10-09 14:25:48 +00:00
9c8eca6a49 feat: add reth db snapshot <TYPE> command (#4889) 2023-10-06 16:33:56 +00:00
1e7d028d53 refactor(prune): segment trait, receipts impl (#4887) 2023-10-05 11:56:47 +00:00
af8e3c9ee9 feat(pruner): shared deletion limit (#4880) 2023-10-04 18:12:58 +00:00
f59db3151d chore(deps): move more things to workspace (#4881) 2023-10-02 20:45:36 +00:00
fd697d9d3f Changes to enable validation api extension (#4783)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-30 13:10:30 +00:00
5f9a917fb1 feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com>
Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-09-28 15:55:39 +00:00
b85aa94033 docs: paradigmxzy -> paradigmxyz (#4837) 2023-09-28 14:27:30 +00:00
2138a8b587 feat(primitives): add Receipts to encapsulate Vec<Vec<Option<Receipt>> (#4626)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-27 18:11:19 +00:00
0cdd30251b feat: create a NippyJar snapshot from multiple Table (#4716) 2023-09-27 14:13:18 +00:00
5b2c03a483 feat(provider): query block range using cursors (#4821) 2023-09-27 12:50:35 +00:00
66fc1964d7 feat: add block_range provider function (#4819) 2023-09-27 10:33:01 +00:00
5e01a21ec4 chore(tree, engine, prune, stages, storage): improve logs (#4790) 2023-09-26 17:01:37 +00:00
7024e9a8e9 chore(dep): reth db workspace (#4782) 2023-09-26 11:31:09 +00:00
dae31fa2a7 chore: timestamp fork activation semantics (#4785) 2023-09-26 11:29:38 +00:00
8f9d2908ca chore: add and fix more lints, improve docs (#4765) 2023-09-25 15:46:46 +00:00
0f9def08c0 perf: remove unnecessary state clone (#4763) 2023-09-25 13:48:48 +00:00
0874767cd9 refactor(interfaces): Result -> RethResult, Error -> RethError (#4695) 2023-09-20 21:13:16 +00:00
a979f5b661 add TransactionsProvider implementation for MockEthProvider (#4656) 2023-09-20 06:54:21 +00:00
57c10e5b65 refactor(engine, tree): connect buffered blocks on pruner finish (#4613) 2023-09-19 16:36:24 +00:00
93ccf41550 perf(rpc): fetch range of blocks and return empty if unchanged (#4592) 2023-09-18 14:10:32 +00:00
f153d8f4d4 feat(revm): Integrate State (#3512)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-09-16 11:00:22 +00:00
83987420f1 fix: use blob_fee to calculate blob_gas_used in receipts (#4523) 2023-09-08 11:27:33 +00:00
1ed5ae14bf fix: ensure only canonical state is returned if requested by number/hash (#4517) 2023-09-07 20:05:32 +00:00
001cbd7532 feat(storage, tree): respect Sender Recovery pruning in the blockchain tree (#4431) 2023-09-05 17:35:14 +00:00
843d5047b9 feat(storage): better sender recovery if not found in database (#4471)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-09-05 13:05:55 +00:00
b2750e0e9b Remove redundant clones (#4485) 2023-09-05 08:30:18 +00:00
b32562f4ea test(storage): recover senders if not found in database (#4470) 2023-09-04 12:20:19 +00:00
03887a2c4e feat(storage): recover senders if not found in database (#4280)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-09-04 10:51:07 +00:00
e66e3e3556 feat(storage, tree): respect Transaction Lookup pruning in the blockchain tree (#4410) 2023-09-01 12:51:34 +00:00
d0a5a19b0d fix(pruning): dont check pruning on every storage change for the same block (#4402) 2023-08-31 13:10:17 +00:00
312cf724bc feat(pruner): respect batch size per run (#4246)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-08-23 17:23:25 +00:00
9a97640f19 feat(book): [prune] config section (#4328) 2023-08-23 15:44:29 +00:00
24632aca6f feat(pruner): prune receipts based on log emitters during live sync (#4140) 2023-08-18 15:58:07 +00:00
e948928224 feat(doc): enhance append_blocks_with_post_state doc (#4195) 2023-08-17 11:46:51 +00:00
75da6528a9 fix: return None instead of BlockBodyIndicesNotFound in BlockReader (#4239) 2023-08-17 10:11:26 +00:00
8a2c3abd2a feat(pipeline): prune receipts based on log emitters (#4044) 2023-08-16 16:38:36 +00:00
d643d03030 Move parking_lot dependency to workspace dep (#4228) 2023-08-16 13:32:42 +00:00
44874bc557 feat: add TransactionSigned::recover_signers with the same order (#4120) 2023-08-15 17:40:09 +00:00
90d2a00a2d fix(pruner): percentage progress (#4197) 2023-08-15 17:19:52 +00:00
bdcc56bbf6 chore: rm some unused (#4208) 2023-08-15 16:20:36 +02:00
7426a01a93 fix(storage): fallback lookups for pruned history (#4121) 2023-08-09 21:04:59 +00:00
a8a2cfa7a3 feat(storage): account for pruned account/storage history (#4092) 2023-08-09 18:12:48 +00:00
6622f53c41 fix(trie): account prefixset unwind (#4130)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-08-09 14:33:55 +00:00
7ea381f15e fix: hit database first for lookups (#4127) 2023-08-09 14:10:49 +00:00