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

1) replace the crates which perform the kosomolv-smirgov-test, with an alternative. - Although the alert is / was erroneous to our specific usage of the crate, This should remove the...

Add utxo counts to storage, logs, api and more. This PR: 1) caches both the pruning point as well as virtual utxo entry counts. 2) adds init code, sanity checks...

**Describe the bug** When attempting to use the subscribeUtxosChanged method with an Account object, despite the documentation suggesting it accepts either an account object or a string, a runtime error...

Given a new UTXO, support a way to determine the UTXOs that were spent in order to create that UTXO. This is relevant for instance for determining return addresses for...

**Use case:** Intended to save bandwidth for higher BPS Implement a BlockAdded like notification that doesn't have tx data

## Merge Request for TxIndex ### Summary This PR introduces the TxIndex, a new index that enables querying of transaction data. ### Changes: (None exhaustive) #### Consensus Codebase * Expands...

Adds a `confindex` index which stores `accepting blue score => chain_block` which can be used to query acceptance data within a confirmation window, or by accepting blue score (i.e. imitates...

Draft for now, waiting for #401 and #412, in order to add more respective sync bars and perhaps work on the formatting a bit.. Adds modern [indicatif](https://crates.io/crates/indicatif) counters / spinners...

1) Currently reindexing logic is done within the index while holding it's lock 2) This should be possible to do outside of the write lock. ideally we would want a...

**Impact:** All windows users without VCRedist installed Users on windows encounter this upon running kaspad ![Image](https://github.com/kaspanet/rusty-kaspa/assets/114628839/8b312a71-d576-4c37-b288-5bde8a9fa876) Workaround for now is to install VCRedist following the doc at: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022 Possible solutions:...