Skip to content

Commit

Permalink
Add missing assertIsBroadcastTxSuccess CHANGELOG entry [skip ci]
Browse files Browse the repository at this point in the history
Closes #1076
  • Loading branch information
webmaster128 committed Mar 17, 2022
1 parent 6377153 commit fcf01d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ and this project adheres to
object. ([#928])
- @cosmjs/stargate and @cosmjs/cosmwasm-stargate: Add simulation support
([#931]).
- @cosmjs/cosmwasm-stargate: Rename `BroadcastTx{Success,Failure}` to
`DeliverTx{Success,Failure}`, `BroadcastTxResponse` to `DeliverTxResponse`,
`isBroadcastTx{Success,Failure}` to `isDeliverTx{Success,Failure}` and
`assertIsBroadcastTxSuccess` to `assertIsDeliverTxSuccess`. ([#946])
- @cosmjs/tendermint-rpc: Remove `Tendermint33Client` and related symbols.
- @cosmjs/cosmwasm-stargate: Add support for wasmd 0.21. This changes the AMINO
JSON representation of `Msg{Execute,Instantiate,Migrate}Contract.msg` from
Expand All @@ -162,6 +166,7 @@ and this project adheres to
[#928]: https://github.com/cosmos/cosmjs/issues/928
[#931]: https://github.com/cosmos/cosmjs/pull/931
[#709]: https://github.com/cosmos/cosmjs/issues/709
[#946]: https://github.com/cosmos/cosmjs/pull/946
[#948]: https://github.com/cosmos/cosmjs/pull/948

## [0.26.6] - 2022-01-10
Expand Down

0 comments on commit fcf01d4

Please sign in to comment.