Commit Graph

4356 Commits

Author SHA1 Message Date
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
0f26cd6df3 fix: get MAX_NODES_PER_BUCKET when respond closest (#6842) 2024-02-28 14:18:24 +00:00
210d09023d chore: reuse raw transaction by hash for debug_getRawTransaction (#6845) 2024-02-28 13:59:15 +00:00
72ffde43f5 perf: use cached encoded len for limit check (#6838) 2024-02-28 13:52:15 +00:00
44f026a7b4 chore: add required bench feature (#6841) 2024-02-28 13:50:09 +00:00
ecba340c9d Ensure consistency between aborted set and reused ptrs (#6844) 2024-02-28 13:14:15 +00:00
5475a12086 Db exclusive mode (#6755)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-02-28 11:23:14 +00:00
3179391cfd fix(storage): add active txn before sending result (#6840) 2024-02-28 11:22:37 +00:00
27f1496daa chore: make clippy happy (#6837) 2024-02-28 05:32:03 +00:00
e0c220efef fix: actually use envelope encoding for pooled tx (#6832) 2024-02-27 23:20:55 +00:00
7bee4a0717 feat: add eth_getRawTransaction (#6830) 2024-02-27 21:36:52 +00:00
d93d8ea840 release: v0.1.0-alpha.21 (#6828) 2024-02-27 21:14:31 +00:00
0007c9a4d2 Verify tx response data against request (#6439)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-27 17:09:27 +00:00
a47c62c84b feat: Add dumpgenesis subcommand (#6797) 2024-02-27 14:31:58 +00:00
3f6d55bb08 fix(primitives): sealed block senders check (#6822) 2024-02-27 13:39:33 +00:00
0c529220eb Fix units for tx manager poll metrics (#6817) 2024-02-27 13:18:11 +00:00
9a949e905b fix(ChainTree): set first block on forked chain (#6821) 2024-02-27 12:52:30 +00:00
8d258bb7e7 feat(node): dev node print genesis account (#6819)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-02-27 12:08:17 +00:00
a27626cc22 feat: NetworkHandle get access to TransactionsHandle (#6780) 2024-02-27 10:31:54 +00:00
649db667fb fix(downloader): remove optimization for single full block download (#6820) 2024-02-27 10:19:15 +00:00
0931fe1973 fix(docs): Remove op-node Rollup Config CLI Flag (#6813) 2024-02-27 08:55:00 +00:00
802819a4d7 Add alexey as code owner for db (#6816) 2024-02-27 08:53:35 +00:00
f5ce869c0e Clone read transactions into TxnManager message listener (#6809) 2024-02-27 00:59:29 +00:00
c268c71d44 Downgrade log level for remote client spec bug (#6815) 2024-02-27 00:58:13 +00:00
95667b0d51 Ship TransactionFetcher panel in Grafana dashboard and fix InsertedTransactions panel bug (#6646)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-02-26 22:53:25 +00:00