Skip to content

Commit

Permalink
add legacy rest removal notice
Browse files Browse the repository at this point in the history
  • Loading branch information
karzak committed Mar 22, 2024
1 parent a681a5e commit 925c3e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migrate/v0_26/legacy_rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Legacy REST Endpoint Removal

Kava 16 (v0.26.x) upgrades cosmos-sdk to v0.47.10+. Legacy REST endpoints, which were previously marked as deprecated, are now [removed](https://github.com/cosmos/cosmos-sdk/blob/v0.47.10/UPGRADING.md#appmodule-interface).

All consumers of these endpoints must migrate to the GRPC generated REST endpoints. See [Kava Chain Swagger](https://swagger.kava.io/?urls.primaryName=Edge ) for supported REST API Methods.

0 comments on commit 925c3e4

Please sign in to comment.