Eclair v0.2-alpha5
Pre-release
Pre-release
This release is compatible with the BOLTs at commit 024f695bd1b54524e5782a59cf903f25803c75ae with the following caveats:
- BOLT 1: Base Protocol
- BOLT 2: Peer Protocol for Channel Management
- BOLT 3: Bitcoin Transaction and Script Formats
- BOLT 4: Onion Routing Protocol
- BOLT 5: Recommendations for On-chain Transaction Handling
- If a revoked commitment tx is published, only the offender's main output will be stolen as punishment, not the HTLCs.
- BOLT 7: P2P Node and Channel Discovery
- BOLT 8: Encrypted and Authenticated Transport
- BOLT 9: Assigned Feature Flags
- BOLT 11: Payment Request
Changelog
- now using sqlite as local database (#143)
- added experimental support for spv using bitcoinj (#152)
- improved reconnection logic and fuzzy tests (#123)
- fixed display bugs in gui (#119)
- more compliance to rfc (#127, #136, #161 )
- renamed eclair-javafx-node module to eclair-gui-node (#137)
- bug fixes and improvements (thanks @btcontract, @cdecker, @joemphilips, @Mirobit, @rem0g)
Installation
Installation instructions are here.