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 |
|
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 |
|
Simon Warta
|
951e7f4430
|
Install typedoc
|
2020-07-02 07:58:43 +02:00 |
|
Simon Warta
|
b43a4bfe21
|
Merge pull request #271 from CosmWasm/update-cli-to-0.9
Update cli helpers to 0.9
|
2020-07-02 07:18:03 +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
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
|
8e10dba528
|
Merge pull request #270 from CosmWasm/fix-needsRefill
Test and fix needsRefill
|
2020-07-01 16:37:35 +02:00 |
|
Simon Warta
|
f09da7f918
|
Test and fix needsRefill
|
2020-07-01 15:57:38 +02:00 |
|
Simon Warta
|
fdc291c136
|
Fix stray comma in instance label [ci skip]
|
2020-07-01 15:44:21 +02:00 |
|
Will Clark
|
827f27e52b
|
Merge pull request #262 from CosmWasm/239-wrap-proto-field
Decode protobuf Buffers as Uint8Arrays
|
2020-06-30 18:05:21 +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
|
a42b1faab2
|
Merge pull request #261 from CosmWasm/more-admin-stuff
Connect admin field in the CosmWasmClient API
|
2020-06-30 15:20:26 +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
|
0df6474829
|
Implement review feedback
|
2020-06-30 11:37:09 +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
|
3f03c0a937
|
Rewrite development instructions in HACKING.md
|
2020-06-29 09:04:41 +02:00 |
|
Simon Warta
|
a02a0ad36d
|
Format some text files
|
2020-06-29 08:37:32 +02:00 |
|
Simon Warta
|
73b2b27b0f
|
Move nvm+npm to trash instead of deleting to speed up
|
2020-06-29 08:07:06 +02:00 |
|
Simon Warta
|
f2d3b9f3c8
|
Avoid apt update to speed up nodejs/yarn installation
|
2020-06-29 08:06:24 +02:00 |
|
Simon Warta
|
51ec278366
|
Install Git Large File Storage (LFS)
|
2020-06-29 00:22:33 +02:00 |
|
Simon Warta
|
8bb6f97522
|
Update dependency trees
|
2020-06-28 20:26:46 +02:00 |
|