Skip to content
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

Remove unused code that attempts to read the output of the daemon #2526

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

emlowe
Copy link
Contributor

@emlowe emlowe commented Nov 4, 2024

This old code was rendered unused by #2309 - but probably has not been used since earlier than that. Once the GUI starting launching the daemon via chia start daemon it's not able to read the stdout as the process it launches is the chia CLI which then launches the daemon, so the GUI is one process removed from being able to read this.

The daemon currently does output on stdout some JSON that was used by this code at some point in the past. That JSON code is no longer needed and is being removed in a chia-blockchain PR Chia-Network/chia-blockchain#18809

This PR doesn't need to wait for that to be merged, as the current GUI doesn't read this anyway.

Copy link
Contributor

@ChiaMineJP ChiaMineJP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

github-actions bot commented Jan 5, 2025

'This PR has been flagged as stale due to no activity for over 60
days. It will not be automatically closed, but it has been given
a stale-pr label and should be manually reviewed.'

@pmaslana pmaslana merged commit bf202e3 into main Jan 6, 2025
10 checks passed
@pmaslana pmaslana deleted the EL.daemon-start-cleanup branch January 6, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants