-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db35b3a
commit 80830f7
Showing
2 changed files
with
21 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# `0.2.0` | ||
|
||
- Use explicit `FEE` operations in `/construction/payloads` requests to | ||
represent the fee. Breaking change. (#10) | ||
- Add new variant of transfer functions which consumes private key only in an | ||
isolated environment. (#9) | ||
|
||
# `0.1.0` | ||
|
||
- DER-encode the public key when deriving principal ids. Derived account | ||
addresses are different given the same keys, thus a breaking change. (#3) | ||
- Support specifying seed in `key_new()`. (#5) | ||
- Internal: offline /construction/combine. (#8) | ||
- Internal: remove legacy default fee. (#7) | ||
- Internal: add integration test. (#4) | ||
- Internal: support syncing all blocks & dumping the balance book. (#2) | ||
|
||
# `0.0.1` | ||
|
||
- Initial release. |
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