Commit Graph

8831 Commits

Author SHA1 Message Date
cd44fc3d09 chore(ci): set --rpc.eth-proof-window for kurtosis-op (#13916) 2025-01-22 11:04:19 +00:00
b263b5c62d chore: decrease private access (#13912) 2025-01-22 02:32:04 +01:00
901240877a feat: add transactions_iter helper (#13910) 2025-01-21 23:37:51 +00:00
6d2648dc1b feat: restore custom build profiles in RETH_BUILD_PROFILE (#13906) 2025-01-22 00:03:18 +01:00
d2b454236f perf(root): untangle the state root task (#13898) 2025-01-21 22:46:34 +00:00
6c3b1b8bcd feat: add S3Stage downloader (#13784) 2025-01-21 18:10:02 +00:00
ace28d8a90 chore: move and integrate ConfigureEvmFor (#13896) 2025-01-21 17:56:17 +00:00
c1fd0ce4a1 chore: use builtin launch fn for opnode (#13900)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2025-01-21 17:52:03 +00:00
b63dc2ad89 chore: move SealedHeader::cloned to &H (#13904) 2025-01-21 15:49:10 +00:00
b0b1d9d8df feat: add transactions_recovered iter (#13903) 2025-01-21 15:49:00 +00:00
6dabd5244e feat: implement Optimism builder DA limits (#13757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-01-21 13:29:02 +00:00
0a5de2fdae feat: add StaticFileBlockWithdrawals to db-model (#13894) 2025-01-21 13:25:18 +00:00
3317ea1f2c docs: cleanup discv4 docs (#13884) 2025-01-21 13:53:03 +01:00
c4b147c031 chore: move state root task result handling to fn (#13892)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
2025-01-21 11:53:17 +00:00
50dae68dce chore: rm legacy helper traits (#13895) 2025-01-21 00:34:52 +00:00
21761ad497 perf: check block cache for requested header (#13890) 2025-01-20 20:09:31 +00:00
93d6f807c0 perf: lift chainspec call (#13889) 2025-01-20 20:07:08 +00:00
64214fd186 chore: deprecate recoveredtx alias (#13887) 2025-01-20 18:07:14 +00:00
1e71002056 feat: add state_hook_sender fn on StateRootTask (#13885) 2025-01-20 17:07:56 +00:00
7483c1e292 chore: mark ecrecovered types as deprecated (#13882) 2025-01-20 15:46:36 +00:00
ca63696779 chore: move node builder trait helpers to separate module (#13883) 2025-01-20 15:46:26 +00:00
390165a024 chore: misc asset cleanup (#13881) 2025-01-20 15:04:35 +00:00
a1da528ca5 chore(ci): add failing rpc-compat test to hive expected failures (#13880) 2025-01-20 14:57:11 +00:00
28f2ebe7a0 chore: use correct compressed size estimation fn (#13876) 2025-01-20 13:35:26 +00:00
6cc660c7f0 feat: add ConfigureEvmFor, ConfigureEvmEnvFor helper traits (#13865) 2025-01-20 12:26:45 +00:00
d2ad477b0e refactor: mv proofs mod to reth-primitives-traits and split tests (#13871) 2025-01-20 12:18:29 +00:00
f527b5a60d feat: get BlockMeta table values from static file or database (#13844) 2025-01-20 11:18:50 +00:00
f28c71c006 chore: simplify evm setup (#13864) 2025-01-19 20:07:20 +00:00
88de40a678 chore(deps): weekly cargo update (#13866)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2025-01-19 18:02:27 +00:00
8197894090 chore(ci): remove eth_feeHistory from hive's rpc-compat expected failures (#13869) 2025-01-19 12:59:54 +00:00
4d17cde9f5 fix(net): increment in counter after peer's state is marked as in (#13863) 2025-01-18 19:29:54 +00:00
20a3a6a4cb chore: rm pooled transaction tests (#13860) 2025-01-18 15:53:53 +00:00
f59865b682 chore: use exported oncelock (#13859) 2025-01-18 15:46:58 +00:00
c46f23f8de feat: add Evm trait (#13823) 2025-01-18 15:42:39 +00:00
cef0c927c9 test: rm reth-pirmitives block tests (#13850) 2025-01-18 12:45:44 +00:00
264105e177 chore: phase out reth-primitives from eth-wire (#13855) 2025-01-18 11:55:27 +00:00
bcf4f1bae3 test: move reth-primitives tx tests (#13852) 2025-01-18 11:41:38 +00:00
43f3822e9a feat: Track DA cost in Op Pooled transactions (#13806)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-01-18 11:20:19 +00:00
5db01290f8 chore: remove redundant strategy fn impls (#13838)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2025-01-17 13:03:11 +00:00
0cc1ff0a0a feat: expose additional eth functions on engine api (#13837) 2025-01-17 12:49:11 +00:00
12d3fbefff fix(trie): check branch node masks if store_in_db_trie is None (#13828) 2025-01-17 12:49:07 +00:00
f66c7cc80d chore(trie): make rlp_node fns pub (#13818) 2025-01-17 12:46:16 +00:00
a505f49147 ci: install mold as the linker (#13842) 2025-01-17 12:42:44 +00:00
πa
d9ef7f6df6 chore: not panic on RpcBlockProvider (#13841) 2025-01-17 12:42:03 +00:00
a8c883c6b6 feat: extend BlockBodyIndicesProvider with block_body_indices_range (#13829) 2025-01-17 11:21:05 +00:00
43bd94ac4e fix(trie): reveal blinded node along with masks in sparse trie (#13827) 2025-01-17 11:00:57 +00:00
4147bd0dc9 chore(trie): derive Clone on noop cursor factories (#13840) 2025-01-17 10:48:46 +00:00
83b5619889 fix: pin clippy to nightly-2025-01-16 (#13839) 2025-01-17 06:12:23 +00:00
64197c0064 chore(trie): branch node has only one child log (#13836) 2025-01-17 01:26:57 +01:00
8efe441cc0 feat: use reth-ethereum-primitives (#13830) 2025-01-17 01:22:21 +01:00