Commit Graph

299 Commits

Author SHA1 Message Date
willclarktech
e09eb6eeba
Remove types dir from package.json files 2021-02-09 14:57:25 +00:00
willclarktech
2a8843f5ba
Remove post-build npm scripts 2021-02-09 14:57:24 +00:00
willclarktech
fe502ea3a4
Remove format-types npm scripts 2021-02-09 14:38:37 +00:00
Ethan Frey
37fae43bef Export SigningStargateClientOptions from @cosmjs/stargate 2021-02-09 14:40:13 +01:00
willclarktech
9db0c54e19
stargate: Update define-proto.sh to remove unused codec files 2021-02-09 10:48:47 +00:00
willclarktech
69bf3d1e4e
stargate: Remove built type definitions from VCS 2021-02-09 10:48:47 +00:00
willclarktech
9133941c20
stargate: Remove unnecessary codec files 2021-02-09 10:48:47 +00:00
willclarktech
711659582c
stargate: Export Rpc interface 2021-02-09 10:48:46 +00:00
willclarktech
d80901f6d1
stargate: Set Longs as unsigned in queries 2021-02-09 10:48:46 +00:00
willclarktech
90246140f8
stargate: Clarify pagination type in createPagination 2021-02-09 10:48:46 +00:00
willclarktech
c33bd47648
stargate: Fix and export createPagination util 2021-02-09 10:48:46 +00:00
willclarktech
be97c7e6be
Move ts-proto deps into root 2021-02-09 10:48:45 +00:00
willclarktech
7c3db5fd64
stargate: Remove toObject util 2021-02-09 10:48:45 +00:00
willclarktech
4b992fc81a
stargate: Update queries to use generic RPC 2021-02-09 10:48:45 +00:00
willclarktech
4834c00d92
stargate: Add type definitions to VCS 2021-02-09 10:48:45 +00:00
willclarktech
8f3d317855
stargate: Update scripts to add type definitions back into VCS 2021-02-09 10:48:44 +00:00
willclarktech
13eb475227
stargate: Use unsigned Longs in auth query tests 2021-02-09 10:48:44 +00:00
willclarktech
2fbfd0e545
stargate: Fix broken IBC query 2021-02-09 10:48:44 +00:00
willclarktech
8bb8b78c31
stargate: Update codec after ts-proto method name fix 2021-02-09 10:48:44 +00:00
willclarktech
7edd252cc4
stargate: Update ts-proto to 1.53 2021-02-09 10:48:43 +00:00
willclarktech
3b8f0f3c37
stargate: Adjust custom registry example for ts-proto 2021-02-09 10:48:43 +00:00
willclarktech
9c599ad4dd
stargate: Output types in build dir 2021-02-09 10:48:42 +00:00
willclarktech
48e31773f7
stargate: Remove types dir 2021-02-09 10:48:42 +00:00
willclarktech
8b41ed93b8
stargate: Switch to ts-proto codec 2021-02-09 10:48:41 +00:00
willclarktech
b826130c73
stargate: Update ts-proto-generated codec 2021-02-09 10:48:40 +00:00
willclarktech
7006cf16b7
stargate: Add more proto files to define-proto script 2021-02-09 10:48:40 +00:00
willclarktech
e506fc32c6
stargate: Update npm build scripts 2021-02-09 10:48:40 +00:00
willclarktech
881319cb81
stargate: Update define-proto script for esModuleInterop 2021-02-09 10:48:40 +00:00
willclarktech
d026a92f68
stargate: Update ts-proto-generated codec 2021-02-09 10:48:39 +00:00
willclarktech
ad1ac84b3b
stargate: Update ts-proto to 1.50 2021-02-09 10:48:39 +00:00
willclarktech
d188182ac2
stargate: Add ts-proto-generated codec 2021-02-09 10:48:39 +00:00
willclarktech
6f005798b7
stargate: Update proto scripts 2021-02-09 10:48:38 +00:00
willclarktech
1010b80d8b
stargate: Add ts-proto dependency 2021-02-09 10:48:38 +00:00
Simon Warta
4e67ed3618 v0.24.0-alpha.22 2021-01-28 15:36:40 +01:00
Simon Warta
226e60f762 Add nonces 2021-01-28 15:35:57 +01:00
willclarktech
00d4990ebd
stargate: Fix distribution amino types 2021-01-28 13:06:56 +00:00
Simon Warta
c6ba4174d2 v0.24.0-alpha.21 2021-01-27 23:28:38 +01:00
Simon Warta
93d7d39d48 Add nonces 2021-01-27 23:26:22 +01:00
Will Clark
a34998b476
Merge pull request #641 from cosmos/629-stargate-query-extension-tests
Fill out Stargate query extension tests
2021-01-27 19:34:12 +01:00
willclarktech
047c8f717a
stargate: Export defaultRegistryTypes 2021-01-27 18:22:57 +00:00
willclarktech
af5ea8cbe7
stargate: Remove unused query extensions from StargateClient 2021-01-27 18:22:56 +00:00
willclarktech
2a1df79713
stargate: Reorder type registry
For A E S T H E T I C S
2021-01-27 18:22:55 +00:00
willclarktech
707290d1b4
stargate: Fill out tests for distribution query extension 2021-01-27 17:50:48 +00:00
willclarktech
46b9c5522e
stargate: Fill out tests for staking query extension 2021-01-27 17:50:48 +00:00
willclarktech
a7b4ed87f7
stargate: Add BondStatusString type to staking query extension 2021-01-27 17:50:48 +00:00
willclarktech
1754019fb6
v0.24.0-alpha.20 2021-01-27 12:22:59 +00:00
willclarktech
1f191f0bab
Add nonces 2021-01-27 12:22:21 +00:00
willclarktech
db54a2cdb8
stargate: Fix staking query client 2021-01-27 12:01:16 +00:00
willclarktech
429a339e38
v0.24.0-alpha.19 2021-01-26 16:37:03 +00:00
willclarktech
293150f928
Add nonces 2021-01-26 16:36:30 +00:00