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 |
|
Matthias Seitz
|
80b4d26b9d
|
chore: use exact size for account weight (#18816)
|
2025-10-01 14:46:03 +00:00 |
|
Matthias Seitz
|
a18f1a2e38
|
chore: use correct inflight metric (#18815)
|
2025-10-01 13:41:12 +00:00 |
|
MIHAO PARK
|
a2bde852bb
|
feat(node): reduce the status logging (#18010)
|
2025-10-01 09:56:31 +00:00 |
|
YK
|
83de2137f2
|
refactor(engine): simplify validate_block_with_state (#18659)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-01 08:22:42 +00:00 |
|
Julio
|
5004c2e1a3
|
feat(op-reth): add optional state root calc for flashblocks (#18721)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-10-01 07:57:38 +00:00 |
|
Karl Yu
|
7af393bb35
|
chore: update ETHEREUM_BLOCK_GAS_LIMIT (#18779)
|
2025-10-01 07:14:39 +00:00 |
|
Skylar Ray
|
f813a52c80
|
feat: impl Debug for FnLauncher (#18807)
|
2025-10-01 07:09:06 +00:00 |
|
futreall
|
bafb482ca1
|
fix: poll the pinger timeout Sleep future (#18797)
|
2025-10-01 07:07:57 +00:00 |
|
Federico Gimenez
|
22f9708f6a
|
fix(storage): clean up HeaderNumbers entries during block unwinds (#18790)
|
2025-09-30 16:41:36 +00:00 |
|
viktorking7
|
0694abcee8
|
fix: Prevent u64 timestamp wrap-around in LocalMiner (#18791)
|
2025-09-30 15:29:14 +00:00 |
|
Matthias Seitz
|
530e62d0e9
|
chore: bump alloy 1.0.37 (#18795)
|
2025-09-30 16:27:04 +02:00 |
|
Tim
|
05d17bfe04
|
chore: bump version to 1.8.2 (#18792)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-30 16:02:45 +02:00 |
|
Matthias Seitz
|
a53c6205cc
|
fix: remove cancun check (#18787)
|
2025-09-30 12:07:07 +00:00 |
|
GarmashAlex
|
2d4635b53d
|
fix: remove the leading hash comparison from RecoveredBlock<B>::PartialEq. (#18785)
|
2025-09-30 11:54:32 +00:00 |
|
Federico Gimenez
|
db524d158e
|
fix(op-reth): forward pre-bedrock transaction RPC calls to historical endpoint (#18784)
|
2025-09-30 10:09:46 +00:00 |
|
Ignacio Hagopian
|
7e5e8b55b3
|
feat(stateless): enable test runs to return execution witness (#18740)
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Kevaundray Wedderburn <kevtheappdev@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-30 08:44:02 +00:00 |
|
Yichi Zhang
|
0da9fabf87
|
fix(transaction-pool): Fix wrong assertion (#18778)
|
2025-09-30 08:14:43 +00:00 |
|
Andrea Simeoni
|
2cbdb42c2c
|
feat(op-reth): custom FlashBlock decoder from bytes (#18770)
|
2025-09-30 08:13:01 +00:00 |
|
dustinjake
|
b3cbfa4ced
|
feat(flashblocks): additional pending flashblock data (#18776)
|
2025-09-30 08:08:39 +00:00 |
|
YK
|
b8c16e392a
|
refactor(engine): small nits - remove shallow abstraction for decoded_storage_proof (#18780)
|
2025-09-30 07:57:11 +00:00 |
|
futreall
|
2cf9fc8f54
|
refactor: remove redundant Setup::new() method (#18781)
|
2025-09-30 07:56:19 +00:00 |
|
Ragnar
|
121c0dedf8
|
feat(eth-wire): implement disconnect on Status message after handshake (#18773)
|
2025-09-29 19:35:49 +00:00 |
|
Alexey Shekhirin
|
058ffdc21e
|
feat(storage): write headers and transactions only to static files (#18681)
|
2025-09-29 17:04:59 +00:00 |
|