]> git.codecow.com Git - nano-pow.git/commitdiff
Patch version. v5.0.4
authorChris Duncan <chris@zoso.dev>
Fri, 20 Jun 2025 09:23:44 +0000 (02:23 -0700)
committerChris Duncan <chris@zoso.dev>
Fri, 20 Jun 2025 09:23:44 +0000 (02:23 -0700)
CHANGELOG.md
package-lock.json
package.json

index d20ba5768c96ea20e4379f75ad9256b4b40fefe6..9ffb25fb60026614d8ae5657ee5f67b5c3a1cce7 100644 (file)
@@ -3,6 +3,16 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+## v5.0.4
+
+### Notable Changes
+
+Fix bug in WASM workers causing it to stop listening after first result.
+
+Reduce WASM module hash iterations to check results more often.
+
+
+
 ## v5.0.3
 
 ### Notable Changes
index bf73f1cfcca72281b325f124fdf5889a5120423a..e942a28c14062b886c0406b96777c95200e86a27 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "nano-pow",
-       "version": "5.0.3",
+       "version": "5.0.4",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano-pow",
-                       "version": "5.0.3",
+                       "version": "5.0.4",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "bin": {
                                "nano-pow": "dist/bin/nano-pow.sh"
index 3538c901281bda43160b62d2b1bebef8b50baeba..2a423ec94c61df05f03f6ed6dae4a293e41009c0 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano-pow",
-       "version": "5.0.3",
+       "version": "5.0.4",
        "description": "Proof-of-work generation and validation with WebGPU/WebGL/WASM for Nano cryptocurrency.",
        "keywords": [
                "nemo",