Commit Graph

723 Commits

Author SHA1 Message Date
Dan Cline
9300e53927 feat: add with_unused_ports method to rpc and network args (#6109) 2024-01-18 20:26:20 +00:00
zerosnacks
7c9949962b chore(dep): replace unmaintained dependency tui with ratatui (#6114) 2024-01-18 12:52:02 +01:00
Dan Cline
aeee4486eb feat: add optimism canyon engine tests (#6107) 2024-01-17 20:54:00 +00:00
Alexey Shekhirin
43167eabda feat(stages): duration threshold for Execution stage (#6073) 2024-01-17 16:45:40 +00:00
Dan Cline
5637eed19e fix: return TaskManager in spawn_node (#6101) 2024-01-17 10:34:34 +00:00
Matthias Seitz
fd12aba49c chore: use diskfile blobstore (#6084) 2024-01-16 14:45:00 +00:00
Dan Cline
9d65a4cfbb feat: add version_specific_fields method to EngineTypes (#6050) 2024-01-15 20:29:45 +00:00
Dan Cline
685d1c51e4 feat: add BuiltPayload associated type to EngineTypes (#6028) 2024-01-15 17:10:56 +00:00
Arindam Singh
1cc357671a Added extension support for auth rpc module (#6060)
Co-authored-by: root <root@Arindam>
2024-01-15 12:36:03 +00:00
Roman Krasiuk
d0b04f8859 refactor(trie): hashed post state (#6066) 2024-01-15 09:44:58 +00:00
Roman Krasiuk
6fb67172fd fix(cli): db tui serialization (#6069) 2024-01-15 09:06:08 +00:00
Matthias Seitz
cb515d4e92 fix(op): activate node-api optimism feature (#6065) 2024-01-14 20:25:15 +00:00
high_byte
220a2715e9 fix tui to ignore key release event (#6057)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-14 10:54:26 +00:00
Shashank Trivedi
8761072977 asm-keccak added (#5997)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-01-12 23:11:29 +00:00
Alexey Shekhirin
e67567cf01 fix(cli): snapshot up to the best block number, not last (#6042) 2024-01-12 22:21:29 +00:00
Dan Cline
cea638108b fix: change vergen features to match foundry (#6047) 2024-01-12 22:20:32 +00:00
Darex
3ce9fcf7e5 add alloy_chains (#5952)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-12 14:43:55 +00:00
Dan Cline
00d6bffc0d feat: add GenesisAllocator for easier genesis alloc creation (#6021) 2024-01-12 11:43:28 +00:00
rakita
ee199bb5db fmt: run nightly-2023-10-15 and remove semicolons (#6035) 2024-01-12 11:38:41 +00:00
Dan Cline
8686e97290 chore: make clippy happy (#6033) 2024-01-12 06:25:06 +00:00
Thomas Coratger
4660da4a3f fix various clippy (#6020)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-01-10 23:27:57 +00:00
Thomas Coratger
26e31f3197 Move FileClient and BlockFileCodec out of test-utils (#5998)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-01-10 19:02:57 +00:00
Alexey Shekhirin
56a3548915 chore: fix clippy warnings for windows (#6005) 2024-01-10 13:15:18 +00:00
Dan Cline
cb96fe6d09 feat: make payload builder generic over attributes type (#5948)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-10 10:21:43 +00:00
Dan Cline
57ebe9daed chore: remove unnecessary test-utils usage in reth cli (#5993) 2024-01-09 22:03:49 +00:00
DaniPopes
19f481006b chore: move revm-inspectors to a separate repo (#5992) 2024-01-09 21:33:45 +00:00
Nil Medvedev
514750fb1a feat: preload cachedreads with tip state (#5804)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-09 17:22:56 +00:00
Alexey Shekhirin
a1225be077 fix(bin): process metrics version mismatch (#5985) 2024-01-09 16:59:55 +00:00
Supernovahs.eth
7cd659f406 feat: Support txpool.locals in txpool.cli (#5971)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-09 14:32:55 +00:00
Roman Krasiuk
ac104d09eb feat(cli): debug replay engine (#5972) 2024-01-09 12:06:12 +00:00
Luca Provini
8078c515c7 Json structured logs (#5784)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-01-09 11:19:41 +00:00
Alexey Shekhirin
189cf490eb feat(storage): log tx opening location (#5973) 2024-01-08 19:01:17 +00:00
Matthias Seitz
313e5b7827 chore: cleanup max block fetching (#5960) 2024-01-07 22:05:17 +00:00
Matthias Seitz
434b43af80 chore: use existing fn for loading network secret key (#5961) 2024-01-07 22:05:10 +00:00
Thomas Coratger
92f33b071c add missing documentation for various crates (#5950) 2024-01-05 13:10:37 +00:00
Thomas Coratger
d02cc4b833 doc: Improve documentation for StageEnum to remove #[allow(missing_docs)] (#5945) 2024-01-04 18:30:42 +00:00
Alexey Shekhirin
0520c62bb6 feat(cli): enable backtrace on panic by default (#5942) 2024-01-04 17:59:19 +00:00
Thomas Coratger
3b0e7a5108 add documentation for SecretKeyError to remove #[allow(missing_docs)] (#5946) 2024-01-04 16:49:26 +00:00
Thomas Coratger
9aa44093cf lints: move top-level lints to [workspace.lints] manifest table (#5935) 2024-01-04 13:38:02 +00:00
Nil Medvedev
7fa4cddc72 feat: restore tx pool after reboot (#5665)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-02 14:11:41 +00:00
Matthias Seitz
069ca8268e fix: also adjust ipc path (#5909) 2023-12-31 22:22:17 +00:00
Matthias Seitz
92ecc2f835 chore: move LogArgs to own mod (#5901) 2023-12-30 11:39:45 +01:00
Matthias Seitz
5cc01b63a9 chore: move builder to own module (#5899) 2023-12-30 10:36:20 +01:00
Dan Cline
9821f77078 chore: move reth commands to separate folder (#5886) 2023-12-29 17:01:39 +00:00
Matthias Seitz
e5ecd4af06 refactor: move ethereum and op builder into separate crates (#5876) 2023-12-28 19:57:07 +00:00
DaniPopes
b1b059fe9b chore: clean up lints (#5881) 2023-12-28 16:23:50 +00:00
Matthias Seitz
a680a03658 feat: Introduce NodeBuilder (#5869)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-12-28 16:01:32 +00:00
DaniPopes
e341f47a16 fmt: add a space between inner doc-comments and following items (#5880) 2023-12-28 15:52:20 +00:00
Chomtana
ed774e9a81 feat: base sepolia support (#5697)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-27 19:25:39 +00:00
Matthias Seitz
3aa718a561 Revert "feat: Introduce NodeBuilder" (#5868) 2023-12-27 14:23:32 +01:00