Commit Graph

4318 Commits

Author SHA1 Message Date
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
6cf9e91144 chore(op): Clean up ChainSpecs (#6810) 2024-02-26 20:29:23 +00:00
54db85a216 feat(primitives): Add Base Mainnet Ecotone fork time (#6806) 2024-02-26 20:00:00 +00:00
ce28fe32d9 chore: pin cc (#6804) 2024-02-26 18:12:05 +00:00
a5aff75841 release: v0.1.0-alpha.20 (#6800) 2024-02-26 17:30:12 +00:00
facad24ad6 chore: downgrade backoff counter to u8 (#6799) 2024-02-26 18:15:40 +01:00
285312ea68 chore(deps): bump nybbles, correct some unchecked usages (#6794)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-02-26 16:09:35 +00:00
ac36fa96ec perf(db): cache db handles using OnceLock (#6750) 2024-02-26 13:46:13 +00:00
1563849404 chore: simplify collect DatabaseProvider methods (#6747) 2024-02-26 13:42:20 +00:00
323bad2718 Replace async trait with ->impl Future (#6791) 2024-02-26 13:23:00 +00:00
f90822ada2 fix: saturate blob metrics (#6779) 2024-02-26 13:21:25 +00:00
4fe0f27974 fix(ci): allow non_local_definitions on false positives (#6790) 2024-02-26 12:20:08 +00:00
be6d505745 chore: retrieve single pooled tx by hash (#6785) 2024-02-26 13:07:54 +01:00
6930734a13 fix some typos (#6789) 2024-02-26 13:07:32 +01:00
92396b39c4 Remove async-trait as dependency from crate stages (#6771) 2024-02-26 12:40:15 +01:00
d3d994cedd Improve eth_getLogs performance for latest block (#6305)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-25 12:33:12 +00:00
2a10306e3b chore(deps): weekly cargo update (#6783)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-02-25 12:19:10 +00:00
3669d9e046 docs: improve pool imports + pending transactions docs (#6781) 2024-02-24 18:37:40 +00:00
8abbe19392 doc(hidden) for TransactionsManager handle only used in tests (#6748)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-02-24 14:35:19 +00:00
94cb6a8bcd chore: use Display instead of Debug for most errors (#6777) 2024-02-24 12:13:41 +00:00
da3f469758 chore: rm duplicated remove_pending_session call (#6773) 2024-02-24 11:47:01 +00:00
b7ac2d6fd2 chore: use fmt::Formatter helpers (#6775) 2024-02-24 11:40:19 +00:00
12b3bae53d fmt: format some tests (#6774) 2024-02-24 11:16:40 +00:00
6890e02310 fmt: format tracing macro calls (#6776) 2024-02-24 10:58:01 +00:00
5cb0258ce4 Disable jemalloc when cross-building aarch64 (#6766) 2024-02-24 10:24:47 +00:00
2699262a6f config cache from cli (#6767) 2024-02-24 10:20:19 +00:00
39abdaa427 chore(trie): prefer accepting IntoIterator args (#6772) 2024-02-24 10:19:38 +00:00
a7e183d1a5 feat: introduce evm config trait (#6461)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-23 22:39:24 +00:00
0ddb753d6c fix: make config backwards compat (#6768) 2024-02-23 21:15:45 +00:00
21bc1a861b feat(op): Cancun support in payload builder and processor (#6731) 2024-02-23 19:11:25 +00:00
be1ebeea62 Replace #[async_trait] with ->imp for traits in rpc_testing_util (#6757) 2024-02-23 16:45:38 +00:00
34402caeee Replace #[async_trait] with ->imp for traits in eth_wire (#6756) 2024-02-23 16:45:25 +00:00
761c707e41 refactor: rename blob_gas_price to blob_base_fee (#6721) 2024-02-23 14:49:10 +00:00
4c439e0b9a feat: using smallvec (#6740)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-02-23 12:00:03 +00:00
300336465c replace #[async_trait] with native async trait for trait Resolver (#6751) 2024-02-23 11:29:09 +00:00
9f91c6ad94 Meter tx manager poll duration (#6688)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-22 23:19:51 +00:00
e03ab418b0 chore: rm unused op dep (#6743) 2024-02-22 18:38:33 +00:00
9ca813aee2 chore: remove some unnecessary calls to unwrap/expect (#6727) 2024-02-22 16:36:08 +00:00
c7ae4efc62 chore: add missing trace targets (#6739)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-02-22 16:30:36 +00:00