This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Version 2.0.0-beta.0
Pre-release
Pre-release
shuse2
released this
11 Oct 10:34
·
259 commits
to development
since this release
Change Log
v2.0.0-beta.0 (2018-10-11)
Enhancements:
Closed issues:
- Add validate transaction for create:signature #629
- Add common flags to copyright and warranty command #626
- Command throws an error when connecting with pipe #620
- Update default nvm to node 8.12.0 #615
- Update Jenkinsfile to use 8.12.0 #614
- Update dependencies on 2.0 version #609
- Could not sign transaction: Could not parse transaction JSON. #605
- Update Readme for v2.0 #604
- Add filter for multiple address inputs for accounts command #592
- Unhandled Promise rejection warnings in query utils tests #582
- Enable log placeholders #581
- Remove process.exit from the util #580
- Migrate signature command #571
- Migrate command block #563
- Migrate command node #562
- Migrate command passphrase #561
- Migrate command delegate #560
- Migrate command message #559
- Migrate command transaction #558
- Migrate command account #557
- Migrate command config #556
- Update the utils to match the framework and update the test #555
- Change the library and change setup #554
- Add validate transaction on signTransaction #532
- Remove interactive mode #525
- Change from vorpal framework to oclif #524
- Reorganize the command list #522
- Refactor cryptography util #516
- Support multiple versions of node.js #435
Merged pull requests:
- Migrate signature:create command #628 (mitsujutsu)
- Add common flag to copyright and warranty - Closes #626 #627 (shuse2)
- Update util std functions #625 (mitsujutsu)
- Handle pipe connecting error - Closes #620 #622 (mitsujutsu)
- Use NVM wrapper #617 (fchavant)
- Update nodejs version on nvmrc - Closes #615 #616 (shuse2)
- Add feature to create multiple accounts - Closes #423 #613 (shuse2)
- Update readme - Closes #604 #612 (shuse2)
- Update dependencies - Closes #609 #608 (shuse2)
- Add filter of args in account:get command #593 (shuse2)
- Refactor cryptography util - closes #516 #589 (yatki)
- Refactor cryptography util - Closes #516 #587 (yatki)
- Remove process exit from config commands - closes #580 #586 (yatki)
- Fix UnhandledPromiseRejectionWarning - closes #582 #585 (yatki)
- Enable log placeholders - closes #581 #584 (yatki)
- Migrate create transaction commands - Partially closes #558 #578 (shuse2)
- Migrate transaction commands - Partially closes #558 #577 (shuse2)
- Migrate signature command - Closes #571 #576 (shuse2)
- Migrate node command - Closes #562 #575 (shuse2)
- Migrate message commands - Closes #559 #574 (shuse2)
- Migrate passphrase command - Closes #561 #573 (shuse2)
- Migrate delegate command - Closes #560 #572 (shuse2)
- Migrate block command - Closes #563 #570 (shuse2)
- Migrate account command - Closes #557 #568 (shuse2)
- Migrate config command - Closes #556 #567 (shuse2)
- Update utils - Closes #555 #564 (shuse2)
- Add oclif setup - Closes #554 #552 (shuse2)