Commit Graph

251 Commits

Author SHA1 Message Date
Simon Warta
82b23c87b5 Update interfaces and test contract to 0.8 2020-05-20 16:32:38 +02:00
Simon Warta
7218afde51 Update testing contracts 2020-05-20 16:32:38 +02:00
Simon Warta
4d9681e404 Open up Tendermint version range in test 2020-05-20 15:55:07 +02:00
Simon Warta
73c9905527 Polish test code 2020-05-08 22:16:19 +02:00
Simon Warta
9cf893504c Adapt BCP tests 2020-05-08 22:11:07 +02:00
Simon Warta
08c1a35395 Add a few signing tests 2020-05-08 22:11:07 +02:00
Simon Warta
35898e82c7 Update expected account number of unused account to 9 2020-05-08 22:11:07 +02:00
Simon Warta
8388399c24 Pull out rawSecp256k1PubkeyToAddress 2020-05-08 22:11:06 +02:00
Simon Warta
85e57bcab2 Bugfix: sequence number is 0 for first tx 2020-05-07 12:42:25 +02:00
Simon Warta
ab2f737b9f Upgrade prettier to version 2 2020-04-17 08:35:55 +02:00
Simon Warta
0959f700d4 Show transaction ID when error code is set 2020-04-02 15:30:55 +02:00
Simon Warta
1b8a696df3 Open up event type checking 2020-03-21 09:31:25 +01:00
Simon Warta
6bc26a8429 Export SearchByTagsQuery 2020-03-20 15:58:23 +01:00
Simon Warta
ae75413702 Add missing package export: FeeTable 2020-03-20 10:32:30 +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
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
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
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
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
bbb84e7a1c Adapt deployedErc20 2020-03-06 22:43:46 +01:00
Simon Warta
0e1caf96e7 Support any prefix in decodeBech32Pubkey/encodeBech32Pubkey 2020-03-06 19:22:50 +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
a1f487ebb4 Use any instead of object, which allows accessing members unknown to the type system 2020-03-06 11:42:01 +01:00
Simon Warta
4a74d06e6c Create warning type CosmosSdkArray and standardize normalization 2020-03-06 00:03:18 +01:00
Simon Warta
8845ee08f5 Update wasmd to v0.7.0-rc3 and adapt code 2020-03-02 17:42:47 +01:00
Simon Warta
d0ddcd8ea4 Document IndexedTx.timestamp 2020-03-02 17:38:21 +01:00
Simon Warta
23f88564e5 Add comment on IndexedTx.hash 2020-03-02 17:36:33 +01:00
Simon Warta
27f27d31e3 Let Account use type types.PubKey 2020-03-02 17:34:22 +01:00
Simon Warta
e510a83d47 Merge branch 'master' into cosmwasm-client-types 2020-03-02 17:05:43 +01:00
Simon Warta
b6045e00bb Add module filter in receivedQuery 2020-03-02 17:01:11 +01:00