This repository was archived by the owner on Apr 15, 2019. It is now read-only.
Version 1.0.0-beta.0
Pre-release
Pre-release
·
594 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
First beta pre-release of 1.0.0 for public testing.
Change Log
v1.0.0-beta.0 (2018-04-05)
Implemented enhancements:
- Warn user if started with an unsupported version of Node.js #431
- Add a command for broadcasting signatures #389
- Add an option for creating transactions without signing #388
- Add version option #350
- Broadcast transaction #339
- Allow node interactions #164
- Add 'status' command #162
- Add option for testnet true/false #148
- Add verify message command #59
- Add sign message command #58
Fixed bugs:
- Command create transaction register multisignature fails #470
- Wrong path reference from bin #458
- Investigate maximum call stack exceeded problem #452
- Rename broadcastSignedTransaction to broadcastTransaction #424
- Clean up jenkins on success #419
- Fix broken tests on 1.0.0 #413
- Fix npm test:watch script #412
- Remove postinstall build #112
Closed issues:
- Create Configuration error #462
- Update README to match standards #460
- Update .lintstagedrc.json #453
- Update ESLint #451
- Be consistent about use of should vs expect #450
- Update/Standardize package manager #449
- Update/Standardize mocha/chai/sinon setup #448
- Standardize npm scripts #446
- Standardize package.json field #445
- Standardize .gitignore file #444
- Apply lisk-template standards #426
- Add a script for finding redundant test code #404
- Use ValidationError where appropriate #403
- Make capitalisation of acronyms consistent #394
- Change ssl to true in default config #390
- Rename --no-json option to --table #380
- Only report in coverage script #379
- Extract GWT helpers into a separate package #376
- Add prettier #362
- Upgrade to lisk-js 1.0.0 dev version #354
- Rename camelCase files #312
- Add Prettier code formatter #172
- Add create command #19
Merged pull requests:
- Fix register multisignature appending plus - Closes #470 #471 (shuse2)
- Upgrade lisk-js version and adapt source code - Partially addresses #461 #468 (shuse2)
- Fix recursive to have limit and catch failed API - Closes #452 #466 (shuse2)
- Update readme to match standard #463 (shuse2)
- Fix path to exec file from bin - Closes #458 #459 (shuse2)
- Update to use expect instead of should - Closes #450 #456 (shuse2)
- Update eslint settings - Closes #451 #455 (shuse2)
- Standardise file names - Closes #312 #454 (shuse2)
- Change testing suite to follow lisk standards - Closes #448 #437 (shuse2)
- Update setting files to follow standards - Closes #444,#445,#446,#449,#453 #436 (shuse2)
- Added check for node version supported - Closes #431 #432 (shuse2)
- Rename broadcastSignedTransaction to broadcastTransaction - Closes #424 #425 (Tosch110)
- Verify message command - Closes #59 #422 (Tosch110)
- Delete node_modules after success - Closes #419 #420 (Tosch110)
- Create transactions without signature - Closes #388 #418 (Tosch110)
- Sign message command - Closes #58 #415 (willclarktech)
- Fix npm test:watch script #414 (willclarktech)
- Revisit Errors - Closes #403 #411 (willclarktech)
- Find and remove redundant test code - Closes #404 #409 (willclarktech)
- Add broadcast signature command - Closes #389 #408 (willclarktech)
- Add broadcast transaction command - Closes #339 #402 (willclarktech)
- Make capitalization consistent - Closes #394 #401 (willclarktech)
- Change ssl to true in default config - Closes #390 #400 (willclarktech)
- Extract Given/When/Then definition into a separate package #378 (willclarktech)
- Add testnet option - Closes #148 #320 (willclarktech)