This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Version 6.0.0-beta.7
Pre-release
Pre-release
ishantiw
released this
19 Aug 12:55
·
325 commits
to development
since this release
Change Log
v6.0.0-beta.7 (2023-08-19)
Full Changelog: v6.0.0-beta.6...v6.0.0-beta.7
This release includes several the bugs and improvements including the ones identified in the security audit. This release concludes all the issues found in security audit.
Released packages
- lisk-commander@6.0.0-beta.7
- @liskhq/lisk-api-client@6.0.0-beta.6
- @liskhq/lisk-chain@0.4.0-beta.6
- @liskhq/lisk-client@6.0.0-beta.6
- @liskhq/lisk-codec@0.3.0-beta.5
- @liskhq/lisk-cryptography@4.0.0-beta.4
- lisk-elements@6.0.0-beta.6
- @liskhq/lisk-p2p@0.8.0-beta.6
- @liskhq/lisk-transaction-pool@0.6.0-beta.6
- @liskhq/lisk-transactions@0.6.0-beta.5
- @liskhq/lisk-tree@0.3.0-beta.5
- @liskhq/lisk-validator@0.7.0-beta.5
- lisk-framework@0.10.0-beta.7
- @liskhq/lisk-framework-chain-connector-plugin@0.1.0-beta.7
- @liskhq/lisk-framework-dashboard-plugin@0.2.0-beta.7
- @liskhq/lisk-framework-faucet-plugin@0.2.0-beta.7
- @liskhq/lisk-framework-forger-plugin@0.3.0-beta.7
- @liskhq/lisk-framework-monitor-plugin@0.3.0-beta.7
- @liskhq/lisk-framework-report-misbehavior-plugin@0.3.0-beta.7
- lisk-sdk v6.0.0-beta.7
Bugs and Improvements
- Implement authorize RPC endpoint to enable CCU signing #8484
- Align token methond names #8781
- Update remaining tests which use AES-256-GCM #8819
- CCM fees are under-specified and the implementation is not defensive #8602
- Add interface to application to register a module as interoperable #8691
- Update generic message signing #8775
- Check that the idxs are strictly increasing in message recovery verify #8723
- Unused parameter in token module configuration schema #8825
- Incorrect handling of large integers in Regular Merkle Tree verification #8616
- Update beforeCrossChainMessageForwarding in token module to handle fee properly #8737
- Repeated code mainchain and sidechain CCU verify #8554
- Update forward method to handle ccm fee properly #8735
- Align genesisSchema and processing with LIP for auth module #8842
- Update Message Recovery command execute to handle failed ccm fee handling #8738
- RMT verify should occur in execute hook of message recovery command #8804
- Update message recovery command verification #8721
- Move message commands to bootbootstrap commands #8823
- Compute index/position in Merkle tree correctly #8844
- Lisk-db: the update and new methods are ambiguous #8850
- Compute index/position in Merkle tree correctly #8859
- BLS library does not properly check secret key Severity: Informational #8783
- Expose endpoint to retrieve ccm schema #8375
- Multiple chain_areHeadersContradicting RPC requests in the PoM plugin #8845
- README of Report Misbehaviour needs an update #8826
- Remove ReportMisbehaviorPlugin from examples/pos-mainchain #8878
- Update the name of app_getRegisteredActions #8875
- BLS operations involving secret data are not constant time #8449
- Add missing configurable config params #8753