Commit Graph
1299 Commits
Author SHA1 Message Date
willclarktech 51d431a956 faucet: Update for sdk38 OfflineSigner 2020-07-14 14:35:11 +02:00
willclarktech 64eba761c8 sdk38: Remove enabling from secp256k1 offline wallet 2020-07-14 14:35:10 +02:00
willclarktech 0ab80be572 sdk38: Use nested destructuring syntax 2020-07-14 14:35:10 +02:00
willclarktech 6dcbf77d56 sdk38: Remove explicit enable method from offline signer 2020-07-14 14:35:10 +02:00
willclarktech 6a02704805 sdk38: Pass signer (wallet) into SigningCosmosClient 2020-07-14 14:35:10 +02:00
willclarktech 717ff6caf7 sdk38: Make use of OfflineWallet interface more strict 2020-07-14 14:35:09 +02:00
willclarktech 821b666f98 sdk38: Add Wallet interface and implement for Secp256k1Wallet 2020-07-14 14:35:09 +02:00
willclarktech 36b7bdf353 sdk38: Rename pen.ts -> wallet.ts etc 2020-07-14 14:35:09 +02:00
Simon Warta 9b45a6a488 Merge pull request #290 from CosmWasm/bump-stargate-to-sdk40
Adapt repo to Cosmos SDK version change
2020-07-14 14:33:49 +02:00
Simon Warta 6fadce3036 Adapt repo to version change (stargate is now Cosmos SDK 0.40) 2020-07-14 13:41:39 +02:00
Simon Warta cc62713f4c Merge pull request #287 from CosmWasm/mint-extension
Add MintExtension
2020-07-14 13:18:33 +02:00
Simon Warta 50dbca558b Add MintExtension 2020-07-09 14:08:24 +02:00
Simon Warta 0fa5da299c Merge pull request #286 from CosmWasm/slashing-extension
Add support for slashing queries
2020-07-09 13:18:28 +02:00
Simon Warta e09ff5a78c Add support for slashing queries 2020-07-09 11:36:50 +02:00
Simon Warta 5fd8396271 Merge pull request #285 from CosmWasm/bank-extension
Add bank extension
2020-07-09 11:35:16 +02:00
Simon Warta d173817f91 Add bank extension 2020-07-09 09:37:44 +02:00
Simon Warta 6e3b0baa0c Merge pull request #280 from CosmWasm/extensible-client
Create extensible API client
2020-07-08 10:08:33 +02:00
Simon Warta 6b8196071a Fix docs copy command 2020-07-08 07:59:22 +02:00
Simon Warta 0c0f015a32 Fix typos 2020-07-07 23:53:19 +02:00
Simon Warta 9d98b50afb Fix module assignment 2020-07-07 23:53:19 +02:00
Simon Warta 66df36c83b Add assertion to moduleValue 2020-07-07 23:53:19 +02:00
Simon Warta 2cadeec789 Implement withExtensions with rest operator 2020-07-07 23:53:10 +02:00
Simon Warta 7ebb9cbca7 Remove spec types in sub-folders 2020-07-07 23:52:05 +02:00
Simon Warta de510c98e5 Remove RestClient from sdk38 and cosmwasm 2020-07-07 23:52:05 +02:00
Simon Warta dc661dfe5c Replace RestClient with LcdClient 2020-07-07 23:52:05 +02:00
Simon Warta a317dac01e Export setupWasmExtension, WasmExtension 2020-07-07 23:52:05 +02:00
Simon Warta 40c7ec5146 Allow merging modules 2020-07-07 23:52:05 +02:00
Simon Warta b5e0023b04 Module -> extension 2020-07-07 23:52:04 +02:00
Simon Warta eb04b02b82 Remove index signature for better type safety 2020-07-07 23:52:04 +02:00
Simon Warta fa2eae5060 Rename module -> extension 2020-07-07 23:52:04 +02:00
Simon Warta f047df1af0 Rename *Module to *Extension 2020-07-07 23:51:59 +02:00
Simon Warta e42620bf70 Connect modules in properties 2020-07-07 23:51:11 +02:00
Simon Warta ad07231bf3 Add generic restriction to LcdModuleSetup 2020-07-07 23:51:10 +02:00
Simon Warta c85c172395 Pull out AuthModule 2020-07-07 23:51:01 +02:00
Simon Warta b352e942ab Create Wasm module for LCD 2020-07-07 23:20:51 +02:00
Simon Warta ab4bbb7d28 Export normalizeLcdApiArray 2020-07-07 23:20:43 +02:00
Simon Warta e121ea9d08 Move makeSignedTx to testutils 2020-07-07 23:16:30 +02:00
Simon Warta 21898bc8bd Export LcdClient 2020-07-07 23:16:30 +02:00
Simon Warta c9e5143d97 Remove reference to RestClient 2020-07-07 23:16:30 +02:00
Simon Warta 4c6b2cce3b Use LcdClient in CosmosClient 2020-07-07 23:16:30 +02:00
Simon Warta 1675f94f14 Deprecate RestClient 2020-07-07 23:16:30 +02:00
Simon Warta a42dbd2a46 Move all LCD API types to ./lcdapi 2020-07-07 23:16:21 +02:00
Simon Warta ff7188b3b5 Move API types into lcdapi 2020-07-07 23:10:09 +02:00
Simon Warta 467b29e451 Create proper supply module 2020-07-07 23:04:38 +02:00
Simon Warta 6d767cf5b1 Improve setupSupplyModule 2020-07-07 23:04:38 +02:00
Simon Warta 375d30ee52 Add doc comment to LcdClient 2020-07-07 23:04:38 +02:00
Simon Warta e6ac24a301 Create LcdClientBaseOptions 2020-07-07 23:04:38 +02:00
Simon Warta dd5ef76a44 Add more overloads to withModules 2020-07-07 23:04:38 +02:00
Simon Warta acb140710c Remove generic defaults form WasmResponse/WasmSuccess 2020-07-07 23:04:38 +02:00
Simon Warta 855ce0bb4a Pull out makeSignedTx 2020-07-07 23:04:37 +02:00