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
We have made a breaking change in node v0.10.0 regarding data requests.
celestiaorg/celestia-node@62a0b97
Previously, a "data not found" meant both "the node failed to retrieve
that data, please retry" as well as "the node retrieved the data
successfully, but your namespace is not included in the data". We have
split these errors, so now we have an `ErrNamespaceNotFound` which
indicates a successful request for empty data.
I have no idea how to test rollkit so would love some help on getting
that set up
---------
Co-authored-by: Ganesha Upadhyaya <gupadhyaya@Ganeshas-MacBook-Pro-2.local>
Summary
IncentivizedPackets
query to return packet fees for the given paginated request under theFeesInEscrowPrefix
keyIncentivizedPacket
query to return[]PacketFee
and associatedPacketId
The above relies on models changed expected in #760
The text was updated successfully, but these errors were encountered: