diff --git a/CHANGELOG.md b/CHANGELOG.md index f1307741..c104064b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/test/transaction_test.dart b/test/transaction_test.dart index 7d5feb95..374c401d 100644 --- a/test/transaction_test.dart +++ b/test/transaction_test.dart @@ -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)