Commit Graph

307 Commits

Author SHA1 Message Date
Alex Peters ad520ed1d3
Return init/migration msg with contract history 2020-07-20 17:22:10 +02:00
Alex Peters a1aa2f5e4c
Fix codec for msg 2020-07-20 14:59:23 +02:00
Alex Peters 430da1dbf5
Remove unused arguments 2020-07-20 14:44:19 +02:00
Alex Peters 00adcb4a58
Add contract history query handler 2020-07-20 14:44:19 +02:00
Alex Peters 72a1a45030
Use prefix store for contract history 2020-07-20 14:44:19 +02:00
Alex Peters 1c4d4d8f0e
Validate json msg payload 2020-07-20 14:43:23 +02:00
Alex Peters 882d8177b8
Verify genesis import data 2020-07-20 14:42:26 +02:00
Alex Peters e6e4839875
Genesis export via code prefix 2020-07-20 14:42:26 +02:00
Ethan Frey 65e4e3a9b5
Merge pull request #195 from CosmWasm/update_history
Full history of contract code migrations
2020-07-20 14:29:50 +02:00
Alexander Peters 02a54d33ff
Merge pull request #204 from CosmWasm/code_id
Rename ambiguous Code attribute
2020-07-20 10:29:43 +02:00
Alexander Peters 81351d8c52
Merge pull request #200 from CosmWasm/amino_renaming
Follow sdk amino naming convention
2020-07-20 10:21:14 +02:00
Alex Peters d9143bc927
Polish for go vet 2020-07-17 17:09:14 +02:00
Alex Peters db464d891b
Rename ambiguous Code attribute 2020-07-17 17:02:21 +02:00
Alex Peters 631aa8461c
Follow sdk amino naming convention 2020-07-17 15:21:57 +02:00
Alex Peters a9f31c7cd8
Additional tests and minor updates 2020-07-17 10:40:32 +02:00
Alex Peters 530710e67f
Validate InstantiateConfig in CodeInfo 2020-07-17 09:49:43 +02:00
Alex Peters 871896c62b
Reset history on import 2020-07-16 17:16:28 +02:00
Alex Peters f8dbfd12f0
Store code history for contract 2020-07-16 16:49:14 +02:00
Alexander Peters 774f6d7876
Introduce Wasmgovd (#189)
* Introduce wasmgovd; disable wasm proposals with wasmd

* Update changelog

* Setup wasmgov with permission Nobody

* Review feedback
2020-07-16 16:47:44 +02:00
Ethan Frey 7f02f57f21 Increase and document the MaxGas limit 2020-07-15 16:21:40 +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 aff2214391
Better naming for proposal type selections 2020-07-15 09:17:01 +02:00
Alex Peters 4400c4526f
Move enabled gov types to app construction 2020-07-14 13:41:12 +02:00
Alex Peters 7903528306
Add code doc 2020-07-14 13:33:17 +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 ad24376b58
Prevent contract funding from blocked addr 2020-07-09 13:37:33 +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
Alex Peters 82702a0bea
Genesis code import not position agnostic 2020-07-01 12:03:25 +02:00
Alex Peters 44696c4a98
Test validateBasic methods 2020-07-01 09:59:40 +02:00
Alex Peters f7b4acf47c
Review comments and additinal tests 2020-06-30 20:37:21 +02:00
Alex Peters a20e568bff
Validate genesis model 2020-06-30 11:09:15 +02:00
Alex Peters 005c8bfe0a
Go 1.13 backport 2020-06-29 18:07:03 +02:00
Alex Peters f71a9bbb13
Ex/Import missing LastInstanceID key 2020-06-29 16:49:45 +02:00
Alex Peters 077d99dbc2
Initial fuzz test 2020-06-29 16:07:58 +02:00
Ethan Frey 5fd8dc363c Update to go-cosmwasm 0.9.0-beta 2020-06-26 16:41:31 +02:00
Ethan Frey 3b96d488c1 Updated with PR comments 2020-06-26 12:06:15 +02:00
Ethan Frey 4dac673884 Add MsgClearAdmin, MsgUpdateAdmin requires admin set 2020-06-26 11:27:34 +02:00
Ethan Frey b65f47f95a Rename MsgUpdateAdministrator -> MsgUpdateAdmin 2020-06-26 11:11:44 +02:00
Ethan Frey e0f9319624 Fix test cases 2020-06-23 15:59:36 +02:00
Ethan Frey 3f55bd7ceb Update to go-cosmwasm 0.9.0-alpha3 with new test contracts 2020-06-23 15:55:37 +02:00
Ethan Frey 420f3e2deb Update gas costs in unit tests 2020-06-22 21:07:02 +02:00
Ethan Frey 751ce5a9bf Charge gas per instance created 2020-06-22 21:05:31 +02:00
Ethan Frey cefd743146 Update test code 2020-06-22 14:00:50 +02:00
Ethan Frey ac95b583fc Update to handle multiple response types 2020-06-22 13:44:06 +02:00
Ethan Frey f7d8d6bd6f Update with go-cosmwasm fix 2020-06-15 23:58:21 +02:00
Ethan Frey ab5fdbb6c9
Merge pull request #141 from CosmWasm/minor_fixes
Minor fixes
2020-06-15 10:01:43 +02:00
Alex Peters 42f544f5c8
Minor fixes 2020-06-12 14:50:59 +02:00
Alex Peters 21df300847
Verify migration events 2020-06-11 11:38:46 +02:00
Alex Peters 3a317f6fad
Add migration integraton tests 2020-06-11 10:37:47 +02:00
Ethan Frey 46b2cadfd0 Update go-cosmwasm and test contracts 2020-06-09 14:27:01 +02:00
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
Reuven Podmazo 0ba1e68ff0
fixed test 2020-06-04 16:33:57 +03:00
Reuven Podmazo 675c92fedc
added the GasConsumed method to QueryHandler 2020-06-04 16:32:27 +03: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 545681db81 Update tests for new contracts 2020-06-03 17:08:41 +02:00
Ethan Frey a03f4af61b Update wasm contracts 2020-06-03 17:06:08 +02:00
Reuven Podmazo da3964a786
updated commit of go-cosmwasm dependency to branch dynamic-gas-metering 2020-05-28 00:54:22 +03:00
Reuven Podmazo 398763ae9a
adjusted gas consumption logic in case of errors in go-cosmwasm
see:
https://github.com/CosmWasm/go-cosmwasm/pull/90
https://github.com/CosmWasm/cosmwasm/pull/359
2020-05-25 21:01:05 +03:00
Ethan Frey a6bcf8c16e Update for new staking queries 2020-05-19 21:34:46 +02:00
Ethan Frey 5dbc443ae0 Import updated test contracts 2020-05-19 21:34:46 +02:00
Ethan Frey 533f4189fa Cleanup 2020-05-18 21:55:34 +02:00
Ethan Frey eed809c22f Reinvest tests pass! 2020-05-18 21:49:11 +02:00
Ethan Frey ade03a1d39 Progress on distro wiring for reinvest 2020-05-18 21:08:04 +02:00
Ethan Frey 11f889dac8 Test coverage for unbonded case 2020-05-18 18:15:47 +02:00
Ethan Frey d80a6ea383 Add more queries to bonded case 2020-05-18 17:38:36 +02:00
Ethan Frey da57fd357b Test contract bonds properly 2020-05-18 17:28:31 +02:00
Ethan Frey c4c1f9cf35 Test scaffolding for staking, test init and query callbacks 2020-05-18 15:45:10 +02:00
Ethan Frey 0379db676c Add staking contract, rename mask -> reflect 2020-05-18 13:04:24 +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 27617a7551 Update test contracts and gas prices 2020-05-13 21:19:51 +02:00
Ethan Frey 945067f5c0 Update to 0.8.0-alpha2 2020-05-13 21:16:18 +02:00
Ethan Frey c691c79042 Calculate staked amount for delegation 2020-05-11 13:22:57 +02:00
Ethan Frey 21fa8a6ba5 Test all CosmosMsg -> sdk.Msg encoding 2020-05-11 12:39:49 +02:00
Ethan Frey 6b88cefe43 Add staking queries with some open TODOs 2020-05-11 11:28:07 +02:00
Ethan Frey e6dd80493b Implement StakingMsg.Withdraw as two sdk messages 2020-05-11 09:58:16 +02:00
Ethan Frey b2ba8026ef WasmMsg Encoders can return []sdk.Msg 2020-05-11 09:53:34 +02:00
Ethan Frey 102ac8ed1d Add staking messages except Withdraw 2020-05-11 09:45:35 +02:00
Ethan Frey 8306d89010 Properly throw OutOfGas when we hit storage limits inside the contract 2020-05-07 12:03:31 +02:00
Ethan Frey b3fe657920 Test custom query callbacks with mask contract 2020-05-07 11:43:57 +02:00
Ethan Frey 001969c70e Add wasm query callback 2020-05-07 11:27:17 +02:00
Ethan Frey 0ca2ff6702 Make QueryPlugins configurable for keeper 2020-05-07 11:08:20 +02:00
Ethan Frey 7caa786d71 Register and demo custom message handlers with mask 2020-05-07 10:40:54 +02:00
Ethan Frey 7b7a293835 Allow configuring custom message handlers in wasm 2020-05-07 10:20:18 +02:00
Ethan Frey f727cb4aff Load contractAccount less, just use AccAddress 2020-05-07 09:59:32 +02:00
Ethan Frey 42d187058e Handle Wasm instantiate 2020-05-06 17:26:36 +02:00
Ethan Frey ffcab2176a Allow contracts to dispatch contract messages 2020-05-06 17:21:59 +02:00
Ethan Frey 77d1ea4c22 Add bank querier 2020-05-06 13:58:18 +02:00
Ethan Frey f4294868d6 internal tests pass, with 3-4 skipped for now, escrow contract old 2020-05-06 12:45:23 +02:00
Ethan Frey 91bd23b910 Updated internal/keeper testcontracts to 0.8-dev 2020-05-06 12:09:11 +02:00
Ethan Frey a53bfdf612 Added stubs for handler, querier to compile code 2020-05-06 11:57:55 +02:00
Ethan Frey 03ad1fb1a0 Update to CosmWasm/go-cosmwasm master 2020-05-06 11:21:15 +02:00
Ethan Frey d9afc08be6 Simplify handling of simulation in UploadCode given v0.7.1 behavior 2020-03-12 15:30:03 +01:00
Ethan Frey 9dda90cdf6 Update simulation test to the high-level behavior we want - simulate than create for real 2020-03-12 15:29:07 +01:00
Ethan Frey b389b75fdb Add test failure (cannot create duplicate) 2020-03-12 15:21:16 +01:00
Ethan Frey b5601c8ec7 Fixed test case 2020-03-02 16:09:22 +01:00
Ethan Frey 188d156122 Update logic and fix genesis test 2020-03-02 15:48:13 +01:00
Ethan Frey 10aea17a75 Add failing tests for the new conditions to restrict 2020-03-02 15:44:07 +01:00
Ethan Frey fee390d8f4 Return all info with GetCode, not just wasm 2020-03-01 21:20:34 +01:00
Ethan Frey 4bac7d7daf Return null not error when query missing contract 2020-02-29 20:50:38 +01:00
Ethan Frey 79d45f0525 Remove unneeded filter in handleSdkMessage 2020-02-27 20:13:29 +01:00
Ethan Frey 443c6b9614 Also redact Created field when showing contract details 2020-02-27 19:07:56 +01:00
Ethan Frey 340fa4c5b2 Test and fix the sorting and redacting of created at 2020-02-27 19:07:56 +01:00
Ethan Frey 4a2ee1ab9a Store CreatedAt info when instantiating contracts 2020-02-27 19:07:56 +01:00
Ethan Frey c72cc4596e Add CreatedAt info to ContractInfo 2020-02-27 19:07:56 +01:00
Ethan Frey 863c5e1439 Cleanup rest - no null init_msg, error on no such contract 2020-02-27 18:08:06 +01:00
Ethan Frey 2b1972ace3 Proper json for MsgInstantiateContract.Label 2020-02-27 17:44:10 +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 90192b8257 Cleanup mask tests 2020-02-27 14:47:43 +01:00
Ethan Frey 4ee327ff2c Add updated mask contract 2020-02-27 14:37:59 +01:00
Ethan Frey 4ad9c900a4 Update test contract, escrow to 0.7 version 2020-02-27 12:24:13 +01:00
Ethan Frey 9b8dcefb24 x/wasm compiles, many tests fail 2020-02-27 11:47:30 +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
Ethan Frey 61a117db05 Add test label is properly stored 2020-02-25 17:09:42 +01:00
Ethan Frey ba53b8a9c9 Store Label with new contracts 2020-02-25 17:04:34 +01:00
Ethan Frey b80fbdaa9e Add Label to MsgInstantiateContract and fix validation 2020-02-25 16:59:20 +01:00
Ethan Frey fae5628fba Update Msg docs 2020-02-25 16:40:21 +01:00
Ethan Frey 6cac874374 Better Validation on Sender, Source URL 2020-02-25 16:22:38 +01:00
Ethan Frey ea6346e87f Update BuilderRegexp to be a larger section of docker image:tags 2020-02-25 16:10:02 +01:00
Ethan Frey 28591613fa querySmart returns base64-encoded contract result
queryRaw and queryAllState return []model object
(array of key-hex and value-base64)
2020-02-10 20:10:45 +01:00
Ethan Frey d3abcc69c0 Include source and builder in code info return info 2020-02-09 22:12:29 +01:00
Ethan Frey a458606b17 Add /wasm/code/{codeID}/contracts to rest to get all contract info by codeID 2020-02-09 22:09:48 +01:00
Ethan Frey cb148f0d13 Sort the contract addresses on queries 2020-02-09 21:59:20 +01:00
Ethan Frey d3ef507da7 Ensure storage loop throws an ErrorOutOfGas 2020-02-07 19:36:32 +01:00
Ethan Frey ce50e155ed Test panic and cpuloop handling 2020-02-07 19:26:13 +01:00
Ethan Frey 7d3b0e4ca5 Use base64 encoding for the CosmosMsg::Contract string payload 2020-02-07 19:11:27 +01:00
Ethan Frey b30f96a551 Use new test contract with failure modes, and fix all calls 2020-02-07 19:04:01 +01:00
Ethan Frey f39ee1df58 properly send funds when dispatching message to another contract 2020-02-04 18:58:17 +01:00
Ethan Frey b760527294 Don't send coins when Instantiate/Execute are called without Coins 2020-02-04 18:58:17 +01:00
Ethan Frey dbe123986d Fix gas prices 2020-01-27 11:53:56 +01:00
Alex Peters ef94d4b983
Prevent storing wasm code in simulation mode 2020-01-27 11:32:51 +01:00
Ethan Frey a8fd5e97da Cleanup and README explanations 2020-01-24 11:31:21 +01:00
Ethan Frey 33c4e92bdf Fix tests 2020-01-24 11:23:10 +01:00
Ethan Frey 9d2cbc9c66 WIP: fixing types in tests 2020-01-24 08:19:32 +01:00
Ethan Frey 99be1ca85e Update data types 2020-01-24 08:19:32 +01:00
Ethan Frey 95cc9da7f3 Merge branch 'master' into merge_gaia_master_broken 2020-01-23 22:53:42 +01:00
Sunny Aggarwal 1addc4847a remove http request 2020-01-23 16:18:47 -05:00
Ethan Frey 85d7677eaf x/wasmd tests pass 2020-01-23 19:43:09 +01:00
Ethan Frey 94667e9678 x/wasm/internal compiles 2020-01-23 19:10:08 +01:00
Ethan Frey a3ec9f95a5 Updated tendermint cmn imports 2020-01-23 18:59:38 +01:00
Ethan Frey e28db84189 Contract-to-contract send works 2020-01-21 14:13:36 +01:00
Ethan Frey 5b9c6592c2 Test mask re-dispatching contract msg, fix bugs 2020-01-21 13:55:51 +01:00
Ethan Frey 5668833d69 Adjust Instantiate and Execute signatures 2020-01-21 13:21:36 +01:00
Ethan Frey b5a621a925 Upgrade go-cosmwasm, fix CosmosMsg usage 2020-01-21 13:15:26 +01:00
Ethan Frey 5e95d755b6 Clean up tests 2020-01-21 09:44:23 +01:00
Ethan Frey da662fbd5c Cleanup 2020-01-21 09:09:42 +01:00