We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NodeStatus
The following subscription appears to be not listening to the actual node state and doesn't return the correct information.
subscription getNodeState { nodeStatus { tip { index } } appProtocolVersion{ version } stagedTxIdsCount subscriberAddressesCount informationalVersion } }
The text was updated successfully, but these errors were encountered:
Also, it's been reported by @U-lis that the tipChanged subscription doesn't work as expected either.
tipChanged
Basically, chain's actual tip is much higher than the returned tipChanged value (e.g. nodeStatus query: 77108 vs. tipChanged subscription 56658)
nodeStatus query: 77108 vs. tipChanged subscription 56658
Sorry, something went wrong.
No branches or pull requests
The following subscription appears to be not listening to the actual node state and doesn't return the correct information.
The text was updated successfully, but these errors were encountered: