Changelog for haskoin-node-0.6.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.6.1
Changed
- Fix bug where peer height did not update in certain cases.
0.6.0
Added
- Documentation everywhere.
Changed
- Make compatible with NQE 0.5.
- Use supervisor only in peer manager.
- API quality of life changes.
- Exposed module is now only
Haskoin.Node.
Removed
- No more direct access to internals.
0.5.2
Changed
- Improve dependency definitions.
0.5.1
Changed
- Dependency
sec256k1changes tosecp256k1-haskell.
0.5.0
Added
- New
CHANGELOG.mdfile. - Use
nqefor concurrency. - Peer discovery.
- RocksDB peer and block header storage.
- Support for Merkle blocks.
Changed
- Split out of former
haskoinrepository. - Use hpack and
package.yaml. - Old
haskoin-nodepackage now renamed toold-haskoin-nodeand deprecated.
Removed
- Removed Old Haskoin Node package completely.
- Removed Stylish Haskell configuration file.
- Remvoed
haskoin-coreandhaskoin-walletpackages from this repository.