10533 Commits (1bc6958c831900b62746445a885a701f6e1d716e)
 

Author SHA1 Message Date
ThomasV 1bc6958c83 use acceptable variable names 7 years ago
ThomasV 60d6080fe5 lightning: separate testing from main code 7 years ago
ThomasV 1c3e9b0cf8 lightning: store network view 7 years ago
ThomasV e4b188c714 lnbase: parse ipv6, fix transport bug 7 years ago
ThomasV d212c90ed9 lnbase: fix read_message, reduce verbosity 7 years ago
ThomasV 8e7df0be71 lnbase: implement key rotation, request initial sync in localfeatures 7 years ago
ThomasV 969708316c lnbase: verify signature in node_announcement 7 years ago
SomberNight b662a9d87b bitcoin.py: implement add_number_to_script. fix CSV arg in make_commitment. 7 years ago
ThomasV 57b63cf490 lnbase: fix test 7 years ago
SomberNight 98f46dbaf5 implement script_num_to_hex. fix encoding of argument for CSV in make_commitment 7 years ago
Janus caadc5a5bb lightning_channels_list: use signals to avoid segfault 7 years ago
SomberNight aaa67adb5a fixes for make_commitment, but still incorrect destination address (csv arg?) 7 years ago
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