Commit Graph

120 Commits

Author SHA1 Message Date
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
ee1c811c43 feat: integrate RpcMiddleware in IPC (#7790) 2024-04-23 15:08:32 +00:00
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
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
b0cb2d0df6 chore: remove consensus setup from node-core (#7793) 2024-04-22 12:07:21 +00:00
cab4420b41 chore(deps): move http crate deps to workspace (#7791) 2024-04-22 11:56:11 +00:00
e35abf8423 feat(op): init genesis alloc (#7748) 2024-04-20 10:55:36 +00:00
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
4f1099b9d8 chore(debug): allow first fcu through in EngineApiSkipFcu interceptor (#7756) 2024-04-19 18:06:47 +00:00
4f7f690ac1 fix: enable --dev for op-reth (#7755) 2024-04-19 16:34:07 +00:00
a1059bed99 chore: extract cli runner from node-core (#7719) 2024-04-18 19:50:41 +00:00
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
b846f47fdf feat: --debug.skip-fcu (#7709) 2024-04-18 06:26:19 +00:00
db4a4a34e4 fix: add discv5 config to p2p cmd (#7662) 2024-04-17 14:46:36 +00:00
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
fb3f6f1559 chore: flatten node-api dep (#7682) 2024-04-16 16:20:42 +00:00
b6fc756b42 chore: move pipeline setup to node-builder (#7588) 2024-04-12 12:06:52 +00:00
9c5aea8c81 feat(op): import below bedrock blocks (#7555)
Co-authored-by: Atris <vacekj@outlook.com>
2024-04-12 11:57:06 +00:00
210158fba8 refactor: rm unused fns in NodeConfig (#7584) 2024-04-12 09:58:15 +00:00
6a83391a53 chore: move tree setup to builder (#7577) 2024-04-11 20:48:04 +00:00
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
b89af430e2 feat: extract optimism sequencer client to node-optimism (#7482) 2024-04-05 21:35:02 +00:00
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
67558db6f3 feat: change evm trait bound (#7463) 2024-04-04 16:35:28 +00:00
0adaad312d chore: display total storage size in Grafana (#7455) 2024-04-04 15:20:19 +00:00
e6d0d7e00b feat: add dev suffix to version if not on a git tag (#7337) 2024-04-03 14:42:22 +00:00
3cafd586cf feat(discv5): config via cli (#7394) 2024-04-03 12:27:46 +00:00
112c8a3f1e chore(node-core): unify stage progress log style (#7426) 2024-04-02 15:20:51 +00:00
d022b5be38 feat: --db.exclusive flag for nfs volumes (#7346) 2024-03-28 17:50:55 +00:00
8b4898b651 bump alloy version (#7344) 2024-03-27 11:41:31 +00:00
e3d8ceb4be feat: add ETL to HistoryStages (#7249) 2024-03-26 16:49:08 +00:00
96e39d29b9 feat: add ETL to Hashing Stages (#7030) 2024-03-26 16:48:35 +00:00
28935daa99 fix(node-core): log stage progress only after the first stage run (#7319) 2024-03-25 13:33:21 +00:00
10854e5983 feat(node-core): omit stage progress from Status logs if empty (#7318) 2024-03-25 11:18:56 +00:00
a31202670b chore: apply some style suggestions (#7307) 2024-03-24 22:52:33 +00:00
6eb7397aa2 chore: remove trusted setups (#7274) 2024-03-21 16:57:30 +00:00
f4b5000a80 Indicate that Syncing FCUs are not affecting sync progress during pipeline sync (#7245) 2024-03-21 16:37:36 +00:00
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
28b983403e chore: move op types; less op cfgs (#7255) 2024-03-20 18:17:23 +00:00
c1f051a9dd dev: with_capacity for HashMap (#7246) 2024-03-20 11:10:30 +00:00
9d039a233c chore(deps): use tikv-jemallocator instead of jemallocator (#7232) 2024-03-19 17:13:23 +00:00
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
1bf5d6a53a feat(node-core): omit stage progress from logs if empty (#7218) 2024-03-19 16:24:34 +00:00
170306d3bd support IPv6 for NetworkArgs.addr and DiscoveryArgs.addr (#7210) 2024-03-19 14:28:30 +00:00
6ffd6ef8f3 Small refactor (#7208) 2024-03-19 02:34:39 +00:00
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
b7ef60b899 Enable clippy's uninlined_format_args linter (#7204)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 23:29:19 +00:00
3861bc05fa Enable clippy's derive_partial_eq_without_eq linter (#7203)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 22:33:53 +00:00
804c54a3e7 feat: autoscale session event capacity (#7149) 2024-03-18 22:07:18 +00:00
80c5fcbd36 Enable clippy's empty_line_after_outer_attr linter (#7200) 2024-03-18 21:59:03 +00:00