Commit Graph

612 Commits

Author SHA1 Message Date
Ethan Frey cd9ae0447b Update binary name in help text 2020-07-27 15:10:13 +02:00
Ethan Frey 5f48074a8a Make the bech32 prefix configurable in Makefile, unique for coral 2020-07-27 15:10:13 +02:00
Ethan Frey c3fe4d83b9 Set different dirs for coral binary 2020-07-27 15:10:13 +02:00
Ethan Frey 2d04c3c75c Add build-coral to the Makefile 2020-07-27 15:10:13 +02:00
Ethan Frey 826ca87b42
Merge pull request #226 from CosmWasm/fix-query-gas
Fix gas calculation on QuerySmart
2020-07-27 15:08:56 +02:00
Ethan Frey e83f2de688 Cleanup from PR comments 2020-07-27 14:56:29 +02:00
Ethan Frey e088aecde1 Test external query gas limits are still enforced 2020-07-27 14:10:09 +02:00
Ethan Frey 666722ad6d
Merge pull request #221 from CosmWasm/remove-gaia-legacy
Remove gaia legacy
2020-07-27 13:52:07 +02:00
Ethan Frey 8af0c88e34 Test gas charged properly for various recursion levels 2020-07-27 13:48:33 +02:00
Ethan Frey f74e077a27 Properly charge gas in keeper 2020-07-27 13:44:18 +02:00
Ethan Frey fa5d338509 Framework for recursive query tests 2020-07-27 13:32:07 +02:00
Ethan Frey 344e14b463 Remove more binary caching 2020-07-24 22:10:36 +02:00
Ethan Frey 37aa1156ed Remove tools from CI 2020-07-24 22:07:09 +02:00
Ethan Frey 0ffd572f1d Properly format code 2020-07-24 22:01:59 +02:00
Ethan Frey 6f747d29a7 Trim unused config from circle ci, fix makefile 2020-07-24 21:59:34 +02:00
Ethan Frey 078c8e57b3 Remove CONTRIBUTION template and some docker/dress/sims config files 2020-07-24 21:50:32 +02:00
Ethan Frey 881c52b35e Remove gaia-specific testnet setup 2020-07-24 21:48:11 +02:00
Ethan Frey a4d27bf63e Remove gaia-specific docs 2020-07-24 21:47:54 +02:00
Ethan Frey 1d2808b3c9 Remove gaia-specific gitian code 2020-07-24 21:47:39 +02:00
Ethan Frey 5224936dcd
Merge pull request #218 from CosmWasm/update-go-cosmwasm
Update go cosmwasm
2020-07-24 13:55:33 +02:00
Alex Peters ff8991e950
Adopt contract updates to TestImportContractWithCodeHistoryReset 2020-07-24 13:41:32 +02:00
Ethan Frey d0645f3608
Merge pull request #219 from CosmWasm/better-msg-json
Store Message ignores missing permission field from JSON Encoding
2020-07-24 12:09:06 +02:00
Ethan Frey e43c032e66 Store Message ignores missing permission from JSON 2020-07-24 11:43:39 +02:00
Ethan Frey 4c6757fc1e Always throw OutOfGas panic when wasmer uses all gas 2020-07-24 11:31:09 +02:00
Ethan Frey 6ef26fa768 Updated all test contracts, gas costs 2020-07-24 11:05:00 +02:00
Ethan Frey fae55715e5 Update go-cosmwasm to v0.10.0-alpha2 and code compiles 2020-07-24 10:51:10 +02:00
Ethan Frey 5e6a0eb01d Handle gas meter multiplier in x/wasm not go-cosmwasm 2020-07-23 22:53:42 +02:00
Ethan Frey 3d04299091
Merge pull request #217 from CosmWasm/enable-historical-info
Enable Staking BeginBlocker
2020-07-23 15:21:19 +02:00
Ethan Frey fd81e60d02 Enable Staking BeginBlocker 2020-07-23 13:54:32 +02:00
Ethan Frey 04cfcdc1da
Merge pull request #213 from CosmWasm/fix-recursive-queries
fixed recursive queries losing context
2020-07-22 17:22:51 +02:00
Reuven Podmazo a7f801d123
fixed recursive queries losing context 2020-07-22 16:13:56 +03:00
Alexander Peters 6e021d9b45
Merge pull request #209 from CosmWasm/upgrade_to_launchpad
Upgrade sdk to launchpad
2020-07-21 14:11:41 +02:00
Alex Peters 0a045ce4a2
Upgrade sdk version to stable version 2020-07-21 09:17:22 +02:00
Ethan Frey 1f701b82dd
Merge pull request #208 from CosmWasm/history_store_196
Use prefix store for contract history
2020-07-21 09:09:12 +02:00
Alex Peters ad520ed1d3
Return init/migration msg with contract history 2020-07-20 17:22:10 +02:00
Alexander Peters 5c5e0f216a
Merge pull request #199 from CosmWasm/json_validation
Better Json validation
2020-07-20 16:45:04 +02:00
Alexander Peters e59b38ab20
Merge pull request #198 from CosmWasm/better_genesis_import
Better genesis import
2020-07-20 16:42:44 +02:00
Alex Peters 660e1fd9b9
Upgrade sdk to launchpad rc0 2020-07-20 15:53:54 +02:00
Alex Peters a1aa2f5e4c
Fix codec for msg 2020-07-20 14:59:23 +02:00
Alex Peters e62f2cac44
Add CLI + REST support for contract history 2020-07-20 14:58:44 +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
Ethan Frey 45ef2f331e
Merge pull request #201 from CosmWasm/polish_handler
Polish types in message handler
2020-07-20 10:58:24 +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