Commit Graph

7049 Commits

Author SHA1 Message Date
Thomas Coratger
2b20a0dbfc primitives: rm alloy_eips::eip2930 reexports (#11188) 2024-09-25 09:15:59 +00:00
Federico Gimenez
dba6c01295 feat: add slack notification for hive tests (#11189) 2024-09-25 08:05:30 +00:00
garwah
ab66f58e5c chore: Remove ChainSpec from PayloadConfig (#11103)
Co-authored-by: garwah <garwah@garwah>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-25 06:45:51 +00:00
Thomas Coratger
53f23bf3dc primitives: rm alloy_eips::eip7702 reexport (#11179)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-09-25 06:44:30 +00:00
Dan Cline
1994959fb2 chore(tree): move persistence_state out of mod.rs (#11180) 2024-09-24 23:15:38 +00:00
Thomas Coratger
3bd966c594 primitives: rm alloy_genesis reexport (#11181) 2024-09-24 23:15:19 +00:00
Thomas Coratger
c09bb04950 primitives: rm alloy_eips::eip4844::kzg_to_versioned_hash reexport (#11182) 2024-09-24 23:15:06 +00:00
Dan Cline
547d25b646 chore(tree): log and diff header root difference in witness hook (#11184) 2024-09-24 23:14:51 +00:00
Dan Cline
7e21a6581a feat(grafana): create initial Reth Performance grafana (#11183) 2024-09-24 23:14:32 +00:00
Alexey Shekhirin
d3e959bbd0 fix(chain-state): fork choice stream should return only when changed (#11178) 2024-09-24 19:06:13 +00:00
Thomas Coratger
c434e52632 primitives: rm alloy_eips::eip1559::calc_next_block_base_fee reexport (#11177) 2024-09-24 19:04:15 +00:00
Arsenii Kulikov
ae3d279cc3 feat: relax chainspec bounds on NodeBuilder and rpc types (#11160) 2024-09-24 17:47:04 +00:00
Francis Li
d3114b4eec feat(witness): use block executor to execute block inside debug_execution_witness (#11149) 2024-09-24 16:48:32 +00:00
joshieDo
4da5f1f388 fix(storage): dont skip consistency checks for op-mainnet if using minimal bootstrap (#11099) 2024-09-24 15:10:44 +00:00
Emilia Hane
f2082e0411 chore(rpc): remove redundant trait bound (#11162) 2024-09-24 14:46:26 +00:00
Alexey Shekhirin
aac78821c3 feat(exex): write ahead log (#10995) 2024-09-24 14:19:44 +00:00
Dan Cline
f606b70b7f feat(trie): use packed encoding HashSet<Nibbles> serialization (#11147) 2024-09-24 14:05:15 +00:00
Matthias Seitz
94d1d8719d feat: add transact function to 7251 (#11158) 2024-09-24 13:40:53 +00:00
Matthias Seitz
c0f0dd78a7 feat: add transact function to 4788 (#11157) 2024-09-24 13:39:40 +00:00
Abhishek kochar
6e64a14a6f chore(ethereum): replace reth-primitives with alloy (#11155)
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
2024-09-24 11:33:11 +00:00
Arsenii Kulikov
c851a1740c feat: EngineValidator (#11144) 2024-09-24 11:23:52 +00:00
Matthias Seitz
73962b1eae feat: add transact function to 7002 (#11156) 2024-09-24 11:23:36 +00:00
Rohit Narurkar
fb0555ae7d Refactor Block (#10913)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
2024-09-24 10:14:08 +00:00
Dan Cline
b06bc1088a fix: use nibbles map serialization for TrieUpdates (#11146) 2024-09-24 10:11:53 +00:00
krane
33d88a4372 feat: add FlatCallTracer (#11114) 2024-09-24 09:55:32 +00:00
nk_ysg
68d76f6469 chore(codecs-derive): update should_use_alt_impl (#11148) 2024-09-24 07:54:15 +00:00
Dan Cline
f9b8dc4035 feat(trie): add way to serialize maps with Nibbles keys (#11141) 2024-09-24 00:28:31 +00:00
Dan Cline
c7a18fd078 chore(trie-common): make tests run without arbitrary (#11142) 2024-09-23 22:40:27 +00:00
Dan Cline
89b6ad2406 fix: increment post block balances in invalid block hook (#11139) 2024-09-23 19:08:49 +00:00
Dan Cline
ed2679be2e feat(grafana): make execution duration percentage stack plot (#11137) 2024-09-23 18:27:23 +00:00
Dan Cline
50ab150ee0 fix(docs): fix error message for missing jwtsecret flag (#11138) 2024-09-23 18:24:05 +00:00
Federico Gimenez
efa5d45e4e feat(trie): use global thread pool in async state root calculation (#11057) 2024-09-23 17:45:12 +00:00
Matthias Seitz
b29ff1f6cc chore: remove redundant phantom (#11134) 2024-09-23 17:36:48 +00:00
Federico Gimenez
fc12639b9b fix(tree): adjust both number and hash when removing persisted blocks from memory (#11133)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-09-23 16:57:18 +00:00
Matthias Seitz
a16b3dd6f5 feat: add execute_with_witness (#11074) 2024-09-23 16:50:58 +00:00
Alexey Shekhirin
7b128d6923 feat(engine): save original files for witness invalid block hook (#11132) 2024-09-23 16:43:39 +00:00
Federico Gimenez
3fa1e28e12 chore: unify last persisted block hash and number in PersistenceState (#11126) 2024-09-23 16:01:56 +00:00
Matthias Seitz
f81c7d075c chore: rm redundant builder types (#11129) 2024-09-23 15:37:45 +00:00
Arsenii Kulikov
cf294ce397 feat: add ChainSpec AT to EngineTypes (#11054) 2024-09-23 15:02:57 +00:00
greged93
faca096263 chore: remove reth-rpc-types import (#11125) 2024-09-23 14:43:27 +00:00
joshieDo
07f5971ae1 docs(ci): add docs to bench.yml (#11128) 2024-09-23 14:31:33 +00:00
Aurélien
15aee9b144 feat: use alloy Signature type (#10758)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-09-23 13:29:48 +00:00
github-actions[bot]
fba837468c chore(deps): weekly cargo update (#11101)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-09-23 13:23:53 +00:00
Thomas Coratger
ed1de8996d primitives: use alloy Header struct (#10691) 2024-09-23 12:53:43 +00:00
Oliver
7529d36515 feat: add set code tx helper to e2e utils (#11118) 2024-09-23 12:03:41 +00:00
garwah
cbfc6723cc chore: Log an error when failing to resolve external ip address (#11085)
Co-authored-by: garwah <garwah@garwah>
2024-09-23 11:59:12 +00:00
nk_ysg
bb27f37cc7 storage-api: update BlockReaderIdExt (#11110) 2024-09-23 09:47:15 +00:00
Federico Gimenez
d21d070605 chore(hive): update expected failures (#11121) 2024-09-23 09:34:50 +00:00
Oliver
750dc0a9d6 feat: add deploy tx helper to e2e utils (#11117) 2024-09-23 09:21:01 +00:00
Oliver
a2b8baf0e4 docs: correct requested_empty_payload metric docs (#11119) 2024-09-23 08:50:42 +00:00