diff --git a/CHANGELOG.md b/CHANGELOG.md index 23081ff2..c29b584c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +#### Version 2.0.3 (2022-12-22) +* Fix sort public keys in authorizedPublicKeys + #### Version 2.0.2 (2022-12-20) * Add timestamp, version properties in UnspentOutput model diff --git a/pubspec.yaml b/pubspec.yaml index b38fc59d..1d909e52 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ name: archethic_lib_dart description: Archethic dart library for Flutter for Node and Browser. This library aims to provide a easy way to create Archethic transaction and to send them over the network homepage: https://github.com/archethic-foundation/libdart -version: 2.0.2 +version: 2.0.3 environment: sdk: '>=2.17.0 <3.0.0' diff --git a/test/transaction_test.dart b/test/transaction_test.dart index 868d546e..d03304b5 100644 --- a/test/transaction_test.dart +++ b/test/transaction_test.dart @@ -46,7 +46,7 @@ void main() { [ AuthorizedKey( publicKey: - '0001b1d3750edb9381c96b1a975a55b5b4e4fb37bfab104c10b0b6c9a00433ec4646', + '0001B1D3750EDB9381C96B1A975A55B5B4E4FB37BFAB104C10B0B6C9A00433EC4646', encryptedSecretKey: '00501fa2db78bcf8ceca129e6139d7e38bf0d61eb905441056b9ebe6f1d1feaf88', ) @@ -57,7 +57,7 @@ void main() { >[ { 'publicKey': - '0001b1d3750edb9381c96b1a975a55b5b4e4fb37bfab104c10b0b6c9a00433ec4646', + '0001B1D3750EDB9381C96B1A975A55B5B4E4FB37BFAB104C10B0B6C9A00433EC4646', 'encryptedSecretKey': '00501fa2db78bcf8ceca129e6139d7e38bf0d61eb905441056b9ebe6f1d1feaf88' } @@ -368,7 +368,7 @@ condition inherit: [ concatUint8List([ Uint8List.fromList( hexToUint8List( - '0001b1d3750edb9381c96b1a975a55b5b4e4fb37bfab104c10b0b6c9a00433ec4646', + '0001B1D3750EDB9381C96B1A975A55B5B4E4FB37BFAB104C10B0B6C9A00433EC4646', ), ), Uint8List.fromList( @@ -487,7 +487,7 @@ condition inherit: [ >[ { 'publicKey': - '0001b1d3750edb9381c96b1a975a55b5b4e4fb37bfab104c10b0b6c9a00433ec4646', + '0001B1D3750EDB9381C96B1A975A55B5B4E4FB37BFAB104C10B0B6C9A00433EC4646', 'encryptedSecretKey': '00501fa2db78bcf8ceca129e6139d7e38bf0d61eb905441056b9ebe6f1d1feaf88' }