Skip to content

Commit

Permalink
Update release notes doc 6.0 (#760)
Browse files Browse the repository at this point in the history
* update doc 6.0

* Update release-notes-6.0.md

* Update release-notes-6.0.md
  • Loading branch information
alex v committed Jan 14, 2021
1 parent b2b01af commit 2a4d0a9
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions doc/release-notes/release-notes-6.0.md
Expand Up @@ -4,15 +4,15 @@

<[Pull Request 743](https://github.com/navcoin/navcoin-core/pull/743)>

This PR proposes a consensus change signaled by version bit 10 to signal the activation of the blsCT protocol in the mainnet starting on January 15, 2021.
This PR proposes a consensus change signaled by version bit 10 to signal the activation of the blsCT protocol in the mainnet starting on February 1, 2021.

Read more details about blsCT in [doc.nav.community](https://doc.nav.community/blsct.html)

## [DAO] Exclude inactive stakers from votings

<[Pull Request 745](https://github.com/navcoin/navcoin-core/pull/745)>

This PR proposes a consensus change signaled by version bit 12 starting on January 15, 2021 to allow excluding stakers from the DAO votings.
This PR proposes a consensus change signaled by version bit 12 starting on February 1, 2021 to allow excluding stakers from the DAO votings.

Nodes (like users who do not want to participate in the votings or exchanges which activate staking) will be able to exclude their staked blocks from the quorum by indicating the option -excludevote=1, preventing a scenario where a big enough amount of staking coins not engaging in the governance process could make impossible to reach the acceptance/rejection thresholds.

Expand All @@ -26,6 +26,12 @@ Blocks are labeled to be excluded by activating the right-most bit of their nOnc

This PR introduces wallet transaction data encryption and updates LevelDB to the version 5.8. Wallets created or upgraded with NavCoin Core 6.0 are not compatible with previous versions of NavCoin Core.

## Binary notarization for MacOS

<[Pull Request 767](https://github.com/navcoin/navcoin-core/pull/757)>

MacOS binaries are now notarized and do not show a warning for unidentified developer.

## [TEST] Fixed qa/rpc-tests/cfunddb-statehash.py

<[Pull Request 715](https://github.com/navcoin/navcoin-core/pull/715)>
Expand Down Expand Up @@ -86,3 +92,14 @@ This PR introduces wallet transaction data encryption and updates LevelDB to the

<[Pull Request 744](https://github.com/navcoin/navcoin-core/pull/744)>

## Added tilde (~) support to the datadir param for navcoin

<[Pull Request 751](https://github.com/navcoin/navcoin-core/pull/751)>

## Fixed the missing transaction size in send coins dialog

<[Pull Request 752](https://github.com/navcoin/navcoin-core/pull/752)>

## Update blsct key generation warning message

<[Pull Request 753](https://github.com/navcoin/navcoin-core/pull/753)>

0 comments on commit 2a4d0a9

Please sign in to comment.