optout
optout
See https://github.com/schmich/instascan/issues/110 No permission asked during getCameras(), option to skip _ensureAccess().
Nanovault displays QR codes, as do other Nano wallet implementations as well. However, scanning a QR code requires an external applicaiton (e.g. on mobile). It would be nice if QR...
The QR code on the account page currently encodes the accountID only. It would be very handy if it would encode a full URL to a nanovault send page with...
Exterrnal signature support has been added with https://github.com/trustwallet/wallet-core/pull/1978 C++, C are including, as well as Go sample, but Swift and Kotlin tests are missing. Add at least on Swift and...
**Is your feature request related to a problem? Please describe.** Support Cardano Staking. Currently transfer & tokens are supported. TODO: - Check staking address support, extend supported address formats if...
**Describe the bug** Not really a bug: create a class to automatically handle deallocation of `TWAnyAddress` object. **Additional context** https://github.com/trustwallet/wallet-core/blob/master/src/interface/TWAnyAddress.cpp#L16 ``` struct TWAnyAddress { TWString* address; enum TWCoinType coin; };...
Project website: https://www.arweave.org Reference: - https://github.com/acolytec3/arweave-mnemonic-keys - https://github.com/Zondax/ledger-arweave/blob/master/app/src/crypto_store.c - https://github.com/libtom/libtomcrypt/tree/develop/src/pk/rsa Info: - 4096-bit RSA key is used - Key can be generated firectly - Key can be generated off a...
Currently Cosmos proto/folder contain some chain-specific proto files and logic, for Stargate (protobuf serialization) case: - Terra WASM messages - Thorchain send (pending #2092) This includes: - chain-specific message within...
**Is your feature request related to a problem? Please describe.** For 'simple' Cardano transfer, UseMaxAmount option can be set to achieve sending all available funds (all avail minus fee). For...
## Description Sample application in Rust language. ## How to test - build and run sample app, according to the README.md. - Check that sample is executed in the 'sample...