Commit Graph

5462 Commits

Author SHA1 Message Date
7ea748e2d3 refactor(provider): random_block and random_block_range functions (#10563) 2024-08-27 14:19:43 +00:00
7df7bc2c1a chore(op): Add OpChainSpec (#10516) 2024-08-27 12:25:38 +00:00
7a76fcbdb5 test: BlockReader implementation of BlockchainProvider2<DB> (#10557) 2024-08-27 10:39:05 +00:00
f6f16fcd9c clippy: add needless_for_each clippy lint (#10555)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-27 10:31:44 +00:00
1d07ff72e9 docs(reth-engine-tree): slightly improve inline docs (#10561) 2024-08-27 10:22:57 +00:00
69e5a8587b clippy: add manual_is_variant_and clippy lint (#10556) 2024-08-27 10:04:19 +00:00
763e961642 chore: delay initial filter tick (#10564) 2024-08-27 09:52:16 +00:00
1c427c6c6a feat: Properly bubble up InsertBlockFatalError (#10276) 2024-08-26 22:35:39 +00:00
498ced8be9 fix(engine): memory overlay hashed storage root (#10543) 2024-08-26 18:31:12 +00:00
a24fe46b13 remove transaction forwarder trait (#9678) 2024-08-26 18:17:34 +00:00
8191e0c05d chore(chainspec): move op stack chain specs to reth-optimism-chainspec (#10485) 2024-08-26 18:01:49 +00:00
51e9916929 chore: export RethApiClient trait (#10545) 2024-08-26 17:26:17 +00:00
ec31b247e9 feat(rpc): implement eth_getTransactionBySenderAndNonce (#10540)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-26 16:25:48 +00:00
4138b52a31 chore: remove usage of RichBlock (#10538) 2024-08-26 13:18:40 +00:00
c4a231335a perf(engine): lazy load overlay trie state (#10541) 2024-08-26 13:11:54 +00:00
1ac5336303 dev(pool): trait object safe BestTransactions (#10478) 2024-08-26 12:19:46 +00:00
38087a09f9 perf(trie): remove some clones (#10406) 2024-08-26 12:13:59 +00:00
20756d672c feat: use system call to update blockhashes (#10535) 2024-08-26 11:45:08 +00:00
655495d8c3 clippy: add implicit_clone clippy lint (#10529)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-26 11:34:31 +00:00
709e7b73ce clippy: add if_not_else clippy lint (#10524)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-26 10:58:06 +00:00
1b1e835fb1 Feat: exact gasUsed for eth_createAccessList (#10422)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-26 10:49:07 +00:00
e0b994b06f storage: add test_block_body_indices for block_body_indices (#10429) 2024-08-26 10:21:58 +00:00
dba315ff8e clippy: add unnested_or_patterns clippy lint (#10526)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-26 09:42:44 +00:00
9c57c4a454 clippy: add redundant_else clippy lint (#10525)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-26 09:40:10 +00:00
73a424205d chore: rm unused op rpc types (#10534) 2024-08-26 09:35:10 +00:00
29058ad7ee clippy: add cloned_instead_of_copied clippy lint (#10530)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-26 09:04:19 +00:00
042faacb15 feat: impl From alloy-consensus::TxType for reth_primitives::TxType (#10523) 2024-08-26 08:37:42 +00:00
986e402fe6 clippy: add option_as_ref_cloned clippy lint (#10528)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-26 08:33:05 +00:00
cac70d93e4 chore(reth-codec): remove unused code (#10531) 2024-08-26 08:20:08 +00:00
96a8c23d97 chore(reth-codec): use constant (#10533) 2024-08-26 08:17:52 +00:00
cb6e5ed831 fix(trie): consider all intermediate nodes invalidated for wiped storage (#10476) 2024-08-26 08:03:44 +00:00
1216273b9c chore: fix clippy (#10532) 2024-08-26 07:27:28 +00:00
5254f16e07 feat: add impl From BlockExecutionOutput for ExecutionOutcome (#10507) 2024-08-25 18:25:27 +00:00
dfcfe8d271 tx-pool: add try_from_consensus for PoolTransaction (#10504) 2024-08-25 14:53:18 +00:00
7f56beed16 primitives: rm IntoRecoveredTransaction for TransactionSignedEcRecovered (#10505) 2024-08-25 10:09:00 +00:00
c788b6a585 fix: transaction_by_hash_with_meta implementation of CanonicalInMemoryState (#10501) 2024-08-24 18:56:13 +00:00
bcb0a23736 fix: only set isSystemtx if true (#10496) 2024-08-24 15:24:14 +00:00
b50a9ba458 refactor(rpc): Use TransactionInfo instead of individual fields (#10500)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-08-24 14:16:01 +00:00
a17b519866 fix: set gas price for op deposit (#10495) 2024-08-24 13:49:34 +00:00
6dc00a29c9 tx-pool: rm into tx constraint for PoolTransaction (#10057)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
2024-08-24 13:32:10 +00:00
082f37cb88 feat(rpc): Add method removal functionality for RPC transports (#10497)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-24 08:33:06 +00:00
45442872d2 refactor: mv ChangedAccount (#10472)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-08-24 08:16:36 +00:00
3d2de47810 chore(txpool): rename the function of tx_by_sender_and_nonce (#10473)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-08-24 08:05:06 +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
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