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

NodeStatus subscription does not work. #2311

Open
area363 opened this issue Nov 17, 2023 · 1 comment
Open

NodeStatus subscription does not work. #2311

area363 opened this issue Nov 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@area363
Copy link
Member

area363 commented Nov 17, 2023

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
  }
}
@area363 area363 added the bug Something isn't working label Nov 17, 2023
@area363
Copy link
Member Author

area363 commented Nov 27, 2023

Also, it's been reported by @U-lis that the tipChanged subscription doesn't work as expected either.

Basically, chain's actual tip is much higher than the returned tipChanged value (e.g. nodeStatus query: 77108 vs. tipChanged subscription 56658)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant