Skip to content

Releases: marvinroger/nanocurrency-js

nanocurrency@2.5.0

Choose a tag to compare

@marvinroger marvinroger released this 30 Jun 21:54

New features

  • There's a new workThreshold parameter for computeWork()

nanocurrency@2.4.0

Choose a tag to compare

@marvinroger marvinroger released this 02 Mar 20:58

New features

  • There's a new threshold parameter for validateWork()
  • 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

Choose a tag to compare

@marvinroger marvinroger released this 15 Mar 16:32

New features

  • In createBlock(), link and previous can now accept a null
  • createBlock() now checks if the block is possible (for example, null is impossible for both link and previous
  • The TS typings have been enhanced for blocks

nanocurrency@2.2.1

Choose a tag to compare

@marvinroger marvinroger released this 15 Mar 11:03

Performance improvements

  • The WASM was optimized a bit, resulting in minor improvements in library size, and PoW computation

nanocurrency@v2.1.0

Choose a tag to compare

@marvinroger marvinroger released this 14 Mar 18:43

nanocurrency@v2.1.0

Notable changes

  • The CLI has been extracted to a new package, nanocurrency-cli. The nanocurrency package 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

Choose a tag to compare

@marvinroger marvinroger released this 14 Mar 20:52

New features

  • checkIndex() has been added

nanocurrency-cli@v1.0.0

Choose a tag to compare

nanocurrency-cli@v1.0.0

Notable changes

  • Initial release, the nanocurrency binary behaving the same as the nanocurrency@v2.0.4 one

nanocurrency-cli@1.1.0

Choose a tag to compare

New features

  • nanocurrency check index has been added
  • nanocurrency create block has been added

v2.0.4

Choose a tag to compare

@marvinroger marvinroger released this 03 Sep 13:46
04c895c

2.0.4 (2018-09-03)

Bug Fixes

  • trigger checkAddress fix release (04c895c)

v2.0.3

Choose a tag to compare

@marvinroger marvinroger released this 27 Jul 12:00
a8d794a

2.0.3 (2018-07-27)

Bug Fixes