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
Describe the bug
When calling the PoX endpoint using the Info client, it seems that it is not returning the same data as a raw call to the API endpoint.
The /v2/pox endpoint is implemented by the core node. This repo contains (outdated) docs/client code for the core node endpoints for historical reasons, and they will likely be removed soon.
Describe the bug
When calling the PoX endpoint using the Info client, it seems that it is not returning the same data as a raw call to the API endpoint.
It may be because of this line,
https://github.com/hirosystems/stacks-blockchain-api/blob/beta/client/src/generated/apis/InfoApi.ts#L309
which is intended to manipulate the response from
Core
, but is being used for PoX.To Reproduce
Call the
getPoxInfo()
method, and inspect the results. They're a subset of what a raw call to the API returns.The text was updated successfully, but these errors were encountered: