Commit Graph

5142 Commits

Author SHA1 Message Date
cbc6f268c0 replace reth BlobTransactionSidecar with alloy's (#8135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-07 12:38:23 +00:00
5b4e10cbdc Add helpful text for tx pool flags in reth --help (#8134) 2024-05-07 10:26:59 +00:00
5f82993c23 chore: replace beacon types (#8125) 2024-05-06 19:52:16 +00:00
6f72c0ab5a cli(op): simplify init-state cmd (#8126) 2024-05-06 19:51:11 +00:00
c79c188745 fix(discv5): no address cli arg (#8130) 2024-05-06 19:51:02 +00:00
077f7310c7 fix: ensure valid parent hash in prepare_invalid_response (#8123)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-05-06 19:29:00 +00:00
47dade7c12 fix: set mainnet timestamps in op chainspecs for consensus checks (#8129) 2024-05-06 18:14:49 +00:00
16f85c4339 fix(discv5): decouple rlpx & discv5 ipmode (#8080)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-06 17:36:08 +00:00
c70b17a554 feat: prague engine api types (#8119) 2024-05-06 16:50:40 +00:00
614e1bccd0 chore: move NodeRecord type (#8121) 2024-05-06 15:00:35 +00:00
b77473cfab fix: add checks for hardfork-specific fields to ensure_well_formed_payload (#7993) 2024-05-06 14:54:28 +00:00
5e778317fb convert ``OptimismBlockExecution`` error variant into a general purpose error variant (#8100)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-06 13:07:25 +00:00
7fd091536f fix(rpc_server): remember to set ipc config for auth server (#8120)
Co-authored-by: dzung <dzung@caliber.build>
2024-05-06 12:40:55 +00:00
1d9894fbee chore: bump alloy 17c5650 (#8118) 2024-05-06 12:25:20 +00:00
00a02f5b5c chore: remote try_ prefix from block to payload conversion methods (#8117) 2024-05-06 11:14:57 +00:00
68920b830f feat: add exex for in memory state (#8108) 2024-05-06 11:08:20 +00:00
f83a872dd6 feat: improve exex examples' validation (#8116) 2024-05-06 10:16:27 +00:00
jn
8f8b29b3ce refactor: replace futures_util pin and tokio_pin with std pin (#8109) 2024-05-06 10:14:54 +00:00
199503531c chore: bump alloy 0bb7604 (#8107) 2024-05-05 18:26:29 +00:00
fa59ec8078 chore(deps): weekly cargo update (#8104)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-05 11:23:14 +00:00
101e99f57f ci: remove check-cfg job (#8106) 2024-05-05 10:31:12 +00:00
d01996103b replace U64 fields with primitive u64 (#8099)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-04 16:34:34 +00:00
4b78706ed6 chore(cli): fix displayed block range in merkle debug script (#8091) 2024-05-04 12:55:03 +00:00
bff14c603f chore: rm leftover peer.rs file (#8098) 2024-05-04 14:40:39 +02:00
2c70e2ab3b feat: rm reth-primitives dep (#8097) 2024-05-04 14:40:30 +02:00
ac1d5324ec chore: rm unused file (#8096) 2024-05-04 14:35:23 +02:00
82e4ad9e76 docs(book): update CLI (#8093) 2024-05-04 12:07:18 +00:00
f8cd8c56a2 feat: add helper functions for batch executor (#8087) 2024-05-04 11:50:23 +00:00
ead753db4c fix(cli): debug merkle script (#8067) 2024-05-03 16:12:03 +00:00
66f70838ae chore: move dao hardfork constants to evm-ethereum (#8078) 2024-05-03 15:26:48 +00:00
d9f4adc2eb chore(deps): bump alloy, evm-inspectors (#8077) 2024-05-03 14:50:40 +00:00
1cf65e3394 feat(op): pass unverifiable ENRs to rlpx (#8059) 2024-05-03 13:23:16 +00:00
43599f983c chore: move node-ethereum to ethereum/node (#8076) 2024-05-03 12:52:00 +00:00
f20e4cbad8 debt(discv5): discv5 integration into network (#8065) 2024-05-03 12:38:26 +00:00
90f3161256 chore: remove InspectorStack (#8073) 2024-05-03 12:15:04 +00:00
067b0ff420 feat: integrate ExecutorProvider (#7798) 2024-05-03 11:39:46 +00:00
ec45ae679f chore: log only number & hash when skipping payload (#8069) 2024-05-03 11:09:55 +00:00
aef1bcc435 chore: make clippy happy (#8068) 2024-05-03 10:18:41 +00:00
a590ed7ce5 chore(discv5): pub methods (#8057) 2024-05-02 20:34:13 +00:00
2ac2433a96 feat(examples): add blob support to the rollup ExEx (#8028) 2024-05-02 20:19:44 +00:00
232e7bf19b feat(cli): make db stats non-detailed by default (#8056) 2024-05-02 19:31:48 +00:00
1a1c24ba24 dropped ``RUST_LOG=info`` from recommended commands (#8054) 2024-05-02 19:10:45 +00:00
e90dc44be9 feat: remove field ``max_gas_limit` from `BasicPayloadJobGeneratorConfig`` (#7949) 2024-05-02 18:32:36 +00:00
9eb7d961d7 integrate FullNodeComponents in exexcomponents (#8051) 2024-05-02 17:45:34 +00:00
29be4072cb fix(op): bootnodes (#7990) 2024-05-02 17:24:19 +00:00
0e3f031ada feat(engine): make new payload canonical action (#8042) 2024-05-02 17:01:45 +00:00
5378dd79e2 feat: new payload skipper (#8050) 2024-05-02 17:01:32 +00:00
7845c9c897 minor typo fix (#8052)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-02 16:09:00 +00:00
2af2f0ba46 chore(engine): new payload blockchain tree action (#8041) 2024-05-02 15:22:23 +00:00
e68ab2f58c refactor: engine interceptors (#8048) 2024-05-02 15:17:28 +00:00