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

Cross-platform, cross-blockchain wallet library.

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

**Motivation** [Aptos](https://aptoslabs.com/) is a proposed Layer 1 blockchain that uses the [Move programming language](https://101blockchains.com/move-programming-language-tutorial/) The goal is to support the blockchain prior to the main net launch. **Checklist** - [x]...

chain-integration
priority:medium
size:large

**Motivation** Most of the use of boost in the project is replaceable by our own implementations or the standard library. This passing of dependencies in the project allows us to...

enhancement
priority:low
size:medium

**Is your feature request related to a problem? Please describe.** Support for a new EVM-clone chain has been simplified (see #2214), but still requires code change and new release in...

enhancement
priority:low
size:medium
improvements

**Motivation** For the uses of hardware wallet SDK's we need some additional capabilities on the wallet-core side such as unsigned transaction serialization. **Checklist** - [ ] Support serialization of unsigned...

enhancement
priority:medium
size:medium

This is a follow-up issue to one created in June 2022. PRs have been approved to add Algorand ASAs to Trust Wallet, but as of this writing, no update has...

enhancement
priority:low

**Motivation** We aim to improve developer documentation for our different bindings: **wasm**, **kotlin**, **swift**. **Checklist** - [x] Document protobuf data structure - Implemented in #2585 - [ ] Kotlin doc...

priority:medium
documentation

We maybe use https://github.com/mucsi96/typescript-documentation

enhancement
priority:medium
documentation

**Is your feature request related to a problem? Please describe.** Now we only support destination tag, but it's possible to have memo too transaction example: https://xrpscan.com/tx/251A5DFEBDDF95F5E21C132AEB272EB5BEEAF75CE50C4EC10026A51757986C93

enhancement
priority:low

ThorChainSwap uses memo field for X-chain swap info. In case of swap from Bitcoin chain, memo is stored in `OP_RETURN` output data. This has a max limit of 80 bytes....

bug

## Description fix #2701 - [x] Modify C++ Code - [x] C++ unit tests update - [x] Swift/Android/Wasm update ## How to test Run C++ unit tests Run wasm tests...