Commit Graph
230 Commits
Author SHA1 Message Date
Simon Warta 4c19e007e2 Use persist_to_workspace feature to avoid rebuilding in test job 2020-02-06 13:12:14 +01:00
Ethan Frey 6f454152f6 Merge pull request #57 from confio/docs
Update package documentation; clarify faucet deployment
2020-02-06 11:14:14 +01:00
Simon Warta 609098affb Use faucet from NPM 2020-02-06 10:41:08 +01:00
Simon Warta beb60319da v0.0.3 2020-02-06 10:22:21 +01:00
Simon Warta 2480dbb9f9 Add nonces 2020-02-06 10:20:30 +01:00
Simon Warta d7aaaa3899 Add missing bin entry for cosmwasm-faucet 2020-02-06 10:15:58 +01:00
Simon Warta 9be3dda938 Fix titles and links 2020-02-06 10:03:34 +01:00
Simon Warta 0efac03a31 v0.0.2 2020-02-06 09:00:44 +01:00
Simon Warta a1322fe9d5 Add nonces 2020-02-06 08:59:22 +01:00
Ethan Frey 7320bcec3b Merge pull request #52 from confio/add-wasm-queries
Add some basic wasm queries
2020-02-05 18:25:15 +01:00
Ethan Frey 49070f668f A bit more cleanup 2020-02-05 18:22:20 +01:00
Ethan Frey 8699e2e8f7 Cleanup from PR review 2020-02-05 18:05:19 +01:00
Ethan Frey 3e48ee1213 Pin to docker image v0.0.2 2020-02-05 18:02:41 +01:00
Ethan Frey 213d59c75c Clean up test naming 2020-02-05 17:33:53 +01:00
Ethan Frey c7313275c3 Test smart queries 2020-02-05 17:18:25 +01:00
Ethan Frey 90ac9f1387 All contract queries except smart 2020-02-05 17:14:08 +01:00
Ethan Frey 620767b5c6 Inline getCodeId and getContractAddress helpers 2020-02-05 16:59:26 +01:00
Ethan Frey 4bacba8340 Add some basic contract queries 2020-02-05 16:55:51 +01:00
Ethan Frey 0846162434 Test list codes 2020-02-05 16:39:51 +01:00
Ethan Frey 03be05964a More test helper refactoring 2020-02-05 16:31:26 +01:00
Ethan Frey da9eff547e Pull out wasm contract actions as test helper functions 2020-02-05 16:26:37 +01:00
Ethan Frey 477511f1b3 Complete wasm calls via manual testing with curl 2020-02-05 16:11:46 +01:00
Ethan Frey e0b3cb006c Add some basic wasm queries (manually tested with curl) 2020-02-05 15:24:15 +01:00
Ethan Frey ae8acefc81 Merge pull request #55 from confio/speed-up-wasmd
Speed up wasmd
2020-02-05 15:16:35 +01:00
Ethan Frey 50ea6bb54c Reduce block time from 5s to 1s 2020-02-05 14:54:24 +01:00
Ethan Frey 2047b63b7b Merge pull request #54 from confio/rm-top-level-dependencies
Remove top level dependencies
2020-02-05 14:27:13 +01:00
Simon Warta 46af748e67 Remove top level dependencies
the monorepo root must not have runtime dependencies
2020-02-05 14:12:18 +01:00
Simon Warta a74310ab4c Merge pull request #47 from confio/execute-contract
Implement contract execution message
2020-02-05 12:57:30 +01:00
Simon Warta 108e64961e Merge pull request #53 from confio/pubkey-types
Deduplicate pubkey type strings
2020-02-05 12:56:02 +01:00
Simon Warta 651ba497d9 Deduplicate pubkey type strings 2020-02-05 12:34:34 +01:00
Simon Warta 0b3b1559f7 Make pubkeyTypes readonly 2020-02-05 11:50:07 +01:00
Simon Warta f1a354eb0c Extract findAttribute in test code 2020-02-05 11:41:54 +01:00
Simon Warta e3c294ed2e Implement contract execution 2020-02-05 11:31:35 +01:00
Simon Warta ce18a5296d Add some fields to PostTxsResponse 2020-02-05 11:31:35 +01:00
Simon Warta 68670fc8a1 Avoid innecessary Value* types; Add docs 2020-02-05 11:31:35 +01:00
Simon Warta 6083c3f7ea Serach codeIdAttr in first message event 2020-02-05 11:31:35 +01:00
Ethan Frey 5ac758c6ba Merge pull request #44 from confio/move-address-decode-to-sdk
Move address decode to sdk
2020-02-05 11:28:34 +01:00
Ethan Frey 64666d60d4 Merge remote-tracking branch 'origin/master' into move-address-decode-to-sdk 2020-02-05 10:33:45 +01:00
Ethan Frey dc93bfc1e7 Simplify sdk pubkey types 2020-02-05 10:30:21 +01:00
Ethan Frey 0f6721e5f4 Fix lint error 2020-02-05 10:24:45 +01:00
Ethan Frey 4f3bbb8001 Merge pull request #45 from confio/speedup-chain-start
Improve chain start speed
2020-02-05 10:21:20 +01:00
Ethan Frey 9d0a0ddf44 Merge pull request #46 from confio/randomize-contract
Randomize contract wasm
2020-02-05 10:20:22 +01:00
Simon Warta 488dd79be7 Randomize contracts in tests 2020-02-05 01:22:45 +01:00
Simon Warta 4136d5e691 Free variable name: data 2020-02-05 00:45:11 +01:00
Simon Warta dbd02830fa Try some sleep 2020-02-04 23:33:23 +01:00
Simon Warta 8afaed6c1e Add nice title for CI task: 'Wait for blockchain and REST server ...' 2020-02-04 22:28:53 +01:00
Simon Warta fa1a9671db Improve chain start speed
On a dev machine, this reduces a chain restart (./scripts/cosm/stop.sh
&& ./scripts/cosm/start.sh) from 18.5 seconds to 2.7 seconds.
2020-02-04 22:04:21 +01:00
Ethan Frey a2c14bb80b Update bcp address to reduce code dup 2020-02-04 20:31:33 +01:00
Ethan Frey 8807e7532d Move bcp-free address en/de-coding into sdk 2020-02-04 20:06:56 +01:00
Ethan Frey 82447e8afe Merge pull request #42 from confio/normalize-attribute-value
Normalize unset attribute value to empty string
2020-02-04 19:22:05 +01:00