Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Version 6.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ishantiw ishantiw released this 23 Oct 09:46
· 269 commits to development since this release
v6.0.0-rc.4
5745085

Change Log

v6.0.0-rc.4 (2023-10-23)

Full Changelog: v6.0.0-rc.3...v6.0.0-rc.4

This release fixes some bugs found during testnet run. Bugs are related to validator shuffling, certificate generation, and terminate chain functionality during Cross Chain Message processing

Released packages

Bugs and Improvements

  • Validator consecutiveMissedBlock does not increase #9040
  • Selected validators are not shuffled #9075
  • Validator consecutiveMissedBlock return value 1 (false positive) #9080
  • Single commit is lost from the validator nodes #9086
  • Monitor plugin is calling incorrect endpoint #9082
  • verifyTerminatedStateAccountsCommon is called inside loop #8998
  • Offline transaction signing gives a misleading error message #9092
  • Remove exception handling for testnet #9106
  • Update event queue to replace txID as ccmID when processing CCM #9099
  • Handle unexpected errors in framework without having unintended state changes #9100
  • Improve logging when a transaction fails due to verifyPartnerChainOutboxRoot #9111
  • When executeCommon fails it should fail the transaction instead of returning #9112