1526 Commits

Author SHA1 Message Date
Simon Warta
b39faa1a8f
Merge pull request #596 from cosmos/594-cosmwasm-amino-signing-mode
Remove Amino signing from @cosmjs/cosmwasm-stargate
2021-01-06 17:19:58 +01:00
willclarktech
fc08e4dadd
cosmwasm-stargate: Remove legacy Amino signing support 2021-01-06 16:03:59 +00:00
dependabot[bot]
7ca5199a89
build(deps): bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 20:20:21 +00:00
willclarktech
5358e9c4f8
launchpad: Improve sortedObject performance for large objects 2021-01-05 13:05:43 +00:00
willclarktech
6f668e0bc0
Encode nanoseconds in Stargate client 2021-01-05 11:48:15 +00:00
Simon Warta
4958f9a008 Document new stuff in README 2020-12-22 18:34:10 +01:00
Simon Warta
f625d43e66 Improve testing code 2020-12-22 18:34:10 +01:00
Simon Warta
4c60f883fa Add SigningCosmosClient.appendSignature 2020-12-22 18:34:10 +01:00
Simon Warta
cb752e89d8 Use faucet.pubkey0 for testing signer 2020-12-22 18:34:10 +01:00
Simon Warta
f6ac2f975e Add multiple faucet addresses 2020-12-22 18:34:10 +01:00
Simon Warta
ad6eb5817e Deduplicate network settings 2020-12-22 18:34:09 +01:00
Simon Warta
93e0434be5 Install fast-deep-equal 2020-12-22 18:34:07 +01:00
Simon Warta
5a47d64037 Add support for undefined memo in makeSignDoc 2020-12-22 18:33:47 +01:00
Simon Warta
b9f87cffe7 Add SigningCosmosClient.sign 2020-12-22 18:33:47 +01:00
willclarktech
a7674d0168
v0.24.0-alpha.13 2020-12-22 17:30:58 +00:00
willclarktech
0f74acda87
Add nonces 2020-12-22 17:30:30 +00:00
willclarktech
bf5fb7fca4
stargate: Actually use custom type urls in AminoTypes 2020-12-22 17:14:28 +00:00
willclarktech
fbf5d412c4
v0.24.0-alpha.12 2020-12-22 16:37:26 +00:00
willclarktech
d23b35a3fe
Add nonces 2020-12-22 16:36:56 +00:00
willclarktech
1caa9bd3c4
cosmwasm-stargate: Decode CosmWasm binary data in queryContractSmart 2020-12-22 15:52:41 +00:00
Simon Warta
cd4793de9a
Merge pull request #589 from cosmos/amino-types
Clarify the types registry is Amino only
2020-12-22 11:17:43 +01:00
Simon Warta
017437994b Create AminoTypes class and make it extensible 2020-12-21 17:53:04 +01:00
Simon Warta
debe94935f Rename to toAminoMsgType/fromAminoMsgType, improve testing and error messages 2020-12-21 17:09:38 +01:00
Simon Warta
2a393f3f55 Remove type-tagger dependencies 2020-12-21 03:15:09 +01:00
Simon Warta
974412f60a Convert Secp256k1Keypair to interface 2020-12-21 03:05:51 +01:00
Simon Warta
fb49a6b4f5 Remove types BlockHash, TxBytes and TxHash 2020-12-21 03:02:19 +01:00
Simon Warta
0855c56fdc Remove IpPortString 2020-12-21 00:10:35 +01:00
Simon Warta
1cdfc35fe1 Remove encoding classes Base64 and Hex 2020-12-21 00:05:50 +01:00
Simon Warta
96b82562f6 Remove Base64String/HexString/IntegerString 2020-12-21 00:02:11 +01:00
Simon Warta
100b743d06 Remove QueryString 2020-12-20 23:42:16 +01:00
willclarktech
858bd2e083
v0.24.0-alpha.11 2020-12-16 11:12:11 +00:00
willclarktech
b8c9545c11
Add nonces 2020-12-16 11:11:44 +00:00
willclarktech
6b4f134b80
cosmwasm-stargate: Remove private flag from package.json 2020-12-16 11:11:44 +00:00
willclarktech
4ca640f545
cosmwasm-launchpad: Move nonces back into cosmwasm 2020-12-15 16:53:21 +00:00
willclarktech
3b1e8de421
Update docs for cosmwasm-launchpad 2020-12-15 16:50:08 +00:00
willclarktech
cc9d7b29d7
Update cosmwasm-launchpad dependencies 2020-12-15 16:50:07 +00:00
willclarktech
ea03958398
cosmwasm: Add wrapper package around cosmwasm-launchpad 2020-12-15 16:50:07 +00:00
willclarktech
ecb9b693a8
cosmwasm-launchpad: Update README 2020-12-15 16:08:13 +00:00
willclarktech
8d6368cc42
cosmwasm-launchpad: Update package.json 2020-12-15 16:08:13 +00:00
willclarktech
1e7e88cb7a
cosmwasm: Rename to cosmwasm-launchpad 2020-12-15 16:08:12 +00:00
willclarktech
767623f671
cosmwasm-stargate: Add tests for new searchTx queries 2020-12-15 15:30:36 +00:00
willclarktech
84248c62ff
cosmwasm-stargate: Implement searchTx queries
For sentFromOrTo and tags
2020-12-15 15:30:35 +00:00
willclarktech
3ce57d32a6
stargate: Export isBroadcastTxSuccess 2020-12-15 15:30:35 +00:00
Will Clark
ca78c174f0
Merge pull request #575 from cosmos/491-cosmwasm-stargate-contract-deployments
Deploy more contracts in Wasmd
2020-12-15 16:27:27 +01:00
willclarktech
508c13712b
cli: Remove SearchByIdQuery import 2020-12-15 14:55:11 +00:00
willclarktech
23847a63ed
cosmwasm-stargate: Update testutils for additional contract deployments 2020-12-15 14:32:00 +00:00
willclarktech
793bd1ba4c
cosmwasm-stargate: Separate CosmWasmClient.searchTx and .getTx 2020-12-15 14:25:41 +00:00
willclarktech
90f2e765f7
stargate: Separate StargateClient.searchTx and .getTx 2020-12-15 14:25:41 +00:00
willclarktech
33c525ff75
cosmwasm: Separate CosmWasmClient.searchTx and .getTx 2020-12-15 13:59:26 +00:00
willclarktech
cb125800bd
launchpad: Separate CosmosClient.searchTx and .getTx 2020-12-15 13:54:41 +00:00