Releases: nimiq/core-js
Releases · nimiq/core-js
v1.4.1
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
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).
- Support for external miner implementations (
- 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
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
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
andgetRawTransactionInfo
. - 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
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
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
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.