Commit Graph

6956 Commits

Author SHA1 Message Date
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
dfd62ef68b (fix): lint warning IPC (#11006) 2024-09-18 22:40:53 +00:00
1f642353ca Handle non-default cargo target dir (#10775) 2024-09-18 22:35:56 +00:00
000b41233d chore: remove windows cfg (#11002) 2024-09-18 20:29:05 +00:00
ef06c850e4 storage: replace reth-primitive imports with alloy-eips (#10992) 2024-09-18 20:21:27 +00:00
f64aecfbc8 feat(cli): expose tree engine persistence configuration (#10999) 2024-09-18 18:24:01 +00:00
c09f650a3a chore: move eip7251 impl (#11000) 2024-09-18 18:15:10 +00:00
6fc2a23b8b chore: move eip7002 impl (#10998) 2024-09-18 17:44:56 +00:00
e8402385a0 chore(reth-primitives): use COMPACT_EXTENDED_IDENTIFIER_FLAG (#10926) 2024-09-18 17:40:44 +00:00
91eb50c59f feat: eth_simulateV1 support (#10829)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-18 17:38:04 +00:00
06b9792792 emv: add BlockHeader trait and default fill_block_env (#10993) 2024-09-18 17:36:55 +00:00
c2019e35de feat: allow syncing op-mainnet with only state and without importing blocks/receipts (#10850)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-09-18 17:10:38 +00:00
80c1159cb8 storage: replace reth-primitive imports (#10981)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-18 16:14:53 +00:00
a92017bddb chore: make error msg conform to normal usage (#10988) 2024-09-18 16:10:52 +00:00
6d49dc130a feat: extend pool configuration (#10985) 2024-09-18 16:05:56 +00:00