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
BLuEScioN
changed the title
The nakamoto block time seems inaccurate. It's showing way in the past from the burn block time that its in
The nakamoto block time is undefined in the blocks by burn block query but defined in the data return from the get blocks web socket connection
Apr 1, 2024
In the payload from the web socket I see this response:
And in the response fromm the blocks by burn block query I get:
api.blocksApi.getBlocksByBurnBlock({
heightOrHash,
limit,
offset: pageParam,
}),
My issue is I am unable to render the stx block block time correctly using the response from the blocks by burn block query.
I would also like to note that I think it would be helpful and it would make sense if the responses from these two api sources lined up better.
For example, the blocks by burn block query returns tx_count: number whereas the web socket returns txs: [txid]
The text was updated successfully, but these errors were encountered: