joshieDo
|
69c8ddb330
|
feat: add blocks_per_file field to StaticFileProvider (#11043)
|
2024-09-19 17:36:23 +00:00 |
|
nk_ysg
|
893ea95d3e
|
hash_keys bench: use HashSet::with_capacity (#11044)
|
2024-09-19 15:07:44 +00:00 |
|
Arsenii Kulikov
|
6cb26f72af
|
feat: make DatabaseProvider generic over chainspec (#10978)
|
2024-09-19 14:23:06 +00:00 |
|
Emilia Hane
|
5f022e1cd1
|
fix(lint): lint warnings for db benchmark tools (#11011)
|
2024-09-19 11:32:07 +00:00 |
|
Arsenii Kulikov
|
180f10001c
|
feat: make reth-stages independent of concrete DatabaseProvider (#10934)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-19 10:47:55 +00:00 |
|
Emilia Hane
|
9e7e3247cc
|
fix(lint): lint warnings for storage codecs fuzz (#11009)
|
2024-09-19 10:41:39 +00:00 |
|
Emilia Hane
|
a636408199
|
fix(lint): lint for derive Compat (#11005)
|
2024-09-18 23:10:54 +00:00 |
|
Emilia Hane
|
fcd822c5f0
|
fix(lint): lint warnings for libmdbx benches (#11007)
|
2024-09-18 22:43:32 +00:00 |
|
Håvard Anda Estensen
|
ef06c850e4
|
storage: replace reth-primitive imports with alloy-eips (#10992)
|
2024-09-18 20:21:27 +00:00 |
|
joshieDo
|
c2019e35de
|
feat: allow syncing op-mainnet with only state and without importing blocks/receipts (#10850)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-09-18 17:10:38 +00:00 |
|
Håvard Anda Estensen
|
80c1159cb8
|
storage: replace reth-primitive imports (#10981)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-18 16:14:53 +00:00 |
|
Thomas Coratger
|
5e9f38164d
|
evm: use Header AT in ConfigureEvmEnv (#10968)
|
2024-09-17 23:03:15 +00:00 |
|
Thomas Coratger
|
1d0b18cd1a
|
error: use derive-more Error for deriving error (#10841)
|
2024-09-17 10:01:29 +00:00 |
|
nk_ysg
|
acdb2050a7
|
chore(reth-provider): use Vec::with_capacity (#10912)
|
2024-09-17 09:37:51 +00:00 |
|
joshieDo
|
b38539c18a
|
feat: use DBProvider instead of DB on init_genesis (#10937)
|
2024-09-16 16:47:46 +00:00 |
|
joshieDo
|
66848d98ef
|
feat: use DbProvider on UnifiedStorageWriter (#10933)
|
2024-09-16 13:49:24 +00:00 |
|
Arsenii Kulikov
|
0fa8e83e16
|
refactor: make reth-prune independent of concrete DatabaseProvider (#10921)
|
2024-09-16 11:46:53 +00:00 |
|
Roman Krasiuk
|
06dbd3a610
|
feat(trie): expose multiproof via StateProofProvider (#10915)
|
2024-09-16 09:52:15 +00:00 |
|
Roman Krasiuk
|
fdd64972b9
|
feat(trie): integrate TrieInput into StateProofProvider methods (#10929)
|
2024-09-16 09:18:23 +00:00 |
|
Roman Krasiuk
|
b0eb78ced6
|
feat(trie): TrieInput (#10918)
|
2024-09-16 08:04:17 +00:00 |
|
DaniPopes
|
974926f2d9
|
chore: remove an intermediate allocation in ExecutionOutcome (#10900)
|
2024-09-13 19:07:13 +00:00 |
|
DaniPopes
|
b23bb7e8bc
|
perf: improve genesis handling (#10878)
|
2024-09-13 17:48:44 +00:00 |
|
Arsenii Kulikov
|
75c6295d29
|
chore: separate trait for conversion into state provider (#10858)
|
2024-09-13 17:03:52 +00:00 |
|
Abhishek kochar
|
c6359b6242
|
Fix: Allow missing docs for test modules (#10893)
|
2024-09-13 16:38:47 +00:00 |
|
Thomas Coratger
|
47d188cb8e
|
cfg: replace std feature gate alloc imports with extern crate alloc (#10861)
|
2024-09-13 16:01:12 +00:00 |
|
joshieDo
|
8ddbd30df9
|
fix(cli): remove static file providers from cache on reth db stats (#10887)
|
2024-09-13 14:53:39 +00:00 |
|
joshieDo
|
d3acd09be2
|
chore: remove unnecessary segment argument from StaticFileProviderRW (#10882)
|
2024-09-13 12:23:45 +00:00 |
|
joshieDo
|
2ae53e5c3a
|
fix(cli): ensure reth init-state doesn't end in an invalid state root (#10880)
|
2024-09-13 12:08:00 +00:00 |
|
Roman Krasiuk
|
acdb7b7e2e
|
perf(engine): parallel storage roots (#10666)
|
2024-09-12 13:12:05 +00:00 |
|
joshieDo
|
1c53518bc4
|
fix: drop mmap handles before modifying during handle_consistency (#10708)
|
2024-09-11 14:28:09 +00:00 |
|
Thomas Coratger
|
2b75415a00
|
execution: make ConfigureEvm independent of chainspec argument (#10748)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-09-11 13:50:42 +00:00 |
|
Alexey Shekhirin
|
7abf49995f
|
fix(libmdbx): renew tx on timeout when dropping cursor (#10840)
|
2024-09-11 13:16:05 +00:00 |
|
Alexey Shekhirin
|
265e92685d
|
fix(libmdbx): do not panic on timeout when closing cursor (#10838)
|
2024-09-11 12:35:10 +00:00 |
|
Arsenii Kulikov
|
d11bbe686b
|
refactor: reduce ProviderFactory usage (#10798)
|
2024-09-11 09:36:34 +02:00 |
|
greged93
|
f6b2021440
|
dev: remove unused dev-deps (#10813)
|
2024-09-11 00:45:20 +00:00 |
|
Matthias Seitz
|
ed4235609f
|
chore: bump alloy 0.3.3 (#10806)
|
2024-09-10 11:27:35 +00:00 |
|
nk_ysg
|
c258c1547e
|
feat(db): move reth-storage-api::ClientVersion and StoredBlockWithdrawals to reth-db-models (#10763)
|
2024-09-09 13:53:45 +00:00 |
|
nk_ysg
|
10f3320782
|
storage: clean up reth-primitives import (#10761)
|
2024-09-07 09:12:16 +00:00 |
|
Alexxxxxx
|
dbf5d48a82
|
fix: unwind_to should be exclusive (#10738)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-06 16:03:33 +00:00 |
|
Alexey Shekhirin
|
3ec5d373c1
|
feat(engine, tree): witness invalid block hook (#10685)
|
2024-09-06 11:56:03 +00:00 |
|
Jennifer
|
5af62b75d4
|
test(provider): Add unit tests for stateproviderfactory (#10697)
|
2024-09-05 20:20:36 +00:00 |
|
Dan Cline
|
60bc403f08
|
fix(tree): remove_blocks fixes, return hash and number in persistence task (#10678)
|
2024-09-05 16:35:16 +00:00 |
|
joshieDo
|
e8128a3c85
|
feat: add directory watcher to StaticFileProvider::read_only (#10701)
|
2024-09-05 16:32:37 +00:00 |
|
Thomas Coratger
|
b0fddef46a
|
optimism: use op-alloy TxDeposit (#10667)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-05 15:50:33 +00:00 |
|
Arsenii Kulikov
|
5ecc9d2348
|
feat: integrate NodeTypesWithDB (#10698)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-05 15:17:28 +00:00 |
|
Alex Zammit
|
86a2ac6fa2
|
fix: nippy jar error access is denied. os error 5 (#9747) (#10672)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-04 20:03:04 +00:00 |
|
Arsenii Kulikov
|
a1d9ece3be
|
feat: NodeTypesWithDB (#10683)
|
2024-09-04 17:56:22 +00:00 |
|
nk_ysg
|
2c28438505
|
chore: remove PerfectHasingFunction Filters (#10627)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-04 14:46:46 +00:00 |
|
Dan Cline
|
fd8ca17076
|
feat(tree): introduce executed_block_by_hash (#10553)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-09-03 18:11:37 +00:00 |
|
Jennifer
|
df93e7515b
|
test (provider): receiptProvider impl of BlockchainProvider2<DB> (#10651)
|
2024-09-03 15:31:32 +00:00 |
|