|
|
8d1a332119
|
feat: make PoolInner functions pub (#13124)
|
2024-12-04 12:48:15 +00:00 |
|
|
|
7008ac22df
|
perf(validate-tx-pool): fast non-allocating is_local (#13096)
|
2024-12-03 14:53:07 +00:00 |
|
|
|
5724114947
|
feat: use primitive transaction as PoolTransaction::Consensus (#13086)
|
2024-12-03 08:46:37 +00:00 |
|
|
|
9ed9fa241d
|
refactor: rename TransactionSignedEcRecovered to RecoveredTx (#13074)
|
2024-12-02 23:36:09 +00:00 |
|
|
|
30800af6ec
|
perf(validate-tx-pool): fast non-allocating is_create (#13063)
|
2024-12-02 16:28:47 +00:00 |
|
|
|
332cce1f9b
|
feat: add header AT to provider (#13030)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-12-02 13:24:48 +00:00 |
|
|
|
0ff2827a79
|
refactor: use is_none_or instead of map_or (#13035)
|
2024-11-30 11:09:49 +00:00 |
|
|
|
a01e0319e4
|
feat: add clone into consensus (#12999)
|
2024-11-29 10:53:05 +00:00 |
|
|
|
9f20ebc29a
|
refactor(tx-pool): add enum InvalidKind to mark_invalid (#12845)
|
2024-11-28 16:23:27 +00:00 |
|
|
|
2ce741709f
|
feat: relax provider bounds (#12857)
|
2024-11-26 16:26:36 +00:00 |
|
|
|
ebf837e6e8
|
chore: unify more tx signed fns (#12883)
|
2024-11-26 16:21:52 +00:00 |
|
|
|
277631092d
|
feat: use pooled AT for get_pooled_transactions (#12876)
|
2024-11-26 13:00:50 +00:00 |
|
|
|
a28fa243c0
|
feat: use Pooled type for get_pooled_transaction_element in pool trait (#12867)
|
2024-11-26 11:44:44 +00:00 |
|
|
|
1b4048e47d
|
chore: add encodable to pooled recovered (#12866)
|
2024-11-26 10:44:57 +00:00 |
|
|
|
96d61dd44b
|
feat: add pending_transactions_max in trait TransactionPool (#12856)
|
2024-11-26 09:21:42 +00:00 |
|
|
|
863c5233fc
|
feat: ChainStorageReader (#12836)
|
2024-11-25 13:29:25 +00:00 |
|
|
|
9b289351b6
|
feat: use defined pool type internally (#12803)
|
2024-11-23 14:33:19 +00:00 |
|
|
|
0d17f14e3d
|
perf: inline pooled transactions max (#12805)
|
2024-11-23 08:08:41 +01:00 |
|
|
|
36db1c2407
|
chore: simplify cost calc (#12796)
|
2024-11-22 20:13:07 +00:00 |
|
|
|
71fd63d9ac
|
feat: add try_into_pooled_eip4844 (#12792)
|
2024-11-22 19:41:11 +00:00 |
|
|
|
2d5256cb05
|
chore: use existing transaction fns (#12793)
|
2024-11-22 19:14:58 +00:00 |
|
|
|
f2860006f7
|
chore: replace TransactionSigned struct inits with new functions (#12779)
|
2024-11-22 14:28:59 +00:00 |
|
|
|
26ecda223f
|
chore: some additional pool docs (#12776)
|
2024-11-22 13:33:43 +00:00 |
|
|
|
73cd92f5f5
|
chore(pending-pool): remove unused all txs (#12777)
|
2024-11-22 13:31:44 +00:00 |
|
|
|
3765ae2444
|
feat: add TransactionSigned::new fns (#12768)
|
2024-11-22 11:37:34 +01:00 |
|
|
|
4442b5d6fa
|
feat: convert hash field to OnceLock<TxHash> on TransactionSigned (#12596)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-11-21 22:40:29 +00:00 |
|
|
|
54ff4c7349
|
feat: relax more tx manager bounds (#12744)
|
2024-11-21 15:35:43 +00:00 |
|
|
|
9d3f8cc6a2
|
docs: add additional eth validator docs (#12742)
|
2024-11-21 13:31:03 +00:00 |
|
|
|
ac1867b631
|
feat: add a way to convert consensus to pooled variant (#12734)
|
2024-11-21 11:22:35 +00:00 |
|
|
|
0d4b1e73d4
|
test(tx-pool): add more unit tests for tx-pool best (#12691)
|
2024-11-20 14:19:54 +00:00 |
|
|
|
7b13a22698
|
perf(tx-pool): avoid copying tx cost (#12629)
|
2024-11-20 09:56:12 +00:00 |
|
|
|
11847b4f1e
|
text(tx-pool): add unit tests for tx pool state (#12690)
|
2024-11-20 09:53:53 +00:00 |
|
|
|
3b12028319
|
text(tx-pool): add unit tests for DiskFileBlobStore (#12692)
|
2024-11-20 09:13:17 +00:00 |
|
|
|
942ba7e823
|
tx-pool: impl From<SubPool> for Destination (#12689)
|
2024-11-20 08:27:09 +00:00 |
|
|
|
206ba29f0b
|
tx-pool: add all method for AllPoolTransactions (#12643)
|
2024-11-19 10:06:33 +00:00 |
|
|
|
06bf5c7783
|
chore(sdk): make Chain generic over data primitives (#12635)
|
2024-11-19 09:27:23 +00:00 |
|
|
|
ff22c8eef8
|
chore(sdk): Define MaybeSerde (#12577)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-18 13:30:44 +00:00 |
|
|
|
cee11dfb7c
|
test(tx-pool): add more unit tests for pending pool (#12603)
|
2024-11-18 13:28:59 +00:00 |
|
|
|
292e9d9812
|
test(tx-pool): add more unit tests for blob pool (#12605)
|
2024-11-18 13:28:43 +00:00 |
|
|
|
626224e301
|
chore: refactor MockTransaction (#12627)
|
2024-11-18 11:57:22 +00:00 |
|
|
|
378e097aea
|
chore(sdk): Add InMemorySize as super trait (#12615)
|
2024-11-18 11:56:10 +00:00 |
|
|
|
3614a37ff6
|
test(tx-pool): add more unit tests for parked pool (#12591)
|
2024-11-16 10:08:25 +01:00 |
|
|
|
fc97a0cbaf
|
chore: make clippy happy (#12594)
|
2024-11-16 06:04:39 +01:00 |
|
|
|
5276093e71
|
chore(util): Add reth payload util (#12590)
|
2024-11-16 05:39:34 +01:00 |
|
|
|
c5d1b813e4
|
chore: add missing debugs for pool types (#12546)
|
2024-11-14 17:03:28 +01:00 |
|
|
|
68a6ada460
|
tx-pool: add PoolUpdateKind for CanonicalStateUpdate (#12525)
|
2024-11-14 08:47:56 +00:00 |
|
|
|
d505089960
|
tx-pool: rm useless allow deprecated (#12526)
|
2024-11-13 21:53:00 +00:00 |
|
|
|
9313737dbb
|
primitives: use SealedHeader::seal (#12507)
|
2024-11-13 13:41:56 +01: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 |
|
|
|
0da914eaeb
|
chore: enable dbg_macro lint (#12409)
|
2024-11-08 15:03:29 +00:00 |
|