Difference between revisions of "NodeCore 0.4.13 ReleaseNotes"
Line 15: | Line 15: | ||
* 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 24: | Line 23: | ||
* Increased the ammount of data displayed in [getdiagnosticinfo] for better debugging. | * 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 "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. |
Revision as of 10:41, 5 November 2021
See: ReleaseNotes
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 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.