|
|
a63f92e017
|
chore: use alloy traits for PoolTransaction (#14228)
|
2025-02-05 02:05:00 +00:00 |
|
|
|
e3106889a8
|
feat: abstract EthTransactionValidator over ChainSpec (#14162)
|
2025-02-03 19:26:18 +00:00 |
|
|
|
5dac5cfc62
|
chore!:unify trait fn naming for recovery (#13981)
|
2025-01-24 20:56:46 +00:00 |
|
|
|
83b2fb9b41
|
feat: add SealedBlock in reth-primitives-traits (#13735)
|
2025-01-15 01:12:43 +00:00 |
|
|
|
0b135a2670
|
feat: update revm 19 alloy 09 (#13594)
|
2024-12-30 19:49:39 +01:00 |
|
|
|
c35fe4ac54
|
fix(pool): oversized data error (#13565)
|
2024-12-27 15:10:14 +00:00 |
|
|
|
56ce046317
|
perf: query bytecodes with &B256 to avoid copying code hash (#13559)
|
2024-12-26 14:58:56 +00:00 |
|
|
|
031f430b8f
|
perf: query accounts with &Address to avoid copying address (#13554)
|
2024-12-25 12:31:28 +00:00 |
|
|
|
3e15ae387a
|
feat: use batch tx validation in eth validator (#13490)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-12-23 18:59:19 +00:00 |
|
|
|
b67e5a262c
|
chore: remove PooledTransactionsElement alias (#13384)
|
2024-12-13 14:48:56 +00:00 |
|
|
|
ed2c69295d
|
feat: relax on new head in validator (#13352)
|
2024-12-13 13:59:40 +00:00 |
|
|
|
acc125a528
|
chore: rm pooledtx element type (#13286)
|
2024-12-13 12:58:40 +00:00 |
|
|
|
c816a3b758
|
chore: relax some op pool validator internals (#13358)
|
2024-12-12 18:05:18 +00:00 |
|
|
|
f7dc27f026
|
chore: update gas limit on new head block (#13333)
|
2024-12-12 13:27:59 +00:00 |
|
|
|
941ffb51fa
|
chore: rm chainspec max gas limit (#13308)
|
2024-12-11 19:29:06 +00:00 |
|
|
|
b424ad36dc
|
chore: reduce revm scope in txpool (#13274)
|
2024-12-11 07:35:11 +00:00 |
|
|
|
49d3d82b64
|
chore: use BlockHeader trait (#13224)
|
2024-12-09 14:59:34 +00:00 |
|
|
|
7008ac22df
|
perf(validate-tx-pool): fast non-allocating is_local (#13096)
|
2024-12-03 14:53:07 +00:00 |
|
|
|
30800af6ec
|
perf(validate-tx-pool): fast non-allocating is_create (#13063)
|
2024-12-02 16:28:47 +00:00 |
|
|
|
9d3f8cc6a2
|
docs: add additional eth validator docs (#12742)
|
2024-11-21 13:31:03 +00:00 |
|
|
|
7b13a22698
|
perf(tx-pool): avoid copying tx cost (#12629)
|
2024-11-20 09:56:12 +00:00 |
|
|
|
eccff7d24b
|
chore(reth_primitives): Use trait for size methods in primitive types (#12201)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-11 16:54:00 +00:00 |
|
|
|
8605d04a09
|
refactor: rm re-exports of alloy eip 4844 constants (#12120)
|
2024-10-28 08:30:06 +00:00 |
|
|
|
5e0ba4104d
|
tx-pool: migrate ensure_max_init_code_size to PoolTransaction trait (#11976)
|
2024-10-23 13:11:59 +00:00 |
|
|
|
62e7625b16
|
primitives: use alloy *_TX_TYPE_ID constants (#11853)
|
2024-10-17 22:41:59 +00:00 |
|
|
|
52848a352a
|
fix: check for prague timestmap on pool init (#11847)
|
2024-10-17 18:13:05 +00:00 |
|
|
|
e18b0bab90
|
feat: impl Encodable2718 and Decodable2718 for PooledTransactionsElement (#11482)
|
2024-10-08 14:33:31 +00:00 |
|
|
|
162f6019d4
|
transaction-pool: replace reth-primitive imports (#10766)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-07 09:12:46 +00:00 |
|
|
|
5df03fb3c3
|
fix: reject 7702 transactions with empty auth list (#10709)
|
2024-09-05 13:24:24 +00:00 |
|
|
|
8bbd403285
|
fix: improve nonce too low error (#10711)
|
2024-09-05 13:09:33 +00:00 |
|
|
|
f8e5b181bb
|
chore: relax txpool client trait bounds (#10705)
|
2024-09-04 21:49:06 +00:00 |
|
|
|
9e3edcc7e9
|
fix: allow tx's from EIP-7702 delegated accounts (#10702)
|
2024-09-04 21:11:50 +00:00 |
|
|
|
e199173dee
|
chore: Replace reth-provider dependency for reth-eth-types with direct dependencies (#10175)
|
2024-08-07 18:05:19 +00:00 |
|
|
|
f25367cffd
|
tx-pool: Make txpool independent of primitive tx types (#9916)
|
2024-08-01 13:39:58 +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 |
|
|
|
50ee497c75
|
feat: use new ChainHardforks type on ChainSpec (#9065)
|
2024-06-27 17:39:35 +00:00 |
|
|
|
c5aee02ff7
|
fix: Change Arc<KzgSettings> to EnvKzgSettings (#9054)
|
2024-06-24 14:56:53 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
b86c6a5911
|
avoid double function call in validate_one (#8194)
|
2024-05-10 10:18:24 +00:00 |
|
|
|
9ae9af484d
|
feat(pool): make mock transaction validator eth-compatible (#8034)
|
2024-05-01 18:44:55 +00:00 |
|
|
|
9de7b4152e
|
chore: enable 4844 support by default in validator (#7399)
|
2024-03-30 14:03:56 +00:00 |
|
|
|
c108a2476c
|
Enable clippy's equatable_if_let linter (#7221)
|
2024-03-19 14:32:43 +00:00 |
|