Yong Kang
|
ac8d318bfa
|
refactor(trie): rename queue_storage_proof to dispatch_proof for clarity
|
2025-10-15 04:41:07 +00:00 |
|
YK
|
691b14bfca
|
perf(tree): add elapsed time to parallel state root completion log (#18959)
|
2025-10-13 12:53:12 +00:00 |
|
maradini77
|
6c27b35e19
|
refactor(cli): use structured logging (tracing) in p2p command (#18957)
|
2025-10-13 12:24:58 +00:00 |
|
maradini77
|
4415bc5d7a
|
refactor: replace println! with structured logging in test_vectors (#18956)
|
2025-10-13 11:51:19 +00:00 |
|
Emilia Hane
|
0f14980d88
|
chore(rpc): Moves SequencerMetrics into reth-optimism-rpc (#18921)
|
2025-10-13 10:24:55 +00:00 |
|
radik878
|
16ba9e8979
|
fix(payload): correct Debug label for PayloadTimestamp in PayloadServiceCommand (#18954)
|
2025-10-13 12:19:28 +02:00 |
|
Brian Picciano
|
16e79888ae
|
fix(testsuite): Fix unused updates in e2e-test-utils (#18953)
|
2025-10-13 09:36:17 +00:00 |
|
Tilak Madichetti
|
99a5da2f91
|
fix(example): launch with debug capabilities (#18947)
|
2025-10-11 10:50:52 +00:00 |
|
Tilak Madichetti
|
b1d6c90fbb
|
fix(examples): change method to launch with debug capabilities (#18946)
|
2025-10-11 10:50:31 +00:00 |
|
emmmm
|
5c18df9889
|
refactor: remove needless collect() calls in trie tests (#18937)
|
2025-10-10 16:23:10 +00:00 |
|
MIHAO PARK
|
aec3e3dcc5
|
chore(grafana): use precompile address as legend (#18913)
|
2025-10-10 12:26:47 +00:00 |
|
YK
|
397a30defb
|
perf(tree): worker pooling for storage in multiproof generation (#18887)
Co-authored-by: Brian Picciano <me@mediocregopher.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-10-10 07:58:15 +00:00 |
|
Léa Narzis
|
d2070f4de3
|
feat: wait for new blocks when build is in progress (#18831)
Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com>
|
2025-10-09 16:42:59 +00:00 |
|
emmmm
|
6f96a32812
|
chore: align node_config threshold constant (#18914)
|
2025-10-09 11:18:49 +00:00 |
|
stevencartavia
|
df6afe9daa
|
docs: duplicate comment in Eip4844PoolTransactionError (#18858)
|
2025-10-08 15:03:44 +00:00 |
|
Federico Gimenez
|
c78378a8ce
|
ci: cache hive simulator images to reduce prepare-hive job time (#18899)
|
2025-10-08 14:53:25 +00:00 |
|
Merkel Tranjes
|
c0caaa17be
|
refactor: replace collect().is_empty() with next().is_none() in tests (#18902)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-10-08 14:20:39 +00:00 |
|
Dan Cline
|
6770ba9eed
|
feat(provider): add get_account_before_block to ChangesetReader (#18898)
|
2025-10-08 13:11:16 +00:00 |
|
William Nwoke
|
bed26238dc
|
refactor(engine): separate concerns in on_forkchoice_updated for better maintainability (#18661)
Co-authored-by: Nathaniel Bajo <nathanielbajo@Nathaniels-MacBook-Pro.local>
Co-authored-by: YK <chiayongkang@hotmail.com>
Co-authored-by: Brian Picciano <me@mediocregopher.com>
|
2025-10-08 11:54:59 +00:00 |
|
radik878
|
1aa312c12b
|
chore(node): simplify EngineApiExt bounds by removing redundant constraints (#18905)
|
2025-10-08 11:46:20 +00:00 |
|
Brian Picciano
|
273ee08443
|
fix(trie): Reveal extension child when extension is last remaining child of a branch (#18891)
|
2025-10-08 11:05:27 +00:00 |
|
Léa Narzis
|
b82ad07775
|
chore: make clippy happy (#18900)
|
2025-10-08 10:18:49 +00:00 |
|
Arsenii Kulikov
|
319a8dceb4
|
chore: relax ChainSpec impls (#18894)
|
2025-10-07 17:54:25 +00:00 |
|
Skylar Ray
|
029509cc42
|
refactor: eliminate redundant allocation in precompile cache example (#18886)
|
2025-10-07 11:34:35 +00:00 |
|
Forostovec
|
2f3e2c6c97
|
fix(era-utils): fix off-by-one for Excluded end bound in process_iter (#18731)
Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com>
|
2025-10-07 11:23:54 +00:00 |
|
josé v
|
83cec3793b
|
docs: yellowpaper sections in consensus implementation (#18881)
|
2025-10-06 21:33:12 +00:00 |
|
Alexey Shekhirin
|
e9598ba5ac
|
feat(storage): read headers and transactions only from static files (#18788)
|
2025-10-06 11:39:48 +00:00 |
|
sprites0
|
d77bfd89b4
|
feat: Use generic HeaderTy for reth db get static-file headers (#18870)
Co-authored-by: sprites0 <199826320+sprites0@users.noreply.github.com>
|
2025-10-06 10:15:52 +00:00 |
|
Skylar Ray
|
f54741c52b
|
fix: streamline payload conversion in custom engine API (#18864)
|
2025-10-06 10:06:12 +00:00 |
|
Dan Cline
|
978b8a2cd3
|
docs(engine): fix outdated comment on TreeMetrics (#18855)
|
2025-10-06 09:10:51 +00:00 |
|
Federico Gimenez
|
b550387602
|
chore: update hive expected/ignored failures (#18863)
|
2025-10-05 11:55:28 +00:00 |
|
Arsenii Kulikov
|
78535b0747
|
feat: make ChainSpec generic over header (#18856)
|
2025-10-03 17:18:57 +00:00 |
|
Artyom Bakhtin
|
fe10c07852
|
feat: Add building and publishing of *.deb packages (#18615)
Signed-off-by: bakhtin <a@bakhtin.net>
|
2025-10-03 15:36:56 +00:00 |
|
Brian Picciano
|
d276ce5758
|
feat: OverlayStateProvider (#18822)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-03 14:21:27 +00:00 |
|
GarmashAlex
|
373576704b
|
chore(cli): remove unnecessary ProviderFactory clone in db_ro_exec! (#18845)
|
2025-10-03 12:37:17 +00:00 |
|
MozirDmitriy
|
5c05beb404
|
chore: relax trait bounds for EmptyBodyStorage in storage API (#18842)
|
2025-10-03 12:36:44 +00:00 |
|
Arsenii Kulikov
|
871bc82eee
|
chore: do not generate fuzz tests in Compact macro (#18849)
|
2025-10-03 11:58:44 +00:00 |
|
Hai | RISE
|
8effbf265b
|
perf(multiproof): cache storage proof root of missed leaves (#18750)
|
2025-10-03 10:57:31 +00:00 |
|
Federico Gimenez
|
fafe44d386
|
feat(rpc): support custom transaction error types in EthApiError (#18844)
|
2025-10-02 18:55:21 +00:00 |
|
DaniPopes
|
73f50ee9a1
|
ci: cache zepter installation (#18843)
|
2025-10-02 18:46:27 +00:00 |
|
futreall
|
656c00e3d6
|
perf: optimize account cache updates to reduce duplicate lookups (#18825)
|
2025-10-02 12:34:44 +00:00 |
|
Matthias Seitz
|
1d1fea72b6
|
docs: apply spelling and grammar fixes (#18836)
Co-authored-by: Jennifer Paffrath <jenpaff0@gmail.com>
Co-authored-by: Max <max@digi.net>
|
2025-10-02 11:22:43 +00:00 |
|
Mablr
|
467420ec25
|
feat(evm): Make ConfigureEngineEvm methods faillible (#18827)
|
2025-10-02 11:16:40 +00:00 |
|
Matthias Seitz
|
3a6ff3ba93
|
perf: avoid hash copies (#18834)
|
2025-10-02 11:15:10 +00:00 |
|
MozirDmitriy
|
9b005f36ce
|
feat(flashblocks): relax Sync bounds on Sink and connect futures (#18830)
|
2025-10-02 10:10:31 +00:00 |
|
Arsenii Kulikov
|
2029842f77
|
feat: integrate EvmEnv helpers (#18817)
|
2025-10-02 10:10:30 +00:00 |
|
sashass1315
|
661400e857
|
fix(ress): avoid panic on Missing trie updates in ress provider witness construction (#18796)
|
2025-10-02 09:45:36 +00:00 |
|
Galoretka
|
33bf2b2acc
|
chore(node): remove no-op impl for LaunchContextWith WithComponents (#18821)
|
2025-10-01 20:16:42 +00:00 |
|
Matthias Seitz
|
4f56de535f
|
fix: track inemorysize more accurately (#18820)
|
2025-10-01 16:29:27 +00:00 |
|
nethoxa
|
f98e706072
|
fix: Add eth69 status validation (#18819)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-10-01 16:06:01 +00:00 |
|