357 Commits

Author SHA1 Message Date
willclarktech
f68ef5572a
Make signing Stargate client constructors protected 2021-03-25 14:47:35 +01:00
willclarktech
c99dcfc50a
cosmwasm-stargate: Add SigningCosmWasmClient staking methods 2021-03-25 13:55:50 +01:00
willclarktech
ad13e14f3d
cosmwasm-stargate: Update fee table etc to match stargate 2021-03-25 13:06:04 +01:00
willclarktech
78e71b9a9e
Allow partial gas limits in signing stargate/cosmwasm clients 2021-03-25 11:24:45 +01:00
willclarktech
2e8016c81b
cosmwasm-stargate: Remove launchpad dependency 2021-03-25 11:00:09 +01:00
willclarktech
83ba1cf662
cosmwasm-stargate: Use amino msgs from stargate 2021-03-25 11:00:09 +01:00
Simon Warta
133898c2f7
Merge pull request #729 from cosmos/657-independent-stargate-6
Reorganise coins/CosmosFeeTable/search types and helpers
2021-03-24 23:04:37 +01:00
willclarktech
9154b329a7
cosmwasm-stargate: Use search types/helpers from stargate 2021-03-24 18:44:54 +01:00
Simon Warta
906b259dd0 v0.25.0-alpha.1 2021-03-24 18:29:50 +01:00
Simon Warta
48c1d1014e Add nonces 2021-03-24 18:27:01 +01:00
willclarktech
9fa7cd6ffc
cosmwasm-stargate: Use CosmosFeeTable from stargate 2021-03-24 18:22:47 +01:00
willclarktech
c043d61565
cosmwasm-stargate: Use paths from amino 2021-03-24 18:09:41 +01:00
willclarktech
1d46f271cc
cosmwasm-stargate: Use wallets from amino instead of launchpad 2021-03-24 17:14:58 +01:00
willclarktech
f98b4f1b7e
cosmwasm-stargate: Use SignDoc helper from amino 2021-03-24 16:55:23 +01:00
willclarktech
4d5e0866ad
cosmwasm-stargate: Use signer types from amino 2021-03-24 16:55:20 +01:00
willclarktech
c5e3c82232
cosmwasm-stargate: Use fee types/functions from stargate 2021-03-23 19:03:42 +01:00
willclarktech
93abf68ac7
cosmwasm-stargate: Use StdFee from stargate package 2021-03-23 19:01:51 +01:00
willclarktech
cc164cd4c0
cosmwasm-stargate: Use coins from stargate package 2021-03-23 16:38:31 +01:00
Simon Warta
f8cf23766c Pull out pubkey functionality into @cosmjs/amino 2021-03-23 13:37:18 +01:00
willclarktech
991fe9b25a
cosmwasm-stargate: Update for new createProtobufRpcClient name 2021-03-18 13:46:05 +01:00
Simon Warta
22cbe2b204 Remove unnecessary pubkey check
Since pubkey is not queried from the blockchain anymore, we don't need
this check.
2021-03-18 08:56:56 +01:00
willclarktech
15308b9cfb
Expose registry and fee table from signing clients 2021-03-16 15:44:24 +01:00
Simon Warta
659b9193c0 Use Any for account encoding 2021-03-15 16:38:29 +01:00
Simon Warta
171fda884c v0.25.0-alpha.0 2021-03-11 15:55:55 +01:00
Simon Warta
30fbb9e640 Add nonces 2021-03-11 15:54:51 +01:00
Simon Warta
bce47e21f2 Upgrade typedoc to 0.20 2021-03-11 15:38:48 +01:00
Simon Warta
875ac56a8e Add workaround for ts-proto bug 2021-03-11 15:23:10 +01:00
Simon Warta
981c3ac919 Streamline Amino JSON type definitions and fix tests 2021-03-11 13:42:45 +01:00
Simon Warta
8743000e2a Update Cosmos SDK codecs to 0.42.0 2021-03-11 13:42:45 +01:00
Simon Warta
707cc7c8a5 Update x/wasm proto types 2021-03-11 13:42:44 +01:00
Simon Warta
eca9d18db3 Regenerate wasmd genesis file 2021-03-11 13:42:44 +01:00
Simon Warta
2b71527029 Update hackatom to v0.14.0-beta1+contracts1 2021-03-11 13:42:44 +01:00
Simon Warta
9412706322 Remove unused erc20 setup 2021-03-11 13:42:43 +01:00
Simon Warta
f7c5323b0e v0.24.0 2021-03-11 10:30:00 +01:00
Simon Warta
836eae9ee6 Add nonces 2021-03-11 10:26:01 +01:00
Simon Warta
eac5ffa144 Update version table for CosmJS 0.24 2021-03-11 07:41:15 +01:00
willclarktech
cf316528df
cosmwasm-stargate: Encode CosmWasm msgs using UTF8 2021-03-02 11:26:08 +00:00
Simon Warta
33e4d4d6eb v0.24.0-alpha.26 2021-02-24 16:31:23 +01:00
Simon Warta
8bbe0ae97e Add nonces 2021-02-24 16:30:18 +01:00
Simon Warta
61a3759200 Use Tendermint34Client 2021-02-23 13:27:52 +01:00
Simon Warta
122bb2b8c7 Upgrade ts-proto to 1.67.0 and regenerate 2021-02-21 10:34:39 +01:00
Simon Warta
84a5b9b399 Upgrade ts-proto to 1.61.0 2021-02-21 10:29:45 +01:00
Simon Warta
8e4813405c v0.24.0-alpha.25 2021-02-12 14:53:44 +01:00
Simon Warta
c0311d87ef Add nonces 2021-02-12 14:53:26 +01:00
Simon Warta
7e83910617 Deprecate DateTime 2021-02-12 14:28:50 +01:00
willclarktech
15a3a9b83a
v0.24.0-alpha.24 2021-02-11 10:22:06 +00:00
willclarktech
34878c1b43
Add nonces 2021-02-11 10:21:36 +00:00
Simon Warta
ab1b51485c Copy makeCosmoshubPath to @cosmjs/proto-signing 2021-02-10 14:24:15 +01:00
Simon Warta
349508e8d7 Duplicate AccountData/Algo in proto-signing 2021-02-10 13:58:09 +01:00
willclarktech
52dc82bbe4
v0.24.0-alpha.23 2021-02-09 17:21:29 +00:00