2024-02-05 23:00:22 +01:00
|
|
|
NeoBytes Core version 0.12.1 is now available from:
|
2015-03-06 09:50:31 +01:00
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
<https://github.com/neobytes-project/neobytes/releases>
|
2014-05-23 20:27:46 +02:00
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
This is a new minor version release, bringing various bugfixes and other
|
|
|
|
improvements.
|
2015-03-06 09:50:31 +01:00
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
Please report bugs using the issue tracker at github:
|
2015-03-06 09:50:31 +01:00
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
<https://github.com/neobytes-project/neobytes/issues>
|
2015-03-06 09:50:31 +01:00
|
|
|
|
2015-05-18 00:29:58 +02:00
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
Upgrading and downgrading
|
|
|
|
=========================
|
2015-03-06 09:50:31 +01:00
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
How to Upgrade
|
|
|
|
--------------
|
|
|
|
If you are running an older version, shut it down. Wait until it has completely
|
|
|
|
shut down (which might take a few minutes for older versions), then run the
|
|
|
|
installer (on Windows) or just copy over /Applications/Desire-Qt (on Mac) or
|
|
|
|
desired/desire-qt (on Linux). Because of the per-UTXO fix (see below) there is a
|
|
|
|
one-time database upgrade operation, so expect a slightly longer startup time on
|
|
|
|
the first run.
|
2016-03-01 13:51:38 +01:00
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
Downgrade warning
|
|
|
|
-----------------
|
2016-03-01 13:51:38 +01:00
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
Compatibility
|
|
|
|
==============
|
2016-03-01 13:51:38 +01:00
|
|
|
|
|
|
|
Notable changes
|
|
|
|
===============
|
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
(Developers: add your notes here as part of your pull requests whenever possible)
|
2016-03-01 13:51:38 +01:00
|
|
|
|
|
|
|
0.12.1 Change log
|
|
|
|
=================
|
|
|
|
|
|
|
|
Detailed release notes follow. This overview includes changes that affect
|
|
|
|
behavior, not code moves, refactors and string updates. For convenience in locating
|
|
|
|
the code changes and accompanying discussion, both the pull request and
|
|
|
|
git merge commit are mentioned.
|
|
|
|
|
2016-06-22 09:24:43 +02:00
|
|
|
### RPC and REST
|
|
|
|
|
2016-02-16 19:29:53 +01:00
|
|
|
Asm script outputs replacements for OP_NOP2 and OP_NOP3
|
|
|
|
-------------------------------------------------------
|
|
|
|
|
|
|
|
OP_NOP2 has been renamed to OP_CHECKLOCKTIMEVERIFY by [BIP
|
|
|
|
65](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki)
|
|
|
|
|
|
|
|
OP_NOP3 has been renamed to OP_CHECKSEQUENCEVERIFY by [BIP
|
|
|
|
112](https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki)
|
|
|
|
|
|
|
|
The following outputs are affected by this change:
|
|
|
|
- RPC `getrawtransaction` (in verbose mode)
|
|
|
|
- RPC `decoderawtransaction`
|
|
|
|
- RPC `decodescript`
|
|
|
|
- REST `/rest/tx/` (JSON format)
|
|
|
|
- REST `/rest/block/` (JSON format when including extended tx details)
|
|
|
|
- `bitcoin-tx -json`
|
2016-03-01 13:51:38 +01:00
|
|
|
|
2016-10-17 22:09:21 +02:00
|
|
|
### ZMQ
|
|
|
|
|
|
|
|
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.
|
|
|
|
(https://github.com/bitcoin/bitcoin/pull/7762)
|
|
|
|
|
2016-03-01 13:51:38 +01:00
|
|
|
### Configuration and command-line options
|
|
|
|
|
|
|
|
### Block and transaction handling
|
|
|
|
|
|
|
|
### P2P protocol and network code
|
|
|
|
|
|
|
|
### Validation
|
|
|
|
|
|
|
|
### Build system
|
|
|
|
|
|
|
|
### Wallet
|
|
|
|
|
|
|
|
### GUI
|
|
|
|
|
|
|
|
### Tests and QA
|
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
|
|
|
Credits
|
|
|
|
=======
|
|
|
|
|
|
|
|
Thanks to everyone who directly contributed to this release:
|
|
|
|
|
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
As well as everyone that helped translating.
|
2016-06-22 09:24:43 +02:00
|
|
|
|
2024-02-05 23:00:22 +01:00
|
|
|
NeoBytes Core tree 0.12.x was a fork of Dash Core tree 0.12.x
|