Skip to content

ethash 0.7.0

Compare
Choose a tag to compare
@chfast chfast released this 26 May 19:39
· 104 commits to master since this release
v0.7.0
4576af3
  • Changed: The global context API (aka "managed" API) has been moved to separate library ethash::global-context and ethash/global_context.hpp header. #175
  • Added: CMake options to disable building of individual libraries:
    • -DETHASH_BUILD_GLOBAL_CONTEXT=NO disables building ethash::global-context.
    • -DETHASH_BUILD_ETHASH=NO disables building ethash::ethash and ethash::global-context. Only ethash::keccak is built then.
  • Added: Basic support for building to WebAssembly #175