Commit Graph

6618 Commits

Author SHA1 Message Date
DaniPopes
38087a09f9 perf(trie): remove some clones (#10406) 2024-08-26 12:13:59 +00:00
Oliver
20756d672c feat: use system call to update blockhashes (#10535) 2024-08-26 11:45:08 +00:00
Thomas Coratger
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
Thomas Coratger
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
malik
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
Thomas Coratger
e0b994b06f storage: add test_block_body_indices for block_body_indices (#10429) 2024-08-26 10:21:58 +00:00
Thomas Coratger
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
Thomas Coratger
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
Matthias Seitz
73a424205d chore: rm unused op rpc types (#10534) 2024-08-26 09:35:10 +00:00
Thomas Coratger
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
nk_ysg
042faacb15 feat: impl From alloy-consensus::TxType for reth_primitives::TxType (#10523) 2024-08-26 08:37:42 +00:00
Thomas Coratger
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
nk_ysg
cac70d93e4 chore(reth-codec): remove unused code (#10531) 2024-08-26 08:20:08 +00:00
nk_ysg
96a8c23d97 chore(reth-codec): use constant (#10533) 2024-08-26 08:17:52 +00:00
Roman Krasiuk
cb6e5ed831 fix(trie): consider all intermediate nodes invalidated for wiped storage (#10476) 2024-08-26 08:03:44 +00:00
Roman Krasiuk
1216273b9c chore: fix clippy (#10532) 2024-08-26 07:27:28 +00:00
nk_ysg
5254f16e07 feat: add impl From BlockExecutionOutput for ExecutionOutcome (#10507) 2024-08-25 18:25:27 +00:00
Thomas Coratger
dfcfe8d271 tx-pool: add try_from_consensus for PoolTransaction (#10504) 2024-08-25 14:53:18 +00:00
github-actions[bot]
6459acb839 chore(deps): weekly cargo update (#10506)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-08-25 10:25:20 +00:00
Thomas Coratger
7f56beed16 primitives: rm IntoRecoveredTransaction for TransactionSignedEcRecovered (#10505) 2024-08-25 10:09:00 +00:00
greged93
c788b6a585 fix: transaction_by_hash_with_meta implementation of CanonicalInMemoryState (#10501) 2024-08-24 18:56:13 +00:00
Artem
e834f7c9a7 docs: fix git clone urls (#10490) 2024-08-24 15:45:56 +00:00
Matthias Seitz
bcb0a23736 fix: only set isSystemtx if true (#10496) 2024-08-24 15:24:14 +00:00
Skanda Bhat
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
Matthias Seitz
a17b519866 fix: set gas price for op deposit (#10495) 2024-08-24 13:49:34 +00:00
Thomas Coratger
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
Skanda Bhat
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
Thomas Coratger
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
Delweng
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
nk_ysg
8df9efd6ca docs: fix broken link in review.md (#10480) 2024-08-24 07:37:56 +00:00
nk_ysg
adf7fb2b3b chore: remove clippy::missing_debug_implementations (#10491) 2024-08-24 07:37:25 +00:00
Dan Cline
e52ca0ec57 chore(cli): rename optimism args test (#10492) 2024-08-24 07:36:56 +00:00
Thomas Coratger
dbdb1117a8 rpc: remove special module handling for eth_callBundle (#10486) 2024-08-24 07:36:32 +00:00
nk_ysg
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
Emilia Hane
a7a9f9f3b3 Add emhane as code owner for optimism crates (#10488) 2024-08-23 20:47:45 +00:00
Emilia Hane
6bb9bbbcb7 Add emhane as code owner for reth-chainspec (#10487) 2024-08-23 20:47:40 +00:00
Jennifer
0791b9eac9 refactor: replace ForkChoiceStream type with generic stream type (#10458) 2024-08-23 17:24:58 +00:00
joshieDo
8ba7821a49 fix(provider): check list size before calling range.nth (#10460) 2024-08-23 15:27:47 +00:00
joshieDo
23f9f4adf2 fix(provider): fix subtract overflow on block_state_by_tx_id (#10467) 2024-08-23 15:27:24 +00:00
Alexey Shekhirin
961821cf38 fix(exex): instrument ExEx::launch with the span (#10481) 2024-08-23 12:53:06 +00:00
Emilia Hane
07bf04df8a Remove redundant EthChainSpec::Hardfork (#10470) 2024-08-23 11:44:10 +00:00
Roman Krasiuk
3e3f33299d fix(trie): take earliest value in HashedStorage::from_reverts (#10475) 2024-08-23 05:50:37 +00:00
Roman Krasiuk
accd051c58 perf(rpc): avoid redundant tx decoding on witness generation (#10474) 2024-08-23 05:49:41 +00:00
Roman Krasiuk
72293c9d7a chore(trie): remove PrefixSetMut::contains (#10466) 2024-08-23 05:48:48 +00:00
Roman Krasiuk
debd1ebd32 fix(trie): collect revert state for historical storage root (#10465) 2024-08-23 05:48:22 +00:00
nk_ysg
0a7ac41772 refactor: use EIP TX_TYPE_ID (#10471) 2024-08-23 01:52:28 +00:00
Jennifer
24495cdc5d Add tests for withdrawals provider (#10428) 2024-08-22 20:58:25 +00:00
Dan Cline
70a1015fd1 chore(tree): remove BlockAttachment usage (#10453) 2024-08-22 20:21:24 +00:00
Roman Krasiuk
ae0c7beb28 feat(trie): hashed state from cache (#10455) 2024-08-22 18:42:17 +00:00
gancerlory
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