Skip to content

Commit

Permalink
version 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jul 19, 2022
1 parent e20691f commit 0c75124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog

#### Version 1.0.22 (2022-07-05)
* Add timestamp in logs
* Manage the coding of the transaction's content to hexadecimal with 16 bytes instead 8 bytes

#### Version 1.0.21 (2022-06-23)
* Rename NFT to Token
Expand Down
4 changes: 0 additions & 4 deletions test/transaction_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,8 @@ void main() {
'60A6418E261C715D9C5E897EC8E018B8BD6C022DE214201177DEBEFE6DE1ECA1';
final String originPrivateKey =
ApiService('http://localhost:4000').getOriginKey();
final String genesisAddress = crypto.deriveAddress(seed, 0);

const String text = 'Hello👋';
//String toto = uint8ListToHex(utf8.encode(text));
//Uint8List titi = Uint8List.fromList(hexToUint8List(toto));

final Transaction tx = Transaction(
type: 'transfer', data: Transaction.initData())
.setContent(text)
Expand Down

0 comments on commit 0c75124

Please sign in to comment.