You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not use the NODE_BITCOIN_CASH service bit for preferencial peering anymore.
Only connect to node using the cash magic.
Remove indicator mentionning if a node uses the cash magic getpeerinfo RPC.
Add support for the new cashaddr format. The -usecashaddr flag can be used to select which format is used when presenting addresses to users. By default, Bitcoin ABC will keep using the old format until Jan, 14 and then switch to the new format. Both format are now accepted as input.
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.
cmake builds are now possible for bitcoind and other utilities.
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 16: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
The text was updated successfully, but these errors were encountered:
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.15.0
0.15.1
0.16.0
0.16.1
0.16.2
0.17.0
The text was updated successfully, but these errors were encountered: