SomberNight
|
cffb89002c
|
fix ChannelDB.compare_channels: was raising "too many SQL variables"
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) too many SQL variables
|
6 years ago |
SomberNight
|
60cd885f74
|
tests/regtest: stop using "bitcoin-cli generate" (deprecated)
|
6 years ago |
ThomasV
|
84c6a464e8
|
gui: channel_details minor fix
|
6 years ago |
ThomasV
|
a70441f0f1
|
minor fixes: remove_channel
|
6 years ago |
ThomasV
|
6d9ef29690
|
redo LNWorker pay:
- wait until htlc has been fulfilled
- raise if htlc is not fulfilled
- return boolean success
- try multiple paths in GUI
|
6 years ago |
ThomasV
|
669b84fbd6
|
gui channels_list fixes
|
6 years ago |
ThomasV
|
32e517f407
|
improve lightning_dialog GUI settings
|
6 years ago |
ThomasV
|
15eecab978
|
update electrumx starting script
|
6 years ago |
ThomasV
|
a5570d94f3
|
channel blacklist: minor fix
|
6 years ago |
ThomasV
|
fed6c96693
|
add option to remove channel after it has been closed
|
6 years ago |
ThomasV
|
3c0df28c98
|
do not include 'force_closing' in channel states, because it is not part of the peer protocol
|
6 years ago |
ThomasV
|
0acd0c23d3
|
fix: key must be unique (sql)
|
6 years ago |
ThomasV
|
d30307b29e
|
gui: improve display of lightning status
|
6 years ago |
ThomasV
|
eb4e6bb0de
|
improve filter_channel_updates
blacklist channels that do not really get updated
|
6 years ago |
ThomasV
|
f4b3d7627d
|
query_short_channel_ids: use Event instead of Lock
|
6 years ago |
ThomasV
|
d30e894aaf
|
fix: add_channel_update
|
6 years ago |
ThomasV
|
b055eeace2
|
prune channels older than two weeks from database
|
6 years ago |
ThomasV
|
522ce5bb9f
|
verify channel updates in peer's TaskGroup
|
6 years ago |
ThomasV
|
308dc6aa6b
|
use a single queue for gossip messages, so that they are processed in the correct order
|
6 years ago |
ThomasV
|
e68f318b12
|
verify node and channel announcements before entering sql lock
|
6 years ago |
SomberNight
|
fbafc77f01
|
lnpeer query_short_channel_ids: BOLT-07 says ids must be sorted
this is why most remote peers were disconnecting upon receiving this msg
|
6 years ago |
SomberNight
|
afc5717cf0
|
lnpeer reply_channel_range: handle lnd
|
6 years ago |
ThomasV
|
0e42fd9f17
|
parallelize short_channel_id requests
|
6 years ago |
ThomasV
|
1011245c5e
|
LNGossip: sync channel db using query_channel_range
|
6 years ago |
ThomasV
|
95376226e8
|
save lightning invoice descriptions as labels and allow user to edit them
|
6 years ago |
ThomasV
|
b1f8c42424
|
post-rebase fix
|
6 years ago |
ThomasV
|
f5c58c5e19
|
lightning network dialog
|
6 years ago |
ThomasV
|
db60634774
|
use config instead of watchtower_window to decide if we close the app
|
6 years ago |
ThomasV
|
e53ecb9b77
|
add labels to lightning history
|
6 years ago |
ThomasV
|
c4081284bd
|
lightning: GUI improvements
|
6 years ago |
ThomasV
|
670424f080
|
get_payments: do not include failed payments
|
6 years ago |
ThomasV
|
2ec82433b4
|
wallet: add lnworker in constructor for CLI
|
6 years ago |
ThomasV
|
446a8b0dd9
|
fix column names
|
6 years ago |
ThomasV
|
31684abb51
|
do not SPV channel announcements; this is too resource intensive
|
6 years ago |
ThomasV
|
d134937269
|
update regexp syntax
|
6 years ago |
ThomasV
|
746dd725c6
|
follow-up previous
|
6 years ago |
ThomasV
|
842fff832f
|
enable lightning through command line option
|
6 years ago |
ThomasV
|
9a3a63d18e
|
logging (follow-up rebase)
|
6 years ago |
SomberNight
|
e4ed15f683
|
fix tests
|
6 years ago |
SomberNight
|
cc57da704b
|
logging: adapt lightning branch to logging changes
|
6 years ago |
ThomasV
|
730be17aba
|
Use separate lightning nodes for gossip and channel operations.
|
6 years ago |
ThomasV
|
12743bda93
|
remove test_require_data_loss_protect
|
6 years ago |
ThomasV
|
34f22e6681
|
lnrouter: load data before finding path
|
6 years ago |
ThomasV
|
dac686b11d
|
minor fix
|
6 years ago |
SomberNight
|
fda6fb6521
|
lnhtlc: handle fails asymmetrically
|
6 years ago |
SomberNight
|
f47519bdf3
|
lnchan: make_commitment and balance (follow-up prev)
"balance(self, subject, ctn=None)" is underspecified.
whose balance? whose commitment transaction?
this lead to issues...
|
6 years ago |
SomberNight
|
8632f027da
|
lnhtlc: small clean-up / docstrings
|
6 years ago |
SomberNight
|
268f05c60c
|
lnhtlc: add type hints
|
6 years ago |
ThomasV
|
796f199a5b
|
follow-up prev commit
|
6 years ago |
ThomasV
|
a6469904ee
|
fix verify_sig_for_channel_update: use raw message
|
6 years ago |