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
api/cosmos/tx/v1beta1/service.pulsar.go: // Deprecated post v0.47.x: use query instead, which should contain a valid
api/cosmos/tx/v1beta1/service.pulsar.go: // Deprecated post v0.46.x: use page and limit instead.
api/cosmos/tx/v1beta1/service.pulsar.go: // Deprecated post v0.46.x: use total instead.
client/docs/swagger-ui/swagger.yaml: Deprecated post v0.47.x: use query instead, which should contain a
client/docs/swagger-ui/swagger.yaml: Deprecated post v0.46.x: use total instead.
proto/cosmos/tx/v1beta1/service.proto: // Deprecated post v0.47.x: use query instead, which should contain a valid
proto/cosmos/tx/v1beta1/service.proto: // Deprecated post v0.46.x: use page and limit instead.
proto/cosmos/tx/v1beta1/service.proto: // Deprecated post v0.46.x: use total instead.
types/tx/service.pb.go: // Deprecated post v0.47.x: use query instead, which should contain a valid
types/tx/service.pb.go: // Deprecated post v0.46.x: use page and limit instead.
types/tx/service.pb.go: // Deprecated post v0.46.x: use total instead.
Is there an existing issue for this?
What happened?
While reviewing #17657 I noticed the use of "DEPRECATED" and search for similar content in the cosmos-sdk shows these hits
We should be following https://rakyll.org/deprecated/ which allows Go tools like IDEs to flag usages of deprecated APIs.
Cosmos SDK Version
167b702
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: