Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 834 Bytes

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 834 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

[0.10.0]

  • cryptonight v8 support
  • dependency updates

[0.9.0]

  • moved to official tiny-keccak version (to benefit from the improvements made there)

[0.8.0]

  • stratum handling completely reworked
  • donation hashing

[0.5.0]

  • various performance improvements, removing for loops with ranges seemed to be the biggest gain

[0.4.0]

  • keep alive check via stratum protocol

[0.3.5]

  • double efficiency by fixing a stupid bug

[0.3.0]

  • optimisation scratchpad allocation

[0.2.0]

  • sanity check in main method to prevent sending wrong hash results
  • software AES support

[0.1.0]

  • base version with functional hashing and stratum support