Commit Graph

27 Commits

Author SHA1 Message Date
Alex Peters c64d5d54ba
Refactor to grpc message server 2021-01-08 15:06:51 +01:00
Alex Peters 6a920852bf
Replace sdk.AccAddress with bech32 string 2020-11-17 13:19:54 +01:00
Alexander Peters 4fb3a50fa7
Support self calling contract on instantiation (#300)
* Support self calling contract on instantiation

* Review feedback

* Review feedback
2020-11-09 09:16:41 +01:00
Alex Peters bcb00d6017
Upgrade to Stargate commits 2020-10-27 15:01:22 +01:00
Ethan Frey 45ef2f331e
Merge pull request #201 from CosmWasm/polish_handler
Polish types in message handler
2020-07-20 10:58:24 +02:00
Alex Peters db464d891b
Rename ambiguous Code attribute 2020-07-17 17:02:21 +02:00
Alex Peters 437f0237ba
Polish types in message handler 2020-07-17 15:39:26 +02:00
Alex Peters 165e347150
Cleanup event attribute keys 2020-07-15 10:17:34 +02:00
Alex Peters 85a404691a
Add configurable control to upload code 2020-07-08 15:54:02 +02:00
Ethan Frey fc7ba5ad5f Wire up MsgClearAdmin in handler 2020-06-26 11:30:46 +02:00
Ethan Frey cefd743146 Update test code 2020-06-22 14:00:50 +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 8dfde7e77f Remove the "message" events from other modules inside x/wasm 2020-02-27 20:11:32 +01:00
Ethan Frey 502e02429e Properly emit events for every sub-message dispatched by x/wasm 2020-02-27 15:46:27 +01:00
Ethan Frey ba53b8a9c9 Store Label with new contracts 2020-02-25 17:04:34 +01:00
Ethan Frey 47475b2558 Remove execessive events 2020-02-04 19:10:31 +01:00
Ethan Frey 06c3f0f253 All compiles except ./cmd 2020-01-23 19:18:17 +01:00
Ethan Frey 5668833d69 Adjust Instantiate and Execute signatures 2020-01-21 13:21:36 +01:00
anilCSE 92e26efa79 Fix validate source url and Update genesis tests 2020-01-18 12:32:34 +05:30
anilCSE adb07de1db Add genesis tests for source, builder 2020-01-17 21:32:19 +05:30
Sahith Reddy Narahari 872a40eaa3 Merge branch 'master' of https://github.com/cosmwasm/wasmd into vw/add_source_ref 2020-01-17 19:32:58 +05:30
Sahith Reddy Narahari b2172a81e5 Added source and builder to validate basic 2020-01-17 19:16:09 +05:30
anilCSE 62d0c308a8 Add source ref 2020-01-17 10:58:50 +05:30
Ethan Frey a93195a21b Fix tests 2020-01-16 14:46:44 +01:00
Ethan Frey 5f304e335c First run-through documented, along with TODOs 2019-11-22 19:00:20 +01:00
Ethan Frey 4e8001b01f Raw copy from cosmos/modules (still on v0.37) 2019-11-22 16:59:11 +01:00