Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove legacy REST APIs (#807)
* remove legacy REST API from swagger * feat: remove legacy REST-related things in client-side * feat: remove legacy REST-related things in server-side * refactor: remove all REST handlers in x modules * refactor: remove legacy REST API in `simapp` * refactor: remove `RegisterRESTRoutes` in all x modules * chore: update mocks * chore: update CHANGELOG * remove sdk_test (legacy) * revert mocks * go mod tidy * remove legact REST test in x/wasm * remove `getBlockByHash` which was used in legacy REST * test: modify an invalid grpc test case * fix typo * update statik * go mod tidy * goimports * chore: add missing norace tag * chore: combine CHANGELOG to one line
- Loading branch information