-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: deprecate sunrise tui #825
base: main
Are you sure you want to change the base?
feat: deprecate sunrise tui #825
Conversation
Signed-off-by: nikolay <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #825 +/- ##
==========================================
+ Coverage 57.59% 63.72% +6.13%
==========================================
Files 30 30
Lines 1403 1213 -190
Branches 173 145 -28
==========================================
- Hits 808 773 -35
+ Misses 574 419 -155
Partials 21 21
|
Signed-off-by: nikolay <[email protected]>
Signed-off-by: nikolay <[email protected]>
Quality Gate passedIssues Measures |
@natanasow does this leave a feature gap for users or was this always a nice to have? Additionally are we considering a future item to replace it or does this totally remove the terminal interface? |
@Nana-EC This was always nice to have. The UI doesn't present any information that isn't available through logs. We are totally removing the terminal user interface and we will stick to simple CLI tools like some Ethereum local nodes. |
Description:
Running the hedera start command show the UI in the command line temporarily and then fails with:
The PR completely deprecates the Sunset TUI because it does not reach the desired user experience. Also, it depends on the local user's terminal and might cause unnecessary debugging overhead.
Removing tui makes the
detached
flag useless, so it's removed as well in this PR.Related issue(s):
Fixes #820
Notes for reviewer:
Checklist