Matthias Seitz
|
a0c3bbf920
|
feat: add rpc header compat (#16988)
|
2025-06-22 09:34:06 +00:00 |
|
Roman Hodulák
|
0131267e3f
|
feat(rpc): Replace associated type Transaction with Network in TransactionCompat (#16973)
|
2025-06-22 07:32:15 +00:00 |
|
Matthias Seitz
|
7e9f141604
|
chore: simplify test HttpClient implementations (#16985)
|
2025-06-21 14:26:13 +00:00 |
|
Matthias Seitz
|
02bbcc8367
|
fix: use empty withdrawals if parent has withdrawals root (#16980)
|
2025-06-21 14:03:44 +00:00 |
|
Matthias Seitz
|
6ee5006ac0
|
chore: relax localpending block bounds (#16979)
|
2025-06-21 13:19:01 +00:00 |
|
Léa Narzis
|
9ce49a981e
|
chore(era): complete doc for ClientWithFakeIndex (#16984)
|
2025-06-21 12:29:31 +00:00 |
|
Matthias Seitz
|
ba16804471
|
feat: add From impl for RecoveredBlock from blocks with recovered transactions (#16983)
|
2025-06-21 11:37:17 +00:00 |
|
Matthias Seitz
|
9cf910ce2e
|
refactor: remove CallFees re-export and relocate tests (#16981)
|
2025-06-21 09:46:52 +00:00 |
|
Matthias Seitz
|
9939164d07
|
chore: remove unused features (#16963)
|
2025-06-21 09:38:02 +02:00 |
|
Emilia Hane
|
10f8344862
|
chore(sdk): Add default for noop component (#16570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-06-21 06:54:24 +00:00 |
|
kilavvy
|
83802249ea
|
fix: Improve comment in historical RPC tests (#16971)
|
2025-06-21 08:35:22 +02:00 |
|
0xMushow
|
b786710816
|
feat(transaction-pool): enforce EIP-2681 (#16967)
|
2025-06-21 04:54:27 +00:00 |
|
Amidamaru
|
f917cf0eb2
|
perf(rpc): optimize EVM reuse in eth_estimateGas (#16958)
|
2025-06-21 04:40:53 +00:00 |
|
Roman Hodulák
|
1339e8770e
|
feat(era): Attach file name and path to checksum error (#16974)
|
2025-06-20 21:19:58 +00:00 |
|
Matthias Seitz
|
9961d46bb1
|
fix: add missing historical RPC endpoints for Optimism pre-bedrock (#16976)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-06-20 17:56:43 +00:00 |
|
Dan Cline
|
85e6e979c2
|
chore(merkle): add debug log inside incremental loop (#16977)
|
2025-06-20 17:55:40 +00:00 |
|
Federico Gimenez
|
8f16e2199f
|
chore: resolve unused import warning in reth RPC API subscription attribute (#16975)
|
2025-06-20 15:43:13 +00:00 |
|
Arsenii Kulikov
|
0ce46431fd
|
chore: propagate inner error in ef tests (#16970)
|
2025-06-20 12:59:24 +00:00 |
|
Matthias Seitz
|
15529e7923
|
revert: "ci: pin nextest version" (#16890)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2025-06-20 12:35:07 +00:00 |
|
Matthias Seitz
|
b45f84d78c
|
fix: check if dir exists before removing (#16968)
|
2025-06-20 12:17:35 +00:00 |
|
Brian Picciano
|
f9b4eba3b7
|
chore(trie): Replace magic numbers in ParallelSparseTrie code (#16960)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-06-20 11:23:43 +00:00 |
|
Matthias Seitz
|
343983d0a1
|
chore: feature gate all op rpc types compat impl (#16964)
|
2025-06-20 09:51:16 +00:00 |
|
Matthias Seitz
|
24f0365340
|
chore: use revm tx trait directly (#16961)
|
2025-06-20 10:43:21 +02:00 |
|
Matthias Seitz
|
5a5b58c6ca
|
chore: update codeowners (#16957)
|
2025-06-20 02:53:56 +00:00 |
|
Matthias Seitz
|
f318fc26a3
|
chore: remove duplicate callfees (#16955)
|
2025-06-19 22:31:23 +00:00 |
|
Federico Gimenez
|
110cb84bdc
|
feat(test): rewrite test_engine_tree_live_sync_fcu_extends_canon_chain using e2e framework (#16949)
|
2025-06-19 21:16:11 +00:00 |
|
Alexey Shekhirin
|
ea5ffa51fc
|
bench: disable sparse trie update bench as it's flaky (#16953)
|
2025-06-19 20:10:10 +00:00 |
|
Alexey Shekhirin
|
9231652c6c
|
perf(trie): ParallelSparseTrie::update_subtrie_hashes boilerplate (#16948)
|
2025-06-19 19:29:06 +00:00 |
|
Shane K Moore
|
f59a82e4c6
|
chore: add node synced helper (#16928)
|
2025-06-19 18:46:34 +00:00 |
|
Alexey Shekhirin
|
ad68177508
|
chore: move parallel sparse trie to its own crate (#16950)
|
2025-06-19 18:39:05 +00:00 |
|
nekomoto911
|
54cd8b34a4
|
perf: Reduce unnecessary MDBX transaction creation when constructing StateProvider (#16884)
|
2025-06-19 14:14:07 +00:00 |
|
Alexey Shekhirin
|
0288a2d14d
|
bench(trie): prepare trie outside of routine, use large input size (#16945)
|
2025-06-19 13:54:47 +00:00 |
|
Brian Picciano
|
4be2226235
|
perf: Reuse CachedPrecompileMetrics across block executions (#16944)
|
2025-06-19 13:52:05 +00:00 |
|
Hai | RISE
|
6aa73f1480
|
feat: require only account & bytecode reader for tx validation (#16930)
|
2025-06-19 15:58:57 +02:00 |
|
Brian Picciano
|
ebd57f77bc
|
perf(trie): ParallelSparseTrie::reveal_node (#16894)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-06-19 13:13:12 +00:00 |
|
Rose Jethani
|
aa725dd0cf
|
feat: add Historical RPC Forwarder Service (#16724)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-06-19 14:21:05 +02:00 |
|
Matthias Seitz
|
2f9c5ace37
|
test: flaky connection test (#16939)
|
2025-06-19 13:59:20 +02:00 |
|
Alexey Shekhirin
|
55dd16ac20
|
perf(trie): box subtries in parallel sparse trie (#16938)
|
2025-06-19 11:23:32 +00:00 |
|
Solar Mithril
|
2ebb519287
|
chore: Expose payload_id (#16931)
Co-authored-by: Solar Mithril <solarmithril@pm.me>
|
2025-06-19 13:13:52 +02:00 |
|
Matthias Seitz
|
53cd4b2397
|
chore: add type alias for PayloadAttributes (#16933)
|
2025-06-19 12:38:29 +02:00 |
|
Maxim Evtush
|
20800be462
|
docs: Fix Typo in DebugNode Trait Documentation (#16932)
|
2025-06-19 10:22:41 +02:00 |
|
Hai | RISE
|
cdb5b69d24
|
chore(tx-validation): remove redundant validate methods (#16929)
|
2025-06-19 10:21:57 +02:00 |
|
Alexey Shekhirin
|
67e3c11135
|
perf(trie): ParallelSparseTrie::get_changed_subtries method (#16908)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2025-06-18 22:51:10 +00:00 |
|
Federico Gimenez
|
57281834ec
|
feat(test): rewrite test_engine_tree_buffered_blocks_are_eventually_connected using e2e framework (#16830)
|
2025-06-18 21:25:48 +00:00 |
|
Matthias Seitz
|
c0c2eeaa36
|
chore: remove unused approx_capacity_get_pooled_transactions_req (#16907)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-06-18 21:24:03 +00:00 |
|
Dan Cline
|
b5f5a3a069
|
chore(net): document test_trusted_peer_only, fix incoming local_addr (#16925)
|
2025-06-18 21:22:26 +00:00 |
|
Matthias Seitz
|
fea711e7de
|
deps: update alloy dependencies to latest patch versions (#16922)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-06-18 23:23:27 +02:00 |
|
Dan Cline
|
8bcf1906f6
|
chore(engine): add log showing which root algorithm is being used (#16924)
|
2025-06-18 22:55:44 +02:00 |
|
Dan Cline
|
dbe828546d
|
chore(trie): add more stubs for ParallelSparseTrie (#16918)
|
2025-06-18 19:53:39 +00:00 |
|
FT
|
5cbb1f650b
|
fix: typos in documentation and source code (#16916)
|
2025-06-18 21:51:13 +02:00 |
|