Skip to content

TEST.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 14:16
· 1226 commits to main since this release

New features in this release

πŸ‘‰ We have implemented a process for restarting the blockchain in case of an emergency. As part of this procedure, the network will be temporarily shut down on April 13, 2023, at 8:00 AM UTC, and restarted at 2:00 PM UTC on the same day.

πŸ‘‰ For this episode, we will be using the same ledger from TEST.20.2. If you have participated in the previous testnet, you can access all your coins and smart contracts. All you need to do is buy rolls and register.

πŸ‘‰ We are pleased to announce that we have added gRPC support for the Massa blockchain. This new feature provides several advantages over traditional RESTful APIs, including better performance, scalability, and flexibility. With gRPC, we can use protobuf messages to communicate with the Massa blockchain, reducing the size of data transmitted over the network and making it more efficient.

πŸ‘‰ Deprecate WebSocket in favor of gRPC streaming. Will be fully removed next month
πŸ‘‰ Add SC compilation caching that should increase the number of SC calls per second
πŸ‘‰ New ABIs to validate addresses and prefix on getkeys on datastore
πŸ‘‰ Improve bootstrap process

What's Changed

Full Changelog: TEST.20.2...TEST.21.0