Difference between revisions of "NodeCore 0.4.13 ReleaseNotes"

From Veriblock Wiki
Jump to: navigation, search
Line 13: Line 13:
 
See: [[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).
  
  
=== APM GUI ===
+
== NodeCore ==
  
 
+
* Increased the ammount of data displayed in [getdiagnosticinfo] for better debugging.
== NodeCore ==
+
* 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.
  
  
Line 25: Line 36:
 
See: [[HowTo_run_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).
  
== VeriBlock PoP Miner ==
 
  
 +
== Other ==
  
== Other ==
+
* Improved some error messages and logs' text.
 +
* Removed obsolete "startcpuminer" from NodeCore CLI.
 +
* The bootstrap downloader now checks the disk space.

Revision as of 10:40, 5 November 2021

See: ReleaseNotes

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 ammount 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.