Merge pull request #716 from cosmos/708-deprecate-tm-client

Deprecate legacy tendermint-rpc Client class
This commit is contained in:
mergify[bot] 2021-03-18 12:37:18 +00:00 committed by GitHub
commit f463473284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,12 @@ and this project adheres to
only updated for the class `Tendermint34Client`, not for `Client`. Please
migrate to the former.
### Deprecated
- @cosmjs/tendermint-rpc: `Client` has been deprecated. Launchpad applications
do not need a Tendermint RPC client and Stargate applications should use
`Tendermint34Client`.
## [0.24.0] - 2021-03-11
- @cosmjs/cosmwasm: This package is now deprecated. The same functionality is

View File

@ -14,6 +14,7 @@ import { adaptorForVersion } from "./adaptors";
import * as requests from "./requests";
import * as responses from "./responses";
/** @deprecated Use Tendermint34Client */
export class Client {
/**
* Creates a new Tendermint client for the given endpoint.