Difference between revisions of "NodeCore 0.4.13 ReleaseNotes"
VeriBlockTim (talk | contribs) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
See: [[ReleaseNotes]] | See: [[ReleaseNotes]] | ||
+ | |||
+ | '''0.4.13 is in-progress, and final version has not been released yet''' | ||
__TOC__ | __TOC__ | ||
Line 15: | Line 17: | ||
* Fixed an issue with the APM GUI where the default page didn't load. (https://github.com/VeriBlock/community/issues/16). | * 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. | * 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 | + | * 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). | * Fixed "Unannounced misbehavior" issue, where peers could get kicked because of a packet synchronization bug (that caused several other issues). | ||
Line 22: | Line 23: | ||
== NodeCore == | == NodeCore == | ||
− | * Increased the | + | * 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 "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 | + | * 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. | * 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. | * 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. |
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
Contents
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.