Commit Graph
100 Commits
Author SHA1 Message Date
willclarktech bf5fb7fca4 stargate: Actually use custom type urls in AminoTypes 2020-12-22 17:14:28 +00:00
willclarktech fbf5d412c4 v0.24.0-alpha.12 2020-12-22 16:37:26 +00:00
willclarktech d23b35a3fe Add nonces 2020-12-22 16:36:56 +00:00
willclarktech 1caa9bd3c4 cosmwasm-stargate: Decode CosmWasm binary data in queryContractSmart 2020-12-22 15:52:41 +00:00
willclarktech 858bd2e083 v0.24.0-alpha.11 2020-12-16 11:12:11 +00:00
willclarktech b8c9545c11 Add nonces 2020-12-16 11:11:44 +00:00
willclarktech 6b4f134b80 cosmwasm-stargate: Remove private flag from package.json 2020-12-16 11:11:44 +00:00
willclarktech 4ca640f545 cosmwasm-launchpad: Move nonces back into cosmwasm 2020-12-15 16:53:21 +00:00
willclarktech 3b1e8de421 Update docs for cosmwasm-launchpad 2020-12-15 16:50:08 +00:00
willclarktech eb1f5071ff scripts: Update cosmwasm-launchpad imports 2020-12-15 16:50:07 +00:00
willclarktech cc9d7b29d7 Update cosmwasm-launchpad dependencies 2020-12-15 16:50:07 +00:00
willclarktech ea03958398 cosmwasm: Add wrapper package around cosmwasm-launchpad 2020-12-15 16:50:07 +00:00
willclarktech b627ab4dbf root: Update CHANGELOG for cosmwasm -> cosmwasm-launchpad renaming 2020-12-15 16:08:13 +00:00
willclarktech ecb9b693a8 cosmwasm-launchpad: Update README 2020-12-15 16:08:13 +00:00
willclarktech 8d6368cc42 cosmwasm-launchpad: Update package.json 2020-12-15 16:08:13 +00:00
willclarktech 1e7e88cb7a cosmwasm: Rename to cosmwasm-launchpad 2020-12-15 16:08:12 +00:00
willclarktech 767623f671 cosmwasm-stargate: Add tests for new searchTx queries 2020-12-15 15:30:36 +00:00
willclarktech 84248c62ff cosmwasm-stargate: Implement searchTx queries
For sentFromOrTo and tags
2020-12-15 15:30:35 +00:00
willclarktech 3ce57d32a6 stargate: Export isBroadcastTxSuccess 2020-12-15 15:30:35 +00:00
Will Clark ca78c174f0 Merge pull request #575 from cosmos/491-cosmwasm-stargate-contract-deployments
Deploy more contracts in Wasmd
2020-12-15 16:27:27 +01:00
willclarktech 508c13712b cli: Remove SearchByIdQuery import 2020-12-15 14:55:11 +00:00
willclarktech 23847a63ed cosmwasm-stargate: Update testutils for additional contract deployments 2020-12-15 14:32:00 +00:00
willclarktech ff50fc9d2f scripts: Add additional contract deployments to wasmd 2020-12-15 14:32:00 +00:00
willclarktech 793bd1ba4c cosmwasm-stargate: Separate CosmWasmClient.searchTx and .getTx 2020-12-15 14:25:41 +00:00
willclarktech 90f2e765f7 stargate: Separate StargateClient.searchTx and .getTx 2020-12-15 14:25:41 +00:00
willclarktech 33c525ff75 cosmwasm: Separate CosmWasmClient.searchTx and .getTx 2020-12-15 13:59:26 +00:00
willclarktech cb125800bd launchpad: Separate CosmosClient.searchTx and .getTx 2020-12-15 13:54:41 +00:00
Will Clark cd3b99bda5 Merge pull request #571 from cosmos/491-wasm-stargate
Add cosmwasm-stargate package
2020-12-15 13:38:00 +01:00
willclarktech 9ce5241b9b cosmwasm-stargate: Use DateTime to encode times 2020-12-15 12:21:04 +00:00
willclarktech 1fe99ffc0f tendermint-rpc: Remove DateTimeString type 2020-12-15 12:21:03 +00:00
willclarktech 98a771fcfc tendermint-rpc: Add tests for DateTime 2020-12-15 12:21:03 +00:00
willclarktech 67aa4f786f tendermint-rpc: Export DateTime 2020-12-15 12:21:02 +00:00
willclarktech cec7750821 tendermint-rpc: Add encode method to DateTime 2020-12-15 12:17:13 +00:00
willclarktech 96beb84327 cosmwasm: Update pako to v2 2020-12-15 12:17:13 +00:00
willclarktech 79f4e33676 cosmwasm-stargate: Refactor predefine-proto.sh 2020-12-15 12:17:13 +00:00
willclarktech b8120c4dc7 cosmwasm-stargate: Add env variables to webpack 2020-12-15 12:17:12 +00:00
willclarktech 65fe7fa4a2 cosmwasm: Add CW1/CW3 env variables to webpack 2020-12-15 12:17:12 +00:00
willclarktech afba99f88c stargate: Standardise shx use in package.json scripts 2020-12-15 12:17:12 +00:00
willclarktech caf054e1ee proto-signing: Standardise shx use in package.json scripts 2020-12-15 12:17:12 +00:00
willclarktech 19d3e86acc cosmwasm-stargate: Standardise shx use in package.json scripts 2020-12-15 12:17:12 +00:00
willclarktech 0da1439a1f cosmwasm-stargate: Update README wasmd version 2020-12-15 12:17:12 +00:00
willclarktech 18e73715bd root: Update CHANGELOG for cosmwasm-stargate 2020-12-15 12:17:11 +00:00
willclarktech 1c4a2d9d4c cosmwasm-stargate: Add SigningCosmWasmClient tests 2020-12-15 12:17:11 +00:00
willclarktech 1aa70a97f7 cosmwasm-stargate: Add CosmWasmClient tests 2020-12-15 12:17:11 +00:00
willclarktech ef307f53cc cosmwasm-stargate: Add wasm query tests 2020-12-15 12:17:11 +00:00
willclarktech 9e48836439 cosmwasm-stargate: Add test utils and data 2020-12-15 12:17:11 +00:00
willclarktech 9055623d26 cosmwasm-stargate: Add index.ts 2020-12-15 12:17:10 +00:00
willclarktech 4b60663033 cosmwasm-stargate: Add SigningCosmWasmClient 2020-12-15 12:17:10 +00:00
willclarktech 479768beb3 cosmwasm-stargate: Add wasm queries 2020-12-15 12:17:10 +00:00
willclarktech aa2b61bd3b cosmwasm-stargate: Add CosmWasmClient 2020-12-15 12:17:10 +00:00
willclarktech 91405d2834 cosmwasm-stargate: Add codec 2020-12-15 12:17:09 +00:00
willclarktech 4207e8e373 cosmwasm-stargate: Add proto scripts 2020-12-15 12:17:09 +00:00
willclarktech 97fe2d1e2d cosmwasm-stargate: Add dependencies to package.json 2020-12-15 12:17:09 +00:00
willclarktech 55396df47b cosmwasm-stargate: Update package.json proto/build scripts 2020-12-15 12:17:09 +00:00
willclarktech 85279b7271 cosmwasm-stargate: Add decorators to tsconfig 2020-12-15 12:17:08 +00:00
willclarktech 1f3c77c685 cosmwasm-stargate: Add proto scripts to package.json 2020-12-15 12:17:08 +00:00
willclarktech 5972832598 cosmwasm-stargate: Update .gitignore for proto files 2020-12-15 12:17:08 +00:00
willclarktech 80cf70ef04 cosmwasm-stargate: Add auxiliary files 2020-12-15 12:17:08 +00:00
willclarktech 77225217c2 cosmwasm-stargate: Add README 2020-12-15 12:17:07 +00:00
willclarktech 32bff353e5 cosmwasm-stargate: Add package.json 2020-12-15 12:17:07 +00:00
willclarktech 27d723f6d9 scripts: Deploy hackatom contract in wasmd 2020-12-15 12:17:03 +00:00
Will Clark 833b46a713 Merge pull request #573 from cosmos/532-stargate-searchTx-queries
Support more Stargate searchTx queries
2020-12-15 13:13:16 +01:00
willclarktech 12b77caa1a stargate: Add tests for new searchTx queries 2020-12-15 11:57:36 +00:00
willclarktech 3f2b4c9cba stargate: Implement searchTx queries
For sentFromOrTo and tags
2020-12-15 11:57:35 +00:00
willclarktech 8f91640f43 stargate: Parse TxMsgData 2020-12-10 16:23:43 +00:00
willclarktech 84aeed43ef stargate: Update codec 2020-12-10 16:23:43 +00:00
willclarktech 6575ebfb3b stargate: Update proto scripts 2020-12-10 16:23:43 +00:00
willclarktech 4b35668981 stargate: Add logs helper 2020-12-10 16:23:43 +00:00
willclarktech 879a733b5b stargate: Fix comparison operator 2020-12-10 16:23:43 +00:00
willclarktech 17a433646a stargate: Export some types and functions 2020-12-10 16:23:42 +00:00
willclarktech 191919e200 cosmwasm: Fix typo 2020-12-10 16:22:53 +00:00
willclarktech 088d3d8de6 cosmwasm: Export some types and functions 2020-12-10 16:22:50 +00:00
Will Clark e61675f5ce Merge pull request #572 from cosmos/fix-move-types
Fix move-types scripts
2020-12-10 17:21:22 +01:00
Will Clark eb9edb3da5 Merge pull request #570 from cosmos/491-wasmd-scripts-preparation
Prepare wasmd scripts for CosmWasm Stargate support
2020-12-10 16:59:47 +01:00
willclarktech f9fbba413c Standardise move-types scripts 2020-12-10 15:57:44 +00:00
willclarktech c9898c79a6 scripts: Update wasmd to v0.13 2020-12-10 15:25:46 +00:00
willclarktech e33d161307 scripts: Enable contract checksums in wasmd init 2020-12-10 15:25:46 +00:00
willclarktech d9430fc15f scripts: Add contracts to wasmd 2020-12-10 15:25:45 +00:00
willclarktech dbfad3c9e8 scripts: Tidy wasmd start script 2020-12-10 15:25:45 +00:00
Will Clark 64b21e1b08 Merge pull request #565 from cosmos/dependabot/npm_and_yarn/highlight.js-10.4.1
build(deps): bump highlight.js from 10.2.1 to 10.4.1
2020-12-10 14:28:36 +01:00
Will Clark 14a6527213 Merge pull request #566 from cosmos/HdPath-docs
Add docs to HdPath
2020-12-08 11:03:27 +01:00
willclarktech cdbb7a532c stargate: Add signAndBroadcast tests for modifying signers 2020-12-02 10:22:25 +00:00
willclarktech e22f71ba55 launchpad: Make Secp256k1HdWallet constructor protected 2020-12-02 10:22:25 +00:00
willclarktech 2c89e4bacd proto-signing: Expose DirectSignResponse interface
Also make DirectSecp256k1HdWallet constructor protected
2020-12-02 10:22:15 +00:00
willclarktech bd08cad70b stargate: Use signed data in signAndBroadcast 2020-12-01 13:01:21 +00:00
willclarktech e443460c1d stargate: Fix typo in test code 2020-12-01 10:55:54 +00:00
willclarktech d8ed695ae5 cosmwasm: Add Cw1SubkeyCosmWasmClient tests 2020-11-27 13:30:22 +00:00
willclarktech 60c812c760 cosmwasm: Add Cw1SubkeyCosmWasmClient class 2020-11-27 13:30:22 +00:00
willclarktech c9d5cc50d4 cosmwasm: Move Expiration type into types file 2020-11-27 13:20:59 +00:00
willclarktech c274594935 scripts: Make launchpad CW1 contract mutable 2020-11-27 13:20:58 +00:00
willclarktech fbc5e0660a cosmwasm: Rename Cw1CosmWasmClient.executeSubkey -> executeCw1 2020-11-27 13:20:58 +00:00
willclarktech aff7fc5095 cosmwasm: Export Cw1CosmWasmClient 2020-11-27 13:20:57 +00:00
willclarktech 43b8c154db cosmwasm: Update Cw1CosmWasmClient for review comments 2020-11-27 13:20:57 +00:00
willclarktech a013829460 cosmwasm: Add tests for Cw1CosmWasmClient 2020-11-27 13:20:57 +00:00
willclarktech 81f25e9a15 cosmwasm: Add Cw1CosmWasmClient class 2020-11-27 13:20:56 +00:00
willclarktech c0c73ca507 cosmwasm: Add CW1 contract details to testutils 2020-11-27 13:20:56 +00:00
willclarktech 5a1d8a1df0 scripts: Deploy CW1 contract to launchpad 2020-11-27 13:20:56 +00:00
willclarktech 1ac7b7581c scripts: Add CW1 contract to launchpad 2020-11-27 13:20:52 +00:00
willclarktech 4b4bf08038 v0.24.0-alpha.10 2020-11-27 12:51:53 +00:00
willclarktech 9f15aca072 Add nonces 2020-11-27 12:51:25 +00:00