Commit Graph
1611 Commits
Author SHA1 Message Date
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
Simon Warta 9646849935 Add @typescript-eslint/array-type configuration 2020-07-07 16:57:35 +02:00
Will Clark 6acfc0e8d2 Merge pull request #281 from CosmWasm/269-tendermint-0.33-genesis-response
Fix genesis response type
2020-07-07 12:13:23 +02:00
willclarktech 734e80b093 tendermint-rpc: Fix genesis response type 2020-07-07 12:04:13 +02:00
Simon Warta 9177b3f340 Install Git Large File Storage (LFS) for docs generation 2020-07-02 16:07:33 +02:00
Simon Warta c733a93190 Merge pull request #274 from CosmWasm/242-simapp-ci
Add simapp to CI
2020-07-02 14:36:50 +02:00
willclarktech 79f033d103 scripts: Add .gitkeep to .simapp data dir 2020-07-02 14:09:09 +02:00
willclarktech beae8f3394 scripts: Make simapp config faster 2020-07-02 14:09:09 +02:00
willclarktech f1ce0cdc62 root: Update circleci for simapp 2020-07-02 14:09:09 +02:00
willclarktech d3a0d2b73d scripts: Add simapp stop script 2020-07-02 14:09:08 +02:00
willclarktech 60cdda61d1 scripts: Add generated simapp template 2020-07-02 14:09:08 +02:00
willclarktech dbd7e992e9 scripts: Add basic simapp README 2020-07-02 14:09:08 +02:00
willclarktech 7a70763795 scripts: Add simapp scripts 2020-07-02 14:09:08 +02:00
willclarktech 24a460c3de scripts: Add simapp env 2020-07-02 14:06:07 +02:00
willclarktech f5904091b1 scripts: Add simapp .gitignore 2020-07-02 14:06:04 +02:00
Simon Warta 21b2bbc7f3 Merge pull request #275 from CosmWasm/wasmd-ports
Don't open wamd Tendermint and p2p ports
2020-07-02 14:03:09 +02:00
Simon Warta fce0309ff2 Don't open Wasmd Tendermint/p2p ports 2020-07-02 13:54:48 +02:00
Simon Warta a8265f4bad Extract REST_PORT_GUEST/REST_PORT_HOST 2020-07-02 13:44:57 +02:00
Simon Warta b653ed3dda Deploy docs from master only 2020-07-02 13:22:34 +02:00
Simon Warta 15f75ac3ad Use custom deployment key to write 2020-07-02 13:12:10 +02:00
Simon Warta e50aee0b7d Add GitHub to known hosts 2020-07-02 12:53:59 +02:00
Simon Warta 701972f65a Downgrade gh-pages to 3.0.0 2020-07-02 11:30:04 +02:00
Simon Warta 780a0ba640 Configure target GIT repo 2020-07-02 10:53:34 +02:00
Simon Warta 4db45c3889 Split into docs-build and docs-deploy 2020-07-02 10:38:26 +02:00
Simon Warta 14a9c10812 Create copy_docs.sh 2020-07-02 10:38:26 +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 8f2645d324 Build docs in CI 2020-07-02 10:37:41 +02:00
Simon Warta d4c1af601a Add text formatter to faucet 2020-07-02 10:37:41 +02:00