|
|
517e5dbb06
|
chore: disable default std serde_json feature (#13513)
|
2024-12-23 10:46:35 +01:00 |
|
|
|
6e140108f0
|
chore: disable op- default features (#13511)
|
2024-12-23 09:12:51 +01:00 |
|
|
|
f5fdef895f
|
chore: remove unused rand (#13512)
|
2024-12-23 08:59:32 +01:00 |
|
|
|
3ab28a5907
|
chore: use imported b256 types (#13509)
|
2024-12-23 08:02:17 +01:00 |
|
|
|
dcdde399ff
|
chore: correct typos docs (#13505)
|
2024-12-23 07:35:07 +01:00 |
|
|
|
1d0bb3d127
|
chore: disable itertools default features (#13500)
|
2024-12-22 20:31:12 +01:00 |
|
|
|
369d74515a
|
docs: use ots_ prefix (#13498)
|
2024-12-22 19:50:07 +01:00 |
|
|
|
f791f39348
|
fix: reth-trie no_std case hashmap (#13497)
Co-authored-by: lightsing <light.tsing@gmail.com>
|
2024-12-22 18:47:53 +01:00 |
|
|
|
2dd0ec340d
|
chore: use NoopConsensus in CLI unwind (#13487)
|
2024-12-22 18:29:27 +01:00 |
|
|
|
e0ba41d6d4
|
update links in crates/static-file/static-file/README.md (#13462)
|
2024-12-22 18:29:01 +01:00 |
|
|
|
a163a5c19d
|
feat: relax eth_callBundle bounds (#13485)
|
2024-12-22 18:28:25 +01:00 |
|
|
|
05382ec387
|
chore: relax build_receipt (#13486)
|
2024-12-22 18:27:43 +01:00 |
|
|
|
82af170687
|
feat(ethereum-forks): remove total difficulty for hardfork check (#13362)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-12-20 15:28:05 +00:00 |
|
|
|
dc6394b05b
|
feat: add block traits for alloy types (#13470)
|
2024-12-20 15:27:45 +00:00 |
|
|
|
f29dd4c5cc
|
chore(chain-state): MemoryOverlayStateProvider as alias (#13285)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-12-20 14:16:48 +00:00 |
|
|
|
4e9f8c2747
|
chore: add missing from impl (#13477)
|
2024-12-20 14:03:07 +00:00 |
|
|
|
a9f835defc
|
chore(engine): remove allow dead code annotations in StateRootTask (#13480)
|
2024-12-20 13:09:28 +00:00 |
|
|
|
42af22fc7c
|
chore: enable std with arbitrary (#13479)
|
2024-12-20 12:16:42 +00:00 |
|
|
|
06806758db
|
chore(consensus): Add docs ab soon deprecated BeaconConsensusEngine (#13439)
|
2024-12-20 12:15:59 +00:00 |
|
|
|
557ebef283
|
chore: use try into directly (#13476)
|
2024-12-20 11:36:51 +00:00 |
|
|
|
09c64202b6
|
chore: fix unused import in net fetcher (#13474)
|
2024-12-20 11:36:26 +00:00 |
|
|
|
a4f86b0e2d
|
feat: set up codspeed (#13372)
|
2024-12-20 11:21:51 +00:00 |
|
|
|
3966130844
|
chore: make trie-common no-std (#13473)
|
2024-12-20 11:16:09 +00:00 |
|
|
|
30e8c78171
|
chore: rm async from state root from bench (#13472)
|
2024-12-20 10:50:03 +00:00 |
|
|
|
378d80a22a
|
chore: sprinkle a few track_caller (#13471)
|
2024-12-20 10:44:59 +00:00 |
|
|
|
37ef2010f6
|
perf(engine): include selfdestructs in StateRootTask bench input (#13293)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2024-12-20 09:22:48 +00:00 |
|
|
|
3c4a0dcfbd
|
chore: fix reth-primitives traits test build (#13467)
|
2024-12-20 08:43:41 +00:00 |
|
|
|
2183e49552
|
fix: use correct merge activation block for sepolia (#13466)
|
2024-12-20 08:42:54 +00:00 |
|
|
|
04af67879c
|
chore: assert etl_config.file_size != 0 (#13435)
|
2024-12-20 08:30:41 +00:00 |
|
|
|
1009607c49
|
fix(tree): destroyed accounts should not have storage in state root task (#13460)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2024-12-20 08:21:49 +00:00 |
|
|
|
431c993cee
|
chore: bump alloy 0.8.2 (#13459)
|
2024-12-20 08:56:01 +01:00 |
|
|
|
058cfe2f98
|
chore: relax PayloadBuilderService bound (#13456)
|
2024-12-19 14:58:07 +00:00 |
|
|
|
b271f0cc6d
|
chore: relax pool maintain future (#13455)
|
2024-12-19 14:57:51 +00:00 |
|
|
|
7a3e6d8319
|
chore: use op feature for engine local (#13454)
|
2024-12-19 14:16:08 +00:00 |
|
|
|
0a0a2d425d
|
perf(engine): use ParallelProof::multiproof in StateRootTask (#13260)
|
2024-12-19 12:28:15 +00:00 |
|
|
|
790a1e2898
|
fix(trie): memoize the hash of a revealed sparse node (#13233)
|
2024-12-19 11:51:37 +00:00 |
|
|
|
d1b3dee5cb
|
perf(trie): use local ThreadPool in Parallel::multiproof (#13416)
|
2024-12-19 11:48:12 +00:00 |
|
|
|
5639552f95
|
fix: drop and remove lockfile when test (#13437)
|
2024-12-19 11:34:00 +00:00 |
|
|
|
320a0b9af9
|
feat: add manual broadcast in full (#13453)
|
2024-12-19 12:44:20 +01:00 |
|
|
|
726d064afb
|
chore: add missing getters (#13444)
|
2024-12-19 12:33:26 +01:00 |
|
|
|
2eecf75c35
|
chore: remove redundant Send bounds for BlockReader types (#13452)
|
2024-12-19 10:57:13 +00:00 |
|
|
|
d5a096f52f
|
chore: remove redundant bound in EthRequestHandler (#13450)
|
2024-12-19 10:48:41 +00:00 |
|
|
|
1364e25468
|
chore: add BlockBody associated type helpers (#13451)
|
2024-12-19 10:47:39 +00:00 |
|
|
|
b26e9e0d1c
|
chore: add helper trait for BlockReader tied to NetworkPrimitives (#13449)
|
2024-12-19 10:46:40 +00:00 |
|
|
|
7250ca5d77
|
chore: add docs for removing from state in system calls (#13447)
|
2024-12-19 10:39:11 +00:00 |
|
|
|
ef033abaf9
|
Removed manual implementations of core::error::Error (#13370)
Co-authored-by: router <router@router.ian>
|
2024-12-18 00:01:48 +00:00 |
|
|
|
c51a188c72
|
fix: return bool for set_max_da_size (#13423)
|
2024-12-17 22:01:47 +00:00 |
|
|
|
1e402fae87
|
feat(root): support proof prefetch in the task (#13428)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2024-12-17 17:02:46 +00:00 |
|
|
|
48fee88cf0
|
feat(engine): integrate state root task and comment it (#13265)
|
2024-12-17 16:01:39 +00:00 |
|
|
|
e663f959b8
|
chore(root): cleanup some debt (#13427)
|
2024-12-17 15:14:50 +00:00 |
|