|
|
3485ce45be
|
chore(chainspec): remove MAINNET usage from ChainSpec::default (#14565)
|
2025-02-18 15:36:57 +00:00 |
|
|
|
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 |
|
|
|
cfb91e94dd
|
chore: no_std for reth-execution-types (#14465)
|
2025-02-13 09:47:40 +00:00 |
|
|
|
d56985a298
|
chore: add codec and serde features to prune types (#14327)
|
2025-02-08 15:52:38 +00:00 |
|
|
|
740bf04351
|
fix: return correct prune_target_block when syncing (#14181)
|
2025-02-04 11:18:33 +00:00 |
|
|
|
2e4376f359
|
add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-28 12:20:58 +00:00 |
|
|
|
23ebf96188
|
chore: move receipts pruning to provider (#13886)
|
2025-01-22 13:41:13 +00:00 |
|
|
|
8efe441cc0
|
feat: use reth-ethereum-primitives (#13830)
|
2025-01-17 01:22:21 +01:00 |
|
|
|
83b2fb9b41
|
feat: add SealedBlock in reth-primitives-traits (#13735)
|
2025-01-15 01:12:43 +00:00 |
|
|
|
a3f8a9d38b
|
chore!: rename blockchainprovider2 (#13727)
|
2025-01-08 13:52:17 +01:00 |
|
|
|
3e980e61d8
|
Discussion draft: change DB Writer to take value references (#13672)
|
2025-01-07 17:38:09 +00:00 |
|
|
|
f4ce10b7f0
|
feat: Implement "Add BlockBody::transaction_count helper function" (#13660)
|
2025-01-05 14:31:20 +00:00 |
|
|
|
dbd4f0c4fe
|
chore: make block field private (#13628)
|
2025-01-03 15:10:32 +00:00 |
|
|
|
f163b3d3f9
|
feat: use alloy block types (#13518)
|
2024-12-31 09:30:15 +00:00 |
|
|
|
394f973acd
|
chore: improve CompactZstd macro (#13277)
|
2024-12-11 11:58:12 +00:00 |
|
|
|
2183752f8d
|
refactor(prune-types/prune): move PruneLimiter to reth-prune (#13182)
|
2024-12-06 20:48:52 +00:00 |
|
|
|
3f9816e1c4
|
feat: integrate generic primitives into pruner (#12995)
|
2024-11-29 04:56:48 +00:00 |
|
|
|
4dfaa46380
|
chore: unify recover_singer (#12881)
|
2024-11-26 15:19:58 +00:00 |
|
|
|
26fc701814
|
feat: NodePrimitivesProvider (#12855)
|
2024-11-26 12:06:55 +00:00 |
|
|
|
c44e11b8ad
|
feat: add Block AT to BlockReader (#12837)
|
2024-11-25 14:28:56 +00:00 |
|
|
|
863c5233fc
|
feat: ChainStorageReader (#12836)
|
2024-11-25 13:29:25 +00:00 |
|
|
|
5db3ad1a67
|
feat: add Transaction AT to TransactionsProvider (#12794)
|
2024-11-22 23:04:42 +00:00 |
|
|
|
4442b5d6fa
|
feat: convert hash field to OnceLock<TxHash> on TransactionSigned (#12596)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-11-21 22:40:29 +00:00 |
|
|
|
c2e6938606
|
chore: move prune event type (#12732)
|
2024-11-21 10:41:34 +00:00 |
|
|
|
b9169399f3
|
chore: add pretty printing for pruned segment info (#12710)
|
2024-11-21 10:22:42 +00:00 |
|
|
|
fc97a0cbaf
|
chore: make clippy happy (#12594)
|
2024-11-16 06:04:39 +01:00 |
|
|
|
72a52d5ea5
|
feat: make StaticFileProvider generic over NodePrimitives (#12565)
|
2024-11-15 10:42:58 +00:00 |
|
|
|
a71dd9c91f
|
chore: introduce tuple type for pruned info (#12484)
|
2024-11-13 00:13:11 +01:00 |
|
|
|
eccff7d24b
|
chore(reth_primitives): Use trait for size methods in primitive types (#12201)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-11 16:54:00 +00:00 |
|
|
|
2e750f0ca0
|
test(prune): add unit tests for ReceiptsLogPruneConfig (#11916)
|
2024-10-29 14:57:35 +00:00 |
|
|
|
09ebecffc7
|
prune: add unit tests for PruneInput get_next_tx_num_range (#12081)
|
2024-10-26 16:11:57 +00:00 |
|
|
|
777417ad8a
|
feat: add reth test-vectors compact --write|--read (#11954)
|
2024-10-24 18:34:12 +00:00 |
|
|
|
2131c87edb
|
refactor: rm redundant clones in tests (#11840)
|
2024-10-17 14:40:10 +00:00 |
|
|
|
f684dd4c4c
|
chore(clippy): enable if_then_some_else_none lint (#11679)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-14 15:45:26 +00:00 |
|
|
|
d2ab6352c6
|
test: add unit tests for PruneLimiter (#11517)
|
2024-10-07 09:02:10 +00:00 |
|
|
|
36de90fdc3
|
chore(lint): fix clippy::needles_lifetimes (#11496)
|
2024-10-05 11:08:08 +00:00 |
|
|
|
bf18fd927c
|
perf: improve IntegerList API to avoid allocations (#11292)
|
2024-09-27 16:46:33 +00:00 |
|
|
|
fb0555ae7d
|
Refactor Block (#10913)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-09-24 10:14:08 +00:00 |
|
|
|
0cde072453
|
feat(exex): backfill on subscription with head (#10787)
|
2024-09-17 12:32:41 +00:00 |
|
|
|
0fa8e83e16
|
refactor: make reth-prune independent of concrete DatabaseProvider (#10921)
|
2024-09-16 11:46:53 +00:00 |
|
|
|
5ecc9d2348
|
feat: integrate NodeTypesWithDB (#10698)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-05 15:17:28 +00:00 |
|
|
|
7ea748e2d3
|
refactor(provider): random_block and random_block_range functions (#10563)
|
2024-08-27 14:19:43 +00:00 |
|
|
|
709e7b73ce
|
clippy: add if_not_else clippy lint (#10524)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-26 10:58:06 +00:00 |
|
|
|
24495cdc5d
|
Add tests for withdrawals provider (#10428)
|
2024-08-22 20:58:25 +00:00 |
|
|
|
3da119b1ac
|
test(provider): RequestsProvider of BlockchainProvider2 (#10356)
|
2024-08-21 20:58:49 +00:00 |
|
|
|
330f73b7ec
|
refactor: remove #[reth_codec] and #[derive_arbitrary] macros (#10263)
|
2024-08-12 14:23:50 +00:00 |
|
|
|
ed16643f12
|
chore: remove proptest-derive dev deps (#9719)
|
2024-07-22 21:41:25 +00:00 |
|
|
|
5cd22b50e8
|
fix(prune): saturating subtract for genesis deposit contract block (#9584)
|
2024-07-17 19:01:55 +00:00 |
|
|
|
0befab52c9
|
chore: remove serde support from reth-codec (#9570)
|
2024-07-17 11:37:45 +00:00 |
|
|
|
0a1f652b2f
|
feat: add StorageWriter standalone type (#9507)
|
2024-07-16 14:45:21 +00:00 |
|