aspect

Results 19 issues of aspect

With regards to the closed https://github.com/moka-rs/moka/pull/172 This is the best solution I have been able to come up with. I will give this example to cargo developers. In the meantime,...

We have a condition where `getUTXOsByAddress()` is returning different subsets of UTXOs on 2 different kaspad nodes. This stems from the problems that were experienced by miners in #help-wallet on...

``` 2021-01-27 18:02:12.824 [INF] KASD: Received signal (interrupt). Shutting down... 2021-01-27 18:02:12.824 [INF] KASD: Gracefully shutting down kaspad... 2021-01-27 18:02:12.824 [WRN] KASD: Kaspad shutting down 2021-01-27 18:02:12.825 [INF] KASD: Kaspad...

bug
shutdown-handler

I have added vergen (https://crates.io/crates/vergen) to `kaspa-core`, `kaspad` and `kaspa-wallet-core` It provides for a number of features. Specifically, it allows us to embed commit hashes within release versions where desirable,...

Wallet core transaction storage is backed by a regular File I/O in the Rust native and NodeJs platforms. The current web wallet transaction storage remains a placeholder (transaction history is...

wallet core
web wallet
high-priority

We need to be able to export transactions in a CSV format. This functionality would be a replica of the history command: https://github.com/kaspanet/rusty-kaspa/blob/master/cli/src/modules/history.rs where the `TransactionRecord` needs to be taught...

CLI
wallet core

It is currently not possible to remove private keys or accounts from the wallet. Implement generic account removal as well as BIP44 account removal (backed by fund withdrawal, as it...

CLI
wallet core
WASM SDK

Implement all functionality related to MultiSig wallet accounts.

CLI
wallet core
WASM SDK

Copy/Paste in the web wallet build is not working

web wallet