Commit Graph

6941 Commits

Author SHA1 Message Date
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
2ee14164de cli: replace reth-primitive imports with alloy-eips (#10994) 2024-09-18 15:56:29 +00:00
21232b0918 chore: move eip4788 impl (#10977) 2024-09-18 18:06:26 +02:00
74e58d8c82 chore: change BlockAndProofV1 to use alloy_eips instead (#10969)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-18 15:25:18 +00:00
d76fd148d5 chore: release 1.0.7 (#10990) 2024-09-18 14:44:35 +00:00
f3744b342f chore: bump alloy (#10989) 2024-09-18 14:44:24 +00:00
be04f24a69 chore: bump revm and inspectors (#10982) 2024-09-18 15:34:19 +02:00
94c15c0074 chore: add display to FromEngine and other messages (#10986) 2024-09-18 13:11:38 +00:00
5cd603d346 fix: also include reverts for op (#10979) 2024-09-18 12:11:05 +00:00
1fd4b1da9b chore(e2e-test-utils): replace reth_primitives with alloy_primitives (#10980)
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
2024-09-18 11:19:38 +00:00
c09391feee chore(chain-state): replace reth_primitives with alloy_primitives (#10975)
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
2024-09-18 10:07:25 +00:00
5e9f38164d evm: use Header AT in ConfigureEvmEnv (#10968) 2024-09-17 23:03:15 +00:00
a8078f66dd fix(trie): remove debug_assert for storage root (#10973) 2024-09-17 21:58:22 +00:00
9760319f34 docs: add geth reference for call fee check (#10970) 2024-09-17 21:21:22 +00:00
cd10cbf4ff feat: move next block cfg and env to configureevm (#10962) 2024-09-17 16:21:11 +00:00
192f59f1b5 deps: bump alloy-trie to 0.5.3 (#10960) 2024-09-17 15:30:21 +00:00