Commit Graph

6970 Commits

Author SHA1 Message Date
7cf492d525 feat(payload): abstract payload builder in trait (#10965)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-20 07:12:14 +00:00
08bdec9efa net: replace reth-primitive imports with alloy-eips (#11027)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-20 06:23:38 +00:00
4ae286e69f docs: correct optimism snapshot download url (#11065) 2024-09-20 05:42:35 +00:00
b9140cccb5 test: improve test coverage for 4844 rlp transactions (#11058) 2024-09-20 04:05:46 +00:00
a8220791ae chore(engine): replace reth_primitives with alloy_primitives (#11064)
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
2024-09-20 03:50:42 +00:00
b562ea3100 chore(deps): bump revm to 14.0.2 (#11063) 2024-09-20 03:20:17 +00:00
1393a0b9e2 chore(ci): unpin nightly version in lint job (#11062) 2024-09-20 02:59:20 +00:00
884c74d5ed chore(rpc): use FullNodeComponents::Network in EthApiBuilderCtx (#10996) 2024-09-20 01:56:05 +00:00
84db469f71 fix(discv5): change default discv5 port (#11051)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-09-20 01:23:32 +00:00
ec565304d7 fix(tree): prevent noisy canonical block debug logs (#11061) 2024-09-20 00:55:32 +00:00
e4065201a0 refactor: use pre-genned wallet from e2e utils in test (#11059) 2024-09-20 00:43:31 +00:00
c9057d75c1 feat: add Display for BeaconConsensusEngineEvent (#11055) 2024-09-19 23:52:36 +00:00
f9eb20d0a0 feat: impl Display for ChainEvent (#11056) 2024-09-19 22:47:15 +00:00
75b7172cf7 fix: rm more windows (#11050) 2024-09-19 19:50:37 +02:00
69c8ddb330 feat: add blocks_per_file field to StaticFileProvider (#11043) 2024-09-19 17:36:23 +00:00
9f23443029 chore: use alloy-chains is_ethereum (#11049) 2024-09-19 16:59:28 +00:00
c3d090adf4 feat: make NodeConfig generic over ChainSpec (#11039) 2024-09-19 16:05:09 +00:00
65fb29c773 chore(engine): revert disabling parallel state root (#11047) 2024-09-19 15:43:45 +00:00
1fbf1a91f1 Revert "chore(op-payload-builder): Refactor optimism_payload into smaller, reusable functions" (#11041) 2024-09-19 15:36:32 +00:00
893ea95d3e hash_keys bench: use HashSet::with_capacity (#11044) 2024-09-19 15:07:44 +00:00
0349d7b289 Update OptimismPayloadBuilder field visibility (#11042) 2024-09-19 14:25:09 +00:00
6cb26f72af feat: make DatabaseProvider generic over chainspec (#10978) 2024-09-19 14:23:06 +00:00
161c2d2b0d reth-stages: remove duplicate buf clear (#11035) 2024-09-19 14:09:32 +00:00
8ba95a1667 chain-state: replace primitive imports with alloy-eips (#11038) 2024-09-19 13:54:07 +00:00
668807802b feat: local engine (#10803) 2024-09-19 13:07:15 +00:00
89ca7a9ef1 test: 4844 testdata (#11033) 2024-09-19 12:29:41 +00:00
c92b3738cb fix(engine): state retrieval for parallel root with persisted parent (#10966) 2024-09-19 12:25:47 +00:00
ddb79ef08b Update function visibility for cfg_and_block_env() (#11022) 2024-09-19 11:36:17 +00:00
5f022e1cd1 fix(lint): lint warnings for db benchmark tools (#11011) 2024-09-19 11:32:07 +00:00
f9abc8a35c chore(payload): replace reth_primitives with alloy_primitives (#11030)
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
2024-09-19 11:23:38 +00:00
03e89b1af6 fix: only decode fields (#11031) 2024-09-19 13:39:24 +02:00
4674bfdcb1 fix(lint): lint warnings trie tests (#11012) 2024-09-19 13:22:48 +02:00
9246eac3b0 fix(lint): lint warnings consensus test-utils (#11013) 2024-09-19 13:22:26 +02:00
43439b4824 fix(lint): lint warnings in reth-eth-wire (#11008) 2024-09-19 13:22:09 +02:00
5f45f63565 fix(lint): lint warnings rpc builder (#11014) 2024-09-19 13:21:46 +02:00
79fe634853 fix(lint): warnings engine API (#11015) 2024-09-19 13:21:33 +02:00
6747203f91 fix(lint): warnings ef testing (#11016) 2024-09-19 13:21:19 +02:00
d668216b8c fix(lint): warnings network tests (#11017) 2024-09-19 13:17:37 +02:00
2f635b8e4e fix(lint): warnings rpc testing utils (#11018) 2024-09-19 13:17:21 +02:00
81094d4403 fix(lint): ethereum node tests (#11019) 2024-09-19 13:17:07 +02:00
46ada1a595 fix(lint): op-reth tests (#11020) 2024-09-19 13:16:51 +02:00
180f10001c feat: make reth-stages independent of concrete DatabaseProvider (#10934)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-19 10:47:55 +00:00
9e7e3247cc fix(lint): lint warnings for storage codecs fuzz (#11009) 2024-09-19 10:41:39 +00:00
c1fedd7d97 docs: recorrect the sentry (#11028) 2024-09-19 10:30:33 +00:00
4a7eb6e914 fix: update pool gas limit (#11025) 2024-09-19 10:18:04 +00:00
2924d88339 chore(engine): disable parallel state root (#11024) 2024-09-19 09:52:10 +00:00
ae9b13f4a1 net: replace reth-primitive imports (#11023) 2024-09-19 08:29:01 +00:00
883975dc90 chore(op-payload-builder): Refactor optimism_payload into smaller, reusable functions (#10904) 2024-09-18 23:18:29 +00:00
a636408199 fix(lint): lint for derive Compat (#11005) 2024-09-18 23:10:54 +00:00
fcd822c5f0 fix(lint): lint warnings for libmdbx benches (#11007) 2024-09-18 22:43:32 +00:00