Merge pull request #716 from cosmos/708-deprecate-tm-client
Deprecate legacy tendermint-rpc Client class
This commit is contained in:
commit
f463473284
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user