Commit Graph

445 Commits

Author SHA1 Message Date
DaniPopes
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
Alexey Shekhirin
b85aa94033 docs: paradigmxzy -> paradigmxyz (#4837) 2023-09-28 14:27:30 +00:00
Thomas Coratger
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
joshieDo
0cdd30251b feat: create a NippyJar snapshot from multiple Table (#4716) 2023-09-27 14:13:18 +00:00
Roman Krasiuk
5b2c03a483 feat(provider): query block range using cursors (#4821) 2023-09-27 12:50:35 +00:00
Matthias Seitz
66fc1964d7 feat: add block_range provider function (#4819) 2023-09-27 10:33:01 +00:00
Alexey Shekhirin
5e01a21ec4 chore(tree, engine, prune, stages, storage): improve logs (#4790) 2023-09-26 17:01:37 +00:00
Roman Krasiuk
7024e9a8e9 chore(dep): reth db workspace (#4782) 2023-09-26 11:31:09 +00:00
Roman Krasiuk
dae31fa2a7 chore: timestamp fork activation semantics (#4785) 2023-09-26 11:29:38 +00:00
DaniPopes
8f9d2908ca chore: add and fix more lints, improve docs (#4765) 2023-09-25 15:46:46 +00:00
Roman Krasiuk
0f9def08c0 perf: remove unnecessary state clone (#4763) 2023-09-25 13:48:48 +00:00
Matthias Seitz
b7a6eedd3a fix: export self::zstd (#4747) 2023-09-23 15:27:19 +02:00
joshieDo
7a5b631273 feat: add nippy-jar format for snapshots (#4512)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-21 17:52:32 +00:00
DaniPopes
cf5d0e2307 chore: fix non_snake_case rust-analyzer warning (#4689) 2023-09-21 11:47:26 +00:00
Alexey Shekhirin
0874767cd9 refactor(interfaces): Result -> RethResult, Error -> RethError (#4695) 2023-09-20 21:13:16 +00:00
Alessandro Mazza
a979f5b661 add TransactionsProvider implementation for MockEthProvider (#4656) 2023-09-20 06:54:21 +00:00
Alexey Shekhirin
57c10e5b65 refactor(engine, tree): connect buffered blocks on pruner finish (#4613) 2023-09-19 16:36:24 +00:00
Alexey Shekhirin
4aa3ebdbdd chore: fix doc lints (#4639) 2023-09-18 17:08:35 +00:00
Matthias Seitz
93ccf41550 perf(rpc): fetch range of blocks and return empty if unchanged (#4592) 2023-09-18 14:10:32 +00:00
rakita
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
Matthias Seitz
48b75e0ad2 chore(clippy): make clippy happy (#4578)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-09-13 14:48:45 +02:00
DaniPopes
28f5118048 chore: update dependencies with breaking changes (#4555) 2023-09-11 14:53:09 +00:00
Dan Cline
83987420f1 fix: use blob_fee to calculate blob_gas_used in receipts (#4523) 2023-09-08 11:27:33 +00:00
Matthias Seitz
1ed5ae14bf fix: ensure only canonical state is returned if requested by number/hash (#4517) 2023-09-07 20:05:32 +00:00
Alexey Shekhirin
001cbd7532 feat(storage, tree): respect Sender Recovery pruning in the blockchain tree (#4431) 2023-09-05 17:35:14 +00:00
Alexey Shekhirin
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
JosepBove
b2750e0e9b Remove redundant clones (#4485) 2023-09-05 08:30:18 +00:00
Alexey Shekhirin
b32562f4ea test(storage): recover senders if not found in database (#4470) 2023-09-04 12:20:19 +00:00
Alessandro Mazza
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
Alexey Shekhirin
e66e3e3556 feat(storage, tree): respect Transaction Lookup pruning in the blockchain tree (#4410) 2023-09-01 12:51:34 +00:00
joshieDo
d0a5a19b0d fix(pruning): dont check pruning on every storage change for the same block (#4402) 2023-08-31 13:10:17 +00:00
Alexey Shekhirin
97913049df feat(bin): db freelist metric (#4346) 2023-08-24 14:52:19 +00:00
Alexey Shekhirin
312cf724bc feat(pruner): respect batch size per run (#4246)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-08-23 17:23:25 +00:00
Alexey Shekhirin
9a97640f19 feat(book): [prune] config section (#4328) 2023-08-23 15:44:29 +00:00
Bjerg
0d47e4cf4f docs: typos & cleanup (#4296) 2023-08-21 15:03:23 +00:00
Roman Krasiuk
7f9116b747 dep: move metrics to workspace (#4289) 2023-08-21 09:33:50 +00:00
joshieDo
24632aca6f feat(pruner): prune receipts based on log emitters during live sync (#4140) 2023-08-18 15:58:07 +00:00
Alexey Shekhirin
2904745650 chore: bump metrics (#4265) 2023-08-18 14:57:28 +00:00
Thomas Coratger
e948928224 feat(doc): enhance append_blocks_with_post_state doc (#4195) 2023-08-17 11:46:51 +00:00
Dan Cline
75da6528a9 fix: return None instead of BlockBodyIndicesNotFound in BlockReader (#4239) 2023-08-17 10:11:26 +00:00
joshieDo
8a2c3abd2a feat(pipeline): prune receipts based on log emitters (#4044) 2023-08-16 16:38:36 +00:00
Eric
d643d03030 Move parking_lot dependency to workspace dep (#4228) 2023-08-16 13:32:42 +00:00
Matthias Seitz
43601e3496 chore: move bitflags to workspace (#4220) 2023-08-16 12:17:47 +00:00
joshieDo
44874bc557 feat: add TransactionSigned::recover_signers with the same order (#4120) 2023-08-15 17:40:09 +00:00
joshieDo
c743acde77 feat(db): add search to reth db list command (#4165) 2023-08-15 17:28:30 +00:00
Alexey Shekhirin
90d2a00a2d fix(pruner): percentage progress (#4197) 2023-08-15 17:19:52 +00:00
Matthias Seitz
bdcc56bbf6 chore: rm some unused (#4208) 2023-08-15 16:20:36 +02:00
Alexey Shekhirin
b2be35c0ff feat(interfaces): database write error details (#4190) 2023-08-14 13:09:01 +00:00
Alexey Shekhirin
7426a01a93 fix(storage): fallback lookups for pruned history (#4121) 2023-08-09 21:04:59 +00:00
Alexey Shekhirin
a8a2cfa7a3 feat(storage): account for pruned account/storage history (#4092) 2023-08-09 18:12:48 +00:00