1019 Commits

Author SHA1 Message Date
willclarktech
21e29d1f25
demo-protobuf: Add GeneratedType interface 2020-06-23 10:26:43 +02:00
willclarktech
78a96cf06c
demo-protobuf: Improve registry types 2020-06-23 10:26:43 +02:00
willclarktech
8e83996a3b
demo-protobuf: Fix type of demo.proto 2020-06-23 10:26:42 +02:00
willclarktech
cd65de53f0
demo-protobuf: Fix name 2020-06-23 10:26:42 +02:00
willclarktech
e291188781
root: Add proto/ to .eslintignore 2020-06-23 10:26:42 +02:00
willclarktech
2280bafac7
demo-protobuf: Add basic registry example 2020-06-23 10:26:42 +02:00
willclarktech
9f295a54f1
demo-protobuf: Update type_urls 2020-06-23 10:26:42 +02:00
willclarktech
90d16c61d8
demo-protobuf: Add alternatives to generated static code 2020-06-23 10:26:42 +02:00
willclarktech
75cb4b92f2
demo-protobuf: Pin protobufjs version
Not semver. See https://github.com/protobufjs/protobuf.js/blob/7bacfc8/README.md\#nodejs
2020-06-23 10:26:42 +02:00
willclarktech
e3f3a35dd6
demo-protobuf: Rename package for consistency 2020-06-23 10:26:41 +02:00
willclarktech
f3fb661f6d
protobuf-demo: Add demo test 2020-06-23 10:26:41 +02:00
willclarktech
2c2d637ae4
protobuf-demo: Add generated types 2020-06-23 10:26:41 +02:00
willclarktech
64af531b95
protobuf-demo: Add @cosmjs/utils dependency 2020-06-23 10:26:41 +02:00
willclarktech
62e599940a
protobuf-demo: Update build script 2020-06-23 10:26:41 +02:00
willclarktech
8a8473e3f0
protobuf-demo: Add placeholder src files 2020-06-23 10:26:40 +02:00
willclarktech
655965a34d
protobuf-demo: Add protobuf generated code 2020-06-23 10:26:40 +02:00
willclarktech
b9bdf5581e
protobuf-demo: Add scripts to pack proto definitions 2020-06-23 10:26:40 +02:00
willclarktech
7a2e264155
protobuf-demo: Add get-proto script 2020-06-23 10:26:40 +02:00
willclarktech
b3645db66c
protobuf-demo: Add protobufjs dependency 2020-06-23 10:26:40 +02:00
willclarktech
6c78efbcb7
protobuf-demo: Add package 2020-06-23 10:26:36 +02:00
Simon Warta
bfcc6dd323 Add docs/stargate-dependencies.ymlb [ci skip] 2020-06-22 17:10:51 +02:00
Simon Warta
8b535aa01a Add delegation demo 2020-06-22 10:35:37 +02:00
Simon Warta
ccd9a5db11 Import missing types to CLI 2020-06-22 10:35:29 +02:00
Simon Warta
e157c35104 Avoid shell globbing in jq query 2020-06-22 10:35:17 +02:00
Simon Warta
b36d324e6c Harden signedTx 2020-06-22 10:34:37 +02:00
Simon Warta
d5f874e608 Improve StdTx docs 2020-06-22 10:01:11 +02:00
Simon Warta
3e7ab8ac52 Rename to StdSignDoc 2020-06-22 10:01:11 +02:00
Simon Warta
33d55e6923 Add MsgDelegate 2020-06-22 10:01:11 +02:00
Simon Warta
6b52d376b5 Create new msgs module 2020-06-20 10:37:14 +02:00
Simon Warta
a7596ae62f
Merge pull request #235 from CosmWasm/rm-wasm-types
Remove Wasm types from @cosmjs/sdk38
2020-06-20 10:28:49 +02:00
Simon Warta
e3b43fd9dd Remove Wasm types from @cosmjs/sdk38 2020-06-20 10:20:22 +02:00
Simon Warta
d619fa0123 Add Roadmap section to README 2020-06-19 18:04:21 +02:00
Simon Warta
9754f914f1 Harden and test coin/coins helpers 2020-06-19 14:27:17 +02:00
Simon Warta
c20a77a5ac Use coins helper to create amounts 2020-06-19 14:12:08 +02:00
Simon Warta
43d72f311c Send sendUnsuccessful first
to have enough time between submission and search
2020-06-19 14:00:05 +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
64673c6f21 Remove Wasm types from @cosmjs/sdk38 2020-06-19 13:21:15 +02:00
Simon Warta
9f49598ff4 Use documented way to enable @typescript-eslint/no-unused-vars 2020-06-19 13:20:29 +02:00
Simon Warta
619ecbf014 Deduplicate TxsResponse 2020-06-19 13:10:00 +02:00
Simon Warta
b88646392c
Merge pull request #226 from CosmWasm/improve-readme
Improve main README
2020-06-18 12:10:51 +02:00
Simon Warta
d4fb4a7331 Adapt to review feedback 2020-06-18 12:00:07 +02:00
Simon Warta
e572412081 Improve some README text 2020-06-18 11:52:00 +02:00
Simon Warta
9eb83e3732 Format other .mds 2020-06-18 11:52:00 +02:00
Simon Warta
ab6d4fe4ed Big overhaul of the main README 2020-06-18 11:52:00 +02:00
Simon Warta
7397a12879 Fix root format-text command 2020-06-18 11:52:00 +02:00
Simon Warta
20f2858813
Merge pull request #227 from CosmWasm/jasmine-reporter
Get rid of yarn install warning
2020-06-18 11:20:36 +02:00
Simon Warta
1303c22250
Merge pull request #228 from CosmWasm/harden-tests
Increase tolerance for slow block creation in tests
2020-06-18 11:13:48 +02:00
Simon Warta
81edac2df3
Merge pull request #224 from CosmWasm/upgrade-ts
Upgrade typescript and @typescript-eslint/*
2020-06-18 11:00:53 +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