Commit Graph

6760 Commits

Author SHA1 Message Date
dc4c71ec23 chore: no feature gated imports (#10440) 2024-08-22 10:38:11 +00:00
aa8b3de6ba Make js-feature non default (#10445)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-22 09:26:35 +00:00
a942467656 consensus: fix build_header_template output (#10444) 2024-08-22 07:43:43 +00:00
bb734e9192 exex: add more robust tests for finished_height update (#10439) 2024-08-22 07:27:41 +00:00
362c2380e7 consensus: refactor build_header_template (#10442) 2024-08-22 07:01:23 +00:00
f4255216c7 fix(trie): filter out removed nodes on extend (#10433) 2024-08-22 05:22:55 +00:00
82f41c55a2 evm: wider use of RethEvmBuilder (#9944) 2024-08-22 03:35:17 +00:00
cdc39a744e fix: range update (#10424) 2024-08-22 03:08:27 +00:00
dc4643f69c chore: replace RichBlock by Block (#10399)
Co-authored-by: Thomas Coratger <60488569+tcoratger@users.noreply.github.com>
2024-08-22 03:08:07 +00:00
5644347583 feat: add method in txpool for handling pending transactions (#10303) 2024-08-22 01:05:40 +00:00
2dc7f13474 chore: Update granite mainnet time (#10430) 2024-08-21 21:49:51 +00:00
64fb41cabf fix link typo on BlockState (#10431) 2024-08-21 21:32:10 +00:00
3da119b1ac test(provider): RequestsProvider of BlockchainProvider2 (#10356) 2024-08-21 20:58:49 +00:00
302ce7f482 chore: make consensus/debug-client helpers public (#10423) 2024-08-21 20:21:03 +00:00
b75e3df3de test: add gh workflow to run hive tests with experimental flag (#10355) 2024-08-21 17:00:11 +00:00
94db8cdc03 test(provider): ChangeSetReader of BlockchainProvider2 (#10415) 2024-08-21 15:02:47 +00:00
7a7c1c5b59 fix(rpc): apply blockhashes update in witness RPC (#10419) 2024-08-21 14:49:07 +00:00
5a522c81fb fix(rpc/otterscan): set fullblock.tx_count with block's (#10421)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-08-21 14:40:13 +00:00
1f6993d770 test(trie): fuzz in-memory storage nodes (#10413) 2024-08-21 14:21:01 +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
ebb2d55584 chore(lint): allow needless update for tests (#10414) 2024-08-21 10:30:39 +00:00
1e52ef9486 fix(trie): skip cleared storage database lookup on InMemoryStorageTrieCursor::next (#10412) 2024-08-21 09:37:02 +00:00
457439ea2b fix(trie): clear all deleted storage nodes on extend (#10411) 2024-08-21 09:36:54 +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
1f5fb90bc8 fix: getAccount (#10402) 2024-08-21 07:41:01 +00:00
a6689e637f fix(trie): filter in-memory storage node on seek_exact (#10410) 2024-08-21 07:39:47 +00:00
aa705b2f42 chain-state: rm Arc wrapper around BlockState for pending_state (#10408) 2024-08-21 05:21:26 +00:00
c0902c8b47 deps: bump derive_more to 1.0 (#10403) 2024-08-20 20:16:12 +00:00
72ed7a9b08 evm: add unit tests for ConfigureEvm with Op cfg (#10280) 2024-08-20 15:44:54 +00:00
9c71fa8485 test: BlockReaderIdExt implementation for BlockchainProvider2 (#10376) 2024-08-20 15:16:43 +00:00
5470574bf2 feat(node): remove freelist from status log (#10395) 2024-08-20 14:20:55 +00:00
3373670723 fix: reorgs with forks including invalid blocks (#10320)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-08-20 10:14:53 +00:00
ec46fccece feat: track persistence metrics (#10250)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-08-20 09:29:07 +00:00
9926c6d38f docs: fix discv4 typos (#10394) 2024-08-20 08:59:39 +00:00
d2010d5d25 feat: add ForkChoiceSubscriptions to FullProvider supertrait (#10319) 2024-08-20 08:44:21 +00:00
5530fb0680 chain-state: add unit test for set_pending_block (#10363)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-20 08:27:10 +00:00
3aaa284a5e chore(net): expose pending pool imports bound in cli (#10357)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-08-20 08:05:52 +00:00
170a396903 chore: invert p2p and network types dep (#10390) 2024-08-20 07:47:33 +00:00
387ce3efae feat(provider): implement ForkChoiceSubscriptions for BlockchainProvider2 (#10318) 2024-08-20 07:22:08 +00:00
32fb61337f exex: add unit tests for exex manager (#10380) 2024-08-20 07:08:47 +00:00
6898c30a65 feat: add subscribe_safe_block & subscribe_finalized_block to CanonicalInMemoryState (#10317) 2024-08-20 07:03:14 +00:00
cd05a96fee dep: rm confy as a dep (#10290)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-08-20 06:37:35 +00:00
56e1448dbd feat: Superchain mainnet - Granite hardfork timestamps (#10387) 2024-08-20 04:31:29 +00:00
7f6aa433c9 feat: light cleaning (#10385) 2024-08-20 04:26:29 +00:00
9dc855d7e1 chore: update hive expected failures (#10386) 2024-08-19 20:36:23 +00:00
1573746cef chore(db): enable arbitrary feature on reth-db-models (#10384) 2024-08-19 19:51:32 +00:00
d9938a508d chore(deps): weekly cargo update (#10379)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-08-19 11:33:58 +00:00
297934fe21 feat(rpc): get_account (#10369) 2024-08-19 11:29:17 +00:00