Skip to content

Commit

Permalink
Merge pull request #117 from peercoin/0.7.5
Browse files Browse the repository at this point in the history
Allow sending to P2WSH (Segwit Multisig)
  • Loading branch information
Willy authored Dec 16, 2021
2 parents 3dff98f + 9d92c3f commit 91fb49b
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### **0.7.5** (2021-12-16)
* Allow sending to P2WSH (Segwit Multisig)

### **0.7.4** (2021-12-07)
* Allow sending to P2SH (Multisig)
* Fix issue where inbound transactions would trigger unnecessary notifications
Expand Down
1 change: 0 additions & 1 deletion lib/providers/activewallets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import 'package:bip39/bip39.dart' as bip39;
import 'package:peercoin/tools/app_localizations.dart';
import 'package:coinslib/src/utils/script.dart';
import 'package:coinslib/src/utils/constants/op.dart';
import 'package:coinslib/src/transaction.dart';
import 'package:hex/hex.dart';

import '../models/availablecoins.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/screens/qrcodescanner.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:io';

import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:qr_code_scanner/qr_code_scanner.dart';

Expand Down
1 change: 0 additions & 1 deletion lib/screens/setup/setup_create_wallet.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:async';

import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:peercoin/providers/unencryptedOptions.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/screens/wallet/import_paper_wallet.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'dart:developer';

import 'package:coinslib/coinslib.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:peercoin/models/availablecoins.dart';
import 'package:peercoin/models/coin.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/wallet/wallet_import_scan.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class _WalletImportScanScreenState extends State<WalletImportScanScreen> {
await Future.delayed(
Duration(seconds: 1),
() async {
await _connectionProvider!.init(_coinName, scanMode: true);
await _connectionProvider!.init(_coinName, scanMode: false);
_connectionProvider!.subscribeToScriptHashes(
await _activeWallets.getWalletScriptHashes(_coinName));
},
Expand Down
1 change: 0 additions & 1 deletion lib/tools/app_localizations.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:convert';
import 'dart:developer';
import 'dart:ui';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

Expand Down
1 change: 0 additions & 1 deletion lib/widgets/wallet/addresses_tab.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:coinslib/coinslib.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_slidable/flutter_slidable.dart';
import 'package:peercoin/models/availablecoins.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/widgets/wallet/new_wallet.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:peercoin/providers/appsettings.dart';
import 'package:peercoin/providers/unencryptedOptions.dart';
Expand Down
22 changes: 11 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.2"
version: "3.1.6"
args:
dependency: transitive
description:
Expand All @@ -35,7 +35,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.1"
version: "2.8.2"
background_fetch:
dependency: "direct main"
description:
Expand Down Expand Up @@ -133,7 +133,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -553,7 +553,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.10"
version: "0.12.11"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -658,7 +658,7 @@ packages:
name: platform
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.2"
plugin_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -686,7 +686,7 @@ packages:
name: process
url: "https://pub.dartlang.org"
source: hosted
version: "4.2.3"
version: "4.2.4"
provider:
dependency: "direct main"
description:
Expand Down Expand Up @@ -901,21 +901,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.17.10"
version: "1.17.12"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
version: "0.4.3"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0"
version: "0.4.2"
theme_mode_handler:
dependency: "direct main"
description:
Expand Down Expand Up @@ -999,14 +999,14 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
vm_service:
dependency: transitive
description:
name: vm_service
url: "https://pub.dartlang.org"
source: hosted
version: "7.1.1"
version: "7.3.0"
watcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: peercoin
description: A new Peercoin wallet.

version: 0.7.4+70
version: 0.7.5+71

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 91fb49b

Please sign in to comment.