Commit Graph

7 Commits

Author SHA1 Message Date
Jesse de Wit
8e2c9bd9ce set the tag field on registerpayment 2023-02-16 15:01:05 +01:00
Yaacov Akiba Slama
3a4892ce8a Add data migrations 2022-09-19 22:32:19 +03:00
Yaacov Akiba Slama
ee75d838a1 Add field last_update to channels 2021-04-05 18:31:02 +03:00
Yaacov Akiba Slama
aca8c4f2c0 Add forwarding history sync from lnd to db 2021-02-05 07:11:53 +02:00
Yaacov Akiba Slama
f407ec9e9c Handle interception probing payments
probing payments uses a probing payment hash which is:
sha256("probing-01:" || payment_hash).

When the interceptor detects such a hash for a payment which is supposed
to trigger a channel creation , it checks if the destination is online,
and if online, fails with INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS error in
order to let the payer knows that the payment would be successful.
2020-11-08 17:46:26 +02:00
Yaacov Akiba Slama
faff8f60a9 Fix migration file name 2020-11-08 17:34:09 +02:00
Yaacov Akiba Slama
a6c770462d Add postgresql migration files 2020-08-16 12:15:02 +03:00