Skip to content

Commit

Permalink
Updated quicksignsigner to not require sig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Long committed Apr 4, 2023
1 parent 409353e commit 9acfe86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.3

- Made `sig` in QuicksignSigner not be required

## 2.1.2

- Added `toSigner` to `QuicksignSigner` class
Expand Down
2 changes: 1 addition & 1 deletion lib/models/quicksign_models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class QuicksignSigner {

QuicksignSigner({
required this.pubKey,
required this.sig,
this.sig,
});

Signer toSigner({
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kadena_dart_sdk
description: A dart package for interacting with the Kadena blockchain.
version: 2.1.2
version: 2.1.3
repository: https://github.com/Eucalyptus-Labs/kadena-quicksign-dart

environment:
Expand Down

0 comments on commit 9acfe86

Please sign in to comment.