Commit Graph

116 Commits

Author SHA1 Message Date
Håvard Anda Estensen
fb960fb3e4 refactor: remove _args prefix from modules in node_core (#8015) 2024-05-01 08:20:53 +00:00
Roman Krasiuk
b3d7b7d501 feat: StaticFileProviderFactory (#7983) 2024-04-30 10:30:04 +00:00
Abner Zheng
b6b2cf816e Add windows Ipc Client implementation (#7187) 2024-04-26 13:34:34 +00:00
Emilia Hane
adf1d25a89 feat(op): cmd init at block (#7784)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-25 20:31:01 +00:00
Matthias Seitz
663a7185e6 chore: more LaunchContext helpers (#7894) 2024-04-25 18:18:46 +00:00
Dan Cline
766e77a811 chore: log failed tip fetch only after 20 tries (#7850) 2024-04-24 21:00:25 +00:00
Matthias Seitz
659059c67f feat: split nodebuilder generics into separate states (#7847) 2024-04-24 20:18:07 +00:00
Delweng
7a593882e1 chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 21:32:59 +00:00
Abner Zheng
ee1c811c43 feat: integrate RpcMiddleware in IPC (#7790) 2024-04-23 15:08:32 +00:00
Delweng
672e4c512c chore(bin/stage): add explicit doc of the use of to-block and hashing stage (#7805)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-23 12:26:57 +00:00
Delweng
3224837523 fix(args/txpool): duplicate arg of txpool.max-account-slots (#7806)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-04-23 11:18:32 +00:00
Matthias Seitz
b0cb2d0df6 chore: remove consensus setup from node-core (#7793) 2024-04-22 12:07:21 +00:00
Emilia Hane
e35abf8423 feat(op): init genesis alloc (#7748) 2024-04-20 10:55:36 +00:00
Rupam Dey
6728a5518a feat: gracefully shutdown prometheus server (#7728)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-20 09:44:17 +00:00
Roman Krasiuk
4f1099b9d8 chore(debug): allow first fcu through in EngineApiSkipFcu interceptor (#7756) 2024-04-19 18:06:47 +00:00
Matthias Seitz
4f7f690ac1 fix: enable --dev for op-reth (#7755) 2024-04-19 16:34:07 +00:00
Matthias Seitz
a1059bed99 chore: extract cli runner from node-core (#7719) 2024-04-18 19:50:41 +00:00
Supernovahs.eth
7b16f0d0b6 chore: Move node-core/events to standalone crate (#7713)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-18 11:23:54 +00:00
Roman Krasiuk
b846f47fdf feat: --debug.skip-fcu (#7709) 2024-04-18 06:26:19 +00:00
joshieDo
db4a4a34e4 fix: add discv5 config to p2p cmd (#7662) 2024-04-17 14:46:36 +00:00
Delweng
8fc124f2e3 chore(node): unify the format of command args (#7656)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-16 19:37:55 +00:00
Matthias Seitz
fb3f6f1559 chore: flatten node-api dep (#7682) 2024-04-16 16:20:42 +00:00
Matthias Seitz
b6fc756b42 chore: move pipeline setup to node-builder (#7588) 2024-04-12 12:06:52 +00:00
Emilia Hane
9c5aea8c81 feat(op): import below bedrock blocks (#7555)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-12 11:57:06 +00:00
Oliver Nordbjerg
210158fba8 refactor: rm unused fns in NodeConfig (#7584) 2024-04-12 09:58:15 +00:00
Matthias Seitz
6a83391a53 chore: move tree setup to builder (#7577) 2024-04-11 20:48:04 +00:00
Nil Medvedev
dd83c9c4f8 Feat: support for engine api over ipc (#7428)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-10 20:31:53 +00:00
Matthias Seitz
67cfb06fbb chore(deps): migrate to jsonrpsee 0.22 (#5894)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-04-05 16:02:05 +00:00
Matthias Seitz
67558db6f3 feat: change evm trait bound (#7463) 2024-04-04 16:35:28 +00:00
Alexey Shekhirin
0adaad312d chore: display total storage size in Grafana (#7455) 2024-04-04 15:20:19 +00:00
Colerar
e6d0d7e00b feat: add dev suffix to version if not on a git tag (#7337) 2024-04-03 14:42:22 +00:00
Emilia Hane
3cafd586cf feat(discv5): config via cli (#7394) 2024-04-03 12:27:46 +00:00
Alexey Shekhirin
112c8a3f1e chore(node-core): unify stage progress log style (#7426) 2024-04-02 15:20:51 +00:00
Russel Waters
d022b5be38 feat: --db.exclusive flag for nfs volumes (#7346) 2024-03-28 17:50:55 +00:00
Thomas Coratger
8b4898b651 bump alloy version (#7344) 2024-03-27 11:41:31 +00:00
joshieDo
e3d8ceb4be feat: add ETL to HistoryStages (#7249) 2024-03-26 16:49:08 +00:00
joshieDo
96e39d29b9 feat: add ETL to Hashing Stages (#7030) 2024-03-26 16:48:35 +00:00
Alexey Shekhirin
28935daa99 fix(node-core): log stage progress only after the first stage run (#7319) 2024-03-25 13:33:21 +00:00
Alexey Shekhirin
10854e5983 feat(node-core): omit stage progress from Status logs if empty (#7318) 2024-03-25 11:18:56 +00:00
Matthias Seitz
a31202670b chore: apply some style suggestions (#7307) 2024-03-24 22:52:33 +00:00
0xAtreides
6eb7397aa2 chore: remove trusted setups (#7274) 2024-03-21 16:57:30 +00:00
Abner Zheng
f4b5000a80 Indicate that Syncing FCUs are not affecting sync progress during pipeline sync (#7245) 2024-03-21 16:37:36 +00:00
Justin Traglia
52668c6de4 fix: do not rlp encode extradata (#7256)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-20 18:26:13 +00:00
greged93
c1f051a9dd dev: with_capacity for HashMap (#7246) 2024-03-20 11:10:30 +00:00
DaniPopes
9d039a233c chore(deps): use tikv-jemallocator instead of jemallocator (#7232) 2024-03-19 17:13:23 +00:00
Dan Cline
ce89a2be8d feat: add BeaconConsensusEvent for live sync download requests (#7230)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-03-19 17:12:50 +00:00
Alexey Shekhirin
1bf5d6a53a feat(node-core): omit stage progress from logs if empty (#7218) 2024-03-19 16:24:34 +00:00
int88
170306d3bd support IPv6 for NetworkArgs.addr and DiscoveryArgs.addr (#7210) 2024-03-19 14:28:30 +00:00
Thomas Coratger
6ffd6ef8f3 Small refactor (#7208) 2024-03-19 02:34:39 +00:00
Justin Traglia
d91274eaa2 Enable clippy's redundant_clone linter (#7202)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-19 01:35:04 +00:00