This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Version 5.2.0
Change Log
5.2.0 (2021-10-13)
Released packages
Minor releases
- [email protected]
- [email protected]
- [email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
Patch releases
- [email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
- @liskhq/[email protected]
Improvements
- Update forging enable to be more strict #6674
- Export new private key signing functions #6824
- Expose getPublickey method in the SDK #6821
- Provide multisignature transaction signing with private key #6819
Bugs
- Invalid seed reveal is selected at the end of the hash onion section #6781
- unlockHeight is not considered on unlockToken transaction during punishment #6793
- Export browser and nodejs compatible buffer from lisk-client #6817
All the issues
Closed issues
- Forger information should be updated according to input provided #6828
- Export new private key signing functions #6824
- Expose getPublickey method in the SDK #6821
- Provide multisignature transaction signing with private key #6819
- Export browser and nodejs compatible buffer from lisk-client #6817
- Provide transaction signing with private key #6816
- unlockHeight is not considered on unlockToken transaction during punishment #6793
- Invalid seed reveal is selected at the end of the hash onion section #6781
- Prepare 5.2.0 release #6740
- datapath can not start with dot #6729
- Update forging enable to be more strict #6674
- Update nodejs version to use LTS (12.22.5) #6648
Merged pull requests
- Forger information should be updated according to input provided - Closes #6828 #6829 (Incede)
- Expose new private key signing functions - Closes #6824 #6825 (shuse2)
- Expose getPublicKey - Closes #6821 #6823 (shuse2)
- Export browser and node version from Lisk Client - Closes #6817 #6822 (ishantiw)
- Implement
signTransactionWithPrivateKey
utility function - Closes #6816 #6818 (mitsuaki-u) - Fix invalid seed reveal end distance - Closes #6781 #6783 (ishantiw)
- Update nvm node version - Closes #6648 #6767 (shuse2)
- Fix forging enable condition for zero case - Closes #6674 #6766 (shuse2)