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.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ishantiw ishantiw released this 13 Jun 15:56
· 448 commits to development since this release
v6.0.0-beta.2
ba05905

Change Log

v6.0.0-beta.2 (2023-06-13)

Full Changelog: v6.0.0-beta.1...v6.0.0-beta.2
This release includes bug fixes, improvements, and an upgrade to NodeJS version 18.

Released packages

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

Improvements

  • Set the file permissions to only allow the owner to read and write #8482
  • Support for Node v18 #7984
  • Remove encryptMessageWithPrivateKey and decryptMessageWithPrivateKey from cryptography #8524

Bugs

  • Node generating blocks while synchronizing #8460
  • Incorrect fee calculation for TransferCrossChainCommand #8457
  • Faucet plugin build is not published as npm #8479
  • Faucet use legacy endpoint and key path #8480
  • Add security feature on HTTP and WS server #8410
  • Users cannot set argon2id memory limit #8451
  • BLS operations involving secret data are not constant time #8449
  • lisk-codec decode does not guarantee encode(decode(val)) == val #8467
  • RPC request name allows access to object prototype properties #8453
  • Log injection via RPC method name #8452
  • Invalid Argon2id memory parameter #8450
  • Hash onion computation can exhaust node resources #8468
  • setHashOnion RPC method does not validate seed length #8469
  • Events’ indexes are incorrectly converted to bytes for use in the Sparse Merkle Tree #8477
  • Errors when running the PoM plugin #8504
  • Hex format validator allows empty and odd-length strings #8531
  • Fix module template to be buildable when generated #8557