Yong Kang
|
ea1bafcc64
|
feat(metrics): add histograms for worker spawn durations in proof task metrics
|
2025-10-30 18:39:20 +08:00 |
|
Matthias Seitz
|
ff46daddb6
|
feat: insert at timestamp (#19365)
|
2025-10-28 20:29:26 +00:00 |
|
Mablr
|
adb4f48471
|
feat(reth-optimism-node): Add OP E2E mineblock test with isthmus activated at genesis (#19305)
|
2025-10-28 20:13:44 +00:00 |
|
Matthias Seitz
|
6651ae7852
|
chore: add ChainHardforks::extend (#19332)
|
2025-10-28 20:36:23 +01:00 |
|
joshieDo
|
ac4f80ded3
|
chore: dont write receipts to both storages on archive node (#19361)
|
2025-10-28 17:22:20 +00:00 |
|
joshieDo
|
020eb6ad7e
|
fix(pipeline): ensure we dont pass an outdated target to header stage (#19351)
|
2025-10-28 15:02:19 +00:00 |
|
YK
|
5091482dec
|
refactor(trie): reorder proof_task.rs for better code organization (#19342)
|
2025-10-28 11:14:08 +00:00 |
|
Avory
|
0f3e0eee63
|
refactor: make DatabaseProof trait stateful (#18753)
|
2025-10-28 10:14:07 +00:00 |
|
Francis Li
|
5e2ed163f3
|
fix(engine): Eliminates spurious warning logs in prewarm task (#19133)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-10-28 09:27:33 +00:00 |
|
YK
|
7e6f676d16
|
feat(metrics): improve multiproof worker metrics (#19337)
|
2025-10-28 09:00:22 +00:00 |
|
josé v
|
50e88c29be
|
chore: replace CacheDB with State<DB> in RPC crate (#19330)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-10-27 22:00:58 +00:00 |
|
Brian Picciano
|
ffeaa4772d
|
chore(engine): Remove ConsistentDbView (#19188)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-10-27 19:09:21 +00:00 |
|
Mablr
|
a264ccbbc2
|
feat(metrics): add push gateway support for Prometheus metrics (#19243)
|
2025-10-27 17:11:23 +00:00 |
|
Dan Cline
|
b1dfbc7e88
|
chore: remove trie capacity metrics (#19327)
|
2025-10-27 17:07:37 +00:00 |
|
Gengar
|
0569e884c4
|
docs: improve documentation for mock database and transactions (#19302)
|
2025-10-27 15:59:48 +00:00 |
|
theo
|
f9c89a9bc9
|
feat(jovian/block-validation): fix block validation for jovian (#19304)
|
2025-10-27 15:59:04 +00:00 |
|
Brian Picciano
|
7e59141c4b
|
fix(trie): Rewrite InMemoryTrieOverlay (with proptests!) (#19277)
|
2025-10-27 15:18:48 +00:00 |
|
Alexey Shekhirin
|
080cf72464
|
chore(trie): reduce sparse trie tracing (#19321)
|
2025-10-27 15:16:56 +00:00 |
|
phrwlk
|
a6fe713a6c
|
chore: remove dead OpL1BlockInfo.number field and writes (#19325)
|
2025-10-27 14:42:55 +00:00 |
|
YK
|
eed0d9686c
|
refactor(trie): Unify proof return types (#19311)
|
2025-10-27 13:58:28 +00:00 |
|
Brian Picciano
|
fa1f86cb91
|
fix(prune): Add unused variants back to PruneSegment enum (#19318)
|
2025-10-27 13:12:22 +00:00 |
|
Matthias Seitz
|
106ffefc0f
|
chore: use hex bytes type (#19317)
|
2025-10-27 12:57:44 +01:00 |
|
sashass1315
|
19f5d51d86
|
chore: remove redundant PhantomData from NodeHooks (#19316)
|
2025-10-27 11:41:48 +00:00 |
|
Brian Picciano
|
be73e4a246
|
fix(trie): Fix trie_reverts not returning sorted nodes (#19280)
|
2025-10-27 10:48:17 +00:00 |
|
Alexey Shekhirin
|
763bf350be
|
chore(net): upgrade some noisy spans to TRACE (#19312)
|
2025-10-27 10:02:52 +00:00 |
|
VolodymyrBg
|
094594142f
|
fix(engine): module doc to reflect schnellru::LruMap backend (#19296)
|
2025-10-27 11:18:10 +01:00 |
|
Maximilian Hubert
|
4f660dac85
|
fix(fs): correct ReadLink error message and add missing read_link wra… (#19287)
|
2025-10-27 11:17:29 +01:00 |
|
Galoretka
|
74cc561917
|
chore(ethereum): remove redundant std::default::Default import (#19299)
|
2025-10-27 11:16:16 +01:00 |
|
guha-rahul
|
ded9d3ce33
|
refactor: add more Snap response types (#19303)
Co-authored-by: suhas-sensei <suhas.ghosal2002@gmail.com>
|
2025-10-27 10:49:39 +01:00 |
|
YK
|
53119fd5a1
|
refactor(trie): rename queue_storage_proof to send_storage_proof (#19310)
|
2025-10-27 10:49:04 +01:00 |
|
phrwlk
|
e22a511764
|
fix(node): classify connect_async failures as WebSocket and use Url parse error (#19286)
|
2025-10-25 06:37:22 +00:00 |
|
Alexey Shekhirin
|
0c8417288b
|
feat(tracing): set default OTLP log level to WARN (#19283)
|
2025-10-24 18:39:08 +00:00 |
|
Alexey Shekhirin
|
25f0d896d9
|
chore(trie): do not create a parent span for proof worker handle (#19281)
|
2025-10-24 15:57:51 +00:00 |
|
AJStonewee
|
f177103937
|
fix(trie): correct comment in sparse_trie_reveal_node_1 test (#19193)
|
2025-10-24 15:13:12 +00:00 |
|
Alexey Shekhirin
|
dc781126c2
|
feat(trie): proof task tracing improvements (#19276)
|
2025-10-24 14:04:01 +00:00 |
|
YK
|
f29f4caf0e
|
perf: Eliminate spawn_blocking in multiproof manager (#19203)
|
2025-10-24 11:56:57 +00:00 |
|
Galoretka
|
b88b46ac1f
|
fix(optimism): guard follow-up inserts by payload_id to prevent mixed sequences (#19264)
|
2025-10-24 11:48:29 +00:00 |
|
0xeabz
|
a767fe3b14
|
feat: allow using SafeNoSync for MDBX (#18945)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-10-24 11:25:14 +00:00 |
|
Dan Cline
|
4a24cb3b49
|
fix(engine): re-insert storage cache and use arc (#18879)
|
2025-10-24 09:32:55 +00:00 |
|
josé v
|
ddcfc8a440
|
chore: add add_or_replace_if_module_configured method (#19266)
|
2025-10-24 09:31:22 +00:00 |
|
strmfos
|
51fbd5a519
|
fix: no_std compatibility in reth-optimism-chainspec (#19271)
|
2025-10-24 08:36:30 +00:00 |
|
Yash
|
08fc0a918d
|
feat: eth_fillTransaction (#19199)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
|
2025-10-24 08:16:21 +00:00 |
|
radik878
|
189b00b1e6
|
chore(net): remove unnecessary TODO (#19268)
|
2025-10-23 20:03:16 +00:00 |
|
joshieDo
|
5a9c7703d1
|
chore: rm StaticFileReceipts pruner (#19265)
|
2025-10-23 18:44:06 +00:00 |
|
joshieDo
|
3883df3e6c
|
chore: remove db pruning of header/txs segments (#19260)
|
2025-10-23 17:20:55 +00:00 |
|
Arsenii Kulikov
|
4adfa286f7
|
fix: return hashed peer key as id (#19245)
|
2025-10-23 16:17:26 +00:00 |
|
Léa Narzis
|
6739914ce7
|
feat(otlp-tracing): enable to export traces with grpc export with tracing-otlp and tracing-otlp-protocol arg (#18985)
|
2025-10-23 14:44:24 +00:00 |
|
Dan Cline
|
7b7f563987
|
fix(engine): shrink tries after clearing (#19159)
|
2025-10-23 14:38:32 +00:00 |
|
Alexey Shekhirin
|
81b1949c3c
|
fix(cli): prune CLI argument names (#19215)
|
2025-10-23 16:06:04 +02:00 |
|
Ragnar
|
f3b9349d6f
|
docs: add usage examples and documentation to NoopConsensus (#19194)
|
2025-10-23 13:34:51 +00:00 |
|