Commit Graph
119 Commits
Author SHA1 Message Date
willclarktech 5626582a79 cosmwasm: Add missing pendingWithoutWasmd() to test 2020-08-05 12:19:33 +02:00
Simon Warta 3b5896d151 Update to eslint v7 and @typescript-eslint/* v3 2020-08-04 11:47:37 +02:00
Simon Warta 5dcaf706dd Rename postTx -> broadcastTx in launchpad/cosmwasm etc 2020-08-03 17:23:05 +02:00
Simon Warta 3a5c23c2e8 v0.22.0 2020-08-03 15:38:45 +02:00
Simon Warta 70e8e1f086 Add nonces 2020-08-03 15:37:47 +02:00
Simon Warta aaeb7983de Document whatFeeTable from @cosmjs/cosmwasm is for 2020-08-03 08:00:05 +02:00
Simon Warta 929e79bc7f Remove SigningCallback from @cosmjs/cosmwasm 2020-08-03 07:33:10 +02:00
Simon Warta 7863afdd31 Recreate wasmd genesis and update tests 2020-07-30 10:12:33 +02:00
Simon Warta 0eab5f734d v0.22.0-alpha.1 2020-07-29 13:01:37 +02:00
Simon Warta 21e0c98c77 Add nonces 2020-07-29 13:00:44 +02:00
Simon Warta 7f7537bd59 Improve ContractCodeHistoryEntry.operation 2020-07-28 18:11:18 +02:00
Simon Warta c023179ab4 Pull out and improve queryContractSmart tests 2020-07-28 18:05:26 +02:00
Simon Warta 53acab4422 Pull out and improve queryContractRaw 2020-07-28 18:01:20 +02:00
Simon Warta ab2dd159df Extract and improve getAllContractState tests 2020-07-28 17:57:57 +02:00
Simon Warta 5ad837f992 Move getContractCodeHistory after getContractInfo 2020-07-28 17:56:02 +02:00
Simon Warta 116ab6496a Use a single hackatom instance 2020-07-28 17:49:13 +02:00
Simon Warta 5aa5623348 Use SigningCosmosClient for testing wasm messages 2020-07-28 17:45:41 +02:00
Simon Warta 888597fd04 Pull out getContractCodeHistory tests 2020-07-28 17:34:34 +02:00
Simon Warta 104d828509 Cleanup getContractInfo tests 2020-07-28 17:31:38 +02:00
Simon Warta 462aafa39e Start cleaning up WasmExtension tests 2020-07-28 17:25:34 +02:00
Simon Warta 2f83fcd1f9 v0.22.0-alpha.0 2020-07-28 15:13:26 +02:00
Simon Warta 859c540263 Add nonces 2020-07-28 15:11:49 +02:00
Simon Warta c575f930a8 Rename @cosmjs/sdk38 to @cosmjs/launchpad 2020-07-28 14:54:38 +02:00
Simon Warta 70e9c1532a Update to wasmd v0.10.0-beta1 2020-07-28 14:54:37 +02:00
Simon Warta 51acfc48f6 Use ContractCodeHistoryEntry instead of ContractDetails in the CLI 2020-07-28 14:54:37 +02:00
Simon Warta b92405108a Adapt cosmwasm code to wasmd 0.10 2020-07-28 14:54:37 +02:00
Simon Warta c9283db741 Use coins helper for shorter test code 2020-07-28 14:54:37 +02:00
Simon Warta b7d9b59fd1 Update codebase to launchpad backend 2020-07-28 14:54:36 +02:00
Simon Warta ce72832a93 Let tests stop early when transaction did not succeed 2020-07-28 13:32:48 +02:00
Simon Warta 00182bbc2f Remove unused variable: guest 2020-07-28 13:32:48 +02:00
Alex Peters 622cf4ce21 Apply wasmd updates 2020-07-28 13:32:48 +02:00
Simon Warta 5ad11bdef6 Use string | PubKey | null as public key type 2020-07-28 12:43:13 +02:00
Simon Warta 4dca3619de Change account_number/sequence type to number | string 2020-07-28 12:43:12 +02:00
Simon Warta 42852c1cae Use 180k gas for MsgDelegate 2020-07-28 11:48:21 +02:00
Simon Warta 939b2b9964 Use *PostTx* types and helpers from sdk38 in cosmwasm 2020-07-28 11:48:20 +02:00
Simon Warta 09ad90c9af Add SigningCosmWasmClient.signAndPost 2020-07-28 11:48:20 +02:00
willclarktech 9500a2ac1b sdk38: Update documentation for getNonce renaming 2020-07-22 13:30:40 +02:00
willclarktech 96d6c4e120 sdk38: Rename GetNonceResult -> GetSequenceResult 2020-07-22 13:27:16 +02:00
willclarktech 7159896d88 sdk38: Rename getNonce -> getSequence 2020-07-22 13:25:45 +02:00
willclarktech 6d387412af eslint: Update file-based rule overrides 2020-07-15 13:29:21 +02:00
willclarktech de293f3b63 eslint: Standardize file-level camelcase disabling 2020-07-15 13:22:13 +02:00
willclarktech 21f083336e sdk38: Rename Secp256k1OfflineWallet -> Secp256k1Wallet 2020-07-14 14:35:12 +02:00
willclarktech 61a31cf1ed cosmwasm: Update for sdk38 OfflineSigner 2020-07-14 14:35:11 +02:00
Simon Warta 0c0f015a32 Fix typos 2020-07-07 23:53:19 +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 eb04b02b82 Remove index signature for better type safety 2020-07-07 23:52:04 +02:00
Simon Warta f047df1af0 Rename *Module to *Extension 2020-07-07 23:51:59 +02:00