Arsenii Kulikov
|
f5c2502f55
|
feat: delay block -> payload conversions (#17681)
|
2025-08-06 17:53:37 +00:00 |
|
Matthias Seitz
|
4f6f97d422
|
chore: rm trie dep (#17732)
|
2025-08-05 21:37:57 +00:00 |
|
Dan Cline
|
ac83c27531
|
fix(db-common): compute state root when initializing from genesis (#17731)
|
2025-08-05 20:30:30 +00:00 |
|
Danno Ferrin
|
944a5fc19f
|
fix: execution-apis eth_syncing should return false (#17730)
|
2025-08-05 17:47:35 +00:00 |
|
github-actions[bot]
|
cf3ab02b2f
|
chore(deps): weekly cargo update (#17716)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2025-08-03 08:35:33 +00:00 |
|
Federico Gimenez
|
7d660b57b0
|
refactor: move BasicEngineValidator creation into EngineApiValidatorBuilder trait (#17664)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-08-01 17:08:00 +00:00 |
|
Léa Narzis
|
575a99fd22
|
chore: bump alloy-op-hardforks and op-alloy (#17697)
|
2025-07-31 17:57:56 +00:00 |
|
Arsenii Kulikov
|
568a7e065d
|
refactor: stream transactions while executing payload (#17661)
|
2025-07-31 11:37:10 +00:00 |
|
Emilia Hane
|
98e30d4340
|
chore(sdk): Add example for building offline TraceApi with node builder (#17682)
Co-authored-by: ongyimeng <ongyimeng@gmail.com>
|
2025-07-31 09:39:37 +00:00 |
|
Dan Cline
|
26173f99b8
|
feat(trie): add ParallelSparseTrieMetrics (#17405)
|
2025-07-30 21:05:16 +00:00 |
|
Sergey Melnychuk
|
dd4b2869d3
|
docs(example): extract full contract state from db (#17601)
Co-authored-by: sergey-melnychuk <sergey-melnychuk@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-30 11:36:30 +00:00 |
|
Shiyas Mohammed
|
6923e051ee
|
refactor(cli): replace From<Header> with CliHeader trait (#17656)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-07-29 14:04:31 +00:00 |
|
Federico Gimenez
|
60bbd66319
|
refactor: move invalid block hook creation from LaunchContext to AddOnsContext (#17655)
|
2025-07-29 10:12:39 +00:00 |
|
Brian Picciano
|
7f2bdbbdf8
|
perf(trie): Process multiproof reveals for storage tries in parallel (#17440)
|
2025-07-28 16:35:44 +00:00 |
|
Arsenii Kulikov
|
9d1af5a09c
|
refactor: introduce Enginvalidator in tree (#17598)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-28 09:09:55 +00:00 |
|
github-actions[bot]
|
7ed3ab0ec6
|
chore(deps): weekly cargo update (#17628)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-27 16:40:27 +00:00 |
|
Emilia Hane
|
a7cbf81b65
|
test(sdk): Add test for using node builder with noop components (#17560)
|
2025-07-25 11:34:24 +00:00 |
|
Matthias Seitz
|
876e964cbc
|
chore: introduce engine module (#17591)
|
2025-07-24 08:42:18 +00:00 |
|
Federico Gimenez
|
ed8eacfc5b
|
refactor: move EngineValidator trait to reth-engine-tree (#17559)
|
2025-07-23 11:25:58 +00:00 |
|
Amidamaru
|
2446c2fd42
|
perf: process chunks in par for get logs in block range eth_getLogs (#16675)
|
2025-07-22 14:41:39 +00:00 |
|
nk_ysg
|
ca645b40ee
|
fix(exex): update batch threadshold calculate processed blocks (#17551)
|
2025-07-22 13:35:16 +00:00 |
|
Matthias Seitz
|
d8451e54e7
|
chore: bump version v1.6.0 (#17556)
|
2025-07-22 15:32:51 +02:00 |
|
Arsenii Kulikov
|
53df3b803a
|
feat: add AddOns for custom node example (#17544)
|
2025-07-22 13:04:37 +02:00 |
|
Matthias Seitz
|
3ab5bac40c
|
chore: bump deps (#17554)
|
2025-07-22 12:57:48 +02:00 |
|
Matthias Seitz
|
f532e49d2d
|
chore(deps): bump inspectors 027 (#17543)
|
2025-07-21 20:17:46 +00:00 |
|
cakevm
|
4bd2fd2dac
|
refactor: rename AlloyRethProvider to RpcBlockchainProvider and move to storage (#17524)
|
2025-07-21 13:59:03 +00:00 |
|
Arsenii Kulikov
|
818e01773a
|
feat: HeaderConverter (#17490)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-21 13:46:48 +00:00 |
|
Matthias Seitz
|
8f26b95643
|
chore: bump alloy-evm 015 (#17528)
|
2025-07-21 13:30:13 +00:00 |
|
Matthias Seitz
|
42f791924a
|
fix: ensure required revm features are activated (#17526)
|
2025-07-21 12:34:33 +00:00 |
|
cakevm
|
c78f7e4501
|
feat(alloy-provider): compatibility for non-reth nodes (#17511)
|
2025-07-21 09:19:04 +00:00 |
|
github-actions[bot]
|
1175f6c178
|
chore(deps): weekly cargo update (#17506)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2025-07-20 09:14:55 +00:00 |
|
ongyimeng
|
537ffeacac
|
feat: continue opchainspec support (#17422)
Co-authored-by: rose2221 <rose.jethani@nethermind.io>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-07-18 14:44:28 +00:00 |
|
cakevm
|
0aef0c35c8
|
feat(alloy-provider): implement receipt_by_hash method (#17456)
|
2025-07-18 12:20:25 +00:00 |
|
cakevm
|
3add4b1e3d
|
feat(alloy-provider): implement transaction_by_hash method (#17479)
|
2025-07-18 09:14:12 +00:00 |
|
cakevm
|
1912ac7547
|
feat(alloy-provider): implement bytecode_by_hash method (#17471)
|
2025-07-17 15:39:47 +00:00 |
|
Arsenii Kulikov
|
05fed6f991
|
feat: add helper for building pending block env (#17464)
|
2025-07-17 14:00:13 +00:00 |
|
Arsenii Kulikov
|
7ccb37ebe3
|
refactor: move receipt conversions to RpcConverter (#17450)
|
2025-07-17 13:19:30 +00:00 |
|
Matthias Seitz
|
5d72088ecd
|
chore: add txpool submit examples (#17420)
|
2025-07-15 17:34:06 +02:00 |
|
fantasyup
|
fb9f3cce92
|
feat: Add support for ethstats (#16396)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-15 10:56:43 +00:00 |
|
Roman Hodulák
|
73f2edb90c
|
feat(rpc): Use generic transaction request as input (#17092)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-07-14 17:46:52 +00:00 |
|
github-actions[bot]
|
b19b1b0790
|
chore(deps): weekly cargo update (#17386)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2025-07-14 12:19:39 +02:00 |
|
Léa Narzis
|
1d6a830803
|
feat: make Receipt generic over TxType (#17237)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-07-12 06:49:36 +00:00 |
|
Dan Cline
|
96f8faf8f0
|
feat(trie): wire parallel trie config to PayloadProcessor (#17355)
|
2025-07-11 13:26:22 +00:00 |
|
Arsenii Kulikov
|
ea35ebfda2
|
feat: make ethereum Cli generic over node and remove debug commands (#17363)
|
2025-07-11 10:07:38 +00:00 |
|
Federico Gimenez
|
f148cb3199
|
feat(rpc): specialise contiguous receipt queries for logs (#16441)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-11 09:21:08 +00:00 |
|
Arsenii Kulikov
|
4560ac4fe7
|
feat: support isthmus in reth-bench (#17351)
|
2025-07-10 23:43:32 +00:00 |
|
Matthias Seitz
|
e263daebce
|
chore: broadcast raw tx for opethapi (#17342)
|
2025-07-10 22:04:24 +00:00 |
|
Dan Cline
|
2bf4646e2d
|
chore(trie): add Either type for SparseTrieInterface (#17267)
|
2025-07-10 20:31:43 +00:00 |
|
Léa Narzis
|
60c86aeca2
|
feat(era1): add subcommand export-era (#17132)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-07-10 12:37:17 +00:00 |
|
Arsenii Kulikov
|
1a7c335a60
|
feat: re-execute command (#17330)
|
2025-07-10 10:21:51 +00:00 |
|