release-notes.md 598 Bytes
Newer Older
1
# Crown 0.12.4 Release Notes
vertoe's avatar
vertoe committed
2

Infernoman's avatar
Infernoman committed
3
Crown Core tree 0.12.x release notes can be found here:
infernoman's avatar
infernoman committed
4
- [v0.12.0](release-notes/crown/release-notes-0.12.0.md)
5

Infernoman's avatar
Infernoman committed
6
Crown Core tree 0.12.x is a fork of Bitcoin Core tree 0.10.2
vertoe's avatar
vertoe committed
7

8
9
10
11
12
13
Bitcoind can now (optionally) asynchronously notify clients through a
ZMQ-based PUB socket of the arrival of new transactions and blocks.
This feature requires installation of the ZMQ C API library 4.x and
configuring its use through the command line or configuration file.
Please see docs/zmq.md for details of operation.
>>>>>>> 6e18268... Switch to libsecp256k1-based validation for ECDSA