Janus
|
c9ac5d1376
|
ln: restore functionality
|
7 years ago |
SomberNight
|
5379c36e70
|
split lnrouter from lnbase
|
7 years ago |
ThomasV
|
2ae488df18
|
lightning: move lnworker code to its own module
|
7 years ago |
Janus
|
b889c9fd29
|
lnbase: mSAT hygiene, multiple multi-hop payments can be received
|
7 years ago |
Janus
|
c2956948cd
|
lightning: remove hub based approach, port qt gui to lnbase
|
7 years ago |
Janus
|
bba33d46db
|
lnbase: use small buffer when reading, support new_channel without payment in online test, send channel_reserve_satoshis
|
7 years ago |
Janus
|
30506ec243
|
lnbase: use correct cltv_expiry calculation (use invoice)
|
7 years ago |
Janus
|
1998665a02
|
lnbase: try multi-hop onion package, type safety
|
7 years ago |
SomberNight
|
9de5ead368
|
bolt-04: decryption of errors
|
7 years ago |
Janus
|
9ef9bfa469
|
lnbase online test: use random node key when making new channel, save node key, multiple actions per invocation
|
7 years ago |
Janus
|
adc7dd92e3
|
lnbase: fix pay(), save htlc_id's, generate onion packet correctly
|
7 years ago |
Janus
|
27dc309d2a
|
lnbase/online_test: save short_channel_id to wallet and build onion packet with it
|
7 years ago |
Janus
|
7ad08acc59
|
lnbase: initial 'payment to remote' attempt
|
7 years ago |
Janus
|
a617cdc71c
|
lnbase: verify commitment tx'es again
|
7 years ago |
Janus
|
7b335d9e45
|
lnbase: two payments working, temporarily disable sig check
|
7 years ago |
Janus
|
d98446bbf5
|
lnbase: store remote revocation store, don't store all remote revocation points, verify ctn numbers in reestablish
|
7 years ago |
Janus
|
54ad895a2e
|
lnbase: add RevocationStore test, remove unnecessary lnd helper functions
|
7 years ago |
Janus
|
3b23feec3c
|
lnbase: compact commitment secret storage
|
7 years ago |
Janus
|
91d6a5af02
|
lnbase: receive repeated payments
|
7 years ago |
Janus
|
fe6075120c
|
tests: don't use default lightning_peers in online test
|
7 years ago |
Janus
|
e5f73120f6
|
lnbase: channel reestablishment working
|
7 years ago |
SomberNight
|
9ce58ddb2e
|
bolt-04: implement processing of onion packets
|
7 years ago |
SomberNight
|
5ee8ab4bb5
|
implement bolt-04 onion packet construction
|
7 years ago |
Janus
|
ef477d8a0e
|
lnbase: save channel details in wallet, enable running online test with reestablishment_mode
|
7 years ago |
Janus
|
4783eeba68
|
lnbase: move waiting for funding_locked to new function, make function for signing and sig conversion
|
7 years ago |
Janus
|
55e1c8942e
|
lnbase: fix custom local to_self_delay, use node privkey derived from timestamp in online test
|
7 years ago |
Janus
|
9bc6fe2f07
|
test_lnbase_online: pass password=None to channel_establishment_flow
|
7 years ago |
ThomasV
|
dbf958ca47
|
lnbase: derive keys from wallet keystore
|
7 years ago |
Janus
|
a277271b1b
|
lnbase: organize channel data
|
7 years ago |
Janus
|
e7eab898a0
|
lnbase: receiving invoice payment works
|
7 years ago |
Janus
|
99d8a863da
|
lnbase: commitment_signed, revoke_and_ack now accepted without errors
|
7 years ago |
Janus
|
f4b02ff3c5
|
lnbase: attempt at making htlc_signature to send (currently remote fails due to wrong num_htlcs in commitment_signed)
|
7 years ago |
ThomasV
|
87508c9e2a
|
simplification
|
7 years ago |
Janus
|
b288050dcf
|
lnbase: verification of new local commitment working
|
7 years ago |
Janus
|
12108a0923
|
lnbase: derive next keys when making updated local commitment transaction
|
7 years ago |
Janus
|
f0f3a47b2f
|
lnbase: try to receive payment, work on commitment tx with htlcs
|
7 years ago |
Janus
|
957972dea5
|
lnbase: handle commitment transaction update (receive funds, not working yet)
|
7 years ago |
Janus
|
9a027cd97c
|
simnet/testnet support in bolt11, set max-htlc-value-in-flight
|
7 years ago |
SomberNight
|
401e4aee42
|
transaction.py: sign_txin. allow override for get_preimage_script.
test_commitment_tx_with_all_five_HTLCs_untrimmed_minimum_feerate now passes
|
7 years ago |
ThomasV
|
12443ac0b7
|
lnbase: verify remote signature
|
7 years ago |
Janus
|
483c886bd5
|
lnbase: improve htlc_tx generation (only localsig wrong)
|
7 years ago |
SomberNight
|
b0d8c9ff80
|
get_per_commitment_secret_from_seed: small clean-up
|
7 years ago |
Janus
|
161c43a981
|
fix derive_secret
|
7 years ago |
SomberNight
|
8852acf4c3
|
get_per_commitment_secret_from_seed (not working yet)
|
7 years ago |
Janus
|
fa88c484d2
|
lnbase: avoid race while waiting for funding_locked, wait for un-reversed hash
|
7 years ago |
Janus
|
cc6320e345
|
complete bolt11 port to ecdsa instead of secp256k1
|
7 years ago |
SomberNight
|
94b3233ee7
|
channel_establishment_flow: wait for confirmations of funding txn
|
7 years ago |
ThomasV
|
8c51237d01
|
lnbase: fix parameters to make_commitment in htlc test
|
7 years ago |
SomberNight
|
4bc02530c0
|
transaction.py: shortcut witness/scriptSig serialisation
|
7 years ago |
ThomasV
|
d7827f0dae
|
lnbase: fix initial commitment transaction
|
7 years ago |