github kaspanet/rusty-kaspa v0.15.1
Stable Mainnet Release & WASM SDK v0.15.1

latest releases: v0.16.0, v0.15.4-rc1, v0.15.4-tn11-only...
4 months ago

Kaspa on Rust — Mempool-Focused Release (second stable release)

This version focuses on introducing mempool features required for users and wallets for adopting to fee market conditions.

The main mempool features include:

  • Replace-By-Fee (RBF)
  • A fee estimation API based on real-time mempool state
  • A new mempool evict policy based on fee rate

The version also includes the following major changes:

  • Major performance enhancements in the block template transaction selection algorithm. This operation now takes only ~100 microseconds even under heavy load, and that is achieved without compromising on the most profitable selection strategy.
  • Important improvement in header processing performance
  • Many more accumulated enhancements, improvements and non-critical fixes

It is highly recommended that miners and pools gradually shift to this version both for stability reasons and for better supporting the network under upcoming expected fee market conditions.

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.15.1

Don't miss a new rusty-kaspa release

NewReleases is sending notifications on new releases.