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

resolves #398 enable stats by default. store logs into the single file

This PR exposes virtual chain from block batching possibilities from consensus to rpc; either via high hash, or max traversal and further post batching in get blocks acceptance, to batch...

Adds a network type to the subscription context and a corresponding address prefix to the address tracker. The tracker prefix is used for validating addresses in register/unregister operations. It also...

Initialize the pruning point depth store for the rare case where the pruning point is the first sink during initial IBD (virtual processor calls the depth store for each new...

My computer is MacOS ./build-web Compiling secp256k1-sys v0.6.1 The following warnings were emitted during compilation: warning: [email protected]: error: unable to create target: 'No available targets are compatible with triple "wasm32-unknown-unknown"'...

**Describe the bug** Can't sync with testnet-11 ``` 2024-04-19 14:53:56.400+10:00 [INFO ] Validating level 5 from the pruning point proof (2107 headers) 2024-04-19 14:53:58.509+10:00 [INFO ] Validating level 4 from...

This adds eviction logic and a policy to rusty-kaspa. The idea is borrowed from btc and straight forward: 1) rank peers, by `last_ping_duration`, `time_connected`, `last_tx_transfer` (duration), `last_block_transfer` (duration), `prefix_bucket` (dispersal)....

Payload and/or OP_RETURN would allow for storage of data in the blockdag in some form. While Kaspa currently supports these, they're considered non-standard transactions and would be rejected by nodes....

Related to https://github.com/kaspanet/kips/blob/master/kip-0009.md#consensus-hard-fork

**Describe the bug** When submitting a transaction where not all inputs are signed, the script engine produces a cryptic error that's not easily linkable to missing signatures in the signed...

bug