Merge pull request #309 from CosmWasm/298-changelog

Add CHANGELOG
This commit is contained in:
Will Clark 2020-07-22 16:52:32 +02:00 committed by GitHub
commit 4f86ba37f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
# CHANGELOG
## HEAD
- @cosmjs/cosmwasm: Rename `CosmWasmClient.getNonce` method to `.getSequence`.
- @cosmjs/cosmwasm: Remove `RestClient` class in favour of new modular
`LcdClient` class from @cosmjs/sdk38.
- @cosmjs/sdk38: Rename `CosmosClient.getNonce` method to `.getSequence`.
- @cosmjs/sdk38: Remove `RestClient` class in favour of new modular `LcdClient`
class.
- @cosmjs/sdk38: Remove `Pen` type in favour of `OfflineSigner` and remove
`Secp256k1Pen` class in favour of `Secp256k1Wallet` which takes an
`OfflineSigner` instead of a `SigningCallback`.