Skip to content

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

  • lisk-commander@6.0.0-rc.5
  • @liskhq/lisk-api-client@6.0.0-rc.4
  • @liskhq/lisk-chain@0.5.0-rc.4
  • @liskhq/lisk-client@6.0.0-rc.4
  • @liskhq/lisk-codec@0.4.0-rc.4
  • @liskhq/lisk-cryptography@4.0.0-rc.4
  • lisk-elements@6.0.0-rc.4
  • @liskhq/lisk-p2p@0.9.0-rc.1
  • @liskhq/lisk-transaction-pool@0.7.0-rc.4
  • @liskhq/lisk-transactions@6.0.0-rc.4
  • @liskhq/lisk-tree@0.4.0-rc.4
  • @liskhq/lisk-validator@0.8.0-rc.4
  • lisk-framework@0.11.0-rc.4
  • @liskhq/lisk-framework-chain-connector-plugin@0.1.0-rc.4
  • @liskhq/lisk-framework-dashboard-plugin@0.3.0-rc.4
  • @liskhq/lisk-framework-faucet-plugin@0.3.0-rc.4
  • @liskhq/lisk-framework-forger-plugin@0.4.0-rc.4
  • @liskhq/lisk-framework-monitor-plugin@0.4.0-rc.4
  • @liskhq/lisk-framework-report-misbehavior-plugin@0.4.0-rc.4
  • lisk-sdk@6.0.0-rc.4

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