Commit Graph

16 Commits

Author SHA1 Message Date
Alexander Peters
ebac9aac66 Implement CLI/REST server support for new messages (#131)
* Cleanup ContractInfo type

* Add admin to contract instanciation

* Add cli commands for new TX

* Add rest support for new TX

* Update changelog

* Make optional admin flag for better UX

* Add flag to not accidentally clear admin on update
2020-06-05 15:08:11 +02:00
Alexander Peters
9a16d583d3 Update contract admin (#124)
* Add update administrator

* Review comments
2020-06-05 14:02:01 +02:00
Alexander Peters
81d8560d41 Migrate contract backend functionality with go-cosmwasm stub impl (#122)
* Start migration server side

* Return migration response and emit events

* Dispatch migrate contract messages

* Rebase to 0.9 and minor updates

* Review feedback

* Update changelog

* Add msg test
2020-06-04 08:54:30 +02:00
Ethan Frey
95bd9e8efa Update alias.go, format, clean imports 2020-05-13 22:55:07 +02:00
Ethan Frey
c829fcff5a Rename import from cosmwasm/wasmd to CosmWasm/wasmd 2020-05-13 22:15:40 +02:00
Ethan Frey
f727cb4aff Load contractAccount less, just use AccAddress 2020-05-07 09:59:32 +02:00
Ethan Frey
1c0d557707 Update tests 2020-02-26 09:19:26 +01:00
Ethan Frey
c509fb91d8 Remove contract string list, add address info to by code id, filter out init_msg in list 2020-02-26 09:19:26 +01:00
anilCSE
536d6750c7 Merge branch 'master' of github.com:cosmwasm/wasmd into vw/lru_cache_config
# Conflicts:
#	x/wasm/alias.go
#	x/wasm/internal/keeper/keeper.go
2020-01-18 18:25:54 +05:30
anilCSE
84f63203d1 Add wasmconfig and default config 2020-01-18 14:03:03 +05:30
Ethan Frey
a14b6961ba Update alias.go 2020-01-16 14:48:45 +01:00
Sunny Aggarwal
e9c772845f rename Contract -> ContractInfo 2020-01-09 14:53:36 -05:00
Sunny Aggarwal
5d21232326 added genesis functions 2020-01-06 19:42:44 -05:00
Ethan Frey
4a77f43b63 Add query command for wasm code 2019-11-22 17:50:10 +01:00
Ethan Frey
a1369d799f Update imports in x/wasmd 2019-11-22 17:05:38 +01:00
Ethan Frey
4e8001b01f Raw copy from cosmos/modules (still on v0.37) 2019-11-22 16:59:11 +01:00