Skip to content

Commit

Permalink
Remove Tendermint 0.35 client
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Mar 1, 2023
1 parent ff28298 commit 1cc4fbe
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 3,730 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ and this project adheres to

- @cosmjs/stargate: Add `granteeGrants` and `granterGrants` queries to
`AuthzExtension` ([#1308]).
- @cosmjs/tendermint-rpc: Add `Tendermint37Client`
- @cosmjs/tendermint-rpc: Add new `Tendermint37Client` and remove unused
`Tendermint35Client` ([#1376]).

[#1308]: https://github.com/cosmos/cosmjs/pull/1308
[#1376]: https://github.com/cosmos/cosmjs/pull/1376

## [0.29.5] - 2022-12-07

Expand Down
4 changes: 0 additions & 4 deletions packages/tendermint-rpc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ export {
} from "./tendermint34";
export * as tendermint34 from "./tendermint34";
export { Tendermint34Client } from "./tendermint34";
// Tendermint 0.35 support is not public. The implementation may break or be removed at any point in time.
// See https://github.com/cosmos/cosmjs/issues/1225 for more context.
// export * as tendermint35 from "./tendermint35";
// export { Tendermint35Client } from "./tendermint35";
export * as tendermint37 from "./tendermint37";
export { Tendermint37Client } from "./tendermint37";
export {
Expand Down
13 changes: 0 additions & 13 deletions packages/tendermint-rpc/src/tendermint35/adaptor/index.ts

This file was deleted.

185 changes: 0 additions & 185 deletions packages/tendermint-rpc/src/tendermint35/adaptor/requests.ts

This file was deleted.

124 changes: 0 additions & 124 deletions packages/tendermint-rpc/src/tendermint35/adaptor/responses.spec.ts

This file was deleted.

Loading

0 comments on commit 1cc4fbe

Please sign in to comment.