dart-bitcoin / bitcoin_flutter

A dart Bitcoin library for Flutter.
MIT License
163 stars 122 forks source link

Bitcoin_flutter is still on version 1.0.7 on pub.dev #21

Closed RohanKapurDEV closed 4 years ago

RohanKapurDEV commented 4 years ago

Hey, I noticed that you guys recently added P2WPKH support which is fantastic. The problem is that the library has not been updated on pub.dev so I can't really use these features.

Here is the link: https://pub.dev/packages/bitcoin_flutter/versions

As you can see in the 'Versions' tab, the last time this package was officially updated on pub.dev was Apr 21, 2019.

That's all. :)

longhoangwkm commented 4 years ago

Hi @RohanKapurDEV , Sorry for that, my friend forgot to publish. I just updated. https://pub.dev/packages/bitcoin_flutter/versions/1.1.0 Here you are.

longhoangwkm commented 4 years ago

Notice that, It only invoke segwit address generating feature not segwit transaction builder yet. I will develop it at this weekend

RohanKapurDEV commented 4 years ago

Notice that, It only invoke segwit address generating feature not segwit transaction builder yet. I will develop it at this weekend

Hey is there any update on support for spending native segwit outputs using the transaction builder? My project is approaching the stage where that is necessary and I was hoping it can be worked on soon.

Let me know if i can be of any help

longhoangwkm commented 4 years ago

Hi @RohanKapurDEV, Sorry for hearing that, i'm developing but not done yet and not enough test cover, i would try my best to finish this feature in this week. Many thanks. So many thing to do.

longhoangwkm commented 4 years ago

PRs are welcome. We are cloning from bitcoinjs. You can take alook, we need modify transaction.dart and transaction_builder.dart

SFzxc commented 4 years ago

I moved this feature to here https://github.com/anicdh/bitcoin_flutter/issues/26. Please follow this issue. @RohanKapurDEV