NodeCore 0.4.13 ReleaseNotes

From Veriblock Wiki
Revision as of 12:09, 5 November 2021 by VeriBlockTim (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.