Commit Graph

13 Commits

Author SHA1 Message Date
Simon Warta
fdc291c136 Fix stray comma in instance label [ci skip] 2020-07-01 15:44:21 +02:00
Simon Warta
77980b60f4
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
2020-06-28 08:28:43 +02:00
Simon Warta
16df23f79b Rename packages @cosmwasm/* to @cosmjs/* 2020-06-04 19:53:58 +02:00
Simon Warta
217d8998a5 Use alice account for cosmwasm testing 2020-06-03 14:04:24 +02:00
Simon Warta
cd632a290e Adapt deployment scrips 2020-06-02 14:57:52 +02:00
Ethan Frey
f178fdf3f1 Update contracts to versions from crates.io 2020-05-25 20:40:00 +02:00
Simon Warta
7218afde51 Update testing contracts 2020-05-20 16:32:38 +02:00
Simon Warta
113799c886 Format .js files with prettier 2 2020-05-07 12:26:36 +02:00
Simon Warta
01758aadb2 Standardize ExecuteResult, InstantiateResult, UploadResult 2020-03-02 13:36:42 +01:00
Simon Warta
2520e47662 Update nameservice and set verification information 2020-02-28 15:45:55 +01:00
Ethan Frey
a22d0c1947 Proper label for the init.sh contracts 2020-02-27 17:45:13 +01:00
Simon Warta
bf58ca25ff Polish deploy_nameservice.js 2020-02-27 15:14:53 +01:00
Ethan Frey
0db26c6928 Add deploy nameservice script 2020-02-21 17:32:42 +01:00