|
|
fb0555ae7d
|
Refactor Block (#10913)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-09-24 10:14:08 +00:00 |
|
|
|
15aee9b144
|
feat: use alloy Signature type (#10758)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-23 13:29:48 +00:00 |
|
|
|
ed1de8996d
|
primitives: use alloy Header struct (#10691)
|
2024-09-23 12:53:43 +00:00 |
|
|
|
4a7eb6e914
|
fix: update pool gas limit (#11025)
|
2024-09-19 10:18:04 +00:00 |
|
|
|
6d49dc130a
|
feat: extend pool configuration (#10985)
|
2024-09-18 16:05:56 +00:00 |
|
|
|
74e58d8c82
|
chore: change BlockAndProofV1 to use alloy_eips instead (#10969)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-18 15:25:18 +00:00 |
|
|
|
21e92b83bd
|
fix(rpc): add fee/value and balance to insufficient funds RPC error (#10872)
|
2024-09-17 09:47:18 +00:00 |
|
|
|
e4b5325875
|
chore: unify empty payload building (#10807)
|
2024-09-10 12:21:49 +00:00 |
|
|
|
d8b12ac499
|
Implement engine_getBlobsV1 (#9723)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-09 15:28:53 +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 |
|
|
|
1450deb1d6
|
fix: clippy (#10650)
|
2024-09-02 07:50:24 +00:00 |
|
|
|
d4cfb95e68
|
eip4844: use alloy TxEip4844 (#10624)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-01 19:20:00 +00:00 |
|
|
|
578b52afd0
|
eip2930: use alloy TxEip2930 (#10623)
|
2024-09-01 13:53:19 +00:00 |
|
|
|
3a49a552c7
|
feat: migrate to alloy TxEip1559 (#10262)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-08-31 17:36:28 +00:00 |
|
|
|
71e0178f71
|
feat: migrate to alloy TxLegacy (#9593)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-08-30 11:35:15 +00:00 |
|
|
|
1ac5336303
|
dev(pool): trait object safe BestTransactions (#10478)
|
2024-08-26 12:19:46 +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 |
|
|
|
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 |
|
|
|
dfcfe8d271
|
tx-pool: add try_from_consensus for PoolTransaction (#10504)
|
2024-08-25 14:53:18 +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 |
|
|
|
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 |
|