Upgrade CosmWasm to 0.9 (#245)
* Upgrade chain to v0.9.0-alpha4 * Update expected build_tags * Update wasmd init contracts * Update hackatom test contract * Update CosmWasm message descriptions * Make some test code more compact * Pull out InstantiateOptions * Add admin field to ContractInfo * Allow instantiating with admin * Remove some noise * Add SigningCosmWasmClient.updateAdmin * Create return type ChangeAdminResult * Add SigningCosmWasmClient.clearAdmin * Add SigningCosmWasmClient.migrate * Move message type testers close to type * Export MsgUpdateAdmin/isMsgUpdateAdmin * Fix typo in privillage * Update some test code * Test hackatom result data * Add compatibility table * Update wasmd to v0.9.0-beta * Upgrade test contracts
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
# Choose from https://hub.docker.com/r/cosmwasm/wasmd-demo/tags
|
||||
REPOSITORY="cosmwasm/wasmd-demo"
|
||||
VERSION="v0.8.0"
|
||||
# Choose from https://hub.docker.com/r/cosmwasm/wasmd/tags
|
||||
REPOSITORY="cosmwasm/wasmd"
|
||||
VERSION="v0.9.0-beta"
|
||||
|
||||
CONTAINER_NAME="wasmd"
|
||||
|
||||
Reference in New Issue
Block a user