Commit Graph

671 Commits

Author SHA1 Message Date
greged93
f0197a5571 test: ReceiptProviderIdExt (#10420) 2024-08-21 14:01:38 +00:00
greged93
ae8ce20c0b fix: block_range (#10418) 2024-08-21 12:27:06 +00:00
Thomas Coratger
e2ea8ac28c test: BlockReader implementation of BlockchainProvider2<DB> (#10370) 2024-08-21 08:48:50 +00:00
Jennifer
d9936a96e2 Use more appropriate names for forkchoice subscriptions (#10401) 2024-08-21 08:47:33 +00:00
greged93
9c71fa8485 test: BlockReaderIdExt implementation for BlockchainProvider2 (#10376) 2024-08-20 15:16:43 +00:00
unitezen
d2010d5d25 feat: add ForkChoiceSubscriptions to FullProvider supertrait (#10319) 2024-08-20 08:44:21 +00:00
unitezen
387ce3efae feat(provider): implement ForkChoiceSubscriptions for BlockchainProvider2 (#10318) 2024-08-20 07:22:08 +00:00
greged93
7f6aa433c9 feat: light cleaning (#10385) 2024-08-20 04:26:29 +00:00
Alexey Shekhirin
f67608d9fa test(provider): BlockNumReader of BlockchainProvider2 (#10354) 2024-08-17 23:00:46 +00:00
Miguel Tavares
153a3e352d feat: add impl From GenesisAccount to Account (#10256) 2024-08-17 21:47:54 +00:00
Alexey Shekhirin
71bf5a1d73 test(provider): HeaderProvider of BlockchainProvider2 (#10330) 2024-08-17 17:44:26 +00:00
Alexey Shekhirin
741b65f8bd test(provider): BlockHashReader of BlockchainProvider2 (#10335) 2024-08-17 17:08:43 +00:00
Alexey Shekhirin
821d3e611d feat(provider): receipt and transaction by id in BlockchainProvider2 (#10281) 2024-08-15 19:22:05 +00:00
Alexey Shekhirin
9f1567011b feat(provider): BlockchainProvider2::transaction_id (#10296) 2024-08-15 18:18:24 +00:00
Alexey Shekhirin
c2808f1164 feat(provider): BlockchainProvider2::account_block_changeset (#10311) 2024-08-15 00:32:53 +00:00
Alexey Shekhirin
4421565000 fix(provider): range methods in BlockchainProvider2 (#10300) 2024-08-14 19:19:24 +00:00
Roman Krasiuk
834858caee chore: remove rlp derivation from sealed block (#10287) 2024-08-13 23:01:03 +00:00
Federico Gimenez
80e79bdfa4 feat: return empty list for post-merge blocks in BlockchainProvider2::ommers (#10286) 2024-08-13 20:33:37 +00:00
Darshan Kathiriya
91c1df379d fix: make RequestsProvider method aware of in-memory state (#10252) 2024-08-13 19:57:37 +00:00
Roman Krasiuk
ac3d62ba02 perf(tree): re-use intermediate nodes (#9836) 2024-08-13 19:57:22 +00:00
Roy
25ab85c5a7 feat: ForkChoiceNotifications for BlockchainProvider and NoopProvider (#10231)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-10 14:35:42 +00:00
Dan Cline
2840a95785 fix: make WithdrawalsProvider methods aware of in-memory state (#10245) 2024-08-09 20:47:18 +00:00
Dan Cline
e280aaf19a fix: make EvmEnvProvider methods aware of in-memory state (#10240) 2024-08-09 18:27:48 +00:00
Dan Cline
c639648def fix: return only canonical blocks for history_by_* methods (#10190) 2024-08-08 12:50:04 +00:00
Dan Cline
9082c19f31 feat: use in memory state for header_td (#10189) 2024-08-07 21:59:02 +00:00
Dan Cline
a706206695 feat: add block_body_indices for BlockchainProvider2 (#10106) 2024-08-07 18:13:20 +00:00
Nikolai Golub
e199173dee chore: Replace reth-provider dependency for reth-eth-types with direct dependencies (#10175) 2024-08-07 18:05:19 +00:00
joshieDo
7486d5bafe feat: swap Dashmap for StaticFileWriters on StaticFileProvider (#10089) 2024-08-07 10:41:48 +00:00
Dan Cline
5ca4921198 fix: use in memory state for state_by_block_number_or_tag (#10152) 2024-08-06 20:58:00 +00:00
Dan Cline
fbebde6b2e fix: only use tags if they have been set (#10150) 2024-08-06 19:21:39 +00:00
Dan Cline
680ca6b73f fix: use actual latest state for BlockchainProvider2 (#10137) 2024-08-06 15:06:49 +00:00
Dan Cline
40f44b7210 fix: use in memory state for state_by_hash (#10105) 2024-08-05 22:20:06 +00:00
Parikalp Bhardwaj
e1406d62ce Add in-memory block TD lookup support (#10052)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-08-05 16:24:08 +00:00
Federico Gimenez
444c7a961e fix: deadlock on StaticFileProvider::get_writer (#10069)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
2024-08-05 14:12:36 +00:00
Luca Provini
52cdcf0a9a Added sync stages status to eth_sync (#10042) 2024-08-03 02:53:47 +00:00
joshieDo
721e732e46 fix: drop provider before getting the next one on range queries (#10034) 2024-08-02 20:10:31 +00:00
Federico Gimenez
e9870e0d6c feat: support in memory lookups in BlockchainProvider2 (#9999) 2024-08-02 16:14:51 +00:00
joshieDo
06fbdd98d2 chore: use UnifiedStorageWriter::commit where possible (#10019) 2024-08-02 14:11:11 +00:00
nk_ysg
44028076ff feat : add storage_root provider function for account (#9659)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-08-02 07:19:12 +00:00
Roman Hodulák
f73a919a4a refactor(trie): move database implementations of trie cursors to reth-trie-db crate (#10004) 2024-08-01 20:36:36 +00:00
Roman Hodulák
217c21762e refactor(trie): move hashed post state database transaction related functions to reth-trie-db crate (#9987) 2024-08-01 19:17:19 +00:00
joshieDo
333dbdeda2 chore: move remove_blocks_above to StorageWriter (#9997) 2024-08-01 17:06:44 +00:00
joshieDo
f3fac56fd9 chore: move save_blocks to StorageWriter (#9991) 2024-08-01 16:36:33 +00:00
Federico Gimenez
0a1be8ca5b test: add engine tree test, FCU triggers reorg with all the blocks present (#9943) 2024-08-01 15:18:50 +00:00
Roman Krasiuk
5e6ae6e94b feat(trie): expose trie witness on proof provider (#9915) 2024-08-01 13:51:38 +00:00
joshieDo
1ba8eb8361 chore: turn static file field generic on StorageWriter (#9980)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-08-01 13:21:11 +00:00
joshieDo
41d5c07b7d chore: remove segment argument from increment_block (#9977) 2024-08-01 10:50:49 +00:00
Alexey Shekhirin
36f806d199 feat(provider): more logs for static files (#9949) 2024-07-31 16:51:45 +00:00
joshieDo
b38a3aece1 chore: remove write_trie_updates from StorageWriter (#9947) 2024-07-31 16:28:27 +00:00
joshieDo
999f5a728b fix: persistence action initial block insertion (#9930) 2024-07-31 13:40:13 +00:00