Commit Graph

528 Commits

Author SHA1 Message Date
4250c33da1 chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-05-23 13:24:20 +02:00
7653e81d6f perf(primitives): avoid cloning receipts when calculating the root (#8350) 2024-05-22 19:00:06 +00:00
f45ca74772 refactor(consensus, evm): move post-execution validation to consensus (#8321) 2024-05-22 17:20:14 +00:00
54cd8cf9b0 fix: Chain::split returns NoSplitPending for block number > tip (#8285) 2024-05-21 08:59:17 +00:00
9441d984ae Move reth-primitives::fs module to fs-utils crate (#8286)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-17 08:31:31 +00:00
aefcfff25f feat(storage): implement BundleStateDataProvider for BundleStateWithReceipts (#8282) 2024-05-15 14:19:41 +00:00
d1f38f1661 feat: proof verification (#8220) 2024-05-14 15:27:33 +00:00
ef01d50238 chore: use engine types crate for types (#8170) 2024-05-10 11:26:44 +00:00
ad54af8406 fix: copy and prune data from database with move_to_static_files, before a pipeline run/unwind (#8127) 2024-05-09 18:24:57 +00:00
db868208f3 feat: introduce statewriter trait (#8160) 2024-05-08 19:34:59 +00:00
04d2c10c46 chore: rm outdated executor types (#8157) 2024-05-08 13:18:40 +00:00
ad00e83e62 chore: move dashmap to workspace dep (#8153) 2024-05-08 11:56:28 +00:00
0ad9c7866b feat(op): import receipts (#7914)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-05-07 20:26:58 +00:00
9bd74fda9e fix: use --syncmode=execution-layer from op-node for optimistic pipeline sync (#7552)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-07 20:16:04 +00:00
a2623e8364 fix: ensures that pruning data from static files only happens on calling commit() (#8101) 2024-05-07 15:46:11 +00:00
5e778317fb convert ``OptimismBlockExecution`` error variant into a general purpose error variant (#8100)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-06 13:07:25 +00:00
067b0ff420 feat: integrate ExecutorProvider (#7798) 2024-05-03 11:39:46 +00:00
aef1bcc435 chore: make clippy happy (#8068) 2024-05-03 10:18:41 +00:00
aba48a5505 perf: add ETL to init_from_state_dump (#8022) 2024-05-02 12:02:51 +00:00
99db2b352f feat(op): nonce replay (#7781) 2024-05-01 13:44:50 +00:00
d04d9556fa feat: make nodetypes stateless and move evm to components (#7992) 2024-04-30 16:56:34 +00:00
996f1efb73 docs(storage): chain of blocks should not be empty (#7809)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-30 12:25:25 +00:00
c3cdd8c646 feat(examples): sqlite rollup exex (#7826) 2024-04-30 12:00:18 +00:00
b3d7b7d501 feat: StaticFileProviderFactory (#7983) 2024-04-30 10:30:04 +00:00
14ed7196c2 chore(storage): use TAKE const instead of UNWIND (#7959) 2024-04-29 12:56:22 +00:00
adf1d25a89 feat(op): cmd init at block (#7784)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-25 20:31:01 +00:00
6f22621f43 chore: rename BlockChain to Blockchain (#7840)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-25 13:56:04 +00:00
7a593882e1 chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 21:32:59 +00:00
c659e28aa0 feat(storage): replace Tree generic with Arc<dyn TreeViewer> (#7810)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 19:10:45 +00:00
ce1e401d21 docs: add warning regarding increment_block necessity on write_to_storage (#7816) 2024-04-23 16:40:18 +00:00
b3db4cf56d feat: add UX improvements on e2e testing (#7804) 2024-04-23 14:30:38 +00:00
6d2e20cd85 chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 11:50:19 +00:00
223dde200f fix(tree): disable cached trie updates for chains with >1 block (#7753)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-21 09:20:55 +00:00
49c02c3b8e feat: send CanonStateNotifications from execution stage (#7578) 2024-04-19 14:39:52 +00:00
8a0f8cf835 chore: stages crates touchups (#7742) 2024-04-19 12:25:11 +00:00
1a61d29afd chore(engine): remove find_canonical_ancestor (#7716) 2024-04-18 19:45:16 +00:00
4ca86fb4d2 chore(storage): use chain spec from provider field (#7723) 2024-04-18 14:23:27 +00:00
jn
49ceeaf0cc refactor: Drop reth_primitives::Log (#7651)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 14:36:06 +00:00
0aae8c4210 chore: move BlockExecutorStats (#7672) 2024-04-16 13:59:00 +02:00
33b195af33 fix(tree): overlapping parent block hashes (#7669) 2024-04-16 10:09:19 +00:00
62eb8fd2b2 chore(tree): remove BlockchainTreeEngine::unwind (#7647) 2024-04-15 09:45:05 +00:00
4d79967335 chore: simplify DisplayBlocksChain (#7624) 2024-04-13 18:25:04 +00:00
7918759b2f feat: Implement BlockReader::block_with_senders_range (#7402) 2024-04-12 15:57:00 +00:00
3ffc729833 feat(examples): OP Stack bridge stats ExEx (#7556)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-11 16:38:03 +00:00
681b1a598f feat(storage): non-optional committed chain in CanonStateNotification (#7566) 2024-04-11 13:27:01 +00:00
cfd335b9b7 feat: auto impl Arc, & and Box for StateProviderFactory (#7526) 2024-04-09 15:13:25 +00:00
6a104cc174 chore: rm unused execute function (#7513) 2024-04-08 17:28:17 +00:00
57e25be058 chore(tree): accept owned block hash in make_canonical instead of ref (#7465) 2024-04-04 19:39:30 +00:00
ca82ff5be6 feat: add block timestamp to meta (#7460) 2024-04-04 14:46:20 +00:00
1f39b619d4 fix: use provider for header range on fn block_range (#7429) 2024-04-03 15:58:41 +00:00