Commit Graph

5062 Commits

Author SHA1 Message Date
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
d03150e13c chore: rm more unused deps (#7995) 2024-04-30 12:31:16 +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
9fc75c6247 chore: pin ethereum tests (#7986) 2024-04-30 08:55:34 +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
0819780027 feat: add extract_chain_id method (#7921) 2024-04-29 19:48:05 +00:00
55017ef028 chore: less restrictive bounds (#7970) 2024-04-29 19:45:05 +00:00
3754b1e183 feat(ci): add cfg check (#7965)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-29 19:22:01 +00:00
33f4c3fa91 fix(op): genesis (#7969) 2024-04-29 18:49:41 +00:00
12873d515a feat: expose fields of ResolveBestPayload for remote construction (#7947)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-29 16:09:16 +00:00
fd8fdcfd4b refactor: remove futureUnordered in ipc (#7920) 2024-04-29 15:30:42 +00:00
a8cd1f71a0 chore: add test to Compact derived types to avoid backwards incompatibilities (#7822)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-29 13:32:42 +00:00
ee70351751 test: rm redundant helper trait (#7962) 2024-04-29 13:25:53 +00:00
b2c3d0c0b3 chore: update codeowners (#7961) 2024-04-29 13:21:07 +00:00
af2da06a0d chore: add required trait bounds to DB type (#7960) 2024-04-29 13:18:23 +00:00
14ed7196c2 chore(storage): use TAKE const instead of UNWIND (#7959) 2024-04-29 12:56:22 +00:00
76e3aa9fa8 feat: enable optimism hardforks on genesis parse (#7935) 2024-04-29 12:54:15 +00:00
3fc5cf6461 feat: use ComponentsBuilder as associated type in Node trait (#7957) 2024-04-29 12:09:07 +00:00
0501a43711 feat: expose PendingPayload from reth-basic-payload-builder (#7946) 2024-04-29 11:34:11 +00:00
1fbcdeb065 Tracking current stage on pipeline unwind (#6558) 2024-04-29 11:15:38 +00:00
1f6753b84a chore: mode node-builder to node dir (#7952) 2024-04-29 10:30:49 +00:00
cf6d34cf3d expose PayloadTaskGuard from reth_basic_payload_builder (#7945) 2024-04-28 15:18:46 +00:00
ead0fbf8fc chore: rm anyhow dep (#7944) 2024-04-28 14:40:36 +00:00
c535d59c8d refactor: extract GenesisAllocator type from primitives (#7932)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-28 13:15:35 +00:00
f3ba80093b chore: simplify accesslist extraction (#7942) 2024-04-28 10:32:32 +00:00
e18869f25b chore: rm redunant log fn (#7941) 2024-04-28 10:23:43 +00:00
1e94d9007e chore: rm redunant withdrawal fn (#7940) 2024-04-28 12:20:30 +02:00
bf66a3dd27 Move network.rs example to its own folder (#7936)
Co-authored-by: Elijah Hampton <elijahhampton@MBP-de-Elijah-2.lan>
2024-04-28 09:44:18 +00:00
b3bac08f68 chore(deps): weekly cargo update (#7937)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-04-28 04:11:58 +00:00
2b6921b161 chore: replace fnv with fxhashmap (#7927) 2024-04-27 15:10:26 +00:00