wallet-core icon indicating copy to clipboard operation
wallet-core copied to clipboard

Cross-platform, cross-blockchain wallet library.

Results 97 wallet-core issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Implementation of Ontology use `boost::any` in the VM build parameters, we should switch it to `std::variant` instead, the usage of `any` is not justified here since we...

enhancement
priority:low
size:medium

We have Swift `KeyStore` helper to access `TWStoredKey` easily; in order to support it on Web (local storage etc), it would be nice to have Typescript `KeyStore` This is also...

enhancement
priority:medium
size:medium

## Description Support Ontology OEP4 ## How to test the testcase can construct an oep4 token(WingToken) transfer transaction and accepted in Ontology Polaris testnet: https://explorer.ont.io/testnet/tx/710266b8d497e794ecd47e01e269e4aeb6f4ff2b01eaeafc4cd371e062b13757 ## Types of changes Add...

## Description fix #2487 - [x] Grant - [x] Signed unit tests Grant https://www.mintscan.io/cosmos/txs/C4629BC7C88690518D8F448E7A8D239C9D63975B11F8E1CE2F95CC2ADA3CCF67 - [x] Revoke - [x] Signed/Broadcasted unit tests Revoke https://www.mintscan.io/cosmos/txs/E3218F634BB6A1BE256545EBE38275D5B02D41E88F504A43F97CD9CD2B624D44 ## How to test Run C++...

**Is your feature request related to a problem? Please describe.** Really many users use Trustwallet with Tezos and put their Tezos Wallet to receive Tokens or NFTs on Tezos. But...

enhancement
priority:medium
size:medium

## Description Fixes https://github.com/trustwallet/wallet-core/issues/2516, read current executable path and find the `tests` folder, easier to run single test in CLion ## How to test Unit tests ## Types of changes...

## Description We've added support for Nervos blockchain and its native token CKB. ## How to test We've written test cases in tests/Nervos folder. We've also written a sample application...

## Description This is frequently asked question ## How to test Open Android samples to try to build ## Types of changes Bug fix (non-breaking change which fixes an issue)...

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...

good-first-issue
priority:medium
test only
size:small

To run single test easily from CLion

bug