Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed May 30, 2024
1 parent ecf7539 commit fb364aa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 4.2.2
## 4.3.0

* Update dependencies

## 4.2.2

* Added hourFee and economyFee to mempool api getNetworkFeeRate method

Expand Down Expand Up @@ -63,37 +67,30 @@
* Remove all dependencies except `blockchain_utils`
* Change AddressType to BitcoinAddressType


## 1.1.0

* Update dependencies


## 1.0.0

* TransactionBuilder
* Fix bugs


## 0.5.0

* Fix p2sh(segwit)


## 0.4.0

* add bip32, bip39
* add hdwallet
* add new bitcoin address types p2sh(segwit)


## 0.2.0

* commands for methods, better understanding
* add lints package to dependencies


## 0.1.0

* TODO: Release.

6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ packages:
path: ".."
relative: true
source: path
version: "4.2.1"
version: "4.3.0"
blockchain_utils:
dependency: "direct main"
description:
name: blockchain_utils
sha256: b0d73432f145ba6f9299c362ea6d8ea9804d5422c34180abee7854b7adcb869d
sha256: "699d72427447814bd574b95b0d3baf9b2c0ec9c9b82deef3c6264c6f5efa4406"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "3.0.0"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
path: ../
# blockchain_utils:
# path: ../../blockchain_utils
blockchain_utils: ^2.1.2
blockchain_utils: ^3.0.0
http: ^1.2.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion example/test/widget_test.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
void main() async {}
void main() {}
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bitcoin_base
description: A versatile library for Bitcoin, Dogecoin, Litecoin, Dash, BSV, and BCH. Supports P2PKH, P2SH, P2WPKH, P2WSH, P2TR, with advanced creation, signing, and spending capabilities.
version: 4.2.1
version: 4.3.0
homepage: "https://github.com/mrtnetwork/bitcoin_base"
repository: "https://github.com/mrtnetwork/bitcoin_base"
Author: mrhaydari.t@gmail.com
Expand All @@ -16,7 +16,7 @@ environment:


dependencies:
blockchain_utils: ^2.1.2
blockchain_utils: ^3.0.0
# blockchain_utils:
# path: ../blockchain_utils

Expand Down

0 comments on commit fb364aa

Please sign in to comment.