Skip to content

Releases: marvinroger/nanocurrency-js

[email protected]

30 Jun 21:54
Compare
Choose a tag to compare

New features

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

[email protected]

02 Mar 20:58
Compare
Choose a tag to compare

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

[email protected]

15 Mar 16:32
Compare
Choose a tag to compare

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

[email protected]

15 Mar 11:03
Compare
Choose a tag to compare

Performance improvements

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

[email protected]

14 Mar 18:43
Compare
Choose a tag to compare

[email protected]

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.

[email protected]

14 Mar 20:52
Compare
Choose a tag to compare

New features

  • checkIndex() has been added

[email protected]

14 Mar 18:46
Compare
Choose a tag to compare

[email protected]

Notable changes

  • Initial release, the nanocurrency binary behaving the same as the [email protected] one

[email protected]

14 Mar 20:55
Compare
Choose a tag to compare

New features

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

v2.0.4

03 Sep 13:46
04c895c
Compare
Choose a tag to compare

2.0.4 (2018-09-03)

Bug Fixes

  • trigger checkAddress fix release (04c895c)

v2.0.3

27 Jul 12:00
a8d794a
Compare
Choose a tag to compare

2.0.3 (2018-07-27)

Bug Fixes