Update CHANGELOG for InstantiateOptions change

This commit is contained in:
willclarktech 2021-06-10 10:12:11 +02:00
parent ba0a4411dd
commit c5adb2a191
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -18,6 +18,12 @@ and this project adheres to
### Changed
- @cosmjs/cosmwasm-launchpad: The `transferAmount` property on
`InstantiateOptions` (accepted as a parameter to
`SigningCosmWasmClient.instantiate`) has been renamed to `funds`.
- @cosmjs/cosmwasm-stargate: The `transferAmount` property on
`InstantiateOptions` (accepted as a parameter to
`SigningCosmWasmClient.instantiate`) has been renamed to `funds`.
- @cosmjs/tendermint-rpc: Make `tendermint34.Header.lastBlockId` and
`tendermint34.Block.lastCommit` optional to better handle the case of height 1
where there is no previous block.