Skip to content

Commit

Permalink
RELEASE 0.7.0b1 - Add bumpfee, bitcoin core connection and many more
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jun 15, 2024
1 parent b89d61b commit 48e9984
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
RELEASE 0.7.0 BETA - Add bumpfee, bitcoin core connection and many more
=======================================================================
* Improve connections with bitcoin core wallet
* Support multiple bitcoin core wallets
* Allow to bump transaction fee
* Allow to remove old unconfirmed transactions from wallet
* Use segwit as default for all classes
* Add debugger to Script class
* Improve Script class
* Cleanup Input class and improve speed
* Improve fee estimates
* Fix various provider issues
* Fix MySQL en PostgreSQL issues and unittesting
* Fix p2pk script issues
* Fix issues with redeemscripts
* Rename Transaction.offline to Transaction.broadcast
* Allow to disable random transaction output order
* Use timezone UTC for all dates
* Fix SQLAlchemy session and database issues
* Check and update examples and documentation
* Add support for Python 3.12

RELEASE 0.6.15 - Small bugfixes, documentation updates
======================================================
* Some small bugfixes
Expand Down
2 changes: 1 addition & 1 deletion bitcoinlib/config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.15
0.7.0b1
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.15'
release = '0.7.0b1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bitcoinlib
version = 0.6.15
version = 0.7.0b1
url = http://github.com/1200wd/bitcoinlib
author = 1200wd
author_email = info@1200wd.com
Expand Down

0 comments on commit 48e9984

Please sign in to comment.