Skip to content

Releases: massalabs/massa

TEST.24.1

05 Jul 14:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: TEST.24.0...TEST.24.1

TEST.24.0

04 Jul 17:09
Compare
Choose a tag to compare

New features in this release

🚀 We have made significant enhancements to optimize memory usage, resulting in improved performance and efficiency.

🔄 We have resolved issues related to the versioning system, ensuring more accurate and reliable version management.

📊 Introducing a new metrics system that provides valuable insights into the node's performance and behavior. You can now access metrics data at port 31248 using Prometheus.

⚡️ We have implemented substantial improvements to the execution of blocks, resulting in faster and more efficient processing of transactions and operations.

🔒 Through rigorous testing and continuous improvements, we have achieved a significant level of stability for the node. Various issues have been resolved, and optimizations have been made to ensure a more reliable and robust experience.

What's Changed

New Contributors

Full Changelog: TEST.23.2...TEST.24.0

TEST.23.2

16 Jun 13:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: TEST.23.1...TEST.23.2

TEST.23.1

09 Jun 14:46
Compare
Choose a tag to compare
Merge branch 'main' into testnet

TEST.23.0

05 Jun 13:55
Compare
Choose a tag to compare

New features in this release

👉 Network restart with state preservation (including rolls,...etc).
👉 We can deploy versions on the massa network through on-chain voting by the stakers. An automatic vote is triggered when stakers restart their nodes on the new version before the timeout.
👉 Improvements and bug fixes on the new network/protocol stack.
👉 Improvements in gRPC API.
👉 Deprecate WebSocket in favor of gRPC streaming.

What's Changed

Full Changelog: TEST.22.2...TEST.23.0

TEST.22.2

13 May 01:27
f9c9e71
Compare
Choose a tag to compare

What's Changed

Full Changelog: TEST.22.1...TEST.22.2

TEST.22.1

08 May 19:15
Compare
Choose a tag to compare

New features in this release

👉 New implementation for network/protocol modules
👉 Due to the modifications made in the communication between Massa and SC, we will be able to expand SC writing to languages other than AS.
👉 The inclusion of denunciations enables nodes to report inside a block stakers who produced a multistake.

gRPC

👉 Implementation of gRPC Health Checking Protocol.
👉 Added new gRPC methods:

  • GetBlocks
  • GetLargestStakers
  • GetOperations
  • GetScExecutionEvents
  • NewSlotExecutionEvents

What's Changed

New Contributors

Full Changelog: TEST.21.0...TEST.22.1

TEST.21.0

07 Apr 14:16
Compare
Choose a tag to compare

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

TEST.20.2

22 Mar 09:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: TEST.20.1...TEST.20.2

TEST.20.1

09 Mar 11:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: TEST.20.0...TEST.20.1