Commit Graph
51 Commits
Author SHA1 Message Date
willclarktech 55602522ab launchpad: Export StdSignDoc interface 2020-09-17 15:16:44 +02:00
Simon Warta c7e828bb79 Merge branch '0.22' 2020-09-17 15:07:15 +02:00
willclarktech 83a1775284 launchpad: Use HdPath type 2020-09-15 15:03:17 +02:00
Simon Warta ee205cc5f7 v0.22.3 2020-09-15 10:28:11 +02:00
Simon Warta 14bdb58943 Add nonces 2020-09-15 10:23:02 +02:00
willclarktech 47018d2b6f math: Change Decimal.multiply to operate on Uint classes 2020-08-19 10:45:50 +01:00
willclarktech e4767ed2e2 launchpad: Add default fees to SigningCosmosClient construction test 2020-08-19 10:13:53 +01:00
willclarktech 914f8d94bb launchpad: Refactor FeeTable type 2020-08-19 10:13:53 +01:00
willclarktech f30004db73 launchpad: Update SigningCosmosClient to use GasPrice.fromString 2020-08-19 10:13:52 +01:00
willclarktech 86e7afbb1e launchpad: Update GasPrice to hold Decimal 2020-08-19 10:13:52 +01:00
willclarktech 04f8e06771 launchpad: Add basic test for GasPrice 2020-08-19 10:13:52 +01:00
willclarktech c87b0643f9 launchpad: Refactor fee table generation 2020-08-19 10:13:52 +01:00
willclarktech aee57597a2 launchpad: Add PrivateSigningCosmosClient class to help tests 2020-08-19 10:13:52 +01:00
willclarktech 4571b9cb19 launchpad: Extract gas helpers from SigningCosmosClient file 2020-08-19 10:13:51 +01:00
willclarktech 2e1380975b launchpad: Add tests for SigningCosmosClient fee refactor 2020-08-19 10:13:51 +01:00
willclarktech 406c86426b launchpad: Refactor SigningCosmosClient for fees/gas 2020-08-19 10:13:51 +01:00
Simon Warta 0690c77357 Fix interface name: PrivateCosmWasmClient -> PrivateCosmosClient 2020-08-18 14:23:34 +02:00
Simon Warta f5cc67b948 Merge branch '0.22' 2020-08-17 14:11:37 +02:00
Simon Warta 0dc22c2525 CReate consistent postbuild script 2020-08-13 15:09:18 +02:00
Simon Warta b2943816f3 Create consistent prebuild script in all packages 2020-08-13 15:09:18 +02:00
willclarktech 9b530110ae launchpad: Export search query helper functions 2020-08-13 13:43:01 +02:00
willclarktech edb84ce7de launchpad: Improve CosmosClient.getBlock tests 2020-08-12 13:48:10 +02:00
willclarktech c126307bfd launchpad: Improve test example 2020-08-12 11:31:10 +02:00
Simon Warta 56d635fc6a v0.22.2 2020-08-11 13:23:23 +02:00
Simon Warta 35c03c9ae8 Add nonces 2020-08-11 13:22:44 +02:00
Simon Warta 4f54b26ac3 Add parseCoins 2020-08-11 12:27:08 +02:00
Simon Warta 2ffda0d25e Merge branch '0.22' 2020-08-11 10:20:09 +02:00
Simon Warta 04a086a6cb v0.22.1 2020-08-11 10:01:06 +02:00
Simon Warta 607f0aae40 Add nonces 2020-08-11 10:00:50 +02:00
Simon Warta b0e8183b12 Replace fast-deep-equal with arrayContentEquals 2020-08-11 07:49:40 +02:00
Simon Warta 2d56b1ae89 Add decodeAminoPubkey/encodeAminoPubkey 2020-08-11 07:49:39 +02:00
Simon Warta ae991d59b1 Remove unused pubkeyTypes 2020-08-11 07:49:39 +02:00
Simon Warta 40ca197350 Document decodeBech32Pubkey/encodeBech32Pubkey 2020-08-11 07:49:39 +02:00
Simon Warta b75445a0e1 Test decodeBech32Pubkey with ed25519 2020-08-11 07:49:38 +02:00
Simon Warta 05524b5b1b Add ed25519 support to encodeBech32Pubkey 2020-08-11 07:49:38 +02:00
Simon Warta 7578e00118 Test StargateClient.getAccount with validator and fix pubkey decoding 2020-08-10 15:06:56 +02:00
Simon Warta 26bbfce6b4 Merge pull request #339 from CosmWasm/eslint7
Upgrade Eslint to v7
2020-08-04 15:34:24 +02:00
Simon Warta 0d588719c7 Add some @cosmjs/launchpad usages to the README 2020-08-04 14:26:06 +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 4e5a25c625 Remove obsolete properties from FeeTable 2020-08-03 07:59:27 +02:00
Simon Warta 3b9d9c1044 Add missing "extends Msg" for Cosmos SDK messages 2020-07-30 16:57:42 +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
willclarktech 8aa568e4af launchpad: Add type exports to index 2020-07-28 18:34:24 +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