Change Log
v3.0.0-beta.2 (2020-12-01)
This release implements the Network Longevity phase of the Lisk roadmap:
Network Longevity
- Remove pre-hashing for block and transaction signatures
- Use base32 encoding of long hash of public key plus checksum for address
- Use full SHA-256 hash of transaction header as transactionID
- Use full SHA-256 hash of block header as blockID
- Add safety banning mechanism by productivity to DPoS system
- A generic serialization method
- Define schema and use generic serialization for transactions
- Define schema and use generic serialization for blocks
- Define schema and use generic serialization for account state
- Introduce Merkle trees and inclusion proofs
- Replace payload hash with Merkle tree root in block header
- Define new block schema and processing for genesis block
This release uses Lisk SDK v5.0.0
For the detailed changes, please refer to: