Commit Graph

6589 Commits

Author SHA1 Message Date
8df9efd6ca docs: fix broken link in review.md (#10480) 2024-08-24 07:37:56 +00:00
adf7fb2b3b chore: remove clippy::missing_debug_implementations (#10491) 2024-08-24 07:37:25 +00:00
e52ca0ec57 chore(cli): rename optimism args test (#10492) 2024-08-24 07:36:56 +00:00
dbdb1117a8 rpc: remove special module handling for eth_callBundle (#10486) 2024-08-24 07:36:32 +00:00
22f928a2b1 feat : add the ability to connect to a peer (#10028)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-24 07:16:34 +00:00
a7a9f9f3b3 Add emhane as code owner for optimism crates (#10488) 2024-08-23 20:47:45 +00:00
6bb9bbbcb7 Add emhane as code owner for reth-chainspec (#10487) 2024-08-23 20:47:40 +00:00
0791b9eac9 refactor: replace ForkChoiceStream type with generic stream type (#10458) 2024-08-23 17:24:58 +00:00
8ba7821a49 fix(provider): check list size before calling range.nth (#10460) 2024-08-23 15:27:47 +00:00
23f9f4adf2 fix(provider): fix subtract overflow on block_state_by_tx_id (#10467) 2024-08-23 15:27:24 +00:00
961821cf38 fix(exex): instrument ExEx::launch with the span (#10481) 2024-08-23 12:53:06 +00:00
07bf04df8a Remove redundant EthChainSpec::Hardfork (#10470) 2024-08-23 11:44:10 +00:00
3e3f33299d fix(trie): take earliest value in HashedStorage::from_reverts (#10475) 2024-08-23 05:50:37 +00:00
accd051c58 perf(rpc): avoid redundant tx decoding on witness generation (#10474) 2024-08-23 05:49:41 +00:00
72293c9d7a chore(trie): remove PrefixSetMut::contains (#10466) 2024-08-23 05:48:48 +00:00
debd1ebd32 fix(trie): collect revert state for historical storage root (#10465) 2024-08-23 05:48:22 +00:00
0a7ac41772 refactor: use EIP TX_TYPE_ID (#10471) 2024-08-23 01:52:28 +00:00
24495cdc5d Add tests for withdrawals provider (#10428) 2024-08-22 20:58:25 +00:00
70a1015fd1 chore(tree): remove BlockAttachment usage (#10453) 2024-08-22 20:21:24 +00:00
ae0c7beb28 feat(trie): hashed state from cache (#10455) 2024-08-22 18:42:17 +00:00
ed6ee0c04b docs(ci): expand introduction to CI workflows (#10291)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-08-22 17:07:34 +00:00
85c1c07629 fix: FetchFullBlockRangeFuture doesn't return on bad header (#10449) 2024-08-22 16:01:31 +00:00
7d8196e29c chore(rpc): config network specific transaction type in node builder (#10417) 2024-08-22 14:36:38 +00:00
7fb9a04337 test: BlockIdReader implementation of BlockchainProvider2<DB> (#10362)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-08-22 12:54:37 +00:00
f686e0b45b Test CanonStateSubscriptions for BlockchainProvider2 (#10361)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-08-22 12:36:42 +00:00
15810108e8 chore(net): expose max concurrent GetPooledTransactions reqs in cli (#10358) 2024-08-22 12:31:57 +00:00
f2e0bc073a feat: ChainSpec associated type (#10292)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-22 12:30:09 +00:00
a4c30ead7e test: CanonChainTracker implementation for BlockchainProvider2 (#10378) 2024-08-22 12:18:00 +00:00
82f10164db feat: make js-feature non default (#10447) 2024-08-22 12:04:18 +00:00
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