Commit Graph
86 Commits
Author SHA1 Message Date
Simon Warta 0351a46d97 Remove Bech32 class 2023-03-07 15:21:09 +01:00
Simon Warta 0bd186d0e3 Replace colors with chalk in @cosmjs/cli 2022-01-10 14:27:29 +01:00
Simon Warta 28ddfeb45c Upgrade TypeScript to 4.4 and adapt code 2021-11-24 13:26:36 +01:00
Simon Warta 51e5ce3c3d Adapt test to new TypeScript 4.3 error message 2021-07-20 16:50:37 +02:00
willclarktech 26fea00741 cli: Update selftest for new Secp256k1HdWallet options 2021-04-20 17:13:29 +02:00
willclarktech 6ace51decd cli: Update for hd wallet change 2021-04-06 17:27:46 +02:00
willclarktech dda02bc80f cli: Update for amino/launchpad refactor 2021-03-25 11:00:09 +01:00
Simon Warta fe0c3d441e Document installed packages 2021-02-11 15:14:37 +01:00
Simon Warta ed26010b6b Remove auto-import infrastructure 2021-02-11 15:14:36 +01:00
Simon Warta 7582199ea9 Do not auto-import types from @cosmjs/crypto 2021-02-11 15:14:36 +01:00
Simon Warta fbae7e2729 Do not auto-import @cosmjs/encoding symbols 2021-02-11 15:14:36 +01:00
Simon Warta 8e8011b695 Do not auto-import types from @cosmjs/math and @cosmjs/utils 2021-02-11 15:14:36 +01:00
Simon Warta fb59a0df9e Do not auto-import @cosmjs/cosmwasm-launchpad types 2021-02-11 15:14:36 +01:00
Simon Warta 2ec5245500 Do not auto-import @cosmjs/faucet-client types 2021-02-11 15:14:35 +01:00
Simon Warta 131928dfe5 Do not auto-import @cosmjs/launchpad types 2021-02-11 15:14:35 +01:00
Simon Warta 6a32240185 Avoid auto-importing fs and axios 2021-02-11 15:14:35 +01:00
willclarktech cc9d7b29d7 Update cosmwasm-launchpad dependencies 2020-12-15 16:50:07 +00:00
willclarktech 508c13712b cli: Remove SearchByIdQuery import 2020-12-15 14:55:11 +00:00
willclarktech ff4ef4a084 cli: Update for new OfflineSigner 2020-10-27 17:07:34 +01:00
Simon Warta 850dbd11db Expose Secp256k1Wallet 2020-10-27 14:37:37 +01:00
willclarktech 27e1fc2c8c cli: Add FaucetClient 2020-10-14 13:16:02 +02:00
willclarktech 7c60a8ed4f cli: Fix typo 2020-10-14 13:11:29 +02:00
willclarktech 53d7d34b8a Use convenience hash functions in codebase 2020-10-13 13:36:44 +02:00
Simon Warta eba148326a Rename Secp256k1Wallet -> Secp256k1HdWallet 2020-10-08 10:29:41 +02:00
Simon Warta 9d1508e1ee Add makeStdTx and used signed document from signers 2020-09-24 14:10:57 +02:00
Simon Warta 1b0eec8ed3 Simplify name to makeSignDoc 2020-09-24 13:54:15 +02:00
Simon Warta 14c285748a Remove makeSignBytes 2020-09-24 13:54:15 +02:00
Simon Warta 751861e501 Update CLI testing 2020-09-24 13:54:15 +02:00
willclarktech bfbb01c6bf cli: Use HdPath type 2020-09-15 15:03:17 +02:00
Simon Warta e99e0f2eef Add CLI example to show the new GasPrice/GasLimits interface 2020-08-19 12:54:11 +02:00
willclarktech 5630330c09 cli: Update cli for CosmWasmFeeTable change 2020-08-19 10:13:54 +01:00
Simon Warta 2ffda0d25e Merge branch '0.22' 2020-08-11 10:20:09 +02:00
Simon Warta 59c8dca5c2 Import encodeAminoPubkey/decodeAminoPubkey in cli 2020-08-11 07:49:40 +02:00
Simon Warta 746f41137d Import encodeBech32Pubkey and decodeBech32Pubkey in cli 2020-08-11 07:49:39 +02:00
Simon Warta 5dcaf706dd Rename postTx -> broadcastTx in launchpad/cosmwasm etc 2020-08-03 17:23:05 +02:00
Simon Warta 4802af044a Merge pull request #332 from CosmWasm/test-examples
Test CLI example scripts
2020-08-03 15:18:51 +02:00
Simon Warta ce1f0f7f1f Add support for HTTPs URLs in --init 2020-08-03 10:33:50 +02:00
Simon Warta 97aca6c7cf Test example scripts 2020-08-03 07:49:26 +02:00
Simon Warta 929e79bc7f Remove SigningCallback from @cosmjs/cosmwasm 2020-08-03 07:33:10 +02:00
Simon Warta c575f930a8 Rename @cosmjs/sdk38 to @cosmjs/launchpad 2020-07-28 14:54:38 +02:00
Simon Warta 51acfc48f6 Use ContractCodeHistoryEntry instead of ContractDetails in the CLI 2020-07-28 14:54:37 +02:00
Simon Warta 939b2b9964 Use *PostTx* types and helpers from sdk38 in cosmwasm 2020-07-28 11:48:20 +02:00
willclarktech 96d6c4e120 sdk38: Rename GetNonceResult -> GetSequenceResult 2020-07-22 13:27:16 +02:00
willclarktech 21f083336e sdk38: Rename Secp256k1OfflineWallet -> Secp256k1Wallet 2020-07-14 14:35:12 +02:00
willclarktech 0561dd5dd5 cli: Update for sdk38 OfflineSigner 2020-07-14 14:35:11 +02:00
Simon Warta de510c98e5 Remove RestClient from sdk38 and cosmwasm 2020-07-07 23:52:05 +02:00
Simon Warta ccd9a5db11 Import missing types to CLI 2020-06-22 10:35:29 +02:00
Simon Warta 33d55e6923 Add MsgDelegate 2020-06-22 10:01:11 +02:00
Simon Warta c57e90d4de Update ignoreDiagnostics for new top-level await support 2020-06-18 10:35:33 +02:00
Simon Warta 88faba8bed Replace internal usages of @iov/encoding with @cosmjs/{encoding,math} 2020-06-09 17:54:17 +02:00