1006 Commits

Author SHA1 Message Date
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
Simon Warta
89fed439a0 v0.7.4 v0.7.4 2020-03-10 16:41:05 +01:00
Simon Warta
4c86875216 Add nonces 2020-03-10 16:37:51 +01:00
merge-when-green[bot]
933921ddb1
Merge pull request #141 from confio/cache-codes
Cache code details
2020-03-10 15:23:19 +00:00
Simon Warta
76936122ea Cache getCodeDetails calls 2020-03-10 16:19:30 +01:00
Simon Warta
d53d4a34b7
Merge pull request #139 from confio/improve-NodeInfoResponse-type
Add remaining fields to NodeInfoResponse
2020-03-10 16:11:16 +01:00
Simon Warta
267c53a7ea
Merge pull request #138 from confio/upgrade-to-erc20-0.3.0
Upgrade to ERC20 contract to 0.3.0
2020-03-10 16:10:25 +01:00
Simon Warta
32e1e5aa76
Merge pull request #140 from confio/height
Add efficient CosmWasmClient.getHeight
2020-03-10 16:10:06 +01:00
Simon Warta
dba3cbe69a Move pattern matching into object equality check 2020-03-07 21:11:52 +01:00
Simon Warta
a08b07f320 Add more efficient getHeight implementation 2020-03-07 18:44:13 +01:00
Simon Warta
e7f60e9abd Add CosmWasmClient.getHeight() 2020-03-07 17:30:43 +01:00
Simon Warta
2d85ecc840 Add and test AuthAccountsResponse.height 2020-03-07 17:23:58 +01:00
Simon Warta
c7c1002c3d Add support for prerelease versions 2020-03-07 11:30:38 +01:00
Simon Warta
5309e460b8 Add remaining fields to NodeInfoResponse 2020-03-07 11:23:17 +01:00
Simon Warta
28460cfc0f v0.7.3 v0.7.3 2020-03-07 01:44:03 +01:00
Simon Warta
632d8869e4 Add nonces 2020-03-07 01:43:42 +01:00
Simon Warta
bbb84e7a1c Adapt deployedErc20 2020-03-06 22:43:46 +01:00
Simon Warta
c0a8f8a3ab Upgrade ERC20 contract to 0.3.0 2020-03-06 22:16:06 +01:00
Simon Warta
8a608a1204 Upgrade wasmd to v0.7.0 2020-03-06 22:15:35 +01:00
Simon Warta
505ef691b5
Merge pull request #137 from confio/any-pubkey-prefix
Support any prefix in decodeBech32Pubkey/encodeBech32Pubkey
2020-03-06 21:59:02 +01:00
Simon Warta
0e1caf96e7 Support any prefix in decodeBech32Pubkey/encodeBech32Pubkey 2020-03-06 19:22:50 +01:00
Simon Warta
6ee4b0a317 v0.7.2 v0.7.2 2020-03-06 16:41:59 +01:00
Simon Warta
1049afa32b Add nonces 2020-03-06 16:41:17 +01:00
merge-when-green[bot]
f2ca2dbaf9
Merge pull request #136 from confio/fix-fast-deep-equal
Fix fast-deep-equal dependency
2020-03-06 15:38:33 +00:00
Simon Warta
8920168948 Add missing dependency to sdk 2020-03-06 16:34:56 +01:00
Simon Warta
18ba47cf6d Remove unused dependency from faucet 2020-03-06 16:34:45 +01:00
Simon Warta
b5ac5adda5 v0.7.1 v0.7.1 2020-03-06 13:09:55 +01:00
Simon Warta
0d1d939368 Add nonces 2020-03-06 12:48:48 +01:00
Simon Warta
bd16afcf22
Merge pull request #135 from confio/cli-stuff
Improve CLI usage
2020-03-06 12:36:51 +01:00
Simon Warta
60ae617edd
Merge pull request #134 from confio/normalizeArray
Create warning type CosmosSdkArray and standardize normalization
2020-03-06 12:36:33 +01:00
Simon Warta
a1f487ebb4 Use any instead of object, which allows accessing members unknown to the type system 2020-03-06 11:42:01 +01:00