Commit Graph

9780 Commits

Author SHA1 Message Date
Dan Cline
bc80e56413 chore: add test for CachedState and ProviderCaches storage values (#15487) 2025-04-04 18:17:18 +00:00
Federico Gimenez
0a32035cd7 feat(examples): add ConfigureEvm impl for custom-node example (#15520) 2025-04-04 18:16:44 +00:00
Taylor Dettling
3810c58d8d Add PubSub subscribe to custom node rpc example (#15522)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-04-04 16:58:35 +00:00
Matthias Seitz
3a26a28147 fix: blob params parsing and configuring (#15535) 2025-04-04 16:29:42 +00:00
Soubhik Singha Mahapatra
0c4928b9d4 Added txpool cli args for local txs backup (#15533) 2025-04-04 16:24:10 +00:00
Emilia Hane
e5c6de595e chore(lint): Replace allow with expect for dead_code and rm unfullfilled lints (#15530) 2025-04-04 13:32:08 +00:00
Matthias Seitz
1a9562f89b chore: return invalid reward percentiles as invalid params (#15532) 2025-04-04 11:41:41 +00:00
Matthias Seitz
a07064da99 fix: add fcu v1 for op engine (#15526)
Co-authored-by: peerheros <3077263001@qq.com>
2025-04-04 11:29:01 +02:00
Jennifer
6c6fe03712 Trigger kurtosis workflows on tag (#15511) 2025-04-04 08:11:52 +00:00
Léa Narzis
f82b209031 refactor(net): add EthStreamInner for EthStream (#15519)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-04-04 07:42:13 +00:00
0xOsiris
1ba40f3d46 fix: send_rpc_call deserialization (#15523)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-04-04 07:11:19 +00:00
Matthias Seitz
da261094af fix: remove global instance (#15504) 2025-04-03 17:11:42 +00:00
0xsenty
b8b65b3243 fix: incorrect derive_more import (#15514)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-04-03 16:35:11 +00:00
Matthias Seitz
76f6ea23b3 chore: add conversion helper for eth69 (#15512) 2025-04-03 16:25:14 +00:00
Steven
6eb25e4bce feat: handle unknown eth message (#15450)
Co-authored-by: Stefan <6984754+stfnberat@users.noreply.github.com>
2025-04-03 15:10:06 +00:00
Ishika Choudhury
604cc09230 ensured trace_filter has a valid block range (#15473)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-04-03 13:47:38 +00:00
Alexey Shekhirin
48e0ec67d0 perf(trie): cache last hashed entry seek in trie node iter (#15471) 2025-04-03 11:54:04 +00:00
Alexey Shekhirin
ef18f950d3 refactor(trie): introduce SubNodePosition enum (#15420) 2025-04-03 08:33:40 +00:00
Alexey Shekhirin
a755f6bc8f feat(engine): parallel state root fallback metric (#15352) 2025-04-03 08:26:03 +00:00
Matthias Seitz
ed7da87da4 chore: release 1.3.7 (#15485) v1.3.7 2025-04-03 02:35:54 +02:00
Dan Cline
3521c7ae99 fix: set None storage lookup to NotCached (#15484) 2025-04-03 02:35:34 +02:00
Matthias Seitz
60ff71b1ff chore: release 1.3.6 (#15483) v1.3.6 2025-04-03 00:52:16 +02:00
Matthias Seitz
f60f55858c fix: actually override simulated (#15482) 2025-04-02 22:34:03 +00:00
int88
5658b7849f benchmark for blob tx pool truncate (#15461) 2025-04-02 21:55:16 +00:00
kevaundray
db269f3e53 docs: Document double option for get_storage method using enum (#15443) 2025-04-02 20:31:00 +00:00
Matthias Seitz
6b06fdfe1d chore: rm unused warning (#15474) 2025-04-02 19:07:46 +00:00
Federico Gimenez
60867680fd feat(examples): add custom NetworkPrimitives and Networkbuilder to custom-node example (#15468) 2025-04-02 18:37:55 +00:00
jakevin
98692cf1f1 refactor: simplify hardfork determination (#15451) 2025-04-02 18:30:18 +00:00
Matthias Seitz
b6146e32b1 chore: bump version 1.3.5 (#15469) v1.3.5 2025-04-02 18:08:26 +00:00
Matthias Seitz
add505dc39 feat: support simulation in blockbuilder (#15470) 2025-04-02 17:48:05 +00:00
Alexey Shekhirin
500405aa0a feat(trie): node iter metrics (#15438) 2025-04-02 17:33:26 +00:00
Emilia Hane
4109b26f28 fix(op-interop): don't down score peers for invalid interop txns (#15467) 2025-04-02 16:46:38 +00:00
Roman Hodulák
93b9044729 feat(tx): Implement FromTxWithEncoded<TransactionSigned> for TxEnv (#15466) 2025-04-02 16:25:34 +00:00
clabby
caf3a21d2f chore(op-txpool): Update ExecutingDescriptor serialization (#15465) 2025-04-02 15:19:56 +00:00
Federico Gimenez
d3ec6abd08 feat(examples): route engine messages from custom engine api in custom-node example (#15458) 2025-04-02 14:09:58 +00:00
Alexey Shekhirin
7305c9ee0d feat(tree): set multiproof task concurrency independent of Rayon thread pool (#15456)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-04-02 13:31:01 +00:00
Matthias Seitz
cdbb07c8e1 fix: op-reth chain arg (#15457) 2025-04-02 12:47:54 +00:00
santamasa
f11e2eafad chore: fix PoS total difficulty calculation (#15452)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-04-02 10:36:21 +00:00
Federico Gimenez
6f8082af34 feat(examples): add custom engine API to custom-node example (#15436) 2025-04-02 09:38:53 +00:00
Steven
69df27e9b5 feat: add Client trait for snap sync downloader client (#15449) 2025-04-02 09:33:03 +00:00
Dan Cline
40015a821b perf(trie): reduce hashed seeks in TrieNodeIter (#15336)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
2025-04-02 09:04:53 +00:00
Dan Cline
ca862ab985 chore: add more logs to init-state, improve errors (#15446) 2025-04-01 20:55:44 +00:00
Dan Cline
e76e8bf027 chore: removed outdated comment in init-state (#15445) 2025-04-01 20:48:36 +00:00
Matthias Seitz
0c9dd9a27d fix: always set empty request hash after isthmus (#15444) 2025-04-01 20:46:18 +00:00
Odinson
831ad19da8 Removed reth-ethereum-cli from dependencies to dev-dependencies and made necessary changes (#15439) 2025-04-01 19:41:25 +00:00
Dan Cline
83fc1069c9 feat(trie): add metric for time since updates finished (#15442) 2025-04-01 18:48:36 +00:00
VINEET PANT
40bc94decd refactor(optimism/rpc): Use alloy RpcClient in SequencerClient (#15346) 2025-04-01 13:36:06 +00:00
Federico Gimenez
be04b45b20 chore: remove unused deps (#15429) 2025-04-01 09:20:13 +00:00
Emilia Hane
0a56694308 perf(discv5): enhance peer lookup defaults (#15421) 2025-03-31 22:26:17 +00:00
GarmashAlex
33198a8cdf Add detailed documentation for admin_peerEvents and admin_peerEvents_… (#15390) 2025-03-31 19:40:54 +00:00