internal/cli, packaging, docs: add config.toml updater, refresh templates, and document workflow#2100
Conversation
…ates, and document workflow
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2100 +/- ##
===========================================
+ Coverage 51.17% 51.23% +0.05%
===========================================
Files 878 878
Lines 152499 152444 -55
===========================================
+ Hits 78041 78098 +57
+ Misses 69350 69258 -92
+ Partials 5108 5088 -20
... and 16 files with indirect coverage changes
🚀 New features to boost your workflow:
|
manav2401
left a comment
There was a problem hiding this comment.
LGTM. Few small nits.
- Might be good to add this in Makefile under the
make docsfield - we anyways run that to update docs. - There's too much context about this in CLAUDE.md which I am not sure is needed. We should remove it or trim it down to a line or two (with just the
make docscommand maybe).
Done. |
|
pratikspatil024
left a comment
There was a problem hiding this comment.
Whichever release this PR goes into, make sure to add a note stating that log-level is deprecated, and if they are using it in the config file, it would either not take effect/node would not start (please confirm if the note starts or not if we have this outdated flag in the config)



Description
scripts/update-config-toml/main.goto keepconfig.tomltemplates aligned with the currentserver.DefaultConfig()and config schema.