Commit Graph

4153 Commits

Author SHA1 Message Date
e68ab2f58c refactor: engine interceptors (#8048) 2024-05-02 15:17:28 +00:00
1603113ce5 docs(libmdbx): more static_files -> snapshots (#8047) 2024-05-02 14:54:34 +00:00
78f62dd34c feat: add spawn_replay_transaction to EthTransactions (#8036)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-05-02 14:30:04 +00:00
2eee1920ea fix: check for oob offset access in nippy jar (#8037) 2024-05-02 14:10:40 +00:00
14d91c3ba0 fix: make discv4 packets adhere to eip-8 (#8039) 2024-05-02 13:58:17 +00:00
f6649c31b2 docs(libmdbx): static_files -> snapshots (#8046) 2024-05-02 13:43:37 +00:00
aba48a5505 perf: add ETL to init_from_state_dump (#8022) 2024-05-02 12:02:51 +00:00
7428573d7c feat(discv5): bootstrap cli (#8004) 2024-05-02 11:16:22 +00:00
978be33a99 chore(deps): rm builder dep (#8043) 2024-05-02 12:49:54 +02:00
bb7f1135d0 feat: write pruning config if --full is present (#7938) 2024-05-02 09:32:46 +00:00
4f002f6ef1 chore(engine): introduce blockchain tree action (#8029)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-02 07:30:44 +00:00
2334317dc7 chore: deduplicate fork timestamp configuration in ChainSpec (#8038) 2024-05-01 21:00:57 +00:00
0aa7d4d05e feat(rpc-builder): add tower layer for updating bearer token in auth client (#8010) 2024-05-01 20:52:40 +00:00
9d2ca45c30 chore(engine): flatten fcu processing (#8027) 2024-05-01 19:23:21 +00:00
9ae9af484d feat(pool): make mock transaction validator eth-compatible (#8034) 2024-05-01 18:44:55 +00:00
1c1cbe9231 feat(pool): add chain_id to transaction mocks (#8031) 2024-05-01 17:57:01 +00:00
0938504f4a chore: reduce number of Evm monomorphizations (#8030) 2024-05-01 17:32:25 +00:00
399afd802c feat(node_builder): allow borrowing self in ConfigureEvm::evm (#8024) 2024-05-01 15:22:49 +00:00
f157ec83b6 chore: remove redundant suffix in ChainPath methods (#8025) 2024-05-01 14:59:42 +00:00
99db2b352f feat(op): nonce replay (#7781) 2024-05-01 13:44:50 +00:00
f832b66f99 chore: rm uneccessary trait bounds (#8019) 2024-05-01 11:24:46 +00:00
fb960fb3e4 refactor: remove _args prefix from modules in node_core (#8015) 2024-05-01 08:20:53 +00:00
074c5c3013 feat: introduce external context GAT in ConfigureEvm (#7842) 2024-05-01 02:06:37 +00:00
bf9d9745ed fix(op): use canyon,ecotone fork timestamps for op mainnet (#8011) 2024-05-01 00:20:23 +00:00
8e65cb3aa5 Bump evm-inspectors and alloy (#8006) 2024-04-30 21:07:41 +00:00
d532217afb fix(op): discv5 ENR (#7991) 2024-04-30 19:18:19 +00:00
e09895257a feat: add Deref impl for PayloadTaskGuard (#7971) 2024-04-30 17:41:01 +00:00
afbb265b47 refactor: use reth_rpc_types BlockId in optimism rpc (#8003) 2024-04-30 16:57:00 +00:00
d04d9556fa feat: make nodetypes stateless and move evm to components (#7992) 2024-04-30 16:56:34 +00:00
581682605c fix(net, discv4): call find_node with valid endpoint (#8002) 2024-04-30 16:38:52 +00:00
9153d8848f chore: remove unnecessary Debug implmentation (#8001) 2024-04-30 16:14:25 +00:00
e158542d31 feat: ensure offset size is at most 8 bytes (#8000) 2024-04-30 15:33:30 +00:00
6d7cd53ad2 chore(discv4): limit number of queued pings (#7999)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-30 14:30:00 +00:00
d0973bb6dc fix: correct expiration for discv4 lookup requests (#7996) 2024-04-30 14:23:32 +00:00
b99d367c1a fix: ensure peer exists b4 marking txs as received (#7998) 2024-04-30 14:17:31 +00:00
29e0e8150c feat: add with_canon_state_notification_sender fn (#7997) 2024-04-30 13:05:57 +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
a6661d6953 chore(exex): display exex_id log field using Display (#7994) 2024-04-30 12:19:39 +00:00
c3cdd8c646 feat(examples): sqlite rollup exex (#7826) 2024-04-30 12:00:18 +00:00
0f9658cfa1 chore: use FnOnce on WithLaunchContext methods (#7989) 2024-04-30 11:27:56 +00:00
b3d7b7d501 feat: StaticFileProviderFactory (#7983) 2024-04-30 10:30:04 +00:00
1fe00a7c35 feat: use FnOnce for node hooks (#7975)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-30 10:23:02 +00:00
053b14abdc feat: add method to EthBuiltPayload to get blob sidecars (#7979)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-30 10:12:11 +00:00
5d795b9342 fix: handle Multiplex P2PStream.poll_ready errors (#7988) 2024-04-30 10:02:51 +00:00
d281699c2a chore: rm clap as dep of reth-static-file (#7980) 2024-04-30 08:55:50 +00:00
490fbb0f52 docs: minor doc nits in reth basic payload (#7977) 2024-04-29 23:32:08 +00:00
4c01856e6d chore: pool type must be unpin (#7974) 2024-04-29 21:45:43 +00:00
d9faaa80cf chore: rm unused consensus fns (#7972) 2024-04-29 21:45:21 +00:00
6619faf42b docs: correct encode_for_signing docs (#7973) 2024-04-29 21:44:44 +00:00
593b2b6d04 feat(rlp): custom rlp encoding tx type (#7968) 2024-04-29 20:20:51 +00:00