4233 Commits (6c67ad24f30b5c6ead21b98b2fb5fc228fb703fd)

Author SHA1 Message Date
ThomasV eca8d13e37 lnbase: fix tx amounts 7 years ago
Janus a9edd170c7 lightning-hub: include ln relative to current directory 7 years ago
Janus 3fb6951d10 lnbase_test: add first commitment tx with 5 htlcs test 7 years ago
ThomasV 316f9a3954 lnbase: fix locktime and nsequence 7 years ago
Janus 814146f099 lnbase_test: insert remote_signature and compare fields independently 7 years ago
ThomasV 7b6f64a402 lnbase: create unit test for commitment tx 7 years ago
ThomasV 52ae63990f lnbase: fix signature index 7 years ago
ThomasV ba99795131 lnbase: initial commitment transaction 7 years ago
ThomasV 451d52281a lnbase: fix funding address, funding_output_index 7 years ago
ThomasV 5a4ab74c77 follow up 1aac9e59ed957898fceef99b29b9cc17d7843569 7 years ago
ThomasV dd73a4596e lnbase: communication privkey belongs to peer 7 years ago
Janus 668c3887d6 lnbase: more parts of channel establishment 7 years ago
Janus 2353415445 lnbase: remove unnecessary try/except 7 years ago
Janus e7b92b8184 lnbase: lnbase_test must use threadsafe task submission 7 years ago
ThomasV 9781201fa0 lnbase: decorator that handles exceptions 7 years ago
Janus 483ec42156 lnbase: fix shutdown when lnbase has exception in main_loop 7 years ago
Janus e906e6e90a lnbase: print exceptions from main_loop 7 years ago
Janus b9ca972445 lnbase: initialize loop variable in main 7 years ago
Janus 9617447a0f lnbase: add lnbase_test 7 years ago
ThomasV 70dd4d1235 lnbase: expose wallet object in LNWorker 7 years ago
Janus e1824233b5 lnbase: merge initialize and main_loop 7 years ago
Janus 7bd3cbf567 lnbase: handle error during channel establishment 7 years ago
Janus 78119f9733 lnbase: channel establishment flow, avoid using Wallet instance 7 years ago
ThomasV 1f5852bd15 lnbase: use relative imports 7 years ago
Janus 784b06f1b9 lnbase: support simnet/testnet, create accepted open_channel message 7 years ago
Janus ab2e03fcb5 lnbase: use valid pubkeys in open_channel 7 years ago
Janus 304c4b0222 lnbase: try sending open_channel 7 years ago
ThomasV d8eedf514d lnbase: add draft handlers 7 years ago
Janus fc2864cb63 lnbase: avoid reimplementing int.to_bytes 7 years ago
Janus f2066c4629 lnbase: avoid reimplementing int.from_bytes 7 years ago
Janus 94b87ac7d1 lnbase: do not catch all exceptions, tolerate calculations with variables from kwargs 7 years ago
ThomasV 3795770b37 integrate lnbase with network 7 years ago
ThomasV 0fac793735 lnbase: process ping messages 7 years ago
ThomasV 98707a3624 lnbase: create main loop 7 years ago
ThomasV bcb268d554 lnbase: save buffer for next read 7 years ago
ThomasV 7421bffaa2 lnbase: Peer class 7 years ago
ThomasV 692bc148bb lnbase: fix json loading and indentation 7 years ago
Janus c69f812f13 lightning: do not list python files as resources, use lightning spec generated serialization 7 years ago
ThomasV cbf8d4c781 lightning network base 7 years ago
Janus ec89b496bf lightning: do not catch BaseException unnecessarily, fix clearSubscribers, detect passworded wallet correctly 7 years ago
ThomasV fe1a1b27c6 simplify parameters, add lndhost to config 7 years ago
Janus 0abfcd2b6a lightning: add --simnet and --lightning switches 7 years ago
Janus 1a05838ef2 lightning: assert result type, add invoice qr dialog 7 years ago
Janus afa5797099 lightning: kivy: open channel button in invoice 7 years ago
Janus d19e8e7f9b lightning: python3.5 compat 7 years ago
Janus 13527987bc lightning: add missing import, set console to none initially 7 years ago
Janus 76bd120bdf lightning: do not require lock for broadcast tx, it is thread-safe 7 years ago
Janus 311c53ef1d lightning: save key derivation point 7 years ago
Janus 6ab8badb61 lightning: separate thread for publish transaction 7 years ago
Janus 277e5be229 lightning: use queueing lock 7 years ago