Skip to content

Releases: nimiq/core-js

v1.4.1

05 Dec 02:08
v1.4.1
8680aa6
Compare
Choose a tag to compare

Changelog

  • Added dedicated npm package for Nimiq browser applications.
  • Added user agent string to network handshake.
  • Improved mining performance for CPUs with AVX support.
  • Improved CPU architecture detection and native add-on selection.
  • Fixed an issue when sending transactions with nano clients via JSON-RPC.
  • Fixed display of certain balances in remote client.
  • Fixed a memory issue with long-running HTTP requests.
  • Reduced number of external library dependencies.

Instructions

  • Debian/Fedora users can update & upgrade.
  • Windows users need to uninstall and reinstall. This doesn't erase your account information but you can create a backup of %LocalAppData%\Nimiq to be sure.
  • Pool operators should make sure their users upgrade as well.

v1.4.0

13 Nov 18:03
v1.4.0
429d2f0
Compare
Choose a tag to compare

Changelog

  • Added CPU architecture detection for optimal mining performance (thanks @terorie).
  • Added a warning if the local system time is incorrect (thanks @Beeppool).
  • Added new JSON-RPC features:
    • Support for external miner implementations (getWork / getBlockTemplate).
    • Support for transaction flags in createRawTransaction (thanks @jgraef).
  • Fixed an issue with fragmented database files on Windows.
  • Fixed display of mempool contents in JSON-RPC client.
  • Improved miner performance when assembling blocks.

Instructions

  • Debian/Fedora users can update & upgrade.
  • Windows users need to uninstall and reinstall. This doesn't erase your account information but you can create a backup of %LocalAppData%\Nimiq to be sure.
  • Pool operators should make sure their users upgrade as well.

v1.3.1

27 Aug 18:42
v1.3.1-1
94a7717
Compare
Choose a tag to compare

Changelog

  • Fixed a bug that prevented miners from constructing valid blocks under certain mempool conditions.

Instructions

  • Debian/Fedora users can update & upgrade.
  • Windows users need to uninstall and reinstall. This doesn't erase your account information but you can create a backup of %LocalAppData%\Nimiq to be sure.
  • Pool operators should make sure their users upgrade as well.

v1.3.0

14 Aug 17:31
v1.3.0
f1cf693
Compare
Choose a tag to compare

Changelog

  • Added support for seed node discovery via HTTP.
  • Added community seed node list.
  • Added a simple user interface for the Node.js client (--ui).
  • Added a tool keytool to import/export wallets from the Node.js client.
  • Added library support for BIP44-compatible key derivation.
  • Added new JSON-RPC methods createRawTransaction and getRawTransactionInfo.
  • Added ten new seed nodes.
  • Fixed a reordering issue when retrieving transaction receipts.
  • Fixed an issue related to peer address discovery (thanks @KunaniGaming).

Instructions

  • Full nodes need to perform a database upgrade that takes around 3 minutes.
  • Debian/Fedora users can update & upgrade.
  • Windows users need to uninstall and reinstall. This doesn't erase your account information but you can create a backup of %LocalAppData%\Nimiq to be sure.
  • Pool operators should make sure their users upgrade as well.

v1.2.0

26 Jun 21:22
v1.2.0
cf2c839
Compare
Choose a tag to compare

Changelog

  • Added support for plaintext WebSockets.
  • Added reverse proxy support.
  • Added support for pool device data (thanks @ryan-rowland).
  • Added two new seed nodes.
  • Fixed several issues related to block reordering.
  • Fixed a mempool inconsistency issue.
  • Fixed a memory leak (thanks @Beeppool).
  • Improved signaling performance.
  • Improved Dockerfiles & documentation.

Instructions

  • Debian/Fedora users can update & upgrade.
  • Windows users need to uninstall and reinstall. This doesn't erase your account information but you can create a backup of %LocalAppData%\Nimiq to be sure.
  • Pool operators should make sure their users upgrade as well.

v1.1.2

09 May 16:21
v1.1.2
c88e38e
Compare
Choose a tag to compare

Changelog

  • Further improved performance.
  • Fixed a pool client connection issue.

Instructions

  • Debian/Fedora users can update & upgrade.
  • Windows users need to uninstall and reinstall. This doesn't erase your account information but you can create a backup of %LocalAppData%\Nimiq to be sure.
  • Pool operators should make sure their users upgrade as well.

v1.1.1

05 May 20:23
v1.1.1
Compare
Choose a tag to compare

Changelog

  • Improved mining performance.
  • Fixed a floating point precision issue.

Instructions

  • Debian/Fedora users can update & upgrade.
  • Windows users need to uninstall and reinstall. This doesn't erase your account information but you can create a backup of %LocalAppData%\Nimiq to be sure.
  • Full nodes need to perform a database upgrade that takes ~1 min.
  • Light nodes need to resync.
  • Pool operators should make sure their users upgrade as well.