1775 Commits

Author SHA1 Message Date
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
Simon Warta
7a3d5a9e92
Merge pull request #404 from CosmWasm/test-new-gas-price
Test new GasPrice/GasLimits interface in CLI
2020-08-19 17:04:49 +02:00
willclarktech
7b84d7a388
Update CHANGELOG for faucet denom change 2020-08-19 16:02:04 +01: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
Simon Warta
0bd8d5ecf2
Merge pull request #399 from CosmWasm/396-fee-table
Update Fee tables
2020-08-19 12:16:27 +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
3e080e834b
Update CHANGELOG for faucet fee table changes 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
53b413d96b
Update CHANGELOG 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
f82a91c0f8 Harden cors_allowed_origins search/replace pattern 2020-08-18 19:07:21 +02:00
Simon Warta
562dc55110
Merge pull request #400 from CosmWasm/fix-name-PrivateCosmosClient
Fix interface name: PrivateCosmWasmClient -> PrivateCosmosClient
2020-08-18 15:13:31 +02: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
8917069e52 Use stricter expression to change CORS settings for Tendermint 2020-08-18 14:58:02 +02:00
Simon Warta
6e69769950 Open up CORS in simapp tendermint config 2020-08-18 14:57:36 +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
5503484d6b
Merge pull request #398 from CosmWasm/fallback-on-query
Fallback on header query if subscription event is the wrong one
2020-08-18 14:09:14 +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
f639074d93
Merge pull request #386 from CosmWasm/verify-ics23-proofs
Verify ics23 proofs
2020-08-18 13:04:49 +02:00
Simon Warta
6788774390 Use the same protobufjs for ics23 and cosmjs 2020-08-18 12:48:37 +02:00