Difference between revisions of "NodeCore 0.4.13 ReleaseNotes"

From Veriblock Wiki
Jump to: navigation, search
(Created page with "See: ReleaseNotes In-Progress 0.4.13-rc currently available Usability improvements - installation scripts for full node")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
See: [[ReleaseNotes]]
 
See: [[ReleaseNotes]]
  
In-Progress
+
'''0.4.13 is in-progress, and final version has not been released yet'''
  
0.4.13-rc currently available
+
__TOC__
  
Usability improvements - installation scripts for full node
+
See how to upgrade NodeCore: [[NodeCore_Operations#Update_NodeCore]]
 +
 
 +
Download here:
 +
 
 +
https://github.com/VeriBlock/nodecore-releases/releases/tag/v0.4.13
 +
 
 +
== Altchain PoP Miner ==
 +
 
 +
See: [[Altchain_PoP_Miner]]
 +
 
 +
* Fixed an issue with the APM GUI where the default page didn't load. (https://github.com/VeriBlock/community/issues/16).
 +
* Fixed signature index issue where big chunk of transactions could get stuck.
 +
* Added [connectOnlyToDirect] configuration which defaults to true. It applies when [connectDirectlyTo] is populated with valid hostnames, and guarantees that the APM's internal SPV will only connect to the specified hosts.
 +
* Fixed "Unannounced misbehavior" issue, where peers could get kicked because of a packet synchronization bug (that caused several other issues).
 +
 
 +
 
 +
== NodeCore ==
 +
 
 +
* Increased the amount of data displayed in [getdiagnosticinfo] for better debugging.
 +
* Fixed "Unannounced misbehavior" issue, where peers could get kicked because of a packet synchronization bug (that caused several other issues).
 +
* Fixed mempool transaction selection for a block, where altchain endorsement filters happened after the block size limit filter, which caused normal transactions to be left out of blocks.
 +
* Reworked pool HTTP service. Now it is more stable.
 +
* Added a fee per byte check in the transaction submission RPC endpoint, so that transactions with a too low fee per byte are no longer accepted.
 +
* Hardened thread safety in the mempool.
 +
* Mempool transactions are now announced to new peers when they connect.
 +
 
 +
 
 +
== SPV ==
 +
 
 +
See: [[HowTo_run_SPV]]
 +
 
 +
* Fixed signature index issue where big chunk of transactions could get stuck.
 +
* Blockchain reorgs support improved.
 +
* Fixed "Unannounced misbehavior" issue, where peers could get kicked because of a packet synchronization bug (that caused several other issues).
 +
 
 +
 
 +
== Other ==
 +
 
 +
* Improved some error messages and logs' text.
 +
* Removed obsolete "startcpuminer" from NodeCore CLI.
 +
* The bootstrap downloader now checks the disk space.

Latest revision as of 12:09, 5 November 2021

See: ReleaseNotes

0.4.13 is in-progress, and final version has not been released yet

See how to upgrade NodeCore: NodeCore_Operations#Update_NodeCore

Download here:

https://github.com/VeriBlock/nodecore-releases/releases/tag/v0.4.13

Altchain PoP Miner

See: Altchain_PoP_Miner

  • Fixed an issue with the APM GUI where the default page didn't load. (https://github.com/VeriBlock/community/issues/16).
  • Fixed signature index issue where big chunk of transactions could get stuck.
  • Added [connectOnlyToDirect] configuration which defaults to true. It applies when [connectDirectlyTo] is populated with valid hostnames, and guarantees that the APM's internal SPV will only connect to the specified hosts.
  • Fixed "Unannounced misbehavior" issue, where peers could get kicked because of a packet synchronization bug (that caused several other issues).


NodeCore

  • Increased the amount of data displayed in [getdiagnosticinfo] for better debugging.
  • Fixed "Unannounced misbehavior" issue, where peers could get kicked because of a packet synchronization bug (that caused several other issues).
  • Fixed mempool transaction selection for a block, where altchain endorsement filters happened after the block size limit filter, which caused normal transactions to be left out of blocks.
  • Reworked pool HTTP service. Now it is more stable.
  • Added a fee per byte check in the transaction submission RPC endpoint, so that transactions with a too low fee per byte are no longer accepted.
  • Hardened thread safety in the mempool.
  • Mempool transactions are now announced to new peers when they connect.


SPV

See: HowTo_run_SPV

  • Fixed signature index issue where big chunk of transactions could get stuck.
  • Blockchain reorgs support improved.
  • Fixed "Unannounced misbehavior" issue, where peers could get kicked because of a packet synchronization bug (that caused several other issues).


Other

  • Improved some error messages and logs' text.
  • Removed obsolete "startcpuminer" from NodeCore CLI.
  • The bootstrap downloader now checks the disk space.