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

Version 6.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ishantiw ishantiw released this 18 Jul 09:50
· 405 commits to development since this release
v6.0.0-beta.5
eebd0b6

Change Log

v6.0.0-beta.5 (2023-07-18)

Full Changelog: v6.0.0-beta.4...v6.0.0-beta.5

This version includes multiple bug fixes and improvements from the issues found during the external security audit.

Released packages

  • lisk-commander@6.0.0-beta.5
  • @liskhq/lisk-api-client@6.0.0-beta.4
  • @liskhq/lisk-chain@0.4.0-beta.4
  • @liskhq/lisk-client@6.0.0-beta.4
  • @liskhq/lisk-codec@6.0.0-beta.3
  • lisk-elements@6.0.0-beta.4
  • @liskhq/lisk-p2p@0.8.0-beta.4
  • @liskhq/lisk-transaction-pool@0.6.0-beta.4
  • @liskhq/lisk-transactions@0.6.0-beta.3
  • @liskhq/lisk-tree@0.6.0-beta.3
  • @liskhq/lisk-utils@0.6.0-beta.3
  • @liskhq/lisk-validator@0.6.0-beta.3
  • lisk-framework@0.10.0-beta.5
  • @liskhq/lisk-framework-chain-connector-plugin@0.1.0-beta.5
  • @liskhq/lisk-framework-dashboard-plugin@0.2.0-beta.5
  • @liskhq/lisk-framework-faucet-plugin@0.2.0-beta.5
  • @liskhq/lisk-framework-forger-plugin@0.3.0-beta.5
  • @liskhq/lisk-framework-monitor-plugin@0.3.0-beta.5
  • @liskhq/lisk-framework-report-misbehavior-plugin@0.3.0-beta.5
  • lisk-sdk v6.0.0-beta.5

Bugs

  • Invalid base method used in InitializeStateRecoveryCommand #8615
  • Fix plugin child process loading issue #8701
  • The error method incorrectly checks the status field #8606
  • Lack of schema validation in InitializeStateRecoveryCommand #8620
  • Remove status param from send method #8690
  • Add missing checks in isChainNameAvailable endpoint #8681
  • Missing check in the getMessageFeeTokenID #8618
  • Round length should not be configurable in PoS module #8562
  • Send method may lead to a crash when missing the timestamp parameter #8607

Improvements

  • Simplify code for getMinReturnFeePerByte #8622
  • Filter transaction pool by sender address #8693
  • Add isChannelActive method #8588
  • Certificate generation: Use of hard-coded constant #8611
  • deductEscrowAmountWithTerminate function manually implements getOrDefault, instead of calling the existing method #8646
  • Remove unnecessary _moduleName argument AuthEndpoint class #8642
  • initGenesisState function should use the constant ADDRESS_LENGTH #8643
  • Use constant ADDRESS_LENGTH in getValidatorKeys #8651
  • Should use the EscrowSubstore.getKey instead of duplicate implementation #8645
  • isSupported should use the splitTokenID function #8647
  • Remove unnecessary check on removeSupportForChain #8649
  • Bump semver from 7.3.8 to 7.5.2 (#8639) #8741