Commit Graph

7060 Commits

Author SHA1 Message Date
fdd64972b9 feat(trie): integrate TrieInput into StateProofProvider methods (#10929) 2024-09-16 09:18:23 +00:00
59a7798750 feat(trie): async root intermediate nodes (#10920) 2024-09-16 08:37:18 +00:00
b0eb78ced6 feat(trie): TrieInput (#10918) 2024-09-16 08:04:17 +00:00
f37bd47e2e chore(deps): weekly cargo update (#10911)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-15 11:18:15 +00:00
1c20e0e75d chore: add is granite active at timestamp (#10908) 2024-09-14 15:58:54 +02:00
646b72f342 chore: update genesis to chain spec conversion (#10764)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-14 09:36:30 +00:00
bff991dd0a chore(reth-execution-errors): use derive_more::From when possible (#10897) 2024-09-14 08:34:10 +00:00
97cc9dd8ec chore: Some minor refactoring for cargo.toml (#10906) 2024-09-14 10:20:24 +02:00
8852e85d14 chore: fix ci (#10903) 2024-09-14 06:12:39 +00:00
bb1894298b feat(evm-optimism): add OpBlockAccessListExecutor (#10895) 2024-09-13 21:30:03 +00:00
974926f2d9 chore: remove an intermediate allocation in ExecutionOutcome (#10900) 2024-09-13 19:07:13 +00:00
96854f9f0f fix: actually use RevmBytecode::new_raw_checked (#10899) 2024-09-13 19:04:36 +00:00
b23bb7e8bc perf: improve genesis handling (#10878) 2024-09-13 17:48:44 +00:00
75c6295d29 chore: separate trait for conversion into state provider (#10858) 2024-09-13 17:03:52 +00:00
c6359b6242 Fix: Allow missing docs for test modules (#10893) 2024-09-13 16:38:47 +00:00
3012018625 feat(evm-ethereum): add BlockAccessListExecutor (#10849) 2024-09-13 16:18:22 +00:00
87e5e0929f feat: add support for wrapping the allocator with tracy (#10874) 2024-09-13 16:12:33 +00:00
12e8af4a24 chore: bump alloy 0.3.5 (#10891) 2024-09-13 16:10:39 +00:00
784154bcdb chore(op): Move imports in reth_optimism_rpc::sequencer to module prelude (#10886) 2024-09-13 16:09:50 +00:00
9c4cf3d720 chore(op): Use tokio::sync::OnceCell to set SequencerClient (#10885) 2024-09-13 16:03:37 +00:00
47d188cb8e cfg: replace std feature gate alloc imports with extern crate alloc (#10861) 2024-09-13 16:01:12 +00:00
6fc81f2b70 dev: add send_and_resolve (#10847) 2024-09-13 15:46:49 +00:00
8ddbd30df9 fix(cli): remove static file providers from cache on reth db stats (#10887) 2024-09-13 14:53:39 +00:00
dd95508d34 chore(op): Clean up module reth_optimism_rpc::eth::sequencer (#10884) 2024-09-13 13:22:37 +00:00
d3acd09be2 chore: remove unnecessary segment argument from StaticFileProviderRW (#10882) 2024-09-13 12:23:45 +00:00
9f926ac4aa fix: don't validate requests in optimism (#10883) 2024-09-13 12:19:36 +00:00
2ae53e5c3a fix(cli): ensure reth init-state doesn't end in an invalid state root (#10880) 2024-09-13 12:08:00 +00:00
df701a0bf8 fix(reth): bin/reth missing help msg of segment (#10873)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
2024-09-13 11:37:09 +00:00
ef1d9e7a03 fix: use configured chainspec parser for commands (#10876) 2024-09-13 08:45:24 +00:00
817b1527e9 docs: minor evm doc changes (#10867) 2024-09-12 17:58:22 +00:00
d63498a353 dev: test vectors seed (#10859) 2024-09-12 17:07:02 +00:00
29e11d31b5 fix: revert header error message change (#10866) 2024-09-12 16:53:12 +00:00
74c733d22d chore: remove useless non exhaustive (#10865) 2024-09-12 14:20:51 +00:00
028000caf3 fix: include reverts in execution outcome when building payload (#10837) 2024-09-12 13:54:37 +00:00
4cbe931c0d chore(grafana): display empty string if no cargo features are available (#10862) 2024-09-12 13:26:25 +00:00
acdb7b7e2e perf(engine): parallel storage roots (#10666) 2024-09-12 13:12:05 +00:00
b85a4e8a70 chore: alias of datadir.static-files and upate book cli (#10856)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
2024-09-12 12:55:43 +00:00
c1b5fbbc7f fix: don't recurse on op rpc err conversion (#10860) 2024-09-12 12:41:21 +00:00
c38a425207 chore: remove prune_modes arg from BlockchainTree::new (#10857) 2024-09-12 10:48:25 +00:00
875cee27ac Add pub visibility modifiers to some op executer types (#10852)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-12 05:43:58 +00:00
3977efe93a meta: add etc/ CODEOWNERS (#10848) 2024-09-11 19:17:03 +00:00
1c61839fa3 feat(grafana): add stacked block processing latency graph (#10846) 2024-09-11 18:50:49 +00:00
f6444b2e70 fix(tree): avoid holding two locks simultaneously (#10843) 2024-09-11 14:33:56 +00:00
1c53518bc4 fix: drop mmap handles before modifying during handle_consistency (#10708) 2024-09-11 14:28:09 +00:00
6ed0ca5533 fix: always acquire numbers lock first (#10842) 2024-09-11 14:26:44 +00:00
2b75415a00 execution: make ConfigureEvm independent of chainspec argument (#10748)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
2024-09-11 13:50:42 +00:00
7abf49995f fix(libmdbx): renew tx on timeout when dropping cursor (#10840) 2024-09-11 13:16:05 +00:00
265e92685d fix(libmdbx): do not panic on timeout when closing cursor (#10838) 2024-09-11 12:35:10 +00:00
c498fa6349 Move EthBlocks::block_receipts default impl to impl for EthApi (#10785) 2024-09-11 12:30:22 +00:00
9aea661c94 fix: ensure that SendersRecoveryStage either recovers all senders or fails (#10810) 2024-09-11 12:20:04 +00:00