Commit Graph
2389 Commits
Author SHA1 Message Date
willclarktech e09eb6eeba Remove types dir from package.json files 2021-02-09 14:57:25 +00:00
willclarktech 1c6f3ee9a5 Remove types from VCS 2021-02-09 14:57:24 +00:00
willclarktech 31cdd91991 Update package.json types field 2021-02-09 14:57:24 +00:00
willclarktech 2a8843f5ba Remove post-build npm scripts 2021-02-09 14:57:24 +00:00
willclarktech 301998474a Simplify codec-based build npm scripts 2021-02-09 14:38:37 +00:00
willclarktech fe502ea3a4 Remove format-types npm scripts 2021-02-09 14:38:37 +00:00
willclarktech fe126d7012 Remove declarationDir from tsconfigs 2021-02-09 14:38:36 +00:00
mergify[bot] 0efc88cc76 Merge pull request #652 from cosmos/export-stargate-options
Export SigningStargateClientOptions from @cosmjs/stargate
2021-02-09 13:49:24 +00:00
Ethan Frey 37fae43bef Export SigningStargateClientOptions from @cosmjs/stargate 2021-02-09 14:40:13 +01:00
mergify[bot] 20f73eb502 Merge pull request #649 from cosmos/fix-from-partial
Fix missing fromPartial changes
2021-02-09 12:30:48 +00:00
willclarktech cf4dcb9970 proto-signing: Fix missing fromPartial changes 2021-02-09 12:22:04 +00:00
Simon Warta dfe39c034e Merge pull request #616 from cosmos/586-ts-proto-spike
Investigate ts-proto
2021-02-09 13:16:58 +01:00
willclarktech d77230a2e1 proto-signing: Switch to fromPartial instead of fromJSON 2021-02-09 12:01:04 +00:00
willclarktech c3b0292ffa root: Make lint/docs-build CI jobs depend on build 2021-02-09 11:14:29 +00:00
willclarktech 9107026436 ledger-amino: Add missing @cosmjs/stargate dev dependency 2021-02-09 10:48:48 +00:00
willclarktech 582bbd08a6 cosmwasm-launchpad: Reformat with prettier 2021-02-09 10:48:47 +00:00
willclarktech cf4ab29a14 cosmwasm-stargate: Update define-proto.sh to remove unused codec files 2021-02-09 10:48:47 +00: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 d221c0074d cosmwasm-stargate: Manually remove unnecessary codec files 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 60094dc1f0 cosmwasm-stargate: Use createPagination util in wasm queries 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 aeef64cd6e root: Merge prettier deps in yarn.lock 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 176cea7fa5 cosmwasm-stargate: Update queries to use generic RPC 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 084affebc8 cosmwasm-stargate: Switch to ts-proto codec 2021-02-09 10:48:44 +00:00
willclarktech c186606612 cosmwasm-stargate: Update codec after ts-proto method name fix 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 2955925ede cosmwasm-stargate: Update ts-proto to 1.53 2021-02-09 10:48:43 +00:00
willclarktech 7edd252cc4 stargate: Update ts-proto to 1.53 2021-02-09 10:48:43 +00:00
willclarktech b48cfa45b1 proto-signing: 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 d0740a0f18 cosmwasm-stargate: Use nested codec imports from build dir 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 8c4f902341 cosmwasm-stargate: Update after manual codec fixes 2021-02-09 10:48:42 +00:00
willclarktech f4bb1ee6f4 cosmwasm-stargate: Add ts-proto codec types 2021-02-09 10:48:42 +00:00
willclarktech 1d05160473 cosmwasm-stargate: Manually fix ts-proto-generated codec import paths 2021-02-09 10:48:42 +00:00
willclarktech f1e4649e59 cosmwasm-stargate: Switch to ts-proto codec 2021-02-09 10:48:42 +00:00
willclarktech 8c78486a9a cosmwasm-stargate: Add ts-proto codec 2021-02-09 10:48:41 +00:00