Skip to content

TEST.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 14:29
· 1381 commits to main since this release

New features in this release

πŸ‘‰ Introduce the vesting system which ensures that users have time-based access to locked tokens.
πŸ‘‰ Ability to check status of operations in get_operations method, eliminating the need to check for produced events.
πŸ‘‰ Bug fixes for slow and retries of bootstraps
πŸ‘‰ Fix an issue in which blocks could not be created on a thread after several misses.
πŸ‘‰ Fix an issue in callCoins ABI.
πŸ‘‰ Adds a new ABI: sha256.

Breaking changes

πŸ‘‰ Starting with this testnet, the ledger state will be saved and reused for all upcoming testnets. Therefore, Dapps can be deployed and maintained in a continuous manner on the testnet.
πŸ‘‰ There are some new prefixes you will need to incorporate into your configuration files: AU for user address, and AS for smart contract address.
πŸ‘‰ We highly recommend to make a clean install of your node and create a new wallet rather than attempting to migrate the existing configuration, as doing so may cause unintended issues. Your scoring will not be lost, since it's linked to your Discord account ID.

Smart Contract

πŸ‘‰ If you're starting a new project, you can easily create one with the following command:

npx clear-npx-cache && npx @massalabs/sc-project-initializer@dev init testDir

πŸ‘‰ For users who have an existing project, update It with the following command:

 npm update @massalabs/[email protected] \
 && @massalabs/[email protected] \
 && @massalabs/[email protected] \
 && @massalabs/[email protected]

What's Changed

New Contributors

Full Changelog: TEST.19.3...TEST.20.0