Commit Graph

4030 Commits

Author SHA1 Message Date
90b07427b9 chore(tree): CanonicalError::is_block_hash_not_found (#7675) 2024-04-16 14:10:40 +00:00
f8fb334e35 chore: include block num and hash in bctree debug logs (#7665) 2024-04-16 14:01:19 +00:00
5c2542778d feat(discv5): add enr to tracing (#7664) 2024-04-16 12:14:30 +00:00
0aae8c4210 chore: move BlockExecutorStats (#7672) 2024-04-16 13:59:00 +02:00
cd5be8e084 chore: extract evm processor batch handling (#7671) 2024-04-16 11:21:50 +00:00
af2dce3e65 P2P Sync e2e (#7529)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 10:50:17 +00:00
7f6a2b4cb5 refactor(exex, primitives): move finished exex height to primitives (#7670) 2024-04-16 10:45:27 +00:00
8105291afa chore: convert FromRecoveredTransaction into TryFromRecoveredTransaction (#7497)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 10:41:19 +00:00
b67f7f0903 safer TryFrom<reth_rpc_types::Transaction> for Transaction (#7667) 2024-04-16 10:30:45 +00:00
33b195af33 fix(tree): overlapping parent block hashes (#7669) 2024-04-16 10:09:19 +00:00
516e836875 feat: add rpc trait bindings for optimism specific endpoints (#7621)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 09:58:24 +00:00
711de3b08d feat(discv5): add tracing (#7663) 2024-04-15 23:05:37 +00:00
d4a8ef92d7 refactor: replace ``calculate_next_block_base_fee`` with alloy's builtin function (#7641)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-15 21:58:54 +00:00
c59c41701d Convert Header and Block rpc to primitives (#7660) 2024-04-15 19:30:35 +00:00
6f210f1366 docs(discv5): additional info regarding requested enrs on bootstrap (#7655) 2024-04-15 19:24:28 +00:00
855988994b feat(op): import bodies (#7659)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-04-15 18:51:57 +00:00
f387f7bd92 refactor(exex): make finished height an enum (#7652) 2024-04-15 13:06:27 +00:00
bc485d939e refactor: remove unused codecs (#7639) 2024-04-15 12:02:30 +00:00
8f1f386f52 feat(op): chunked chain import (#7574)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-15 11:46:34 +00:00
yjh
58cd4c5ed8 chore: update decode_enveloped docs (#7645) 2024-04-15 11:30:16 +00:00
ceeb0da03b fix(op): headers above merge (#7622) 2024-04-15 10:25:15 +00:00
62eb8fd2b2 chore(tree): remove BlockchainTreeEngine::unwind (#7647) 2024-04-15 09:45:05 +00:00
a2654650ba Implement From<Block> for BlockBody (#7643) 2024-04-14 21:01:49 +00:00
3e8d5c69cf feat: replace reth native AccessList type (#7636) 2024-04-14 18:07:41 +00:00
f6f713ddde chore(discv5): add comments for op bootnodes (#7634)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-14 13:15:01 +00:00
aa32f7bfa3 fix: crash ExEx task when the ExEx future returns (#7633)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-14 05:22:23 +00:00
4d175cb783 feat: add a metric for the number of ExEx's on a node (#7632) 2024-04-14 04:53:50 +00:00
4d79967335 chore: simplify DisplayBlocksChain (#7624) 2024-04-13 18:25:04 +00:00
96e3619ea9 use alloy's BaseFeeParams (2) (#7617)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-13 13:02:15 +00:00
jn
987e597442 Implement compact codec for alloy eip access_list (#7554) 2024-04-13 12:53:42 +00:00
3237ad2a8c feat(rpc): add anvil and hardhat and ganache trait bindings (#7495)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-13 06:58:11 +00:00
a89add094f chore(deps): bump alloy+evm inspectors (#7616) 2024-04-13 08:33:21 +02:00
041e29347b feat(rpc): add block timestamp to logs (#7606) 2024-04-12 20:17:02 +00:00
234d258ce7 feat: impl TryFrom<reth_rpc_types::Transaction> for Transaction (#7551) 2024-04-12 17:05:12 +00:00
2dcc01210c feat(exex): add Pool to ExExContext (#7573)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-12 16:34:18 +00:00
7918759b2f feat: Implement BlockReader::block_with_senders_range (#7402) 2024-04-12 15:57:00 +00:00
d970e51c88 fix(cli): bug fix import cmd (#7602) 2024-04-12 15:33:51 +00:00
1edd9d1e43 fix(test): add missing dep (#7595) 2024-04-12 14:49:00 +00:00
e1ebc2f06b chore(node-api): move FullNodeComponents from builder (#7597)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-12 14:39:02 +00:00
9a4c01fbee chore: rm node api deps (#7593) 2024-04-12 14:11:54 +00:00
dd28a4ca73 fix(cmd): get tip block (#7591) 2024-04-12 13:34:42 +00:00
9b5fc9fd8d chore: extract engine type defs to dedicated crate (#7589) 2024-04-12 13:34:40 +00:00
b6fc756b42 chore: move pipeline setup to node-builder (#7588) 2024-04-12 12:06:52 +00:00
9c5aea8c81 feat(op): import below bedrock blocks (#7555)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-12 11:57:06 +00:00
47d533217c chore: clean up some errors (#7585) 2024-04-12 09:59:09 +00:00
c738087f10 chore(tasks): comment formatting (#7583) 2024-04-12 09:58:41 +00:00
210158fba8 refactor: rm unused fns in NodeConfig (#7584) 2024-04-12 09:58:15 +00:00
6a83391a53 chore: move tree setup to builder (#7577) 2024-04-11 20:48:04 +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
007e5c2c47 feat: exex manager (#7340)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-04-11 16:15:13 +00:00