Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Bitcoin Core 0.13.0 #1348

Merged
merged 5 commits into from Aug 23, 2016

Conversation

Projects
None yet
4 participants
Contributor

laanwj commented Aug 23, 2016 edited

Bitcoin Core 0.13.0 release announcement.

Can be merged if travis passes.

Cobra-Bitcoin and others added some commits Jun 29, 2016

Update download page
Update download page
Fix
Fix

@laanwj laanwj added the Releases label Aug 23, 2016

Contributor

laanwj commented Aug 23, 2016 edited

Looks like it still expects the old names:

Error: Could not retrieve /bin/bitcoin-core-0.13.0/bitcoin-0.13.0-linux64.tar.gz
Error: Could not retrieve /bin/bitcoin-core-0.13.0/bitcoin-0.13.0-linux32.tar.gz

Oh I see in #1315 that I still need to merge a branch, trying that.

Contributor

laanwj commented Aug 23, 2016 edited

I fixed most of the html errors, now it complains about a unterminated </a>. But this file is generated from MarkDown.
Can anyone get access to the generated html to see what is going wrong here? @Cobra-Bitcoin maybe?

- ./_site/en/release/v0.13.0.html
  *  Unexpected end tag : a

@MarcoFalke MarcoFalke referenced this pull request Aug 23, 2016

Closed

Bitcoin Core 0.13.0 #1349

@MarcoFalke MarcoFalke commented on an outdated diff Aug 23, 2016

_releases/v0.13.0.md
+ `getmempoolancestors`, `getmempooldescendants`, `getmempoolentry`,
+ `createwitnessaddress`, `addwitnessaddress`.
+
+- Removed RPC commands: `setgenerate`, `getgenerate`.
+
+- New options were added to `fundrawtransaction`: `includeWatching`, `changeAddress`, `changePosition` and `feeRate`.
+
+
+Low-level ZMQ changes
+----------------------
+
+- Each ZMQ notification now contains an up-counting sequence number that allows
+ listeners to detect lost notifications.
+ The sequence number is always the last element in a multi-part ZMQ notification and
+ therefore backward compatible. Each message type has its own counter.
+ PR [#7762](https://github.com/bitcoin/bitcoin/pull/7762).
@MarcoFalke

MarcoFalke Aug 23, 2016

Contributor

Try to remove the #?

Fix travis errors on download page
Credits to @marcofalke for the suggestion about #7762.

@laanwj laanwj merged commit 8e7c20e into master Aug 23, 2016

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

laanwj added a commit that referenced this pull request Aug 23, 2016

Merge #1348: Bitcoin Core 0.13.0
8e7c20e Fix travis errors on download page (Wladimir J. van der Laan)
ef58dd7 Fix (Cøbra)
f822ec5 Update download page (Cøbra)
626b9c8 Bitcoin Core 0.13.0 (Wladimir J. van der Laan)

@Cobra-Bitcoin Cobra-Bitcoin deleted the bitcoin-core-0.13.0 branch Sep 11, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment