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

Loggin from `panic::set_hook`. It uses `error` macro from the same package module `log` It works, but only after the logger is initialized by the kaspad daemon, before that it does...

Higher BPS will require significantly higher amounts of writes to storage mediums. We should document ways to optimize node setup so as to maximize disk lifespans and performance when we...

`GetUtxoReturnAddress` Input: `txid` and `accepting_block_daa_score` Output: `return_address` -> `Option` Notes: - When this call finds an address, it is guaranteed that the address is from the first input of the...

Adds support for IP only for the --rpclisten-borsh/json flags. If a port is not provided a default port for a given network would be used.

**Describe the bug** Currently, panic logs only appear in the console and not in log files (both error and standard log file). It should appear in both error logs and...

good first issue

kaspad supports specifying --rpclisten=0.0.0.0 for listening on all interfaces on default network port. However, it doesn't support the same for --rpclisten-borsh and --rpclisten-json, even though the --help text specifies it...

good first issue

Its good practice to have security policy to use Github security features. Please also enable dependabot on this repo. ![image](https://github.com/kaspanet/rusty-kaspa/assets/22354862/a4f9b03b-c4f7-46ce-abd4-71dd93e6dbc7)

Tracking for: https://discord.com/channels/599153230659846165/917551031259377664/1196165330985308170 # Problem Statement Current tn11 nodes perform around 10x write more than actual disk size, and block txs are by far the most significant part of this...

Currently, GetVirtualChainFromBlock will try to fetch all the blocks that fit the criteria of the RPC call. In 1BPS this is fine, but in 10BPS the data returned can be...