Georgios Konstantopoulos
|
9d064be77e
|
feat(rpc): add EIP-7934 block size validation to testing_buildBlockV1 (#21623)
Co-authored-by: Alexey <alexey@tempo.xyz>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 13:57:51 +00:00 |
|
SS
|
543a85e9f3
|
fix: simplify UTF-8 decoding in StreamCodec by using Result::ok (#21524)
|
2026-01-28 15:12:55 +00:00 |
|
theo
|
88eb0beeb2
|
chore(op-reth): remove op-reth dependencies from core reth library crates (#21492)
|
2026-01-28 14:53:17 +00:00 |
|
かりんとう
|
1ca62d0696
|
fix(rpc): populate block fields in mev_simBundle logs (#21491)
|
2026-01-27 22:59:58 +00:00 |
|
Matthias Seitz
|
26a37f3c00
|
chore: use Default::default() for TransactionInfo for forward compatibility (#21454)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 22:15:41 +00:00 |
|
ethfanWilliam
|
da92733be8
|
fix: use unwrap_or_else for lazy evaluation of BlobParams::cancun (#21442)
|
2026-01-26 20:19:28 +00:00 |
|
figtracer
|
ab685579f0
|
feat(rpc): add transaction hash caching to EthStateCache (#21180)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 14:37:53 +00:00 |
|
Matthias Seitz
|
c7faafd183
|
fix(rpc): add block timestamp validation in eth_simulateV1 (#21397)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 14:12:28 +00:00 |
|
Matthias Seitz
|
935a2cc056
|
fix(rpc): use correct error codes for eth_simulateV1 reverts and halts (#21412)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 14:06:38 +00:00 |
|
Matthias Seitz
|
507cf58db0
|
fix(rpc): add block number validation in eth_simulateV1 (#21396)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 13:47:20 +00:00 |
|
Matthias Seitz
|
6cfd369d17
|
fix(rpc): populate block_hash in eth_simulateV1 logs (#21413)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:41:19 +00:00 |
|
Matthias Seitz
|
d4f28b02ff
|
feat(rpc): implement movePrecompileToAddress for eth_simulateV1 (#21414)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:40:12 +00:00 |
|
Matthias Seitz
|
963bfeeeed
|
fix(rpc): set prevrandao to zero for eth_simulateV1 simulated blocks (#21399)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:39:37 +00:00 |
|
Matthias Seitz
|
adbe6d9da0
|
fix(rpc): cap simulate_v1 default gas limit to RPC gas cap (#21402)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:39:15 +00:00 |
|
Matthias Seitz
|
6d19c0ed8e
|
fix(engine): only warn for critical capability mismatches (#21398)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:36:49 +00:00 |
|
Matthias Seitz
|
6df249c1f1
|
feat(engine): stub Amsterdam engine API endpoints (newPayloadV5, getPayloadV6, BALs) (#21344)
Co-authored-by: Ishika Choudhury <117741714+Rimeeeeee@users.noreply.github.com>
Co-authored-by: Soubhik Singha Mahapatra <160333583+Soubhik-10@users.noreply.github.com>
|
2026-01-22 20:48:11 +00:00 |
|
Georgios Konstantopoulos
|
937a7f226d
|
fix(rpc): use Default for SimulateError to prepare for alloy breaking change (#21319)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-22 19:14:58 +00:00 |
|
Matthias Seitz
|
cc242f83fd
|
feat(rpc): respect history expiry in eth_getLogs per EIP-4444 (#21304)
|
2026-01-22 14:55:50 +00:00 |
|
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 |
|