veado

Results 39 issues of veado

# Issue #599 supportes IBC assets. However, `ticker` is still empty due the lack of parsing `denom` in `getAsset` ([code](https://github.com/xchainjs/xchainjs-lib/pull/599/files#diff-67d4d7463e04b8c0992ee963b5393414b353dcd27cb672c13afd2d89011517e2R48)) properly. # Todo Use a third party API to get...

## Issue - `getAccount` might be fail for Ledger addresses ## Example (random `Ledger` address): https://testnet-dex.binance.org/api/v1/account/ returns `public_key: null` ```ts { "account_number": 36990, "address": "tbnb...0skj", "balances": [ { "free": "0.66927332",...

That's needed to estimate gas limit by using Ledger. Check `xchain-terra` + `terra-js`, which does it similar (no sign).

**Note:** Since `xchain-thorchain` depends on `xchain-client` / `xchain-crypto` #422 + #421 need to be done before! Depends on #398, too. Please update other dependencies as well. ncu :eyes: https://www.npmjs.com/package/npm-check-updates (status...

- In `Header`: Add wallet selector at same place as we currently have a network selector - If a wallet has not been imported: Show "Add wallet" button - If...

- Midgard - THORNode RPC - THORNode API

enhancement

Add validation for wallet name input fields in: - Create wallet - Import keystore - Import phrase - Change wallet name

## Issue Error output (besides others) ``` ../../nan/nan_callbacks.h:55:23: error: ‘AccessorSignature’ is not a member of ‘v8’ ``` ## Background > AccessorSignatures was deprecated in Chromiuim [in this CL](https://chromium-review.googlesource.com/c/v8/v8/+/3654096), which was...