Commit Graph

1035 Commits

Author SHA1 Message Date
9bd74fda9e fix: use --syncmode=execution-layer from op-node for optimistic pipeline sync (#7552)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-07 20:16:04 +00:00
00f9acb94e chore: remove reth-revm optimism (#8141) 2024-05-07 16:55:46 +00:00
5f82993c23 chore: replace beacon types (#8125) 2024-05-06 19:52:16 +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
00a02f5b5c chore: remote try_ prefix from block to payload conversion methods (#8117) 2024-05-06 11:14:57 +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
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
ac1d5324ec chore: rm unused file (#8096) 2024-05-04 14:35:23 +02:00
067b0ff420 feat: integrate ExecutorProvider (#7798) 2024-05-03 11:39:46 +00:00
aef1bcc435 chore: make clippy happy (#8068) 2024-05-03 10:18:41 +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
0aa7d4d05e feat(rpc-builder): add tower layer for updating bearer token in auth client (#8010) 2024-05-01 20:52:40 +00:00
0938504f4a chore: reduce number of Evm monomorphizations (#8030) 2024-05-01 17:32:25 +00:00
f832b66f99 chore: rm uneccessary trait bounds (#8019) 2024-05-01 11:24:46 +00:00
8e65cb3aa5 Bump evm-inspectors and alloy (#8006) 2024-04-30 21:07:41 +00:00
afbb265b47 refactor: use reth_rpc_types BlockId in optimism rpc (#8003) 2024-04-30 16:57:00 +00:00
9153d8848f chore: remove unnecessary Debug implmentation (#8001) 2024-04-30 16:14:25 +00:00
fd8fdcfd4b refactor: remove futureUnordered in ipc (#7920) 2024-04-29 15:30:42 +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
2deb259ead feat: replace duplicate Withdrawal type with alloy (#7931) 2024-04-27 15:09:28 +00:00
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
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
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
16ae640615 chore: decrease local pending block expiration time (#7896) 2024-04-25 18:29:06 +00:00
9567b256c8 feat: support max_request_body_size (#7880) 2024-04-25 15:51:31 +00:00
1c17f08ad2 Replace TransactionKind with alloy_primitives::TxKind (#7859) 2024-04-25 12:50:04 +00:00
ddc5ed3263 fix(rpc): correct Other error msg (#7845) 2024-04-24 18:36:19 +00:00
90da3205de refactor: remove unused map_err (#7837)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-04-24 18:29:19 +00:00
784d8dc597 refactor: replace OP error variant with general purpose error (#7844)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-24 18:19:33 +00:00
9db17123b4 refactor: replace to_primitive_transaction_kind by From impl (#7831) 2024-04-24 09:32:22 +00:00
7a593882e1 chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 21:32:59 +00:00
a75d6cd753 chore: rm dbg (#7827) 2024-04-23 21:10:58 +00:00
cfeead7598 add reth-evm-optimism (#7821) 2024-04-23 20:55:09 +00:00
a8a434d2c4 chore: flatten more deps (#7824) 2024-04-23 19:06:12 +00:00
ee1c811c43 feat: integrate RpcMiddleware in IPC (#7790) 2024-04-23 15:08:32 +00:00
6d2e20cd85 chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 11:50:19 +00:00
9179e4e8ac feat(rpc-engine-api): add engine API response type metrics (#7801) 2024-04-22 16:53:39 +00:00
9a1d6ea9ca feat: base fee param fetching at a specific block (#7783) 2024-04-22 15:46:56 +00:00
cab4420b41 chore(deps): move http crate deps to workspace (#7791) 2024-04-22 11:56:11 +00:00
3a3b957961 fix: don't import ipc client on windows (#7712) 2024-04-18 10:55:54 +00:00
9286cc6c84 chore: bump alloy (#7701) 2024-04-17 14:34:14 +00:00