This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated CHANGELOG * Updated dependencies * Updated resolutions * Updated lint * Fixed blockinfo * Fixed cosign command * Fixed multisig announcement (tested against testnet) * Fixed search commands * Fixed * Fix linter * Updated CHANGELOG link * Updated README
- Loading branch information
1 parent
8da61f7
commit 77e164c
Showing
18 changed files
with
110 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,33 @@ All notable changes to this project will be documented in this file. | |
|
||
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [0.20.2] - 08-Jun-2020 | ||
## [0.21.1] - 13-Jul-2020 | ||
|
||
**Milestone**: RC7 0.9.5.1 | ||
**Milestone**: 0.9.6.3 | ||
|
||
### Fixed | ||
### Added | ||
|
||
- ``transaction --mode`` property to announce transactions in batches | ||
- ``transaction mosaic`` command does not require hash lock transaction | ||
- Standard console.log format #276 | ||
- ``transaction search`` command. | ||
- ``block search`` command. | ||
- ``mosaic search`` command. | ||
- ``block info`` returns block hash. | ||
|
||
### Changed | ||
|
||
- ``symbol-sdk`` dependency to 0.20.6 | ||
- ``block header`` command renamed to ``block info``. | ||
|
||
### Removed | ||
|
||
- ``account transactions`` command. | ||
- ``account unconfirmed`` command. | ||
- ``account aggregatebonded`` command. | ||
- ``account incoming`` command. | ||
- ``account outgoing`` command. | ||
|
||
## [0.20.1] - 27-May-2020 | ||
|
||
**Milestone**: RC7 0.9.5.1 | ||
**Milestone**: 0.9.5.1 | ||
|
||
### Added | ||
|
||
|
@@ -40,7 +54,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e | |
:warning: 0.19.x breaks compatibility with the ``profiles`` (public key derivation) saved using previous versions of the software | ||
Before installing ``[email protected]``, backup and delete the file ``~ \.symbolrc.json`` | ||
|
||
**Milestone**: RC5 0.9.4.1 | ||
**Milestone**: 0.9.4.1 | ||
|
||
### Added | ||
|
||
|
@@ -59,7 +73,7 @@ Before installing ``[email protected]``, backup and delete the file ``~ \.symbol | |
|
||
## [0.18.4] - 25-Mar-2020 | ||
|
||
**Milestone**: RC4 0.9.3.1 | ||
**Milestone**: 0.9.3.1 | ||
|
||
### Added | ||
|
||
|
@@ -75,7 +89,7 @@ Before installing ``[email protected]``, backup and delete the file ``~ \.symbol | |
|
||
## [0.18.3] - 18-Mar-2020 | ||
|
||
**Milestone**: RC4 0.9.3.1 | ||
**Milestone**: 0.9.3.1 | ||
|
||
### Added | ||
|
||
|
@@ -95,7 +109,7 @@ Before installing ``[email protected]``, backup and delete the file ``~ \.symbol | |
|
||
## [0.18.2] - 06-Mar-2020 | ||
|
||
**Milestone**: RC4 0.9.3.1 | ||
**Milestone**: 0.9.3.1 | ||
|
||
### Changed | ||
|
||
|
@@ -112,7 +126,7 @@ Before installing ``[email protected]``, backup and delete the file ``~ \.symbol | |
Private keys have now a new public key and address associated. | ||
Before installing ``[email protected]``, backup and delete the file ``~ \.nem2rc.json``. | ||
|
||
**Milestone**: RC4 0.9.3.1 | ||
**Milestone**: 0.9.3.1 | ||
|
||
## Added | ||
|
||
|
@@ -127,7 +141,7 @@ Before installing ``[email protected]``, backup and delete the file ``~ \.nem2r | |
|
||
## [0.17.1] - 31-Jan-2020 | ||
|
||
**Milestone**: RC3 0.9.2.1 | ||
**Milestone**: 0.9.2.1 | ||
|
||
### Changed | ||
|
||
|
@@ -350,6 +364,7 @@ Before installing ``[email protected]``, backup and delete the file ``~ \.nem2r | |
|
||
- Initial code release. | ||
|
||
[0.21.1]: https://github.com/nemtech/symbol-cli/compare/v0.20.1...v0.21.1 | ||
[0.20.1]: https://github.com/nemtech/symbol-cli/compare/v0.19.2...v0.20.1 | ||
[0.19.2]: https://github.com/nemtech/symbol-cli/compare/v0.18.3...v0.19.2 | ||
[0.18.4]: https://github.com/nemtech/symbol-cli/compare/v0.18.3...v0.18.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.