Commit Graph

5009 Commits

Author SHA1 Message Date
cc4a418ddf refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-27 04:18:59 +00:00
6bdba8a2a6 chore: misc clippy fixes (#7926) 2024-04-27 06:25:09 +02:00
2f052a8112 feat: replace low level IPC with interprocess (#7922) 2024-04-27 03:47:34 +00:00
ffa36b7348 use default implementation for BlockId (#7917)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-26 18:46:44 +00:00
704b3e3ac4 chore(sync): add block number to body validation error (#7918)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-26 16:39:35 +00:00
51bdc6afe8 fix(exex): skipping logic of the notifications (#7919) 2024-04-26 15:14:35 +00:00
953ba043ad chore: bump alloy 4e22b9e (#7895) 2024-04-26 15:04:06 +00:00
7f0e81e476 refactor: remove WsHttpServerKind enum and simplify server launch (#7531)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-26 13:47:12 +00:00
b6b2cf816e Add windows Ipc Client implementation (#7187) 2024-04-26 13:34:34 +00:00
73ea68692c chore: move reqwest to workspace dep (#7910) 2024-04-26 11:31:19 +00:00
bb0809ce2e chore: reuse validation fn (#7911) 2024-04-26 11:14:27 +00:00
688ee06e98 fix(discv5): fork id list in ENR (#7909) 2024-04-26 10:57:42 +00:00
d833f1aed9 feat: add new crate op-beacon-core (#7848)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-26 10:15:07 +00:00
4278bc24ca Bump alloy-dyn-abi and alloy-sol-types (#7903) 2024-04-26 09:49:35 +00:00
fd46df069e feat: move db-access example into a separate module (#7902) 2024-04-26 09:29:43 +00:00
6425064d07 fix: use enrforkid in dns (#7900)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-04-26 09:24:26 +00:00
57d09e84be deps: remove webpki-roots from reqwest deps (#7887) 2024-04-25 23:10:21 +00:00
7efdbf4924 fix: account for legacy tx in try_from tx to TransactionSignedEcRecovered (#7882) 2024-04-25 21:12:43 +00:00
adf1d25a89 feat(op): cmd init at block (#7784)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-25 20:31:01 +00:00
e2e5201d8a chore(deps): bump enr, discv5, secp256k1 (#7000)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-04-25 19:50:38 +00:00
3ad3bbc593 chore: more launch builder style function (#7897) 2024-04-25 19:23:21 +00:00
844bcb86b7 refactor: replace rpc TransactionKind with alloy_primitives::TxKind (#7885)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-25 18:48:23 +00:00
062b3d76b9 refactor: move network-txpool.rs example to its own folder (#7892)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-25 18:36:09 +00:00
16ae640615 chore: decrease local pending block expiration time (#7896) 2024-04-25 18:29:06 +00:00
663a7185e6 chore: more LaunchContext helpers (#7894) 2024-04-25 18:18:46 +00:00
d312dbbea4 fix: chain spec for op mainnet (#7883) 2024-04-25 17:32:12 +00:00
57e3f40dda chore: unpin cc (#7891) 2024-04-25 16:45:11 +00:00
6d1aab5380 refactor: minor Signature refactors (#7888) 2024-04-25 16:44:02 +00:00
9567b256c8 feat: support max_request_body_size (#7880) 2024-04-25 15:51:31 +00:00
35ac20b8e4 feat: LaunchContext helpers (#7884) 2024-04-25 15:49:43 +00:00
1c81fae4d1 refactor: rename some examples (#7881) 2024-04-25 15:12:30 +00:00
29e5df81a4 chore: bidirectional eq for TxType (#7876) 2024-04-25 13:56:42 +00:00
6f22621f43 chore: rename BlockChain to Blockchain (#7840)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-25 13:56:04 +00:00
421888d22f fix: log actual notification id in exex manager (#7874) 2024-04-25 13:55:37 +00:00
ed45c3c10d chore: some touchups (#7873) 2024-04-25 13:37:55 +00:00
79235a74fa chore: add node-* crates to CODEOWNERS (#7869) 2024-04-25 13:14:20 +00:00
1c17f08ad2 Replace TransactionKind with alloy_primitives::TxKind (#7859) 2024-04-25 12:50:04 +00:00
08cdd67cb0 fix(auto-seal): build dev blocks with withdrawals (#7857) 2024-04-25 12:28:17 +00:00
33e7e0208f fix: derank peers that responded with bad data (#7854)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-25 12:25:54 +00:00
f6e68e28eb feat(op): timestamp below bedrock (#7768) 2024-04-25 12:23:51 +00:00
c7008deef8 fix(cli): set start header (#7725)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-25 11:47:27 +00:00
0f7e3541b1 chore: add cli/* to CODEOWNERS (#7870) 2024-04-25 11:36:53 +00:00
132f7fbd80 chore: remove evalir from CODEOWNERS (#7868) 2024-04-25 11:12:12 +00:00
90bf4005e0 chore: merge consensus and revm owners (#7867) 2024-04-25 11:05:03 +00:00
d0382fb88d chore: add trie-parallel to CODEOWNERS (#7866) 2024-04-25 11:01:34 +00:00
9f0874d59f chore: add reth-stages-api to CODEOWNERS (#7865) 2024-04-25 10:53:36 +00:00
652be135c7 feat: adds panels for execution extension metrics (#7605) 2024-04-25 10:00:34 +00:00
4cef3809e4 docs: update examples readme (#7852) 2024-04-24 21:58:26 +00:00
0e8e573180 chore: rename exex example crate names (#7851) 2024-04-24 21:34:41 +00:00
766e77a811 chore: log failed tip fetch only after 20 tries (#7850) 2024-04-24 21:00:25 +00:00