836 Commits

Author SHA1 Message Date
Ethan Frey
ab823d91ed
Merge pull request #154 from CosmWasm/multi-init
Support multiple init files
2020-03-20 12:40:27 +01:00
Ethan Frey
17916b07bb
Merge pull request #150 from CosmWasm/cleanup-cli
Update helpers to modern api, demo net
2020-03-20 12:38:54 +01:00
Ethan Frey
45dd49426f Update helpers after rebase 2020-03-20 12:33:21 +01:00
Simon Warta
ec047ccec3 Convert --init option to array 2020-03-20 12:27:07 +01:00
Simon Warta
28a00f2d2c Remove argparse from cli 2020-03-20 12:27:07 +01:00
Simon Warta
777fb8424f Migrate from argparse to yargs 2020-03-20 12:27:07 +01:00
Simon Warta
189c54123f Install yargs 2020-03-20 12:27:07 +01:00
Ethan Frey
228a6c69fa Add docs on custom networks and sharing mnemonic from cli tools 2020-03-20 12:25:23 +01:00
Ethan Frey
5c75e97f87 Update helpers to modern api, demo net 2020-03-20 12:25:23 +01:00
Ethan Frey
8cf5c68b7e
Merge pull request #152 from CosmWasm/improve-cli
Add axios, fs and FeeTable to CLI by default
2020-03-20 12:18:29 +01:00
Simon Warta
2217c51a00 Replace http/https with axios in CLI 2020-03-20 11:04:50 +01:00
Simon Warta
ccb36aa90a Add fs import to CLI 2020-03-20 11:04:49 +01:00
Simon Warta
0feddaa76d Import FeeTable by default 2020-03-20 11:04:49 +01:00
Simon Warta
bf3ab497fb Cleanup lockfile 2020-03-20 11:04:33 +01:00
Simon Warta
8940222deb
Merge pull request #151 from CosmWasm/export-FeeTable
Add missing package export: FeeTable
2020-03-20 10:39:25 +01:00
Simon Warta
ae75413702 Add missing package export: FeeTable 2020-03-20 10:32:30 +01:00
Ethan Frey
77cd1dac6c yarn upgrade - minimist warning 2020-03-20 10:28:32 +01:00
Simon Warta
323c7a7a71 v0.7.6 v0.7.6 2020-03-18 15:22:09 +01:00
Simon Warta
8b2309f40b Add nonces 2020-03-18 15:21:41 +01:00
Simon Warta
6ad597682c
Merge pull request #146 from CosmWasm/article-refinements
Various library refinements
2020-03-18 11:44:15 +01:00
Simon Warta
7b62f40ef5 Add code property to IndexedTx in bcp package 2020-03-18 11:09:02 +01:00
Simon Warta
48c754f325 Add IndexedTx.code 2020-03-18 10:51:24 +01:00
Simon Warta
fa41bfbf05 Add and test TxsResponse.codespace 2020-03-18 10:35:15 +01:00
Simon Warta
a46a88c5c2 Add and test missing TxsResponse.code 2020-03-18 10:21:03 +01:00
Simon Warta
eb03360b93 Rename to RestClient.txById and move above search 2020-03-18 00:27:48 +01:00
Simon Warta
9b609d3c96 Test txsById 2020-03-18 00:25:11 +01:00
Simon Warta
7a327168ac Test full txsQuery result 2020-03-17 23:21:17 +01:00
Simon Warta
05d941788c Use wasmd.chainId in RestClient tests 2020-03-17 22:58:57 +01:00
Simon Warta
9428bab50a Test PostTxsResponse 2020-03-17 22:58:57 +01:00
Simon Warta
72e7638c19 Remove misleading PostTxsParams
which is not for postTx()
2020-03-17 22:58:57 +01:00
Simon Warta
728a29a072 Improve documentation of RestClient, CosmWasmClient, SigningCosmWasmClient 2020-03-17 22:58:57 +01:00
Simon Warta
30dfbaba50
Merge pull request #145 from CosmWasm/upgrades
Upgrade dependencies
2020-03-16 15:09:17 +01:00
Simon Warta
7012604b66 Reove unused karma-edge-launcher/karma-safari-launcher 2020-03-16 14:45:04 +01:00
Simon Warta
002e80b861 Upgrade karma-jasmine/karma-chrome-launcher 2020-03-16 14:43:05 +01:00
Simon Warta
465d8d6d75 Upgrade @types/diff for version 4 2020-03-16 14:41:25 +01:00
Simon Warta
f4d30a85a0 Cleanup dependencies 2020-03-16 14:40:36 +01:00
Simon Warta
bafd98525a Upgrade dependencies 2020-03-16 14:37:40 +01:00
Ethan Frey
0359e791ab
Merge pull request #144 from CosmWasm/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.4.0 to 6.4.1
2020-03-16 14:06:05 +01:00
dependabot[bot]
19d0dd96fe
Bump acorn from 6.4.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-15 05:01:47 +00:00
Simon Warta
eaa3189e46
Merge pull request #143 from CosmWasm/update-wasmd
Update wasmd to 0.7.1
2020-03-12 21:18:06 +01:00
Simon Warta
c6d0a3aff4 Set wasmd-demo to v0.7.1 2020-03-12 19:01:11 +01:00
Simon Warta
f52838fd15 Remove unused leb128Encode 2020-03-12 17:53:25 +01:00
Simon Warta
8e031e51f3 Don't randomize hackatom 2020-03-12 17:52:29 +01:00
Simon Warta
c7b0b2c74d Pull out and generalize semverMatcher 2020-03-12 17:50:19 +01:00
Simon Warta
d5f8e6316d v0.7.5 v0.7.5 2020-03-11 16:45:05 +01:00
Simon Warta
e7e87396cf Add nonces 2020-03-11 16:44:22 +01:00
Simon Warta
b0d084be5e
Merge pull request #142 from CosmWasm/chain-id
Cache chainID in CosmWasmClient
2020-03-11 11:43:49 +01:00
Simon Warta
4f5b5b8aca Pull out wasmd.expectedChainId 2020-03-11 10:44:00 +01:00
Simon Warta
a50369e43e Cache chain ID 2020-03-11 10:39:37 +01:00
Simon Warta
cbcf854a98 Rename to CosmWasmClient.getChainId 2020-03-11 10:32:11 +01:00