Commit Graph

6787 Commits

Author SHA1 Message Date
f9b764f6e8 chore: misc lint suggestion (#12706) 2024-11-20 12:28:47 +00:00
402f96600b chore: move txtype constants to codecs (#12705) 2024-11-20 12:18:58 +00:00
f12d7a9264 chore: use ethereum-forks types directly (#12702) 2024-11-20 11:15:48 +00:00
868f3acdbc feat: integrate HeaderValidator + make FileClient generic over block (#12681) 2024-11-20 11:07:24 +00:00
6977cf0453 feat: add TaskSpawner to spawn validation requests as blocking (#12543)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-20 10:56:44 +00:00
ce4a32017a chore: rm unused codec derive (#12700) 2024-11-20 10:48:09 +00:00
9c7536484c chore: bump op-alloy (#12696) 2024-11-20 10:35:10 +00:00
b178f3a160 chore: add receipts to networkprimitives (#12699) 2024-11-20 10:34:16 +00:00
7b13a22698 perf(tx-pool): avoid copying tx cost (#12629) 2024-11-20 09:56:12 +00:00
11847b4f1e text(tx-pool): add unit tests for tx pool state (#12690) 2024-11-20 09:53:53 +00:00
2c885eee21 chore: rm unused windows import (#12697) 2024-11-20 09:46:47 +00:00
3b12028319 text(tx-pool): add unit tests for DiskFileBlobStore (#12692) 2024-11-20 09:13:17 +00:00
942ba7e823 tx-pool: impl From<SubPool> for Destination (#12689) 2024-11-20 08:27:09 +00:00
10caa9f846 fix: use body.recover_signers_unchecked instead on try_with_senders_unchecked (#12668) 2024-11-20 01:12:43 +00:00
02a90e1c0b chore: rm allowance from oog error (#12686) 2024-11-19 20:46:28 +00:00
aa34a2795b chore(sdk): make reth-chain-state types generic over receipt (#12667) 2024-11-19 20:16:45 +00:00
7c7baca980 chore: group tx manager functions (#12679) 2024-11-19 18:25:01 +00:00
8c467e4291 chore: genericify some net tx types (#12677) 2024-11-19 18:07:17 +00:00
37181c357a feat(executor): add init methods to set TxEnv overrides (#12551)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-19 17:58:46 +00:00
2b21bcf425 chore(sdk): Add adapter type for NodePrimitives::Receipt (#12674) 2024-11-19 17:44:10 +00:00
d49f91378b chore: use jsonrpsee server crate directly (#12673) 2024-11-19 17:31:56 +00:00
565fd4d133 chore(exex): emit warn log when WAL grows beyond a certain number of blocks (#12634) 2024-11-19 17:09:22 +00:00
3408059393 feat(trie): introduce TRIE_ACCOUNT_RLP_MAX_SIZE constant (#12638) 2024-11-19 16:01:44 +00:00
50c875b33c feat(trie): short-circuit account/storage reveal in sparse trie (#12663) 2024-11-19 15:39:41 +00:00
1e7189d3e4 feat: trait-based storage API (#12616)
Co-authored-by: joshie <93316087+joshieDo@users.noreply.github.com>
2024-11-19 15:39:28 +00:00
66a9d3e424 fix: run upkeep manually (#12664) 2024-11-19 15:33:19 +00:00
6615fd2efc chore: re-export header from primitives traits (#12657) 2024-11-19 13:46:31 +00:00
da77ffc951 chore(sdk): Move reth_optimism_node::OpPrimitives into reth-optimism-primitives (#12649) 2024-11-19 12:53:34 +00:00
e924bdab37 Header validator (#12648)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
2024-11-19 10:42:40 +00:00
b78f20f5cb fix: do not delegate is_optimism check for Ethereum ChainSpec (#12650) 2024-11-19 10:07:30 +00:00
206ba29f0b tx-pool: add all method for AllPoolTransactions (#12643) 2024-11-19 10:06:33 +00:00
06bf5c7783 chore(sdk): make Chain generic over data primitives (#12635) 2024-11-19 09:27:23 +00:00
641d1288e9 chore(sdk): limit FillTxEnv to super trait of FullSignedTx (#12614) 2024-11-18 21:43:26 +00:00
55b51364b0 fix(discv5): warning discv5 config socket override (#12636) 2024-11-18 16:27:39 +00:00
8aa9b71ef7 chore(witness): simplify wiped storage retrieval (#12637) 2024-11-18 15:51:46 +00:00
1d2934ba69 feat(trie): turn TrieWitness methods into public functions (#12510) 2024-11-18 15:02:39 +00:00
2dc75fb996 fix: correctly prune transactions during on-disk reorgs (#12630) 2024-11-18 14:09:44 +00:00
8339c716b4 feat(engine): introduce sync implementation of StateRootTask (#12378) 2024-11-18 13:58:31 +00:00
26ce7fbdb2 feat(trie): add extend method to MultiProof (#12467) 2024-11-18 13:56:14 +00:00
ff22c8eef8 chore(sdk): Define MaybeSerde (#12577)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-18 13:30:44 +00:00
cee11dfb7c test(tx-pool): add more unit tests for pending pool (#12603) 2024-11-18 13:28:59 +00:00
292e9d9812 test(tx-pool): add more unit tests for blob pool (#12605) 2024-11-18 13:28:43 +00:00
b5bb3157c3 test: add tests for base l1 blockinfo (#12609) 2024-11-18 14:19:30 +01:00
a84f58bcb8 chore: use keccak256 from alloy (#12628) 2024-11-18 12:00:57 +00:00
626224e301 chore: refactor MockTransaction (#12627) 2024-11-18 11:57:22 +00:00
378e097aea chore(sdk): Add InMemorySize as super trait (#12615) 2024-11-18 11:56:10 +00:00
4daec16272 feat: add EthereumEthApiTypes (#12618) 2024-11-18 11:52:36 +00:00
8aaac6d7c2 feat: add TokioTaskExecutor::boxed (#12619) 2024-11-18 11:47:30 +00:00
1acdf9b2d4 fix: add additional op checks for chain specific check (#12623) 2024-11-18 11:33:38 +00:00
4b4f9cf406 feat: install op debug exeuction witness (#12622) 2024-11-18 10:53:12 +00:00