Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Conversation
Cobra-Bitcoin
and others
added some commits
Jun 29, 2016
laanwj
added
the
Releases
label
Aug 23, 2016
|
Looks like it still expects the old names:
Oh I see in #1315 that I still need to merge a branch, trying that. |
|
I fixed most of the html errors, now it complains about a unterminated
|
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). |
|
|
laanwj
merged commit 8e7c20e
into
master
Aug 23, 2016
laanwj
added a commit
that referenced
this pull request
Aug 23, 2016
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
laanwj commentedAug 23, 2016
•
edited
Bitcoin Core 0.13.0 release announcement.
Can be merged if travis passes.