Skip to content

Releases: kaspanet/kaspad

Kaspad v0.8.8

11 Feb 15:43
6db296b
Compare
Choose a tag to compare
Kaspad v0.8.8 Pre-release
Pre-release
  • DownloadHeaders: Instead of using doneChan - close blockHeadersMessageChan.
  • Change Testnet name to kaspad-testnet-2
  • Limit stdout log level to info
  • Implement GetBlocks RPC command
  • Send peers the hash of the virtual selected parent once connection is established
  • Prune blocks below pruning point when moving pruning point during IBD
  • Add blockVerboseData to blockAddedNotifications
  • Add GetInfo RPC command
  • Validate transactions on BuildBlock
  • Don't change the new reindex root if the blue score of the selected tip is lower than the current reindex root
  • Add aggregated headers processing logs
  • Remove IsPushOnlyScript from mempool validation
  • Allow GetMissingBlockBodyHashes return an empty list if the missing blocks were requested before IBD start
  • Don't fsync immediately after all writes
  • Remove the no-longer relevant highHashReceived mechanism in syncHeaders.
  • Increase stores cache
  • Require the --miningaddr parameter in kaspaminer.
  • Limit mempool size to million transactions and remove the least profitable transactions
  • Refactor miner and mine when waiting for block to validate
  • Unban address after one day
  • Add ban and unban RPC commands

v0.8.7

01 Feb 13:43
2871a6a
Compare
Choose a tag to compare
v0.8.7 Pre-release
Pre-release
  • Fix the bug where kaspad failed to find config path #1466
  • Bump Go version to 1.15 #1477
  • Default kaspaminer to limiting the mining rate to 2 blocks per second in each miner #1473
  • Ban by IP addresses instead of IP+Port #1471
  • Fix timeout crash in kaspaminer #1462
  • New reachability reindex algorithm #1430

Kaspad v0.3.1

26 Apr 14:13
Compare
Choose a tag to compare
Kaspad v0.3.1 Pre-release
Pre-release
[NOD-869] Add a print after os.Exit(1) to see if it is ever called (#…

…701)

First Public Release

13 Jan 15:22
Compare
Choose a tag to compare
First Public Release Pre-release
Pre-release

Warning: This is pre-alpha software. There's no guarantee anything works.