Commit Graph

750 Commits

Author SHA1 Message Date
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
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
f2e0bc073a feat: ChainSpec associated type (#10292)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-22 12:30:09 +00:00
5644347583 feat: add method in txpool for handling pending transactions (#10303) 2024-08-22 01:05:40 +00:00
fceec0a364 chore(tx-pool): pool cli args (#10323)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-17 22:34:39 +00:00
b6f02a8e9a feat: implement tx validator for either (#10328) 2024-08-15 19:43:51 +00:00
b8a6f87884 fix: fix tx propagation when full (#10251) 2024-08-12 16:28:49 +00:00
0216e78f5c feat: make additional validation tasks size configurable (#10200)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-08 22:08:14 +00:00
e199173dee chore: Replace reth-provider dependency for reth-eth-types with direct dependencies (#10175) 2024-08-07 18:05:19 +00:00
f8e6e2e3d4 chore: add additional traces for promoted txs (#10093) 2024-08-05 18:34:20 +00:00
735738dfff chore: dont use tmp lock vars (#10092) 2024-08-05 16:26:23 +00:00
0bb5658003 tx-pool: add unit tests for add_sender_count (#10086) 2024-08-05 15:55:14 +00:00
cea8b7a9b1 tx-pool: add unit tests for EthPooledTransaction (#10080) 2024-08-05 10:47:27 +00:00
fb5d94ece1 tx-pool: add unit tests for FinalizedBlockTracker update (#10078) 2024-08-05 08:39:56 +00:00
054f8ffbb3 tx-pool: rm constraint for PoolTransaction (#10024) 2024-08-02 15:45:07 +00:00
d7f9a255e1 feat(primitives): k256 crate fallback for secp256k1 module (#9989) 2024-08-02 12:53:59 +00:00
167f6eb596 feat: add tx-level subpool add and remove traces (#10001)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-02 11:35:35 +00:00
b2b1b5349d tx-pool: add Default impl for TransactionOrigin (#10013) 2024-08-02 10:50:46 +00:00
8e67053de0 typo: fix typo in best tx pool doc (#9988) 2024-08-01 14:17:48 +00:00
f25367cffd tx-pool: Make txpool independent of primitive tx types (#9916) 2024-08-01 13:39:58 +00:00
ef84899410 tx-pool: add unit tests for LocalTransactionConfig (#9859) 2024-07-29 09:56:54 +00:00
f0975a5f02 fix(txpool/blob): make blob delete failed more accurate (#9846)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-07-29 09:37:07 +00:00
f37ef730ce tx-pool: add unit tests and refactor identifiers (#9855) 2024-07-28 10:27:58 +00:00
5576ec3bf7 txpool: fix typo (#9842)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-07-26 23:19:21 +00:00
7b4bf59445 chore: disable reth-codec default feature (#9556) 2024-07-18 09:36:45 +00:00
b4363e2b48 feat: add max_gas_limit to ChainSpec (#9473) 2024-07-12 14:12:15 +00:00
fc4c037e60 feat: eip-7702 (#9214)
Co-authored-by: Matthew Smith <m@lattejed.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-07-11 05:45:47 +00:00
b97ace200f chore(deps): bump revm 11 (#9391) 2024-07-09 12:28:44 +00:00
5b81fc1ee4 clippy: rm useless clippy statement (#9380) 2024-07-08 17:06:45 +00:00
61f2505d4d test(tx-pool): add unit tests for BestTransactions add_new_transactions (#9355) 2024-07-08 10:04:10 +00:00
4f3f5067ce test(transaction-pool): add unit tests for BestTransactionsWithFees next (#9274) 2024-07-03 18:48:28 +00:00
50ee497c75 feat: use new ChainHardforks type on ChainSpec (#9065) 2024-06-27 17:39:35 +00:00
933a1dea39 chore(rpc): reth-eth-api crate (#8887)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-27 11:37:52 +00:00
818375438a feat: add base fee metrics (#9129) 2024-06-26 19:12:04 +00:00
83ef1f7641 Add a metric for blob transactions nonce gaps (#9106) 2024-06-25 21:30:12 +00:00
c5aee02ff7 fix: Change Arc<KzgSettings> to EnvKzgSettings (#9054) 2024-06-24 14:56:53 +00:00
16b10dc1a3 chore: remove unused type (#9019) 2024-06-21 16:21:53 +00:00
8492ab3d52 chore: remove proptest arbitrary from codec derive and tests (#8968) 2024-06-20 23:02:07 +00:00
554e8b1913 feat(exex): derive serde ser/deser for ExExNotification (#8963) 2024-06-20 10:33:53 +00:00
e2b8254a3d chore: use execution-types instead of provider where possible (#8971) 2024-06-19 22:42:25 +00:00
a3fd112915 feat: move calculate_intrinsic_gas_after_merge to tx pool (#8914)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-19 12:10:47 +00:00
2a5c93fab3 chore: use reth_chainspec where possible (#8891) 2024-06-17 16:09:09 +00:00
fc770423b3 fix(ci): add missing const fn (#8822) 2024-06-14 10:07:39 +00:00
a5d825edb3 refactor: rename BundleStateWithReceipts to BlockExecutionOutcome (#8730) 2024-06-11 16:06:49 +00:00
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