|
|
3da119b1ac
|
test(provider): RequestsProvider of BlockchainProvider2 (#10356)
|
2024-08-21 20:58:49 +00:00 |
|
|
|
94db8cdc03
|
test(provider): ChangeSetReader of BlockchainProvider2 (#10415)
|
2024-08-21 15:02:47 +00:00 |
|
|
|
f0197a5571
|
test: ReceiptProviderIdExt (#10420)
|
2024-08-21 14:01:38 +00:00 |
|
|
|
ae8ce20c0b
|
fix: block_range (#10418)
|
2024-08-21 12:27:06 +00:00 |
|
|
|
e2ea8ac28c
|
test: BlockReader implementation of BlockchainProvider2<DB> (#10370)
|
2024-08-21 08:48:50 +00:00 |
|
|
|
d9936a96e2
|
Use more appropriate names for forkchoice subscriptions (#10401)
|
2024-08-21 08:47:33 +00:00 |
|
|
|
c0902c8b47
|
deps: bump derive_more to 1.0 (#10403)
|
2024-08-20 20:16:12 +00:00 |
|
|
|
9c71fa8485
|
test: BlockReaderIdExt implementation for BlockchainProvider2 (#10376)
|
2024-08-20 15:16:43 +00:00 |
|
|
|
d2010d5d25
|
feat: add ForkChoiceSubscriptions to FullProvider supertrait (#10319)
|
2024-08-20 08:44:21 +00:00 |
|
|
|
387ce3efae
|
feat(provider): implement ForkChoiceSubscriptions for BlockchainProvider2 (#10318)
|
2024-08-20 07:22:08 +00:00 |
|
|
|
7f6aa433c9
|
feat: light cleaning (#10385)
|
2024-08-20 04:26:29 +00:00 |
|
|
|
1573746cef
|
chore(db): enable arbitrary feature on reth-db-models (#10384)
|
2024-08-19 19:51:32 +00:00 |
|
|
|
f67608d9fa
|
test(provider): BlockNumReader of BlockchainProvider2 (#10354)
|
2024-08-17 23:00:46 +00:00 |
|
|
|
153a3e352d
|
feat: add impl From GenesisAccount to Account (#10256)
|
2024-08-17 21:47:54 +00:00 |
|
|
|
71bf5a1d73
|
test(provider): HeaderProvider of BlockchainProvider2 (#10330)
|
2024-08-17 17:44:26 +00:00 |
|
|
|
6bf3ca320a
|
feat(db): models crate (#10314)
Co-authored-by: Miguel Oliveira <migueloliveiradev@gmail.com>
|
2024-08-17 17:25:34 +00:00 |
|
|
|
741b65f8bd
|
test(provider): BlockHashReader of BlockchainProvider2 (#10335)
|
2024-08-17 17:08:43 +00:00 |
|
|
|
6ace2fbbac
|
refactor(storage): small refactor in convert_block_number (#10364)
|
2024-08-16 05:58:53 +00:00 |
|
|
|
821d3e611d
|
feat(provider): receipt and transaction by id in BlockchainProvider2 (#10281)
|
2024-08-15 19:22:05 +00:00 |
|
|
|
9f1567011b
|
feat(provider): BlockchainProvider2::transaction_id (#10296)
|
2024-08-15 18:18:24 +00:00 |
|
|
|
c2808f1164
|
feat(provider): BlockchainProvider2::account_block_changeset (#10311)
|
2024-08-15 00:32:53 +00:00 |
|
|
|
4421565000
|
fix(provider): range methods in BlockchainProvider2 (#10300)
|
2024-08-14 19:19:24 +00:00 |
|
|
|
834858caee
|
chore: remove rlp derivation from sealed block (#10287)
|
2024-08-13 23:01:03 +00:00 |
|
|
|
b52a65bf4f
|
chore(reth-storage-errors): no_std support (#10011)
|
2024-08-13 22:56:54 +00:00 |
|
|
|
80e79bdfa4
|
feat: return empty list for post-merge blocks in BlockchainProvider2::ommers (#10286)
|
2024-08-13 20:33:37 +00:00 |
|
|
|
91c1df379d
|
fix: make RequestsProvider method aware of in-memory state (#10252)
|
2024-08-13 19:57:37 +00:00 |
|
|
|
ac3d62ba02
|
perf(tree): re-use intermediate nodes (#9836)
|
2024-08-13 19:57:22 +00:00 |
|
|
|
330f73b7ec
|
refactor: remove #[reth_codec] and #[derive_arbitrary] macros (#10263)
|
2024-08-12 14:23:50 +00:00 |
|
|
|
6eae55e516
|
chore: fix typos (#10260)
|
2024-08-12 14:08:12 +00:00 |
|
|
|
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 |
|
|
|
2840a95785
|
fix: make WithdrawalsProvider methods aware of in-memory state (#10245)
|
2024-08-09 20:47:18 +00:00 |
|
|
|
e280aaf19a
|
fix: make EvmEnvProvider methods aware of in-memory state (#10240)
|
2024-08-09 18:27:48 +00:00 |
|
|
|
1d83d14e8d
|
feat: function-like macro for generating tests (#10233)
|
2024-08-09 14:28:58 +00:00 |
|
|
|
3c709981da
|
deps: rm unused deps (#10229)
|
2024-08-09 12:09:01 +00:00 |
|
|
|
c639648def
|
fix: return only canonical blocks for history_by_* methods (#10190)
|
2024-08-08 12:50:04 +00:00 |
|
|
|
e907f0eab0
|
deps: rm unused deps (#10192)
|
2024-08-07 22:21:57 +00:00 |
|
|
|
9082c19f31
|
feat: use in memory state for header_td (#10189)
|
2024-08-07 21:59:02 +00:00 |
|
|
|
a706206695
|
feat: add block_body_indices for BlockchainProvider2 (#10106)
|
2024-08-07 18:13:20 +00:00 |
|
|
|
e199173dee
|
chore: Replace reth-provider dependency for reth-eth-types with direct dependencies (#10175)
|
2024-08-07 18:05:19 +00:00 |
|
|
|
7486d5bafe
|
feat: swap Dashmap for StaticFileWriters on StaticFileProvider (#10089)
|
2024-08-07 10:41:48 +00:00 |
|
|
|
5ca4921198
|
fix: use in memory state for state_by_block_number_or_tag (#10152)
|
2024-08-06 20:58:00 +00:00 |
|
|
|
fbebde6b2e
|
fix: only use tags if they have been set (#10150)
|
2024-08-06 19:21:39 +00:00 |
|
|
|
680ca6b73f
|
fix: use actual latest state for BlockchainProvider2 (#10137)
|
2024-08-06 15:06:49 +00:00 |
|
|
|
f4e6a09bf6
|
Check features powerset in reth-codecs (#10134)
|
2024-08-06 13:51:54 +00:00 |
|
|
|
ef728b5803
|
typo: replace [BlockId] by [BlockId] (#10121)
Co-authored-by: nk_ysg <nk_ysg@163.com>
|
2024-08-06 12:33:41 +00:00 |
|
|
|
61500238fb
|
dep: rm unused dependencies (#10099)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-06 00:46:46 +00:00 |
|
|
|
40f44b7210
|
fix: use in memory state for state_by_hash (#10105)
|
2024-08-05 22:20:06 +00:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
52cdcf0a9a
|
Added sync stages status to eth_sync (#10042)
|
2024-08-03 02:53:47 +00:00 |
|