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
|
91f3c9872e
|
Upgrade prettier to 2.4.1
|
2021-11-18 23:04:36 +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
|
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
|
acc3f1e53d
|
Add SDK 0.44 vote options to tests
|
2021-11-18 15:21:01 +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
|
584a8c0ceb
|
Merge branch '0.26'
|
2021-11-17 00:06:46 +01:00 |
|
Simon Warta
|
0e63ee5cc6
|
Let coin/coins take amount as number | string
|
2021-11-09 17:51:12 +01:00 |
|
Simon Warta
|
106f2b1354
|
Improve CUSTOM_PROTOBUF_CODECS.md and update to 0.26
|
2021-11-02 14:59:36 +01:00 |
|
Simon Warta
|
2e0fef4546
|
Set version 0.26.4
|
2021-10-28 22:08:06 +02:00 |
|
Simon Warta
|
e754fad581
|
Fix response error handling for smart queries
|
2021-10-28 16:43:49 +02:00 |
|
Simon Warta
|
a4d4d4382f
|
Remove unneeded lint ignores
|
2021-10-28 16:43:49 +02:00 |
|
Simon Warta
|
5aed28fc1b
|
Set version 0.26.3
|
2021-10-25 11:13:00 +02:00 |
|
Simon Warta
|
fbaf8d7068
|
Deprecate verified queries
|
2021-10-24 22:35:45 +02:00 |
|
Simon Warta
|
a2b6e74524
|
Make env vars simapp42/simapp44 specific
|
2021-10-24 21:52:39 +02:00 |
|
Simon Warta
|
d0e81e665c
|
Rename simapp -> simapp42
|
2021-10-24 21:52:39 +02:00 |
|
Simon Warta
|
054acb7c80
|
Use query queryVerified key that works for 0.42 and 0.44
|
2021-10-24 21:52:39 +02:00 |
|
Simon Warta
|
4547b8ea50
|
Remove verified queries
|
2021-10-20 23:12:16 +02:00 |
|
Simon Warta
|
2906dac731
|
Merge branch 'main' into custom-ledger-app-simon
|
2021-10-20 12:10:53 +02:00 |
|
Simon Warta
|
456c9c8645
|
Improve docs on ledgerAppName/requiredLedgerAppVersion
|
2021-10-20 12:05:09 +02:00 |
|
Simon Warta
|
a1861add4e
|
Clarify error text on min version
|
2021-10-20 12:04:41 +02:00 |
|
Simon Warta
|
ba4509ac28
|
Format code
|
2021-10-20 12:02:45 +02:00 |
|
Simon Warta
|
f198f0acc4
|
Set version 0.26.2
|
2021-10-12 14:39:52 +02:00 |
|
Simon Warta
|
3ac2178c8b
|
Improve Ledger docs
|
2021-10-12 14:31:25 +02:00 |
|
Simon Warta
|
f6e3095196
|
Upgrade wasmd to 0.20
|
2021-10-12 13:43:23 +02:00 |
|
Simon Warta
|
b6df15cff2
|
Fix getContracts test after #900 started to create additional instances
|
2021-10-12 13:43:11 +02:00 |
|
Simon Warta
|
3593b405c9
|
Fix message encoding in AminoMsgMigrateContract
|
2021-10-12 11:55:43 +02:00 |
|
Simon Warta
|
fa9004b5ea
|
Fix message encoding in AminoMsgExecuteContract
|
2021-10-12 11:55:43 +02:00 |
|
Simon Warta
|
a6a5d8e2fd
|
Test instantiate with Amino JSON signing and fix message encoding
|
2021-10-12 11:55:43 +02:00 |
|
Simon Warta
|
22e0d32aa3
|
Fix empty to undefined conversion in AminoMsgInstantiateContract
|
2021-10-12 11:09:13 +02:00 |
|
Simon Warta
|
11ec6f1393
|
Write tests for http function
|
2021-10-12 00:35:24 +02:00 |
|
Calvin Kei
|
7f0620ad49
|
capitalize default ledger app name
|
2021-10-06 23:19:21 +08:00 |
|
Calvin Kei
|
23e676aa72
|
Merge branch 'calvinkei/custom-ledger-app' of https://github.com/calvinkei/cosmjs into calvinkei/custom-ledger-app
|
2021-10-06 23:16:20 +08:00 |
|
Calvin Kei
|
b8ea9a6f08
|
generalize ledger app name and allow customizing ledger app version
|
2021-10-06 23:15:41 +08:00 |
|
Calvin Kei
|
c33f5ed114
|
Update packages/ledger-amino/src/launchpadledger.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
|
2021-10-06 14:00:53 +08:00 |
|
Calvin Kei
|
edf7210898
|
added custom ledger app name support
|
2021-10-04 22:01:39 +08:00 |
|
blackpanther1881
|
8ccb42bfd2
|
Update signingstargateclient.ts
removing extra space in messageTimeout
|
2021-10-04 15:01:19 +05:30 |
|
Simon Warta
|
07139bce49
|
Remove unused cw1/cw3 contract deployments
|
2021-10-02 22:05:15 +02:00 |
|
Simon Warta
|
f9548febe0
|
Remove unused helpers of contract specific test code
|
2021-10-02 20:10:36 +02:00 |
|
Simon Warta
|
b472cd4acb
|
Set version 0.26.1
|
2021-09-30 23:21:18 +02:00 |
|
Simon Warta
|
3e4f1a1c35
|
Merge pull request #887 from cosmos/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
|
2021-09-30 22:59:18 +02:00 |
|
dependabot[bot]
|
b2326ca305
|
Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-30 20:32:48 +00:00 |
|
Simon Warta
|
86f5f56af4
|
Test decodeAminoPubkey with multisig
|
2021-09-30 22:23:47 +02:00 |
|
Hleb Albau
|
ab7e4f444b
|
#882 fix review comments p2
|
2021-09-30 15:11:33 +02:00 |
|