2020-07-22 16:32:39 +02:00
|
|
|
# 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.
|
2020-07-27 09:34:38 +02:00
|
|
|
- @cosmjs/cosmwasm: Add `SigningCosmWasmClient.signAndPost` as a mid-level
|
|
|
|
abstraction between `SigningCosmWasmClient.upload`/`.instantiate`/`.execute`
|
|
|
|
and `.postTx`.
|
2020-07-27 10:06:44 +02:00
|
|
|
- @cosmjs/cosmwasm: Use `*PostTx*` types and helpers from @cosmjs/sdk38. Remove
|
|
|
|
exported `PostTxResult`.
|
2020-07-22 16:32:39 +02:00
|
|
|
- @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`.
|
2020-07-25 15:00:39 +02:00
|
|
|
- @cosmjs/math: Add missing integer check to `Uint64.fromNumber`. Before
|
|
|
|
`Uint64.fromNumber(1.1)` produced some result.
|
2020-07-28 11:48:15 +02:00
|
|
|
- @cosmjs/sdk38: Add `SigningCosmosClient.signAndPost` as a mid-level
|
|
|
|
abstraction between `SigningCosmosClient.sendTokens` and `.postTx`.
|
2020-07-27 09:58:12 +02:00
|
|
|
- @cosmjs/sdk38: Export `PostTxFailure`/`PostTxSuccess` and type checkers
|
|
|
|
`isPostTxFailure`/`isPostTxSuccess`; export `assertIsPostTxSuccess`.
|