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 |
|
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 |
|
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 |
|
Matthias Seitz
|
001249dec7
|
chore: add alias for ws.origins (#15403)
|
2025-03-31 19:24:08 +00:00 |
|
Matthias Seitz
|
942200bff4
|
fix: mark chain as global and update usage (#15409)
|
2025-03-31 19:13:35 +00:00 |
|
Alexey Shekhirin
|
c4dad3926b
|
fix(engine): fetch account proof on wiped storage (#15415)
|
2025-03-31 19:09:23 +00:00 |
|
Federico Gimenez
|
6d3f3b510d
|
chore: remove unused deps (#15416)
|
2025-03-31 19:00:07 +00:00 |
|
Alexey Shekhirin
|
94ff338efd
|
docs(trie): trie node iterat walker check flag (#15418)
|
2025-03-31 18:37:42 +00:00 |
|
kustrun
|
5ddb704bf5
|
feat(op-evm-config): Clear technical debt from #15307. (#15417)
|
2025-03-31 17:35:44 +00:00 |
|
Matthias Seitz
|
1d1bfac59b
|
chore: rm incorrect debug_assert (#15402)
|
2025-03-31 15:13:16 +00:00 |
|
Femi Bankole
|
64d3d30aa2
|
Extend eth state cache with get receipts maybe block (#15391)
|
2025-03-31 14:14:51 +00:00 |
|
Emilia Hane
|
bbc7dd913d
|
fix(op-interop): cross chain tx SafetyLevel utils (#15354)
|
2025-03-31 11:26:47 +00:00 |
|
Ishika Choudhury
|
9f75602010
|
more interop metrics (#15388)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-31 10:32:38 +00:00 |
|
int88
|
948832d06f
|
integration test: txpool listener could handle queued and invalid event (#15399)
|
2025-03-31 09:43:55 +00:00 |
|
taikoon
|
409e1db7f2
|
fix(doc): NodeTypesWithEngine to NodeTypes (#15393)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2025-03-30 08:43:55 +00:00 |
|
nk_ysg
|
86cc7a8070
|
replace interop with an AtomicU64 (#15367)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-29 13:55:37 +00:00 |
|
Vaiz_07
|
53ec8fdc76
|
added chain condition and imports (#15386)
|
2025-03-29 13:27:28 +00:00 |
|
Matthias Seitz
|
46b208ea9d
|
chore: phase out reth-primitives from reth-provider tests (#15384)
|
2025-03-29 14:30:48 +01:00 |
|
Steven
|
5514dfef32
|
feat: make instance argument optional (#14389)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-29 08:15:34 +00:00 |
|
Shane K Moore
|
e523bc2525
|
chore: add blob validation histogram metric to tsx pool validation (#15369)
|
2025-03-29 08:05:23 +00:00 |
|
Steven
|
5021611997
|
chore: move cross validation into SupervisorClient (#15374)
|
2025-03-29 07:01:58 +00:00 |
|
Vaiz_07
|
e75b207a4f
|
fn signature removed from signedtransaction (#15331)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
Co-authored-by: Ayush Dubey <61616662+Ayushdubey86@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Steven <112043913+stevencartavia@users.noreply.github.com>
Co-authored-by: Léa Narzis <78718413+lean-apple@users.noreply.github.com>
|
2025-03-29 06:43:46 +00:00 |
|
Dan Cline
|
f7c264d2e5
|
chore: make state root fallback WARN (#15343)
|
2025-03-29 06:35:07 +00:00 |
|
makcandrov
|
9be2d58758
|
export LowestAvailableBlocks in reth_provider::providers (#15366)
|
2025-03-29 06:00:20 +00:00 |
|
Matthias Seitz
|
ebeb8b71cf
|
chore: silence warning in optimized build (#15378)
|
2025-03-28 21:15:34 +00:00 |
|
David Kulman
|
509b859c7a
|
Removes pin-project from ConnectionListener (#15376)
|
2025-03-28 20:56:58 +00:00 |
|
Matthias Seitz
|
2c6380c7e0
|
fix: rm unsound transmute (#15373)
|
2025-03-28 20:31:40 +00:00 |
|
Federico Gimenez
|
e2e297d77c
|
feat: remove NodeTypesWithEngine trait layer (#15351)
|
2025-03-28 18:26:55 +00:00 |
|
Soubhik Singha Mahapatra
|
9718e9444a
|
Simplified input truncating (#15364)
|
2025-03-28 17:25:53 +00:00 |
|
clabby
|
faedf98db3
|
chore(optimism): Remove interop L1 info transaction variant (#15361)
|
2025-03-28 16:17:43 +00:00 |
|
Matthias Seitz
|
57dda5e958
|
chore: bump deps (#15359)
|
2025-03-28 15:56:42 +00:00 |
|
Sumit
|
0436a2e867
|
Feat: add validate_one_with_state implemenation for op and eth validator (#15342)
|
2025-03-28 12:55:46 +00:00 |
|
Solar Mithril
|
d1ed669a17
|
POC of interop filtering during block building (#15348)
Co-authored-by: Shane K Moore <41407272+shane-moore@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Rupesh Prajapati <77611959+DioBr4nd0@users.noreply.github.com>
|
2025-03-28 12:35:55 +00:00 |
|
Rupesh Prajapati
|
ceaf968705
|
Fixes #15321 feat(txpool): properly parse supervisor RPC errors into interop variants (#15323)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-28 10:15:40 +00:00 |
|
Solar Mithril
|
81254a2cf5
|
feat(txpool): monitor pending interop txs (#15313)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-03-28 09:45:03 +00:00 |
|
Matthias Seitz
|
1105535eb4
|
chore: add warning unused deps (#15340)
|
2025-03-28 09:27:56 +00:00 |
|