chain-jslib
chain-jslib copied to clipboard
Right now `MsgCreateValidator` allows empty string for both required and optional description fields. A better way is 1. Strict non-empty string check for required fields 2. Allow non-required fields to...
This is needed by the browser-based tool to learn different message types supported.
**Is your feature request related to a problem? Please describe.** For nodes behind http auth it's a problem. We can't provide user and password to `defaultNodeUrl` or `rpcUrl`. Unless we...
## Background We're looking into support ATOM chain on [Desktop Wallet](https://github.com/crypto-com/chain-desktop-wallet) ## Things to support - Address Validator for ATOM - Chain Network configs - ATOM Coin configs - Matching...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior **Expected behavior** A clear and concise description of what you...
``` 1) TxDecoder Golang vs JSlib should decode to the same result: TypeError: Cannot read property 'length' of undefined at Object.fromByteArray (node_modules/base64-js/index.js:121:19) at Object.toBase64 (node_modules/@cosmjs/encoding/src/base64.ts:4:19) at Object.exports.getSignerInfoJson (lib/src/utils/txDecoder.ts:93:78) at /Users/hei/crypto-com/chain-jslib/lib/src/utils/txDecoder.ts:147:45...
Comment: https://github.com/crypto-org-chain/chain-jslib/pull/298#discussion_r673593447
ow type checking must check for `.value` field.