Skip to content

Commit 267cd41

Browse files
committed
V6.1.0
- Fix der signature validation
1 parent 8343c88 commit 267cd41

30 files changed

Lines changed: 573 additions & 924 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ migrate_working_dir/
2929
.packages
3030
build/
3131
*.zip
32+
/example/test

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.0
2+
3+
- Fix der signature validation.
4+
15
## 6.0.0
26

37
- Added support for BIP-327: MuSig2 for BIP340-compatible multi-signatures

example/pubspec.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ packages:
1515
path: ".."
1616
relative: true
1717
source: path
18-
version: "5.3.0"
18+
version: "6.0.0"
1919
blockchain_utils:
2020
dependency: "direct main"
2121
description:
22-
path: "../../blockchain_utils"
23-
relative: true
24-
source: path
25-
version: "4.2.0"
22+
name: blockchain_utils
23+
sha256: "2f0e9bed57e55a0bdb8dfa7471aab41d83c488f7865c0bb8a55ce67b4f87f486"
24+
url: "https://pub.dev"
25+
source: hosted
26+
version: "4.3.0"
2627
boolean_selector:
2728
dependency: transitive
2829
description:

example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ dependencies:
3737
cupertino_icons: ^1.0.2
3838
bitcoin_base:
3939
path: ../
40-
blockchain_utils:
41-
path: ../../../blockchain_utils
42-
# blockchain_utils: ^4.2.0
40+
# blockchain_utils:
41+
# path: ../../../blockchain_utils
42+
blockchain_utils: ^4.3.0
4343
http: ^1.2.0
4444

4545
dev_dependencies:

example/test/methods.dart

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)