3374 Commits

Author SHA1 Message Date
Simon Warta
90ebdd2bc4 Add hash to BroadcastTxAsyncResponse 2021-11-23 10:25:38 +01:00
Simon Warta
e3ce6eb3d8 Add missing BlockSearchResponse case to Response 2021-11-23 10:16:10 +01:00
Simon Warta
39bd0d437f
Merge pull request #942 from cosmos/upgrade-to-yarn3
Upgrade to yarn 3.1.0
2021-11-23 09:45:32 +01:00
Simon Warta
5e6477ada4 Run tests through yarn 2021-11-22 22:47:23 +01:00
Simon Warta
0e5a106759 Remove @yarnpkg/plugin-typescript 2021-11-22 22:22:05 +01:00
Simon Warta
fabd9094f8 Upgrade @yarnpkg/plugin-workspace-tools 2021-11-22 22:21:56 +01:00
Simon Warta
70d70058bc Upgrade yarn to 3.1.0 2021-11-22 22:05:23 +01:00
Simon Warta
fb81c21e52
Merge pull request #941 from cosmos/remove-tendermint33-client
Remove Tendermint33Client and related symbols
2021-11-22 21:32:56 +01:00
Simon Warta
95e6156d3b Use symbols from tendermint34 folder 2021-11-22 21:13:43 +01:00
Simon Warta
fe07180431 Remove Tendermint33Client and related symbols 2021-11-22 21:09:36 +01:00
Simon Warta
260a1fa09f Add CHANGELOG entry 2021-11-22 19:00:28 +01:00
Simon Warta
8ac88b7f74 Merge branch '0.26' 2021-11-22 18:58:32 +01:00
Simon Warta
0d9108e3a1
Merge pull request #931 from cosmos/add-simulate
Add simulation support
2021-11-22 18:54:36 +01:00
Simon Warta
895b494f95 Set version 0.26.5 v0.26.5 2021-11-20 13:01:17 +01:00
Simon Warta
25ff8b584d
Merge pull request #939 from cosmos/fix-decodeBroadcastTxAsync
Fix undefined this in decodeBroadcastTxAsync
2021-11-20 12:56:57 +01:00
Simon Warta
cd5bc69012 Fix undefined this in decodeBroadcastTxAsync 2021-11-20 10:24:33 +01:00
Simon Warta
b4aa877843 Try SIGN_MODE_UNSPECIFIED 2021-11-20 09:46:11 +01:00
Simon Warta
37b472af44 Allow the use of a custom gas multiplier 2021-11-20 09:46:11 +01:00
Simon Warta
86467822f9 Add "auto" option to fee 2021-11-20 09:46:11 +01:00
Simon Warta
e3b18c3859 Use sendTokens and signAndBroadcast in example 2021-11-20 09:46:11 +01:00
Simon Warta
20e49746c5 Use coins helper in examples 2021-11-20 09:46:11 +01:00
Simon Warta
926767d1e1 Add simulate example 2021-11-20 09:46:11 +01:00
Simon Warta
2a16375eab Increase accepted gas range in simulation tests 2021-11-20 09:46:11 +01:00
Simon Warta
4bf33f24ea Add SigningCosmWasmClient.simulate 2021-11-20 09:46:11 +01:00
Simon Warta
5511c242c1 Add SigningStargateClient.simulate 2021-11-20 09:46:10 +01:00
Simon Warta
8a944ddf21 Add query extension tx for simulation 2021-11-20 09:46:10 +01:00
Simon Warta
25556ae4a8 Add Registry.encodeAsAny 2021-11-20 09:46:10 +01:00
Simon Warta
bbd169d99b Merge branch '0.26' 2021-11-20 09:45:45 +01:00
Simon Warta
4962be9729 Update SDK config after prettier upgrade 2021-11-20 09:45:25 +01:00
Simon Warta
ab3b04b96b
Merge pull request #936 from cosmos/upgrade-bnjs-5
Upgrade bn.js to version 5
2021-11-19 10:42:24 +01:00
Simon Warta
a6bf588c46
Merge pull request #935 from cosmos/remove-default-url
Remove default URLs from HttpClient and WebsocketClient
2021-11-19 10:42:15 +01:00
Simon Warta
01a8212775 Upgrade bn.js to version 5 2021-11-19 10:16:44 +01:00
Simon Warta
c03a06e26b Remove default URLs from HttpClient and WebsocketClient 2021-11-19 10:12:11 +01:00
Simon Warta
eda053bfbf Merge branch '0.26' 2021-11-18 23:16:10 +01:00
Simon Warta
e89b370cc1
Merge pull request #934 from cosmos/upgrade-prettier-2.4.1
Upgrade prettier to 2.4.1
2021-11-18 23:15:21 +01:00
Simon Warta
91f3c9872e Upgrade prettier to 2.4.1 2021-11-18 23:04:36 +01:00
Simon Warta
ac19c1f5db
Merge pull request #933 from cosmos/fix-env-variables-and-example
Fix env variables in CI and CLI example
2021-11-18 22:59:06 +01:00
Simon Warta
67866dbaa4 Format cosmwasm example 2021-11-18 22:36:29 +01:00
Simon Warta
f3227209df Fix stargate example to latest fee API 2021-11-18 22:36:17 +01:00
Simon Warta
5461db8cd5 Set all the chain variables for ./run_examples.sh 2021-11-18 22:22:36 +01:00
Simon Warta
de32f787e9 Fix SIMAPP42_ENABLED -> WASMD_ENABLED for cosmwasm example 2021-11-18 22:18:36 +01:00
Simon Warta
09c37c5868 Remove unused ERC20_ENABLED
This is never read since https://github.com/cosmos/cosmjs/pull/701
2021-11-18 22:17:47 +01:00
Simon Warta
d38b396966
Merge pull request #929 from cosmos/upgrade-cosmjs-types-0.3
Upgrade cosmjs-types to 0.3.0 and adapt code
2021-11-18 15:41:55 +01:00
Simon Warta
acc3f1e53d Add SDK 0.44 vote options to tests 2021-11-18 15:21:01 +01:00
Simon Warta
7acef3eda4 Add CHANGELOG entry for cosmjs-types to 0.3 2021-11-18 10:08:16 +01:00
Simon Warta
09b94d77dc Upgrade cosmjs-types to 0.3.0 and adapt code 2021-11-18 09:57:29 +01:00
Simon Warta
f8bd2e3783 Remove obsolete pendingWithoutSimapp42 import in tests 2021-11-17 16:31:58 +01:00
Simon Warta
dc814b1e26 Merge branch '0.26' 2021-11-17 12:54:38 +01:00
Simon Warta
71fd02bc5f Update SDKs [skip ci] 2021-11-17 12:53:37 +01:00
Simon Warta
57fac40b37
Merge pull request #923 from cosmos/let-coin-support-strings
Let coin/coins take amount as number | string
2021-11-17 09:29:11 +01:00