Commit Graph

7336 Commits

Author SHA1 Message Date
6a56ae75b0 fix(docs): remove ci link (#11665)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
2024-10-11 15:31:11 +00:00
c29c1f5fa8 chore(net): log p2p stream flush error (#11659) 2024-10-11 13:34:52 +00:00
6d3aa5a0d5 Revert "fix(net): batch P2PStream sends" (#11658) 2024-10-11 14:17:07 +02:00
c4411991e1 feat: add override for additional_validation_tasks (#11655) 2024-10-11 09:45:44 +00:00
8fc703cf82 chore(ci): remove assertoor workflow (#11656) 2024-10-11 08:21:59 +00:00
ad485277de feat: propagate helper (#11654)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-10-11 08:28:07 +02:00
cb123084bf docs: LoadFee::eip1559_fees returns base fee, not max fee per gas (#11652) 2024-10-11 02:53:19 +00:00
1ba631ba95 feat: store safe block num as well (#11648) 2024-10-10 19:32:15 +02:00
250785f833 chore: preempt single block downloading (#11647) 2024-10-10 19:15:06 +02:00
fca1cd8181 fix: don't unwrap missing requests (#11646) 2024-10-10 16:54:06 +00:00
1d2c6d5ada chore(rpc): don't recover sender if we have it (#11645) 2024-10-10 15:43:58 +00:00
d027b7b938 feat(bin): make experimental engine default (#11612) 2024-10-10 15:04:31 +00:00
58bac0ee30 chore: release 1.1.0 (#11640) 2024-10-10 14:59:04 +00:00
456d507797 feat(ci): move book clippy and tests to matrix (#11618) 2024-10-10 13:48:30 +00:00
90cb3629a5 feat(exex): commit only notifications with unfinalized blocks to WAL (#11638) 2024-10-10 13:13:14 +00:00
8a11830272 feat(ci): add Kurtosis workflow (#11615) 2024-10-10 12:24:24 +00:00
01f382b739 docs: clarify op-mainnet --debug.tip (#11634) 2024-10-10 12:04:18 +00:00
47c3a481de Broadcast external IP from NAT in enode record (#10274)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-10-10 11:12:27 +00:00
b50e710f84 Remove duplicate EngineTypes comment (#11624) 2024-10-10 10:31:57 +00:00
68f38210e0 feat(trie): noop hashed cursors (#11627) 2024-10-10 10:28:57 +00:00
e9a436ae96 chore(trie): make initialization of in-memory trie cursors pub (#11628) 2024-10-10 10:28:46 +00:00
eb9565d22d fix: always handle payload building for opstack (#11629) 2024-10-10 09:39:40 +00:00
58bfa60cea feat(evm, trie): more metrics (#11613) 2024-10-10 08:27:01 +00:00
a4b8150201 fix: actually commit (#11626) 2024-10-10 08:15:53 +00:00
672e3111c6 chore(ci): disable hive discord alerts (#11625) 2024-10-10 07:50:40 +00:00
701f51bd2d chore(metrics): remove redundant starting metrics log (#11621) 2024-10-10 01:14:39 +00:00
2b97779880 fix: persist finalized block (#11623) 2024-10-10 00:54:39 +00:00
33d5eb322d test: add sanity test for local txs args (#11620) 2024-10-09 19:41:50 +00:00
076b1a2c22 chore: bump op-alloy (#11617) 2024-10-09 18:40:48 +02:00
40faed6ea0 fix(witness): destroyed slots as proof targets (#11596) 2024-10-09 15:59:28 +00:00
adf3a0da6b fix: 7702 gas fields (#11614) 2024-10-09 15:51:25 +00:00
7c818c1021 chore(rpc): use block_hash as BlockId on eth_callMany (#11595) 2024-10-09 15:28:35 +00:00
b787d9e521 perf(rpc): optimistically retrieve block if near the tip on eth_getLogs (#11582) 2024-10-09 13:45:40 +00:00
fb8bd77df3 fix(net): add concurrency param from config to TransactionFetcherInfo (#11600)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-10-09 12:32:16 +00:00
f5d68443a3 fix(grafana): set instance variable from reth_info metric (#11607) 2024-10-09 12:12:44 +00:00
67e83b6685 feat: add helper function to provde the tx manager config (#11608) 2024-10-09 14:12:54 +02:00
83962095ec feat: add tx propagation mode (#11594) 2024-10-09 13:42:55 +02:00
5ad6484386 fix(trie): prefix set extension (#11605) 2024-10-09 11:20:58 +00:00
3c4a94fb76 fix: set system tx correctly (#11601) 2024-10-09 11:12:28 +00:00
8ba7bc0799 fix: set deposit gasprice correctly (#11603) 2024-10-09 11:00:17 +00:00
570c1df7ec fix(net): max inflight tx reqs default (#11602) 2024-10-09 10:32:18 +00:00
d5372a739e fix: active inflight count (#11598) 2024-10-09 10:03:25 +00:00
62954591d2 perf(rpc): use Arc<BlockWithSenders on full_block_cache (#11585) 2024-10-09 08:33:29 +00:00
1e1de3dd77 fix: use original bytes for codes (#11593) 2024-10-09 02:48:36 +00:00
3141f6db26 fix: simplify reorg handling (#11592) 2024-10-09 02:04:16 +00:00
e427eb2027 docs: delete missing part path (#11590)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-10-08 19:27:08 +00:00
f5f76206fd feat: add mul support for SubPoolLimit (#11591)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-10-08 19:03:47 +00:00
f332f71561 chore: also derive arb for test (#11588) 2024-10-08 18:30:30 +00:00
f7c76291a1 chore(rpc): use block_hash instead on fetching debug_trace_block block (#11587) 2024-10-08 18:26:44 +00:00
95913cb9b5 chore(ci): remove expected failures related to checksummed addresses (#11589) 2024-10-08 20:31:55 +02:00