|
|
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 |
|
|
|
c949308f26
|
Adds metrics for All Transactions (#7067)
|
2024-03-12 20:47:38 +00:00 |
|
|
|
81291ff0fb
|
chore: more Vec over BytesMut (#7084)
|
2024-03-11 12:50:50 +00:00 |
|
|
|
78f9dbda6c
|
chore(txpool): update size metrics on every insert & removal of transactions (#7051)
|
2024-03-08 20:13:35 +00:00 |
|
|
|
3c028e5ef4
|
chore: fix typos (#7049)
|
2024-03-08 14:23:37 +00:00 |
|
|
|
6f8d1a8137
|
Rename TxType variants to UpperCamelCase (#7012)
|
2024-03-06 17:36:58 +00:00 |
|
|
|
d1dc906d96
|
chore: use IntoIterator more (#6998)
|
2024-03-06 13:29:38 +00:00 |
|
|
|
ff91824c17
|
chore: rm more optimism features (#6981)
|
2024-03-05 23:32:04 +00:00 |
|