-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from evias/export-account
Improvements on Library Structure, Classes and Unit Tests
- Loading branch information
Showing
32 changed files
with
1,688 additions
and
199 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 |
---|---|---|
@@ -1,14 +1,32 @@ | ||
# CHANGELOG | ||
|
||
## v0.1.0 | ||
## v0.3.0 | ||
|
||
- added qr-library. | ||
- generate QRcode by string. | ||
- generate image base64 string by string. | ||
- Added class `EncryptedPayload` | ||
- Added class `EncryptionService` | ||
- Added data schemas structure with `QRCodeDataSchema` | ||
- Added data schema `AddContactDataSchema` | ||
- Added data schema `ExportAccountDataSchema` | ||
- Added data schema `RequestCosignatureDataSchema` child of Transaction data schema | ||
- Added data schema `RequestTransactionDataSchema` child of Transaction data schema | ||
- Unit tests for AccountQR, ContactQR, TransactionQR, CosignatureQR | ||
- Modified QRCode.toJSON() logic to make use of `build()` method | ||
- Fixed `AccountQR` generation of encrypted private keys for accounts | ||
- Fixed `ContactQR` to also hold `name` information (optional) | ||
- Fixed QR Code `TypeNumber`: ContactQR uses type 10, AccountQR type 20, TransactionQR type 40. | ||
- Removed class `QRService` | ||
- Removed encryption from `QRService` in `AccountQR` | ||
|
||
## v0.2.0 | ||
|
||
- added QRcode base class | ||
- added AccountQR Class | ||
- added ContactQR Class | ||
- added TransactionQR Class | ||
- added ObjectQR Class | ||
- added ObjectQR Class | ||
|
||
## v0.1.0 | ||
|
||
- added qr-library. | ||
- generate QRcode by string. | ||
- generate image base64 string by string. |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.