Releases: marvinroger/nanocurrency-js
Releases · marvinroger/nanocurrency-js
Release list
nanocurrency@2.5.0
New features
- There's a new
workThresholdparameter forcomputeWork()
nanocurrency@2.4.0
New features
- There's a new
thresholdparameter forvalidateWork() - The
checkThreshold()function was added
Bug Fixes
- There was an issue with the
convert()function, leading to bad conversions when the result had more than 20 decimal places. This is now fixed
nanocurrency@2.3.0
New features
- In
createBlock(),linkandpreviouscan now accept anull createBlock()now checks if the block is possible (for example,nullis impossible for bothlinkandprevious- The TS typings have been enhanced for blocks
nanocurrency@2.2.1
Performance improvements
- The WASM was optimized a bit, resulting in minor improvements in library size, and PoW computation
nanocurrency@v2.1.0
nanocurrency@v2.1.0
Notable changes
-
The CLI has been extracted to a new package, nanocurrency-cli. The
nanocurrencypackage does not expose a CLI anymore. That's not a breaking change, because the API remains the same. -
The distributed files were bundled with dependencies for CJS and MJS, and UMD. Now, only the UMD build is bundled with its dependencies.
nanocurrency@2.2.0
New features
checkIndex()has been added
nanocurrency-cli@v1.0.0
nanocurrency-cli@v1.0.0
Notable changes
- Initial release, the
nanocurrencybinary behaving the same as the nanocurrency@v2.0.4 one
nanocurrency-cli@1.1.0
New features
nanocurrency check indexhas been addednanocurrency create blockhas been added