Georgios Konstantopoulos
|
2305c3ebeb
|
feat(rpc): respect history expiry in block() and map to PrunedHistoryUnavailable (#21270)
|
2026-01-21 22:22:05 +00:00 |
|
tonis
|
a0845bab18
|
feat: Check CL/Reth capability compatibility (#20348)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-20 14:19:31 +00:00 |
|
Matthias Seitz
|
8f37cd08fc
|
feat(engine-api): add EIP-7928 BAL stub methods (#21204)
|
2026-01-20 11:33:27 +00:00 |
|
Matthias Seitz
|
40bc9d3860
|
revert: undo Chain crate, add LazyTrieData to trie-common (#21155)
|
2026-01-17 15:57:09 +00:00 |
|
Matthias Seitz
|
79b8ffb828
|
feat(primitives-traits): add try_recover_signers for parallel batch recovery (#21103)
|
2026-01-17 01:24:53 +00:00 |
|
Dan Cline
|
c617d25c36
|
perf: make Chain use DeferredTrieData (#21137)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-17 01:05:35 +00:00 |
|
Brian Picciano
|
13707faf1a
|
feat(consensus): incremental receipt root computation in background task (#21131)
|
2026-01-16 19:53:59 +00:00 |
|
Arsenii Kulikov
|
80eb0d0fb6
|
refactor: use BlockExecutionOutcome in ExecutedBlock (#21123)
|
2026-01-16 17:07:19 +00:00 |
|
rakita
|
86c414081a
|
feat: stagging revm v34.0.0 (#20627)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-16 14:56:27 +00:00 |
|
Dan Cline
|
b1f107b171
|
feat(reth-bench): add generate-big-block command (#21082)
|
2026-01-15 15:30:04 +00:00 |
|
Dan Cline
|
d469b7f1d0
|
feat(rpc): add flag to skip invalid transactions in testing_buildBlockV1 (#21094)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-15 12:05:30 +00:00 |
|
github-actions[bot]
|
4f3bd3eac1
|
chore(deps): weekly cargo update (#20924)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-13 14:42:54 +00:00 |
|
Matthias Seitz
|
1b3d815cb8
|
fix(rpc): validate eth_feeHistory newest_block against chain head (#20969)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 18:48:46 +00:00 |
|
Matthias Seitz
|
210309ca76
|
docs: fix typos and incorrect documentation (#20943)
|
2026-01-12 00:48:01 +01:00 |
|
iPLAY888
|
89677e1bd9
|
docs(rpc): fix incorrect transport in with_ipc comment (#20939)
|
2026-01-11 23:04:32 +00:00 |
|
Sabnock
|
a2aa1f18df
|
feat(rpc): add debug_getBlockAccessList endpoint for EIP-7928 (#20824)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-09 13:29:37 +00:00 |
|
Matthias Seitz
|
33bcd60348
|
feat(rpc): add persisted block subscription (#20877)
Co-authored-by: cakevm <cakevm@proton.me>
|
2026-01-09 10:37:46 +00:00 |
|
Emilia Hane
|
412f39e223
|
chore(consensus): Remove associated type Consensus::Error (#20843)
Co-authored-by: Josh_dfG <126518346+JoshdfG@users.noreply.github.com>
|
2026-01-08 15:54:31 +00:00 |
|
Mohan Somnath
|
4c064a4d20
|
docs: fix article and grammar errors in comments (#20794)
|
2026-01-07 15:00:13 +00:00 |
|
phrwlk
|
8d19a36492
|
docs: clarify pending pending_block build_block docs (#20800)
|
2026-01-07 14:09:54 +00:00 |
|
かりんとう
|
8c5ff4b2fd
|
perf: preallocate capacity for filter chunk results (#20783)
|
2026-01-06 13:21:30 +00:00 |
|
かりんとう
|
7bc3c95f05
|
perf: use parallel signature recovery in debug_trace_raw_block (#20780)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-06 13:06:06 +00:00 |
|
cui
|
790a73cd2a
|
chore: update todo (#20693)
|
2026-01-05 15:13:07 +00:00 |
|
cui
|
f920ffd5f9
|
refactor: simplify code (#20722)
Co-authored-by: weixie.cui <weixie.cui@okg.com>
|
2026-01-05 13:52:48 +00:00 |
|
GarmashAlex
|
da1d7e542f
|
refactor(rpc): remove unused BlockTransactionsResponseSender (#20696)
|
2026-01-05 13:52:01 +00:00 |
|
cui
|
e8cc91ebc2
|
fix: inclusive range off-by-one (#20729)
Co-authored-by: weixie.cui <weixie.cui@okg.com>
|
2026-01-05 11:39:38 +00:00 |
|
cui
|
59486a64d4
|
fix: to block should not sub one (#20730)
Co-authored-by: weixie.cui <weixie.cui@okg.com>
|
2026-01-05 11:35:22 +00:00 |
|
Karl Yu
|
480029a678
|
feat: optimize send_raw_transaction_sync receipts fetching (#20689)
|
2026-01-05 11:22:04 +00:00 |
|
Karl Yu
|
0c69e294c3
|
chore: optimize evm_env if header is available (#20691)
|
2025-12-31 13:45:35 +00:00 |
|
Hwangjae Lee
|
9cfe5c7363
|
fix(ipc): trim leading whitespace in StreamCodec decode (#20615)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
|
2025-12-31 08:51:56 +00:00 |
|
Hwangjae Lee
|
b7883953c4
|
chore(rpc): shrink active filters HashMap after clearing stale entries (#20660)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-12-29 20:45:52 +00:00 |
|
Hwangjae Lee
|
cb1de1ac19
|
docs(rpc): fix typos and complete incomplete doc comments (#20642)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
|
2025-12-28 10:26:03 +00:00 |
|
github-actions[bot]
|
751a985ea7
|
chore(deps): weekly cargo update (#20650)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-12-28 09:37:00 +00:00 |
|
David Klank
|
5260532992
|
fix(rpc): use EthereumHardforks trait for Paris activation check (#20641)
|
2025-12-26 11:17:11 +00:00 |
|
Matthias Seitz
|
334d9f2a76
|
chore: defense against new variant (#20600)
|
2025-12-23 16:34:24 +00:00 |
|
Brian Picciano
|
7b2fbdcd51
|
chore(db): Remove Sync from DbTx (#20516)
|
2025-12-22 10:13:57 +00:00 |
|
Gigi
|
0cbf89193d
|
docs: correct intra-doc link references (#20467)
|
2025-12-18 19:56:57 +00:00 |
|
Karl Yu
|
61c072ad20
|
feat: add engine_getBlobsV3 method (#20451)
|
2025-12-17 10:15:49 +00:00 |
|
Sophia Raye
|
bfd4b79245
|
docs(trace): remove duplicate comment (#20360)
|
2025-12-16 14:56:01 +00:00 |
|
Snezhkko
|
f2c39db7a2
|
chore(rpc): fix misleading link and comment (#20367)
|
2025-12-16 09:32:25 +00:00 |
|
0xcharry
|
36ba6db029
|
chore: remove redundant .as_str() calls after to_string() (#20404)
|
2025-12-16 00:10:03 +00:00 |
|
Niven
|
bb952be5b5
|
feat(flashblocks): support eth_getBlockTransactionCount for flashblocks (#20291)
Co-authored-by: lucas <66681646+limyeechern@users.noreply.github.com>
Co-authored-by: lucas.lim <lucas.lim@okg.com>
|
2025-12-15 11:29:23 +00:00 |
|
Tomass
|
9c61f5568c
|
fix(rpc-testing-util): use buffer_unordered in trace_block_opcode_gas_unordered (#20369)
|
2025-12-15 10:38:40 +00:00 |
|
phrwlk
|
419c7b489b
|
fix(rpc): remove dead flashbots module config (#20364)
|
2025-12-14 20:54:15 +00:00 |
|
gustavo
|
f3e14fd061
|
feat(rpc): handle dedicated eth_simulate errors (#20099)
|
2025-12-12 16:40:13 +00:00 |
|
Federico Magnani
|
df7ad9ae45
|
chore(ethapi): increase visibility tx_batch_sender (#20315)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-12-12 12:14:43 +00:00 |
|
Arsenii Kulikov
|
474c09095f
|
feat: bump alloy-evm (#20314)
|
2025-12-11 19:46:34 +01:00 |
|
Matthias Seitz
|
2e567d6658
|
feat: add semaphore for blocking IO requests (#20289)
|
2025-12-11 11:35:50 +00:00 |
|
Matthias Seitz
|
a2a5e03cb8
|
perf: fetch header directly (#20294)
|
2025-12-11 11:18:51 +00:00 |
|
Karl Yu
|
e90cfedf3d
|
feat: add support for testing_ rpc namespace and testing_buildBlockV1 (#20094)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-12-11 08:56:46 +00:00 |
|