Skip to content

v0.3.1

Choose a tag to compare

@ouziel-slama ouziel-slama released this 24 Jan 15:33
· 3 commits to main since this release
49bebca

[0.3.1] - 2026-01-24

Changed

Unified Assets Folder

  • Simplified asset distribution: All static assets (WASM + worker) are now bundled in a single assets/ folder. Integration is now a single copy command: cp -r node_modules/zeldhash-miner/assets public/zeldhash-miner
  • New default path: Asset resolution changed from /wasm/ + /worker.js to unified /zeldhash-miner/ folder
  • Self-contained worker bundle: Worker is now built as a standalone bundle with no shared chunks, eliminating the need to copy additional files like nonce.js

Added

Composer Mode

  • targetZeros: 0 now accepted: Allows transaction construction without mining, useful for testing or pre-composing transactions before actual mining

Documentation

  • Rewrote INTEGRATION.md with simplified setup instructions
  • Updated all framework examples (Vite, Next.js, CRA) to use the new asset structure