forked from Bitcoin-ABC/bitcoin-abc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Following doc/release-process.md, update the files as per instructions for release 0.17.0 Test Plan: Review files, build, and verify versioning Reviewers: jasonbcox, Mengerian, matiu, movrcx, #bitcoin_abc, deadalnix Reviewed By: jasonbcox, #bitcoin_abc, deadalnix Subscribers: deadalnix, teamcity Maniphest Tasks: T286 Differential Revision: https://reviews.bitcoinabc.org/D1206
- Loading branch information
Showing
8 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "bitcoin-abc-0.16-linux" | ||
name: "bitcoin-abc-0.17-linux" | ||
enable_cache: true | ||
suites: | ||
- "xenial" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "bitcoin-abc-0.16-osx" | ||
name: "bitcoin-abc-0.17-osx" | ||
enable_cache: true | ||
suites: | ||
- "xenial" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "bitcoin-abc-0.16-win" | ||
name: "bitcoin-abc-0.17-win" | ||
enable_cache: true | ||
suites: | ||
- "xenial" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
Bitcoin ABC version 0.16.3 is now available from: | ||
Bitcoin ABC version 0.17.0 is now available from: | ||
|
||
<https://download.bitcoinabc.org/0.16.3/> | ||
<https://download.bitcoinabc.org/0.17.0/> | ||
|
||
This release includes the following features and fixes: | ||
- Add monolithactivationtime configuration in order to chose when the May, 15 hard fork activates. This value should not be changed in production, but it allows user to test the fork activation ahead of time. | ||
- `dumpwallet` no longer allows overwriting files. This is a security measure | ||
as well as prevents dangerous user mistakes. | ||
- Node using the wrong magic are now getting banned. | ||
- Correct `open source` to `open-source` in README.md (Props to John Carvalho) | ||
- Add SSE4 optimized SHA256 (Port from Bitcoin Core) | ||
- Multiwallet support (Port from Bitcoin Core) | ||
- Lots of improvements to the RPC test suite (Ports from Bitcoin Core) | ||
- Uptime rpc command (Port from Bitcoin Core) | ||
- At the MTP time of 1526400000 (Tue May 15 12:00:00 UTC, 2018) the following behaviors will change: | ||
- Increase the default datacarriersize to 220 byte at the MTP time of 1526400000 | ||
- Increase the maximum blocksize to 32,000,000 bytes at the MTP time of 1526400000 | ||
- Re-activate the following opcodes: OP_CAT, OP_AND, OP_OR, OP_XOR, OP_DIV, OP_MOD | ||
- Add the following new opcodes: OP_SPLIT to replace OP_SUBSTR, OP_NUM2BIN, OP_BIN2NUM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters