2065 Commits

Author SHA1 Message Date
Simon Warta
1b9a530dd2 Install shfmt in lint job 2020-12-08 11:10:51 +01:00
Simon Warta
4370c4c547 Add text and shell formatting to lint job 2020-12-08 10:50:05 +01:00
Simon Warta
445dfcbf8f Run shfmt 2020-12-08 09:03:14 +01:00
Simon Warta
6a9ef8ef6b Create format-shell script 2020-12-08 09:02:55 +01:00
Simon Warta
dec867e0fc
Merge pull request #556 from cosmos/501-cw1-subkey-support
Add support for CW1 contracts
2020-11-30 15:18:45 +01:00
Simon Warta
8cbad1a46f Improve type safety for Multisig contract responses. 2020-11-30 15:10:00 +01:00
Simon Warta
f4bd386081 Add link to Vote source 2020-11-30 14:53:15 +01:00
Simon Warta
8e1cb34312 Move Expiration to cw0 module and add link to source 2020-11-30 14:47:36 +01:00
willclarktech
d8ed695ae5
cosmwasm: Add Cw1SubkeyCosmWasmClient tests 2020-11-27 13:30:22 +00:00
willclarktech
60c812c760
cosmwasm: Add Cw1SubkeyCosmWasmClient class 2020-11-27 13:30:22 +00:00
willclarktech
c9d5cc50d4
cosmwasm: Move Expiration type into types file 2020-11-27 13:20:59 +00:00
willclarktech
c274594935
scripts: Make launchpad CW1 contract mutable 2020-11-27 13:20:58 +00:00
willclarktech
fbc5e0660a
cosmwasm: Rename Cw1CosmWasmClient.executeSubkey -> executeCw1 2020-11-27 13:20:58 +00:00
willclarktech
aff7fc5095
cosmwasm: Export Cw1CosmWasmClient 2020-11-27 13:20:57 +00:00
willclarktech
43b8c154db
cosmwasm: Update Cw1CosmWasmClient for review comments 2020-11-27 13:20:57 +00:00
willclarktech
a013829460
cosmwasm: Add tests for Cw1CosmWasmClient 2020-11-27 13:20:57 +00:00
willclarktech
81f25e9a15
cosmwasm: Add Cw1CosmWasmClient class 2020-11-27 13:20:56 +00:00
willclarktech
c0c73ca507
cosmwasm: Add CW1 contract details to testutils 2020-11-27 13:20:56 +00:00
willclarktech
5a1d8a1df0
scripts: Deploy CW1 contract to launchpad 2020-11-27 13:20:56 +00:00
willclarktech
1ac7b7581c
scripts: Add CW1 contract to launchpad 2020-11-27 13:20:52 +00:00
willclarktech
4b4bf08038
v0.24.0-alpha.10 v0.24.0-alpha.10 2020-11-27 12:51:53 +00:00
willclarktech
9f15aca072
Add nonces 2020-11-27 12:51:25 +00:00
Will Clark
67bc0fcc5c
Merge pull request #558 from cosmos/557-stargate-faucet-fees
Pass faucet fees config to Stargate client
2020-11-27 13:46:55 +01:00
willclarktech
52f7d7a07c
faucet: Pass fees config to stargate client 2020-11-27 11:51:23 +00:00
Will Clark
97e3f81ab0
Merge pull request #554 from cosmos/547-multisig-msg-types
CosmosMsg types for multisig client
2020-11-26 15:55:27 +01:00
willclarktech
cf0c939cf5
cosmwasm: Extract CosmosMsg types into separate file 2020-11-26 14:47:51 +00:00
Will Clark
e682c3ff30
Merge pull request #553 from cosmos/upgrade-tendermint
Upgrade Tendermint to 0.34.0
2020-11-26 13:51:17 +01:00
willclarktech
55f422f16c
cosmwasm: Export CosmosMsg types 2020-11-26 12:48:07 +00:00
willclarktech
535700ee83
cosmwasm: Use CosmosMsg types 2020-11-26 12:47:51 +00:00
Simon Warta
e454d5836c Test Tendermint version in node info tests 2020-11-26 13:39:47 +01:00
Simon Warta
dacaa00948 Update Tendermint to 0.34.0 2020-11-26 13:39:41 +01:00
willclarktech
7b65945f7f
cosmwasm: Add CosmosMsg types 2020-11-26 12:25:22 +00:00
Simon Warta
9580d2f895
Merge pull request #550 from cosmos/fix-zero-accountNumber
Fix omitDefaults/omitDefault for Long
2020-11-26 11:05:22 +01:00
Simon Warta
75ce86f88f
Merge pull request #551 from cosmos/upgrade-wasmd
Upgrade wasmd to 0.12.1
2020-11-25 16:58:31 +01:00
Simon Warta
7d67e6581e Upgrade wasmd to 0.12.1
Closes #543
2020-11-25 16:49:36 +01:00
Simon Warta
d9510d544c Fix omitDefaults/omitDefault for Long 2020-11-24 23:32:42 +01:00
Will Clark
c0b714bc5f
Merge pull request #546 from cosmos/cw3-multisig-ethan-comments
CW3 Multisig adjustments
2020-11-24 17:46:18 +01:00
willclarktech
2b6f658fb6
cosmwasm: Expose Cw3CosmWasmClient.cw3ContractAddress 2020-11-24 16:27:22 +00:00
willclarktech
62f1410b92
cosmwasm: Query contract account by default in Cw3CosmWasmClient 2020-11-24 16:27:21 +00:00
willclarktech
db6e585206
cosmwasm: Add cw3 contract execution failure checks 2020-11-24 16:27:20 +00:00
willclarktech
ad778c0ba9
cosmwasm: Use launchpad endpoint in tests 2020-11-24 12:22:20 +00:00
willclarktech
e500844705
v0.24.0-alpha.9 v0.24.0-alpha.9 2020-11-24 12:12:57 +00:00
willclarktech
050e54040b
Add nonces 2020-11-24 12:12:11 +00:00
Will Clark
030bff75fd
Merge pull request #538 from cosmos/reduce-dependency-on-tendermint-version-detection
Reduce dependency on tendermint version detection
2020-11-24 13:08:02 +01:00
Will Clark
f17cbcb43f
Merge pull request #545 from cosmos/fix-stargate-codec-export
Fix Stargate codec export
2020-11-24 12:21:37 +01:00
Simon Warta
635c2e7081 Delete another level of spec types 2020-11-24 11:55:47 +01:00
Simon Warta
36a9d2d454 Improve doc comment text 2020-11-24 11:55:21 +01:00
willclarktech
c0710b17a2
stargate: Fix codec export 2020-11-24 10:44:19 +00:00
Simon Warta
10206550d8 Give up and just to the version query in any case 2020-11-20 13:16:58 +01:00
Simon Warta
2c26011e9b Add missing disconnects in StargateClient tests 2020-11-20 12:39:29 +01:00