Commit Graph

11 Commits

Author SHA1 Message Date
Alex Peters 7583340d82
Rename to funds in msgs 2021-03-03 13:59:03 +01:00
Alex Peters 6a920852bf
Replace sdk.AccAddress with bech32 string 2020-11-17 13:19:54 +01:00
Alex Peters bcb00d6017
Upgrade to Stargate commits 2020-10-27 15:01:22 +01:00
Alex Peters db464d891b
Rename ambiguous Code attribute 2020-07-17 17:02:21 +02:00
Ethan Frey 3dc9bed3e9
Merge pull request #190 from CosmWasm/gov_events_181
Cleanup event attribute keys
2020-07-15 16:15:21 +02:00
Alex Peters 165e347150
Cleanup event attribute keys 2020-07-15 10:17:34 +02:00
Alex Peters 4400c4526f
Move enabled gov types to app construction 2020-07-14 13:41:12 +02:00
Alexander Peters 9ab18fc46f
Add wasm gov proposals to cli (#183)
* Add wasm gov proposals to cli

* Update changelog

* Rework gov proposal rest handlers

* Fix json naming

* Pretty print byte arrays in CLI

* Replace ambiguous cli flag and rest routes

* Minor cli usage doc update
2020-07-14 13:30:41 +02:00
Alex Peters 522ba535cb
Add configurable control for code instantiation 2020-07-08 16:58:35 +02:00
Alex Peters 85a404691a
Add configurable control to upload code 2020-07-08 15:54:02 +02:00
Alexander Peters 8a547179d2
Gov proposal types and handler (#173)
* Gov proposal types and handler

* Review feedback

* Store code proposal and test

* Accept only valid proposals

* Complete proposal types
2020-07-07 17:55:11 +02:00