Commit Graph

505 Commits

Author SHA1 Message Date
adb3605845 impl. set_block_gas_limit for EthTransactionValidatorBuilder (#8585) 2024-06-04 11:54:42 +00:00
f6efcb11e0 fix EthTransactionValidationBuilder::set_eip4844 and no_eip4844 (#8586) 2024-06-04 11:53:38 +00:00
4c6e5be876 add manual_assert clippy lint (#8578)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-06-04 08:27:40 +00:00
2b4fa96065 add explicit_iter_loop clippy lint (#8570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-03 18:14:50 +00:00
b686872716 add explicit_into_iter_loop clippy lint (#8569) 2024-06-03 17:44:44 +00:00
e02b935e94 add match_same_arms clippy lint (#8549) 2024-06-03 17:42:25 +00:00
7c17c6e469 add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-03 13:21:45 +00:00
aef5a6022a Expose more tx pool types (#8526) 2024-05-31 10:19:05 +00:00
3d3f52b2a4 Add missing_const_for_fn clippy lint (#8498) 2024-05-30 09:50:03 +00:00
072d4225de chore: minify almost all JSON files (#8495) 2024-05-29 20:43:09 +00:00
19c529e8df add use_self clippy lint (#8325) 2024-05-29 13:14:14 +00:00
dd2113173e Rexport tx pool identifiers (#8458) 2024-05-29 09:39:11 +00:00
9f38a67fa3 chore(deps): txpool deps cleanup (#8443) 2024-05-28 17:54:54 +00:00
9874a1b34e chore: move Chain type (#8433) 2024-05-28 15:27:44 +00:00
4250c33da1 chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-05-23 13:24:20 +02:00
5100ddd28e fix: prevent CREATE tx for EIP-4844 types (#8291)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
2024-05-21 08:45:23 +00:00
383693762b fix(txpool): local transaction configuration (#8323) 2024-05-20 14:21:57 +00:00
9441d984ae Move reth-primitives::fs module to fs-utils crate (#8286)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-17 08:31:31 +00:00
b86c6a5911 avoid double function call in validate_one (#8194) 2024-05-10 10:18:24 +00:00
cbc6f268c0 replace reth BlobTransactionSidecar with alloy's (#8135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-07 12:38:23 +00:00
aef1bcc435 chore: make clippy happy (#8068) 2024-05-03 10:18:41 +00:00
2ac2433a96 feat(examples): add blob support to the rollup ExEx (#8028) 2024-05-02 20:19:44 +00:00
9ae9af484d feat(pool): make mock transaction validator eth-compatible (#8034) 2024-05-01 18:44:55 +00:00
1c1cbe9231 feat(pool): add chain_id to transaction mocks (#8031) 2024-05-01 17:57:01 +00:00
8e65cb3aa5 Bump evm-inspectors and alloy (#8006) 2024-04-30 21:07:41 +00:00
2b6921b161 chore: replace fnv with fxhashmap (#7927) 2024-04-27 15:10:26 +00:00
cc4a418ddf refactor: extract peer types to net/types (#7912)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-27 04:18:59 +00:00
1c17f08ad2 Replace TransactionKind with alloy_primitives::TxKind (#7859) 2024-04-25 12:50:04 +00:00
7a593882e1 chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 21:32:59 +00:00
9a1d6ea9ca feat: base fee param fetching at a specific block (#7783) 2024-04-22 15:46:56 +00:00
8a0f8cf835 chore: stages crates touchups (#7742) 2024-04-19 12:25:11 +00:00
8105291afa chore: convert FromRecoveredTransaction into TryFromRecoveredTransaction (#7497)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-16 10:41:19 +00:00
e48bae9a0e perf(pool): send blob sidecars as Arc to listeners (#7545) 2024-04-10 17:22:26 +00:00
9de7b4152e chore: enable 4844 support by default in validator (#7399) 2024-03-30 14:03:56 +00:00
3f34db3fb0 fix: don't write blob to disk if it already exists (#7338) 2024-03-26 20:52:08 +00:00
d2fb8f245a fix: some minor nits in txpool code (#7330) 2024-03-25 19:34:00 +00:00
a31202670b chore: apply some style suggestions (#7307) 2024-03-24 22:52:33 +00:00
7efd5b09d2 chore: move paste to workspace deps (#7306) 2024-03-24 01:29:36 +00:00
7753a17a3c docs: clarify how SubPool is determined from TxState (#7269)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-03-21 15:17:57 +00:00
8cddc40bd4 Enable clippy's branches_sharing_code linter (#7223)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-03-19 16:15:19 +00:00
c108a2476c Enable clippy's equatable_if_let linter (#7221) 2024-03-19 14:32:43 +00:00
d91274eaa2 Enable clippy's redundant_clone linter (#7202)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-19 01:35:04 +00:00
b7ef60b899 Enable clippy's uninlined_format_args linter (#7204)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 23:29:19 +00:00
f7d3cc5a09 Enable clippy's trait_duplication_in_bounds linter (#7201)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 22:53:17 +00:00
3861bc05fa Enable clippy's derive_partial_eq_without_eq linter (#7203)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 22:33:53 +00:00
de9fb89556 chore: remove txpool optimism feature (#7199) 2024-03-18 19:44:11 +00:00
273f3c734c chore: add AllTransactionsEvents::new (#7192) 2024-03-18 13:23:40 +00:00
56d688b939 Small refactoring in transaction pool (#7179) 2024-03-18 10:56:16 +00:00
4e49aa9df6 Comment pool import error is not nonce gap (#7145)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-16 15:39:05 +00:00
bf18bf50d5 docs(txpool): fix docs for cancun activation check (#7128) 2024-03-13 09:30:49 +00:00