Skip to content

Commit 1f15a4c

Browse files
committedApr 13, 2018
Release v0.10.0
1 parent 2fc846a commit 1f15a4c

File tree

8 files changed

+14
-116
lines changed

8 files changed

+14
-116
lines changed
 

‎bitcoin/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2017 The python-bitcoinlib developers
1+
# Copyright (C) 2012-2018 The python-bitcoinlib developers
22
#
33
# This file is part of python-bitcoinlib.
44
#
@@ -16,7 +16,7 @@
1616
# Note that setup.py can break if __init__.py imports any external
1717
# dependencies, as these might not be installed when setup.py runs. In this
1818
# case __version__ could be moved to a separate version.py and imported here.
19-
__version__ = '0.9.1dev'
19+
__version__ = '0.10.0'
2020

2121
class MainParams(bitcoin.core.CoreMainParams):
2222
MESSAGE_START = b'\xf9\xbe\xb4\xd9'

‎contrib/verify-commits/allow-revsig-commits

Whitespace-only changes.

‎contrib/verify-commits/gpg.sh

-33
This file was deleted.

‎contrib/verify-commits/pre-push-hook.sh

-16
This file was deleted.

‎contrib/verify-commits/trusted-git-root

-1
This file was deleted.

‎contrib/verify-commits/trusted-keys

-3
This file was deleted.

‎contrib/verify-commits/verify-commits.sh

-61
This file was deleted.

‎release-notes.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# python-bitcoinlib release notes
22

3+
## v0.10.0
4+
5+
Minor breaking change: RPC port for regtest updated to the new v0.16.0 default.
6+
7+
Other changes:
8+
9+
* Now looks for `.cookie` files in the datadir, if specified.
10+
* Authentication in a RPC `service_url` is now parsed.
11+
* Implemented bip-0037 version message.
12+
* `contrib/verify-commits/` removed for now due to breakage.
13+
14+
315
## v0.9.0
416

517
Now supports segwit, which breaks the API in minor ways from v0.8.0. This

0 commit comments

Comments
 (0)
Please sign in to comment.