Commit Graph

1801 Commits

Author SHA1 Message Date
dependabot-preview[bot]
97c5f7a5bc Merge PR #258: Bump github.com/spf13/viper from 1.6.1 to 1.6.2
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.6.1...v1.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 09:13:34 -05:00
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
Ethan Frey
ec7f996218 Disable instance lru cache and update gas 2020-01-17 14:08:35 +01:00
Ethan Frey
de89907c0d Merge pull request #25 from cosmwasm/cosmwasm-0.6
Cosmwasm 0.6
2020-01-17 11:48:53 +01:00
Ethan Frey
f206d9a4ba Comment on last gaia update - we need to fix this 2020-01-17 11:30:46 +01:00
Ethan Frey
3b342bda78 Update escrow contract and uncomment tests 2020-01-17 11:26:19 +01:00
Sahith Reddy Narahari
6aa15e7c45 Added rest interface for store code 2020-01-17 15:50:23 +05:30
anilCSE
62d0c308a8 Add source ref 2020-01-17 10:58:50 +05:30
anilCSE
2eff7112ea Allow configure query gas limit 2020-01-17 10:14:33 +05:30
anilCSE
c88a7d14d2 Add lru cache size config 2020-01-17 09:45:36 +05:30
Ethan Frey
a14b6961ba Update alias.go 2020-01-16 14:48:45 +01:00
Ethan Frey
a93195a21b Fix tests 2020-01-16 14:46:44 +01:00
Ethan Frey
16af0d6401 Fixed nil pointer in error handler 2020-01-16 14:41:12 +01:00
Ethan Frey
275c70bcff Overhauled errors to sdk/errors 2020-01-16 14:35:25 +01:00
Ethan Frey
ab5e56351e Fix smart query test with good data 2020-01-16 13:37:51 +01:00
Ethan Frey
91895d8c60 Fixed all internal tests but one (rust panic caught) 2020-01-16 13:03:23 +01:00
Ethan Frey
27c5483ba7 Fixed module tests (disabled escrow) 2020-01-16 12:41:32 +01:00
Ethan Frey
d891dd8f7a Update testdata/contract.wasm to 0.6.3 compatible 2020-01-16 12:27:35 +01:00
Ethan Frey
b891ecd064 Update api call, wasmd builds 2020-01-16 12:24:25 +01:00
Ethan Frey
0d75a2ee66 Update go-cosmwasm to 0.6 2020-01-16 11:52:20 +01:00
Marko
f61b391aee Merge PR #250: Docs-update 2020-01-15 08:20:24 -05:00
dependabot-preview[bot]
ce3725293f Merge PR #256: Bump github.com/pkg/errors from 0.9.0 to 0.9.1
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.9.0...v0.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-15 08:19:03 -05:00
sahith-narahari
b9e2bc3dfe Merge branch 'master' of github.com:cosmwasm/wasmd into vw/add-rest-server 2020-01-15 16:55:55 +05:30
Ethan Frey
09016ead0a Merge pull request #22 from cosmwasm/improve_contract_queries_12
Improve wasm contract queries
2020-01-15 11:53:29 +01:00
Alex Peters
a1e01e5df4 ContrctQueries return non nil model slice 2020-01-14 21:45:43 +01:00
Alex Peters
6a76047d57 Return empty result for unknown raw key query 2020-01-14 21:31:55 +01:00
Alex Peters
1874a6c580 Update testnet doc 2020-01-14 17:19:56 +01:00
Alex Peters
be63000e95 Update changelog 2020-01-14 17:16:26 +01:00
Alex Peters
f051d24fe8 Rework query result type; tests 2020-01-14 17:04:45 +01:00
Alex Peters
9156f29a72 Query contract state variations 2020-01-14 13:47:42 +01:00
Ethan Frey
eb78f8c9c0 Merge pull request #23 from sikkatech/genesis_tests
Add genesis tests
2020-01-14 12:19:24 +01:00
Ethan Frey
d365da2a5f Merge pull request #19 from cosmwasm/vw/auto-gzip-contracts
Add auto-gzip contracts in cli when uploading
2020-01-14 12:16:29 +01:00
Ethan Frey
e075a1604f Merge pull request #9 from alpe/wasm_gzip_tx_20
Uncompress gzip data in tx body
2020-01-14 12:13:06 +01:00
Alex Peters
c6aac95b69 Add 'raw, all' queries 2020-01-14 12:10:00 +01:00
Alex Peters
2978442803 Add requested uncompress test case 2020-01-14 11:09:13 +01:00
Alex Peters
2d32d9f11b Cleanup uncompress 2020-01-14 11:06:08 +01:00
Sahith Reddy Narahari
d33e0841dd Added routes for rest 2020-01-14 15:02:00 +05:30
anilCSE
10e49dc625 Add more tests 2020-01-14 10:35:49 +05:30
anilCSE
2ec1a577c1 Fix review changes 2020-01-14 10:02:49 +05:30
Sunny Aggarwal
9d39f3aa58 added genesis tests 2020-01-13 15:32:10 -05:00
Ethan Frey
ce35d8de82 Merge pull request #21 from cosmwasm/handle_not_found
Handel contact not found
2020-01-13 15:58:40 +01:00
Alex Peters
681dcd2239 Handle contract not found cases 2020-01-13 15:18:25 +01:00
dependabot-preview[bot]
2c749732bc Merge PR #255: Bump github.com/pkg/errors from 0.8.1 to 0.9.0 2020-01-13 08:56:40 -05:00
Ethan Frey
3fae154409 Merge pull request #6 from sikkatech/master
Added genesis functions
2020-01-13 14:53:50 +01:00
Alexander Bezobchuk
53e83679e9 Merge PR #253: Bump SDK master commit 2020-01-12 09:49:13 -05:00
Sunny Aggarwal
1956070ca5 move Code and Contract to genesis.go 2020-01-11 13:25:48 -05:00
Alex Peters
dfba1699e2 Limit uncompressed content 2020-01-11 15:10:49 +01:00
anilCSE
b71505bd8f Add auto-gzip contracts in cli when uploading 2020-01-11 16:16:58 +05:30
Alexander Bezobchuk
edfdf6dcc3 Merge PR #252: v2.0.4 Changelog 2020-01-10 09:39:09 -05:00