From e73ebfc46d7fb55d8a96d109dad238089cf41323 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 28 Jul 2020 18:11:51 +0200 Subject: [PATCH] Add CHANGELOG note on missing ContractDetails type --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c48ccd..f054fab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and `.postTx`. - @cosmjs/cosmwasm: Use `*PostTx*` types and helpers from @cosmjs/sdk38. Remove exported `PostTxResult`. +- @cosmjs/cosmwasm: `ContractDetails` was removed in favour of just `Contract`. + The missing `init_msg` is now available via the contract's code history (see + `getContractCodeHistory`). - @cosmjs/sdk38: Rename `CosmosClient.getNonce` method to `.getSequence`. - @cosmjs/sdk38: Remove `RestClient` class in favour of new modular `LcdClient` class.