You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @riongull.
The essence of this change can be seen here.
We got rid of getMnSync('status') and getMasternode('status') RPC calls since information they are providing not needed by JS wallet, but adding extra load to Core RPC.
Most of the files affected are either autogenerated protobuf files or tests.
The reason will be displayed to describe this comment to others. Learn more.
I was speaking with some people and community and it seems masternode status is something what people is using. Shall we just move it to a separate endpoint instead of removing? getMasternodeStatus? In this case it's probably make sense to rename getStatus to getBlockchainStatus.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue being fixed or feature implemented
Reworked getStatus query to not do Masternode related RPC reuqests
What was done?
Removed unnecessary and performance heavy
getMnSync('status')andgetMasternode('status')Core RPC calls fromgetStatushandlerHow Has This Been Tested?
CI
Breaking Changes
Checklist:
For repository code-owners and collaborators only