Commit Graph
1099 Commits
Author SHA1 Message Date
willclarktech cc49d373cb launchpad-ledger: Add semver dependency 2020-09-15 10:47:00 +02:00
willclarktech 14464dcb44 launchpad-ledger: Add DOM lib to tsconfig.json 2020-09-15 10:47:00 +02:00
willclarktech 6a3d20b8e3 launchpad-ledger: Add @ledgerhq/hw-transport-webusb dep 2020-09-15 10:47:00 +02:00
willclarktech f16ef5da7a launchpad-ledger: Add ledger-cosmos-js dependency 2020-09-15 10:47:00 +02:00
willclarktech cc4b1d3349 launchpad-ledger: Add basic package setup 2020-09-15 10:46:57 +02:00
Simon Warta fb2067baf5 Merge pull request #414 from CosmWasm/extract-makeAuthInfo
Pull out makeAuthInfo
2020-09-08 10:59:33 +02:00
Simon Warta fc15c149c4 Pull out makeAuthInfo 2020-09-07 13:18:29 +02:00
Ethan Frey f3d5bcbeca Use existing bigendian parser 2020-08-24 22:43:47 +02:00
Ethan Frey 23bafbf5b0 Add some provable queries to IBC querier 2020-08-24 22:21:56 +02:00
Simon Warta 6d6a6be2f4 Merge pull request #401 from CosmWasm/ibc-extension
Add IbcExtension with unverified queries
2020-08-20 11:08:10 +02:00
willclarktech d9335a2262 proto-signing: Update code for Long types 2020-08-19 17:23:10 +01:00
willclarktech 62ef41661d proto-signing: Update codec type definitions 2020-08-19 17:03:11 +01:00
willclarktech 5b9009b78d proto-signing: Force long in pbjs 2020-08-19 17:02:55 +01:00
willclarktech 8a5485f86f stargate: Add long dependency 2020-08-19 16:59:40 +01:00
willclarktech 35cbad8f59 proto-signing: Add long dependency 2020-08-19 16:59:19 +01:00
willclarktech 62b6eb9e74 proto-signing: Wrap codec to ensure Long is available 2020-08-19 16:57:16 +01:00
mergify[bot] f94e4f692d Merge pull request #407 from CosmWasm/391-faucet-base-tokens
Use denom in faucet
2020-08-19 15:09:10 +00:00
willclarktech 6b0821192e faucet: Update package.json scripts for denom 2020-08-19 16:02:04 +01:00
willclarktech 445b5065c0 faucet: Update tests for denom 2020-08-19 16:02:04 +01:00
willclarktech 795451ee14 faucet: Refactor faucet to use denom
Still accepts ticker via credit API request
2020-08-19 15:51:12 +01:00
Simon Warta bfeeb3ad33 Remove obsolete buildFeeTable helper 2020-08-19 12:55:22 +02:00
Simon Warta e99e0f2eef Add CLI example to show the new GasPrice/GasLimits interface 2020-08-19 12:54:11 +02:00
willclarktech 47018d2b6f math: Change Decimal.multiply to operate on Uint classes 2020-08-19 10:45:50 +01:00
willclarktech 3cbe9e9676 cosmwasm: Extend CosmosFeeTable in SigningCosmWasmClient 2020-08-19 10:45:50 +01:00
willclarktech 5630330c09 cli: Update cli for CosmWasmFeeTable change 2020-08-19 10:13:54 +01:00
willclarktech a71e8f3502 faucet: Update for fee table changes 2020-08-19 10:13:54 +01:00
willclarktech 03bb146d23 cosmwasm: Add tests for fee table in SigningCosmWasmClient 2020-08-19 10:13:53 +01:00
willclarktech 8c1fd0fdca cosmwasm: Refactor FeeTable for SigningCosmWasmClient 2020-08-19 10:13:53 +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 b94825f806 math: Add Decimal.multiply method and tests 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 0cc5c42b55 Add request params 2020-08-18 21:00:10 +02:00
Simon Warta ed02a75354 Add ibc.connection queries 2020-08-18 20:41:46 +02:00
Simon Warta 7f13fd4f7b Add IbcExtension 2020-08-18 20:41:46 +02:00
Simon Warta a08c8d7759 Add IBC types to codec 2020-08-18 20:41:46 +02:00
mergify[bot] 8b7bd1e793 Merge pull request #402 from CosmWasm/test-query-client
Test QueryClient directly
2020-08-18 17:13:32 +00:00
Simon Warta 3cd9b5cc27 Use makeClientWithX for module X consistently
As in https://github.com/CosmWasm/cosmjs/pull/401
2020-08-18 15:06:11 +02:00
Simon Warta e8443f44f9 Add QueryClient tests (WebSocket and Http) 2020-08-18 14:51:32 +02:00
Simon Warta 0690c77357 Fix interface name: PrivateCosmWasmClient -> PrivateCosmosClient 2020-08-18 14:23:34 +02:00
Simon Warta ac7cd44c0f Refactor code to avoid repeating query 2020-08-18 13:13:35 +02:00
Simon Warta ef74fefe84 Fall back on query when header from subscription is too high 2020-08-18 13:06:09 +02:00
Simon Warta 72b1b17678 Fix CosmJS version mismatch caused by merging 0.22 into master 2020-08-18 12:48:37 +02:00