1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-11 01:35:01 +01:00
eclair/eclair-node
dpad85 fe22572976 New PaymentRequest object + HTLC verification (#72)
* Added a PaymentRequest object
* A `PaymentRequest` can be serialized/deserialized with `write`/`read`
  static functions in companion
* Amount validation is handled in constructor
* `ReceivePayment` message in payment handler generates a `PaymentRequest`
* Updated tests
* HTLC succeeds if amount is equal or greater than requested amount
* If the amount paid is more than twice the amount expected, the HTLC fails
* (gui) display payment failed cause in notification
* Improved payment request validation messages
2017-04-20 17:26:30 +02:00
..
src New PaymentRequest object + HTLC verification (#72) 2017-04-20 17:26:30 +02:00
eclair-cli renamed eclair-demo to eclair-node 2016-08-26 18:31:12 +02:00
pom.xml back to SNAPSHOT 2017-04-07 11:48:10 +02:00