Skip to content

Commit

Permalink
1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jul 21, 2022
1 parent 80d593e commit c0fe6dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

#### Version 1.0.23 (2022-07-21)
* BREAKING-CHANGE - Implement VarInt when getting signature payload

#### 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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.22
version: 1.0.23

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies:
pinenacl: ^0.5.1

# A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library
pointycastle: ^3.6.0
pointycastle: ^3.6.1

# Pure secp256k1 signature algorithm implement for dart language which uses pure dart and basic types to represent all matters
secp256k1: ^0.3.0
Expand Down
1 change: 1 addition & 0 deletions scripts/preparePackage.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dart pub outdated
dart analyze
dart format lib test
dart run import_sorter:main
Expand Down

0 comments on commit c0fe6dc

Please sign in to comment.