rusty-kaspa
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.
Hello beautiful devs, Sorry to be that guy but currently `rusty-kaspa v0.14.1` does not compile on my Debian servers: `Debian 11 - x86_64 - kernel: 5.10.0-28-amd64` + `stable-x86_64-unknown-linux-gnu updated -...
## Work In Progress This PR is ongoing work to introduce fee rate support to the transaction `Generator` (functional, being tested) and RBF utilities to enable RBF on `PendingTransaction`.
### Background Currently we Cache block windows during header processing, but rely on the cache in both block body processing, and virtual processing. A cache miss on the window cache...
**Describe the bug** Kaspad.exe crashes with no error in the rusty-kaspa_err.log . **To Reproduce** Steps to reproduce the behavior: 1. Run Kaspad.exe **Expected behavior** Kaspad.exe crashes. **Desktop (please complete the...
This addresses a long standing issue with difficulty of deploying `kaspad` in a way that makes sense in a modern datacenter. This PR adds sensible default docker container build pipelines...
**What is this** This conditionally compiles RK binaries with `--profile=heap` in the case that the current release is a pre-release. **How** We utilize the Github API `github.event.release.prerelease` variable. **Why** It...
Add install instructions for Rocky Linux/RHEL/CentOS/Fedora
In `fn compute_rank(&self)` remove the if condition previously used to remove the bounds check. According to the issue linked (https://github.com/rust-lang/rust/issues/90794) it has been fixed since 1.72. Another condition below can...