Simon Warta
c9e5143d97
Remove reference to RestClient
2020-07-07 23:16:30 +02:00
Simon Warta
4c6b2cce3b
Use LcdClient in CosmosClient
2020-07-07 23:16:30 +02:00
Simon Warta
1675f94f14
Deprecate RestClient
2020-07-07 23:16:30 +02:00
Simon Warta
a42dbd2a46
Move all LCD API types to ./lcdapi
2020-07-07 23:16:21 +02:00
Simon Warta
ff7188b3b5
Move API types into lcdapi
2020-07-07 23:10:09 +02:00
Simon Warta
467b29e451
Create proper supply module
2020-07-07 23:04:38 +02:00
Simon Warta
6d767cf5b1
Improve setupSupplyModule
2020-07-07 23:04:38 +02:00
Simon Warta
375d30ee52
Add doc comment to LcdClient
2020-07-07 23:04:38 +02:00
Simon Warta
e6ac24a301
Create LcdClientBaseOptions
2020-07-07 23:04:38 +02:00
Simon Warta
dd5ef76a44
Add more overloads to withModules
2020-07-07 23:04:38 +02:00
Simon Warta
acb140710c
Remove generic defaults form WasmResponse/WasmSuccess
2020-07-07 23:04:38 +02:00
Simon Warta
855ce0bb4a
Pull out makeSignedTx
2020-07-07 23:04:37 +02:00
Simon Warta
4d28701930
Rename type to LcdApiArray
2020-07-07 23:04:37 +02:00
Simon Warta
6645bbaad2
Improve readability of defaultRecipientAddress in lcdclient.spec.ts
2020-07-07 23:04:37 +02:00
Simon Warta
434f0e6ef1
Improve readability of defaultRecipientAddress in restclient.spec.ts
2020-07-07 23:04:37 +02:00
Simon Warta
a63ddb40dd
Create initial LcdClient
2020-07-07 23:04:37 +02:00
Simon Warta
433362608c
Improve source/builder documentation
2020-07-07 23:04:37 +02:00
Simon Warta
c7f33f4871
Merge pull request #282 from CosmWasm/lint-array-type
...
Add array-type linter configuration
2020-07-07 17:52:38 +02:00
Simon Warta
46b574191f
Harden some tuples in arrays
2020-07-07 17:34:59 +02:00
Simon Warta
f10faf0e22
Apply new array-type linter rule
2020-07-07 17:01:09 +02:00
willclarktech
734e80b093
tendermint-rpc: Fix genesis response type
2020-07-07 12:04:13 +02:00
Simon Warta
b3c40900b5
Format @cosmjs/sdk38 text
2020-07-02 10:38:25 +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
d4c1af601a
Add text formatter to faucet
2020-07-02 10:37:41 +02:00
Simon Warta
5db98ab5f1
Remove docs config from faucet
2020-07-02 10:37:33 +02:00
Simon Warta
ced871e9ef
Remove docs config from demo-staking
2020-07-02 07:59:41 +02:00
Ethan Frey
e88389ee10
Update cli helpers to 0.9
2020-07-01 21:06:00 +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
f09da7f918
Test and fix needsRefill
2020-07-01 15:57:38 +02:00
willclarktech
f130beea31
proto-signing: Decode Buffers as Uint8Arrays
2020-06-30 17:57:14 +02:00
Will Clark
21fb2acb52
Merge pull request #260 from CosmWasm/238-protobuf-registry-magic
...
Improve protobuf registry
2020-06-30 15:46:59 +02:00
willclarktech
8f933e171b
proto-signing: Make registry types interfaces
2020-06-30 15:39:24 +02:00
willclarktech
15fdb34d91
proto-signing: Remove TxBody and Any from registry
2020-06-30 15:37:43 +02:00
Simon Warta
c95f42225e
Connect admin field in the CosmWasmClient API
2020-06-30 15:11:04 +02:00
willclarktech
16e4b2906e
proto-signing: Remove duplicate decorated types
2020-06-30 15:08:30 +02:00
willclarktech
bb2bbcca2d
proto-signing: Add encode/decode methods to registry
2020-06-30 13:55:13 +02:00
Simon Warta
61ac418465
Merge pull request #257 from CosmWasm/update-hacking
...
Rewrite development instructions in HACKING.md
2020-06-30 11:38:03 +02:00
Simon Warta
c1770dbe0c
Stabilize ID test for createJsonRpcRequest
2020-06-30 11:21:21 +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
a02a0ad36d
Format some text files
2020-06-29 08:37:32 +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
9f7b126044
Merge pull request #251 from CosmWasm/249-fork-stream
...
Fork @iov/stream
2020-06-25 16:32:17 +02:00
Simon Warta
a184d4843a
Remove unused dependencies from faucet
2020-06-25 16:09:15 +02:00
willclarktech
b56f4898a6
stream: Add coverage
2020-06-25 16:03:55 +02:00
willclarktech
bd78ed02d7
tendermint-rpc: Replace @iov/stream with @cosmjs/stream
2020-06-25 16:03:55 +02:00