joshieDo
|
425a021e3b
|
feat: add edge feature flag to reth (#20841)
|
2026-01-09 15:33:21 +00:00 |
|
joshieDo
|
13e59651f1
|
fix: initialize transaction-senders sf during genesis (#20846)
|
2026-01-09 09:26:26 +00:00 |
|
Dan Cline
|
eed34254f5
|
feat: add StaticFileSegment::AccountChangeSets (#18882)
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
|
2026-01-08 12:05:05 +00:00 |
|
Vui-Chee
|
d8acc1e4cf
|
feat: support non-zero genesis block numbers (#19877)
Co-authored-by: JimmyShi22 <417711026@qq.com>
|
2025-12-17 11:03:12 +00:00 |
|
ligt
|
662c0486a1
|
feat(storage): add rocksdb provider into database provider (#20253)
|
2025-12-15 10:15:57 +00:00 |
|
joshieDo
|
88d853e724
|
feat: always write receipts to static files on new nodes (#19399)
|
2025-11-13 16:37:30 +00:00 |
|
sashass1315
|
414e995c3d
|
fix(storage): propagate IO errors in parse_accounts to avoid silent partial imports (#19582)
|
2025-11-08 06:34:20 +00:00 |
|
joshieDo
|
e20e56b75e
|
feat: add Metadata table and StorageSettings to ProviderFactory (#19384)
|
2025-11-06 00:39:49 +00:00 |
|
joshieDo
|
e21048314c
|
chore: remove total difficulty from HeaderProvider (#19151)
|
2025-10-21 10:56:36 +00:00 |
|
Matthias Seitz
|
a8e387bd10
|
chore: init state touchups (#19066)
|
2025-10-16 21:07:40 +00:00 |
|
Brian Picciano
|
be94d0d393
|
feat(trie): Merge trie changesets changes into main (#19068)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2025-10-16 09:52:35 +00:00 |
|
Alexey Shekhirin
|
058ffdc21e
|
feat(storage): write headers and transactions only to static files (#18681)
|
2025-09-29 17:04:59 +00:00 |
|
Matthias Seitz
|
850083dbde
|
chore: remove doc_auto_cfg feature (#18758)
|
2025-09-28 12:53:45 +02:00 |
|
Brian Picciano
|
651e34cec6
|
fix: Pass prefix set from init_from_state_dump into compute_state_root (#18185)
|
2025-09-01 10:16:35 +00:00 |
|
Federico Gimenez
|
00ae7654e9
|
chore(cli): add log about state root computation for init-state (#17980)
|
2025-08-21 19:46:35 +00:00 |
|
Jack Drogon
|
cd7a3c816f
|
fix: replace unsafe unwrap with proper error handling (#17867)
Signed-off-by: Jack Drogon <jack.xsuperman@gmail.com>
|
2025-08-14 04:40:40 +00:00 |
|
Jack Drogon
|
f1da87e3e6
|
fix: clippy warnning manual_is_multiple_of (#17853)
Signed-off-by: Jack Drogon <jack.xsuperman@gmail.com>
|
2025-08-13 13:47:58 +00:00 |
|
Matthias Seitz
|
5f0d33425e
|
chore: msrv 1.88 (#17782)
|
2025-08-10 15:51:26 +00:00 |
|
Dan Cline
|
ac83c27531
|
fix(db-common): compute state root when initializing from genesis (#17731)
|
2025-08-05 20:30:30 +00:00 |
|
Dan Cline
|
938d589b52
|
feat(merkle): add IntermediateRootState for storage root progress (#17548)
|
2025-07-30 01:09:36 +00:00 |
|
Léa Narzis
|
3f3ccc3aa8
|
chore: remove duplicate deps (#17618)
|
2025-07-26 10:11:17 +00:00 |
|
Emilia Hane
|
a7435bede0
|
chore(deps): 2024 edition syntax fixes (#14731)
|
2025-04-24 21:34:26 +00:00 |
|
Matthias Seitz
|
ddba222c08
|
chore: make clippy happy (#15895)
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
|
2025-04-24 08:06:06 +00:00 |
|
Alexey Shekhirin
|
7b483b4f8c
|
fix(cli): drop ExEx WAL only if it exists (#15871)
|
2025-04-23 09:33:17 +00:00 |
|
Federico Gimenez
|
ddc101f863
|
chore: set clippy check for const fn to warn (#15777)
|
2025-04-16 17:59:36 +00:00 |
|
Matthias Seitz
|
a4fa9e6712
|
chore: remove reth-primitives dep db crates (#14968)
|
2025-03-11 22:58:55 +00:00 |
|
DaniPopes
|
482f4557eb
|
chore(db): move mod tables to db-api (#14540)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-17 20:53:39 +00:00 |
|
Arsenii Kulikov
|
0f4914a944
|
feat: use SealedHeader in ChainSpec (#14514)
|
2025-02-15 13:30:05 +00:00 |
|
urb
|
2827447953
|
feat: drop ExEx WAL on reth db drop (#11855)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-02-13 12:29:53 +00:00 |
|
Arsenii Kulikov
|
1c9ef8c5a3
|
refactor: remove Receipts struct (#14130)
|
2025-01-31 21:59:31 +00:00 |
|
Dan Cline
|
665ca2e89b
|
feat: enable state root task during persistence (#12392)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2025-01-29 19:57:32 +00:00 |
|
James Prestwich
|
3e980e61d8
|
Discussion draft: change DB Writer to take value references (#13672)
|
2025-01-07 17:38:09 +00:00 |
|
Matthias Seitz
|
fc9d95a4d1
|
chore: use HashMap::from_iter (#13649)
|
2025-01-04 11:43:26 +01:00 |
|
Glow
|
86399e2aea
|
feat: remove PartialEq+Eq from ProviderError and all others affected (#13592)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-04 10:27:35 +00:00 |
|
Akase Haruka
|
91d09de440
|
fix: no_std case hashmap imports (#13617)
|
2025-01-04 09:49:06 +00:00 |
|
Kero
|
04af67879c
|
chore: assert etl_config.file_size != 0 (#13435)
|
2024-12-20 08:30:41 +00:00 |
|
joshieDo
|
242bbaa9c4
|
fix: throw error if genesis header found on static files, but empty db (#13157)
|
2024-12-06 09:05:10 +00:00 |
|
Matthias Seitz
|
8a047ed6e4
|
chore: move Integerlist to db-api (#13062)
|
2024-12-02 16:02:19 +00:00 |
|
Matthias Seitz
|
332cce1f9b
|
feat: add header AT to provider (#13030)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-12-02 13:24:48 +00:00 |
|
Arsenii Kulikov
|
3f93f35c20
|
feat: add Header AT to EthChainSpec (#13046)
|
2024-12-02 00:56:00 +00:00 |
|
Arsenii Kulikov
|
7a6a725d91
|
feat: add Receipt AT to writer traits (#12892)
|
2024-11-27 15:31:13 +00:00 |
|
Arsenii Kulikov
|
2d6b8937c3
|
refactor: unify logic for writing receipts (#12878)
|
2024-11-26 14:24:40 +00:00 |
|
Arsenii Kulikov
|
72a52d5ea5
|
feat: make StaticFileProvider generic over NodePrimitives (#12565)
|
2024-11-15 10:42:58 +00:00 |
|
Matthias Seitz
|
a7bb1d1fa3
|
chore: remove constants reexport (#12549)
|
2024-11-14 18:36:31 +01:00 |
|
Hai | RISE
|
0da914eaeb
|
chore: enable dbg_macro lint (#12409)
|
2024-11-08 15:03:29 +00:00 |
|
joshieDo
|
cf72b6f38d
|
chore: move helper methods from DatabaseProvider to DBProvider as defaults (#12367)
|
2024-11-07 12:06:53 +00:00 |
|
Thomas Coratger
|
d50da7fcd6
|
primitives-traits: use alloy SEPOLIA_GENESIS_HASH constant (#12024)
|
2024-10-24 10:50:43 +00:00 |
|
Thomas Coratger
|
a6c8bda029
|
primitives: use alloy MAINNET_GENESIS_HASH constant (#11848)
|
2024-10-17 19:44:04 +00:00 |
|
Matthias Seitz
|
70d498d296
|
chore: make clippy happy (#11439)
|
2024-10-02 19:19:13 +00:00 |
|
Arsenii Kulikov
|
2aa3dd0fd8
|
feat: use OpChainSpec in OptimismNode and its components (#11304)
|
2024-09-28 13:06:52 +00:00 |
|