This 6.0 release candidate is suitable for public testnet 6.0 voting and activation, and contains some fixes:
Sigma:
- Coll.distinct removed ergoplatform/sigmastate-interpreter#1052
- v6 version of Context.getVar removed ergoplatform/sigmastate-interpreter#1050
- Global.powHit now returns UnsignedBigInt ergoplatform/sigmastate-interpreter#1049
- v6 version of Box.getReg is using unique method id now ergoplatform/sigmastate-interpreter#1048
- ErgoTree based versioning for new features ergoplatform/sigmastate-interpreter#1043
- It is prohibited to use newly supported in serialization types in context extension and registers ergoplatform/sigmastate-interpreter#1047
Ergo:
- rule 409 (parameters matching) replaced with new rule 419, which is identical except allowing for new (unknown) parameters to be written on the blockchain
- insertion of new voteable parameter , number of subblock per block, on v6 activation
to vote for a 6.0 soft-fork, put the following flag (120 = 1) into a config file:
ergo{
voting {
120 = 1
}
}