11403 Commits (54d468f457ea1cf50f17eccbc2d6ea26e4c5dd18)
 

Author SHA1 Message Date
ThomasV 5148397a75 test forwarding 6 years ago
ThomasV 90c42c7f1b fix icons in receive tab 6 years ago
ThomasV ec97d623a5 force-close channel if unfulfilled htlc is close to cltv expiry 6 years ago
ThomasV 4dc6c6c82e fix tests (follow up prev commit) 6 years ago
ThomasV 8d77a7ecd8 save timestamps in htlc log 6 years ago
ThomasV ecd9508233 follow-up previous commit 6 years ago
ThomasV a7d37b72db factorize channel opening code into chan.open_with_first_pcp 6 years ago
ThomasV c3f6351922 simplify points, remove side-effect in reestablish_channel 6 years ago
ThomasV b5fd27c64c fix local/remote confusion in reestablish_channel 6 years ago
ThomasV 82491ff083 do not duplicate ctn in channel log and config 6 years ago
ThomasV 8d28188d24 lnhtlc: remove unused field in log 6 years ago
ThomasV 51466930f2 reestablish_peers_and_channels: spawn tasks in for loop 6 years ago
ThomasV 38f1436d78 post rebase fixes 6 years ago
ThomasV b215d6c4b7 lnhtlc: rename ctnheights -> ctn 6 years ago
ThomasV 02d013421a lnwatcher: store transactions as binary 6 years ago
ThomasV d8e9a9a49e create parent class for sql databases 6 years ago
ThomasV b861e2e955 lnwatcher: save sweepstore in sqlite database 6 years ago
ThomasV bfdf0a7e88 start asyncio loop in test_lnrouter and test_lnpeer 6 years ago
ThomasV 29afe52b4c sqlite: do not use scoped_session 6 years ago
ThomasV cab0f7d9e0 add sqlalchemy to requirements 6 years ago
ThomasV 436c313790 follow-up previous commit 6 years ago
ThomasV 46aa5c1958 lnrouter: perform SQL requests in a separate thread. persist database. 6 years ago
ThomasV 9f188c087c Flatten the structure of lnrouter, so that DBSession is not used outside of ChannelDB 6 years ago
Janus 95a2174789 sqlite in lnrouter: lnpeer: introduce _gossip_loop for gossip handling separated from message handling 6 years ago
Janus 3442e51fac sqlite in lnrouter: remove useless InDB suffix 6 years ago
Janus 945e1dc4ee sqlite in lnrouter: request missing channel_announcements and node_announcements 6 years ago
Janus d2d67f1fe1 sqlite in lnrouter: avoid exceptions on shutdown 6 years ago
Janus dd7c4b3bab sqlite in lnrouter 6 years ago
ThomasV d94e40d2be add 'txpos' field to lightning history items, in case two transactions have the same timestamp 6 years ago
ThomasV 7a51f034e4 add future transactions to address synchronizer 6 years ago
ThomasV 2994764ad8 history: add column for ln amount 6 years ago
ThomasV 7a0e8bb343 fix amount_msat sign in get_history 6 years ago
ThomasV 43d9e0460e follow-up previous commit 6 years ago
ThomasV 8aa4ce0704 improve watchtower gui 6 years ago
ThomasV 8b12f481da lightning: display forwarded payments as a single history item 6 years ago
ThomasV 3e443535a2 lnchannel: pass reference to lnworker 6 years ago
ThomasV a8e2f79563 lnchannel: save timestamp when we settle 6 years ago
ThomasV ed4cecf19c ln_message: trigger notification instead of popup 6 years ago
SomberNight ef7a59b4a9 lnchannel: save htlc preimages as soon as possible but horribly hacky 6 years ago
SomberNight 7292da24e6 lnchannel: only consider payments finished when we revoke our old ctx 6 years ago
SomberNight a565c500f6 lnhtlc: revert 0c4e7b856f8c96c4f0a33bf3e0d1c8fd8184bd36 6 years ago
SomberNight 5f164bcbe8 travis: don't build binaries on ln branch (also for appimage) 6 years ago
SomberNight 7644c84e07 qt: update whole gui on every LN payment 6 years ago
SomberNight 021f5d570e lnpeer: check that remote only sends commit_sig if there are changes 6 years ago
SomberNight dfc2a35ae6 qt: handle LN invoices better in Send tab 6 years ago
SomberNight 962628ac3d lnworker: minor clean-up re payment_completed 6 years ago
ThomasV 11c0c0d5a1 lnhtlc: fix received_in_ctn (LOCAL->REMOTE) 6 years ago
SomberNight 9206b6225b tmp fix for circular imports 6 years ago
SomberNight 828f07a1ff qt request_list: disable editing existing items 6 years ago
SomberNight f0b4d1ecce qt request_list: minor fix for context menu 6 years ago