Commit Graph

65 Commits

Author SHA1 Message Date
Simon Warta
433362608c Improve source/builder documentation 2020-07-07 23:04:37 +02:00
Simon Warta
f10faf0e22 Apply new array-type linter rule 2020-07-07 17:01:09 +02:00
Simon Warta
7cdc5a9a5e Let typedoc clear target dir 2020-07-02 10:38:19 +02:00
Simon Warta
cbaf77d653 Remove unnecessary target config
This is a TS option, not a typedoc option:
https://github.com/TypeStrong/typedoc/blob/v0.17.7/src/lib/utils/options/declaration.ts#L36-L84
2020-07-02 10:37:41 +02:00
Simon Warta
27810aa21e Replace src -> inputFiles 2020-07-02 10:37:41 +02:00
Simon Warta
66c2b2309c v0.21.1 2020-07-01 16:46:12 +02:00
Simon Warta
698f933e41 Add nonces 2020-07-01 16:45:35 +02:00
Simon Warta
c95f42225e Connect admin field in the CosmWasmClient API 2020-06-30 15:11:04 +02:00
Simon Warta
bcbcf91fda Add @cosmjs/cosmwasm compatibility table with semver version ranges
[ci skip]
2020-06-30 09:26:24 +02:00
Simon Warta
0d4ab069b2 v0.21.0 2020-06-28 08:34:18 +02:00
Simon Warta
62d9439710 Add nonces 2020-06-28 08:34:00 +02:00
Simon Warta
77980b60f4
Upgrade CosmWasm to 0.9 (#245)
* Upgrade chain to v0.9.0-alpha4

* Update expected build_tags

* Update wasmd init contracts

* Update hackatom test contract

* Update CosmWasm message descriptions

* Make some test code more compact

* Pull out InstantiateOptions

* Add admin field to ContractInfo

* Allow instantiating with admin

* Remove some noise

* Add SigningCosmWasmClient.updateAdmin

* Create return type ChangeAdminResult

* Add SigningCosmWasmClient.clearAdmin

* Add SigningCosmWasmClient.migrate

* Move message type testers close to type

* Export MsgUpdateAdmin/isMsgUpdateAdmin

* Fix typo in privillage

* Update some test code

* Test hackatom result data

* Add compatibility table

* Update wasmd to v0.9.0-beta

* Upgrade test contracts
2020-06-28 08:28:43 +02:00
Simon Warta
bc9ccf61e3 Add remaining packages to coverage report 2020-06-25 15:34:09 +02:00
Simon Warta
a1f9249d32 Harden number -> string conversion 2020-06-25 09:15:17 +02:00
Simon Warta
0e3521eab0 Add format-text script to @cosmjs/cosmwasm 2020-06-25 09:07:47 +02:00
Simon Warta
9cd8371f7d Remove duplicate parts of "postTx" tests 2020-06-24 11:18:32 +02:00
Simon Warta
eaae577c7b Remove duplicate parts from txsQuery tests 2020-06-24 11:18:32 +02:00
Simon Warta
82984e7537 Remove duplicate "txById" tests 2020-06-24 11:18:32 +02:00
Simon Warta
375c8c2f96 Remove duplicate /node_info tests 2020-06-24 11:18:32 +02:00
Simon Warta
17c76ef5ad Remove duplicate /blocks tests 2020-06-24 11:18:32 +02:00
Simon Warta
8175359b14 Remove duplicate /auth tests from cosmwasm package 2020-06-24 11:18:32 +02:00
Simon Warta
f0432b11ce
Merge pull request #233 from CosmWasm/stabilize-unsuccessful-tx-search
Stabilize unsuccessful tx search
2020-06-23 13:10:39 +02:00
Simon Warta
27644dfc96
Merge pull request #236 from CosmWasm/delegate
Add delegation message and demo
2020-06-23 13:03:08 +02:00
Simon Warta
b36d324e6c Harden signedTx 2020-06-22 10:34:37 +02:00
Simon Warta
c20a77a5ac Use coins helper to create amounts 2020-06-19 14:12:08 +02:00
Simon Warta
ffecf9adff Streamline test tx types 2020-06-19 13:58:57 +02:00
Simon Warta
2728f25c36 Let encodeTx return type EncodeTxResponse unprocessed 2020-06-19 13:29:28 +02:00
Simon Warta
619ecbf014 Deduplicate TxsResponse 2020-06-19 13:10:00 +02:00
Simon Warta
1c233774f9 Increase tolerance for slow block creation in "gets height via last block" 2020-06-18 10:55:07 +02:00
Simon Warta
dd120779aa v0.20.0 2020-06-10 15:08:24 +02:00
Simon Warta
af7270a907 Add nonces 2020-06-10 15:07:13 +02:00
willclarktech
f816c961b4
Improve readability of cosmwasm searchTx by sentFromOrTo 2020-06-10 13:47:32 +01:00
willclarktech
16cb27bf46
Add sorting/dedup test for cosmwasm searchTx by sentFromOrTo 2020-06-10 12:51:13 +01:00
willclarktech
aff82e1f40
Improve cosmwasm searchTx by sentFromOrTo 2020-06-10 12:45:34 +01:00
willclarktech
8c443dd134
Update cosmwasm error handling for review comments 2020-06-10 10:42:30 +01:00
willclarktech
84cf719229
Reorganise error handling in cosmwasm 2020-06-09 17:13:55 +01:00
Simon Warta
88faba8bed Replace internal usages of @iov/encoding with @cosmjs/{encoding,math} 2020-06-09 17:54:17 +02:00
Simon Warta
4cca97651b Use @cosmjs/utils in this project 2020-06-09 17:45:48 +02:00
Simon Warta
92417373cd Use @cosmjs/crypto in this project 2020-06-09 17:39:36 +02:00
willclarktech
8b4323c2b7
Replace cosmwasm-js with cosmjs 2020-06-09 15:01:13 +01:00
willclarktech
29ebcd88fd
Replace GitHub URLs 2020-06-09 14:41:55 +01:00
Simon Warta
0c591c7c02 Add data field to PostTxsResponse 2020-06-09 08:24:49 +02:00
Simon Warta
912c87edfc Update the hackatom test contract 2020-06-08 17:02:58 +02:00
Simon Warta
7ce08ff81c Let getHackatom() return some dummy test data as well 2020-06-08 12:22:46 +02:00
Simon Warta
b6464c25a4 Simplify uploadContract 2020-06-08 12:10:25 +02:00
Simon Warta
6acdb3051a Stabilize "gets height via last block" 2020-06-08 10:24:07 +02:00
Simon Warta
2292de6e19 Add some tolerance for slow chains 2020-06-08 10:24:07 +02:00
Simon Warta
61d655a269 Stabilize height tests 2020-06-08 10:24:05 +02:00
Simon Warta
5a3d17b817 Add and update test-chrome command 2020-06-08 10:22:47 +02:00
Simon Warta
4701e1aaea Allow multiple tx results in "can query transactions by height" 2020-06-08 10:22:46 +02:00