Commit Graph

4430 Commits

Author SHA1 Message Date
1c6c80452e chore(task): move blocking pool to reth-tasks (#6929) 2024-03-03 12:02:05 +00:00
ef7ce3601f Filter announcement txns pending import (#6932) 2024-03-02 18:51:30 +00:00
PA
b6dca63010 feat(transaction-pool): remove deposit variant for mocktransaction (#6931) 2024-03-02 16:25:53 +00:00
a79db0f839 fix(db): race condition in Tx cached handles (#6923) 2024-03-02 11:52:39 +00:00
c82a84c77a Add test for tx response verification (#6926) 2024-03-02 11:50:34 +00:00
abab5a6938 Bump Prod-readiness status (#6921) 2024-03-01 12:30:10 -08:00
d32a8efb1a Revert "feat(storage): use mdbx_txn_reset to time out transactions … (#6919) 2024-03-01 19:47:24 +00:00
2009784362 feat: raw_tx_by_hash (#6827)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-01 18:41:25 +00:00
e7018cafec fix: do not attempt clique header sender recovery on genesis (#6916) 2024-03-01 17:15:08 +00:00
c353b0639f feat: print a backtrace on SIGSEGV (#6907) 2024-03-01 16:39:16 +00:00
ea44c1d63f feat(node-core, storage): static files segment metrics (#6908) 2024-03-01 16:36:50 +00:00
8ea032adad Remove accidentally merged fields (#6912) 2024-03-01 15:44:22 +00:00
02111c4213 feat(provider): consistent database view (#6896) 2024-03-01 12:41:14 +00:00
3d4cac87d3 feat: add activation timestamps (#6865)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-01 11:53:03 +00:00
11fdad600a Add grafana panel for maintenance txpool metrics (#6719)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-01 11:46:54 +00:00
5e2cac442f 0x/rm unused dep (#6899)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-03-01 11:34:31 +00:00
defe34f04f chore: unify decode enveloped fn args (#6904) 2024-03-01 11:32:15 +00:00
cdca09e15a feat: sat math for tx value (#6900) 2024-03-01 08:13:03 +00:00
1d28fc606e bound hashes inflight and pending fetch size (#6877)
Signed-off-by: int88 <golden-miner@qq.com>
2024-03-01 01:58:42 +00:00
2df0d91f8d fix: use replacement transaction hash in PoolError (#6898) 2024-02-29 22:05:11 +00:00
907d8ff127 perf: rm redundant collect (#6895) 2024-02-29 21:37:46 +00:00
2a2c56dbc6 Compute min length mempool transactions message by type (#6853) 2024-02-29 21:18:46 +00:00
74dc0e36d3 feat(storage): use mdbx_txn_reset to time out transactions (#6850)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-02-29 20:44:56 +00:00
771951429e fix: use HashSet for transactions_by_peers (#6893) 2024-02-29 20:44:32 +00:00
c5955f1305 feat: integrate builder (#6611) 2024-02-29 16:50:04 +00:00
7d36206dfe fix: handle both compressed and uncompressed disconnect reason decoding (#6862) 2024-02-29 15:31:11 +00:00
9468527aad chore: remove unused dependencies to speed up building time (#6882)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-29 15:10:20 +00:00
b00e3f98be chore: remove cargo-udeps-related workflow and metadata (#6889) 2024-02-29 15:07:25 +00:00
19ff1fb35c chore: downgrade discv4 debug! to trace! (#6879) 2024-02-29 14:08:32 +00:00
a0d6b93373 fix(ci): header check in integration/sync (#6880) 2024-02-29 14:04:21 +00:00
17818e79d4 chore(cli): fix clap deprecated warnings (#6872)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-02-29 13:24:13 +00:00
6b5b6f7a40 Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
2024-02-29 12:37:28 +00:00
025fa5f038 feat(storage, libmdbx): same code style in build.rs (#6867)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-29 11:53:45 +00:00
7d6fb37e36 Revm example (#6855)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-29 10:52:17 +00:00
2eb2a0c253 node: don't subscribe to consensus health events for dev node (#6868)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-29 10:36:11 +00:00
70d786af9e Remove unconstrained generic in ProviderFactory::new_with_database_path (#6869) 2024-02-29 10:28:25 +00:00
f82963376b consensus/auto-seal: simiply the complete_header for op or non-op (#6870)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-29 10:26:16 +00:00
559124ac5a Performance metrics for NetworkManager future (#6746) 2024-02-29 02:55:09 +00:00
859406666e chore(net): use smallvec only if debug_assertions configed (#6866)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-29 02:54:04 +00:00
4559717096 Add panels for observing tx manager future (#6814) 2024-02-28 23:24:11 +00:00
00ac218dbf Downgrade all logs in validation to trace (#6863) 2024-02-28 22:42:06 +00:00
210eefe73c feat: assertoor integration in CI (#6833) 2024-02-28 22:35:13 +00:00
ecfe4b6bc6 fix: rm Signature optimism cfg (#6858) 2024-02-28 21:59:24 +00:00
2aa5f5ddcd chore: add commentes clarifying evm trait (#6857) 2024-02-28 21:47:15 +00:00
3519270c69 remove proptest specific encoding logic (#6503)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-02-28 21:45:51 +00:00
790bc62e7b chore(trie): thread safe trie cursor (#6854) 2024-02-28 17:56:27 +00:00
329082d81b feat: Implement eth68 announcement metrics, track entries by TxType (#6786)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-02-28 17:53:45 +00:00
d36180deca chore: add cancun timestamp to hardfork (#6847) 2024-02-28 15:58:12 +00:00
f1edb6ab5f chore(node-builder): make network component unpin (#6849) 2024-02-28 15:54:16 +00:00
fa4277cdda chore(trie): safe to share prefixset (#6846) 2024-02-28 15:02:36 +00:00