Skip to content

Navcoin Core 6.0.1

Compare
Choose a tag to compare
@aguycalled aguycalled released this 18 Feb 08:22
· 127 commits to master since this release
93b75fa

Navcoin v6.0.1 Release Notes

Navcoin Core v6.0.1 is a release focused on heavy performance optimisations. Block sync speed and memory consumption see advances with this release.

Tx structure memory optimisation

<Pull Request 785>

This PR changes the memory structure of a transaction, storing the range proof as a vector instead of a BulletproofsRangeproof element when an output is not private. As the vector's size is 0 when no bulletproof is present, it allows to save the memory used by the $

## Optimise sync speed

<Pull Request 766>

Apply -blsctmix to threads and gui/rpc send

<Pull Request 778>

This PR takes in account if blsctmix has been turned off (blsctmix=0) to disable the background threads and aggregation when sending xNAV.

[FIX] Wallet false positive on txdata encryption

<Pull Request 774>

Update Currency Icons

<Pull Request 780>

## Removes support for i686 windows binaries in Gitian.

<Pull Request 782>

Fix proposal filter accepted expired

<Pull Request 777>

Updated gitian descriptors as well to 6.0.1

<Pull Request 783>

Remove i686 commands

<Pull Request 784>

Add extra data about supply in RPC commands

<Pull Request 776>

Only run xNAV threads if privatebalance > 0

<Pull Request 786>

Removes dirty tag from gitian

<Pull Request 787>

Hashes

aa876dd7ab7bdde59e1711c4be0fc1487cf33d0cd806fc00125c6056d1cdae2e  navcoin-6.0.1-aarch64-linux-gnu.tar.gz
ffbaf96c138c16c11cc45814a8aa0e53c5cdeccba88aca2baae88edda783842a  navcoin-6.0.1-arm-linux-gnueabihf.tar.gz
945effb2362d845f079cf3d0091edf9c740edd392cffd9c15245aaad28caacb1  navcoin-6.0.1-osx-signed.dmg
e6313aff0bcdd5a4c581ab4c389c13793b19acc69c9c8e5974b9777bf2a706f8  navcoin-6.0.1-win64-setup-unsigned.exe
1926286929e377da142aa37aa50815c3bc8f0e3e96c64e84b05675188f1f0b94  navcoin-6.0.1-x86_64-linux-gnu.tar.gz