Releases: stef/equihash
minor release
Minor release
mostly code cleanups, and cleaner debian builds.
v1.0.8
This release adds
- added interface to the cli frontend to provide notifications for long solutions
- a simple wrapper (ehwait) that handles notifications for long solutions
- a new size command to the cli frontend calculating the size of a solution
- added higher level frontend (ehpuzzle) that creates/solves/verifies equihash puzzles in a way that verifiers cannot precompute or fake solutions
Improved CLI frontend
This release renames the cli tool bench into equihash and adds a solve and verify mode to this tool, so equihash can be used conveniently also from the CLI and shell scripts. Furthermore this tool has been enabled by default again in the makefile, it was disabled previously due to non-portable rtdsc implementation being used and failing to build on many architectures supported by debian.
also disable -march=native in makefile
to enable cross-compilation when packaging.
v1.0.5
packaging maintenance release
use -fcf-protection=full only for x86_64
Fixes compilation on i386
hoping for the best!
moved /debian outside of main branch
this is maintenance release, no need to update, this only affects debian packaging.
some fixes for building on android and debianization
this release is a small update, it contains fixes to build on android, and everything that is needed to package it under debian.