This repository was archived by the owner on Jun 7, 2019. It is now read-only.
Version 1.0.0-beta.2
Pre-release
Pre-release
·
660 commits
to master
since this release
Note this release is for use with Version 1.0.0 (not Version 0.9.x) of Lisk Core: https://github.com/LiskHQ/lisk
Change Log
v1.0.0-beta.2 (2018-04-26)
Implemented enhancements:
- Change os header in api #651
- Update passphrase encryption to allow optional rounds parameter and support new format #649
- APIClient does not require detailed information #646
- Offline signing multisig related transactions #640
- Expose transactions constants #636
- cryptography.getAddress() doesn't perform any argument's validation #634
- Make signData function more atomic #626
Closed issues:
- Change mocha --compilers option to --require #655
- prestart script should only build node #652
- Remove type 6 and 7 transaction creators #643
- Remove redundant scripts from package.json #639
- Upgrade Node.js version to 6.14.1 #637
- Correct betanet IP addresses #631
Merged pull requests:
- Remove --compilers options from mocha.opts #657 (willclarktech)
- Update authenticated passphrase encryption - Closes #649 #656 (willclarktech)
- Only build for node in prestart script - Closes #652 #654 (willclarktech)
- Add User-Agent header to API requests - Closes #651 #653 (willclarktech)
- Refactor constants location and export path - Closes 636 #650 (shuse2)
- Change nethash to optional - Closes #646 #647 (shuse2)
- Remove type 6 and 7 transaction creators - Closes #643 #644 (willclarktech)
- Rework getAddress - Closes #634 #642 (willclarktech)
- Add a feature to sign transaction for multi-signature #641 (shuse2)
- Bump Node.js version to 6.14.1 - Closes #637 #638 (willclarktech)
- Remove redundant keys in package.json - Closes #639 #633 (webmaster128)
- Make
signDatafunction atomic - Closes #626 #627 (alepop)