Delweng
|
1de013b21f
|
fix(rpc/engine): check osaka in getBlobsV1 (#18669)
Signed-off-by: Delweng <delweng@gmail.com>
|
2025-09-30 14:57:37 +01:00 |
|
Matthias Seitz
|
95897e21b8
|
fix: remove cancun check (#18787)
|
2025-09-30 14:50:33 +01:00 |
|
nethoxa
|
12794769c1
|
fix(rpc): fix eth_config impl (#18744)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-30 14:50:27 +01:00 |
|
Mablr
|
611c307213
|
feat: make more EVM and RPC conversions fallible (#18685)
|
2025-09-30 14:50:23 +01:00 |
|
YK
|
994d73edf6
|
chore: bump rust to edition 2024 (#18692)
|
2025-09-30 14:50:22 +01:00 |
|
Matthias Seitz
|
44aa0fbb0e
|
fix: Revert "chore: disable fee charge in env" (#18645)
|
2025-09-23 17:40:40 +02:00 |
|
Matthias Seitz
|
faaebe7f6d
|
fix: check request gas limit before (#18639)
|
2025-09-23 12:21:59 +00:00 |
|
YK
|
088a0d44c2
|
chore(observability): add tokio runtime with custom thread naming (#18635)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-09-23 12:05:35 +00:00 |
|
Matthias Seitz
|
70a8c06773
|
feat: add osaka+bpo timestamps (#18627)
Co-authored-by: Brian Picciano <me@mediocregopher.com>
|
2025-09-23 11:06:52 +00:00 |
|
Matthias Seitz
|
ee834fb892
|
chore: disable fee charge in env (#18634)
|
2025-09-23 13:01:20 +02:00 |
|
YK
|
7dc3aea930
|
chore(revert): revert tokio runtime with custom thread naming (#18631)
|
2025-09-23 10:20:44 +00:00 |
|
YK
|
2ec3671633
|
chore(observability): add tokio runtime with custom thread naming (#18623)
|
2025-09-23 09:04:54 +00:00 |
|
MozirDmitriy
|
b27a927413
|
chore(primitive-traits): remove redundant auto-trait bounds from FullNodePrimitives (#18626)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-23 09:03:12 +00:00 |
|
Andrea Simeoni
|
dfab5f9646
|
fix(cli): bootnode default address (#18617)
|
2025-09-22 20:19:40 +00:00 |
|
Galoretka
|
87078e9205
|
fix(primitives-traits): simplify Rayon bounds and fix docs (#18620)
|
2025-09-22 19:48:10 +00:00 |
|
josé v
|
9e3246e695
|
chore: specialize send_raw_transaction_sync for op-reth with flashblocks support (#18586)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-22 13:43:57 +00:00 |
|
VolodymyrBg
|
60658be734
|
fix(handshake): validate peer TD from their_status_message during eth handshake (#18611)
|
2025-09-22 13:33:55 +02:00 |
|
Matthias Seitz
|
0bd2097995
|
chore: enforce max tx gas limit on estimate and accesslit (#18612)
|
2025-09-22 13:04:26 +02:00 |
|
Matthias Seitz
|
39d5563ce8
|
fix: disable block gas limit (#18583)
|
2025-09-22 10:07:03 +00:00 |
|
Brian Picciano
|
79c71b8692
|
chore: Remove reth recover storage-tries sub-command (#18580)
|
2025-09-22 10:04:40 +00:00 |
|
emmmm
|
9806e07cf8
|
fix: replace tx_hash method with TxHashRef trait bound (#18357) (#18362)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-22 09:31:17 +00:00 |
|
Matthias Seitz
|
3ebfd7a25e
|
test: add test case for op tx env conversion (#18581)
|
2025-09-22 11:39:28 +02:00 |
|
YK
|
36107c60ab
|
fix(cache): Ensure execution cache remains locked until updated (#18564)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-09-22 11:38:02 +02:00 |
|
YK
|
95f1931c59
|
test(engine): add new payload handling tests for canonical insertion and invalid ancestors (#18608)
|
2025-09-22 08:38:53 +00:00 |
|
Hai | RISE
|
55cbefe836
|
perf(persistence): lookup segment operation once (#18588)
|
2025-09-20 07:22:31 +00:00 |
|
William Nwoke
|
3655dc7f09
|
feat(rpc): make send_raw_transaction_sync timeout configurable (#18558)
Co-authored-by: Nathaniel Bajo <nathanielbajo@Nathaniels-MacBook-Pro.local>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-20 05:50:56 +00:00 |
|
Matthias Seitz
|
379db45b40
|
fix: use timestamp derived max blob count on launch (#18590)
|
2025-09-20 05:41:56 +00:00 |
|
VolodymyrBg
|
fa531761c4
|
chore(payload-builder): relax Sync bounds on resolve futures (#18585)
|
2025-09-19 20:22:53 +00:00 |
|
Brian Picciano
|
ff51faaeac
|
chore(db): Simplifications to trie-related storage-api methods (#18579)
|
2025-09-19 15:41:32 +00:00 |
|
YK
|
8f4cc90ef9
|
chore: clippy manual_string_new warning in version.rs (#18576)
|
2025-09-19 15:03:20 +00:00 |
|
Brian Picciano
|
ebe1a8b014
|
chore(trie): Use Vec<Option<...>> in InMemoryTrieCursor (#18479)
|
2025-09-19 13:24:46 +00:00 |
|
Dharm Singh
|
d6160de610
|
fix(rpc): return empty log set for invalid filter block ranges (#18112)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-19 11:47:38 +00:00 |
|
YK
|
8aeebe10ff
|
fix(txpool): prevent double-processing of tx pool tier (#18446)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-19 11:10:01 +00:00 |
|
かとり
|
4e1c552d3a
|
fix(optimism): always enable interop maintenance task if activated (#18563)
|
2025-09-19 09:57:49 +00:00 |
|
0xOsiris
|
4fcc4457c1
|
chore(evm): add public constructor to BlockAssemblerInput (#18559)
|
2025-09-19 11:59:24 +02:00 |
|
Arsenii Kulikov
|
c9a95d085d
|
feat: add Future AT to LaunchNode and allow customizing local attributes builder (#18556)
|
2025-09-19 09:34:49 +00:00 |
|
Matthias Seitz
|
4e78f956fd
|
chore: map NaN to 0.0 (#18560)
|
2025-09-18 22:35:48 +00:00 |
|
MozirDmitriy
|
df9b7a079b
|
chore(chainspec): reuse local hardforks in DEV instead of cloning again (#18557)
|
2025-09-18 17:38:38 +00:00 |
|
Federico Gimenez
|
6f385d0a01
|
chore(consensus): update EIP-7825 error message format (#18549)
|
2025-09-18 13:10:21 +00:00 |
|
stevencartavia
|
ce6199abf6
|
feat: tree config setting for unwinding canonical header (#18420)
|
2025-09-18 12:59:08 +00:00 |
|
MIHAO PARK
|
70d634a3f8
|
feat(rpc): add admin_clearTxpool api (#18539)
|
2025-09-18 12:58:20 +00:00 |
|
Roman Hodulák
|
e8d32a5491
|
feat(rpc): Add convert_receipt_with_block method to ReceiptConverter (#18542)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-18 11:06:52 +00:00 |
|
Matthias Seitz
|
ece847287a
|
chore: add cache traces (#18538)
|
2025-09-18 09:21:44 +00:00 |
|
Copilot
|
64b4ae60f5
|
docs: document critical cache safety assumptions in ExecutionCache (#18536)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: yongkangc <46377366+yongkangc@users.noreply.github.com>
Co-authored-by: YK <chiayongkang@hotmail.com>
|
2025-09-18 08:52:13 +00:00 |
|
Julio
|
59cff107bc
|
feat(op-reth): initial setup FlashBlockConsensusClient engine sidecar (#18443)
|
2025-09-18 08:13:22 +00:00 |
|
Dharm Singh
|
870389c5d6
|
refactor: EmptyBodyStorage block reader logic (#18508)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-17 23:51:27 +00:00 |
|
MIHAO PARK
|
d357d2acb3
|
feat(node): rename debug.rpc-consensus-ws to debug-rpc-consensus-url to suport HTTP (#18027)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-09-17 23:10:55 +00:00 |
|
Mablr
|
2b68d3a424
|
fix(rpc): use flashblock when preparing tx response on gettxreceipt (#18530)
|
2025-09-17 20:39:37 +00:00 |
|
leniram159
|
4a958f41b8
|
fix: use noopprovider for pending block state root (#18523)
|
2025-09-17 17:24:38 +00:00 |
|
Roman Hodulák
|
6e6a497ef2
|
refactor(evm): Replace revm_spec* functions with alloy-evm and alloy-op-evm versions (#18526)
|
2025-09-17 16:46:21 +00:00 |
|