rusty-kaspa icon indicating copy to clipboard operation
rusty-kaspa copied to clipboard

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.

Results 87 rusty-kaspa issues
Sort by recently updated
recently updated
newest added

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

KOS metrics need the following improvements: - Fix Y-axis graph labels - Implement per-property data formatting for graph (to use with Y-axis labels) - Test and make sure that large-time...

KOS