12091 Commits (88650ed8d60acde94d476af5431ee654f09b2b30)
 

Author SHA1 Message Date
SomberNight 88650ed8d6
network UntrustedServerReturnedError: add "DO NOT TRUST..." tag 5 years ago
ThomasV 55a0043ab7 follow-up previous commit (fix tests) 5 years ago
ThomasV 97900c0985 store raw messages in gossip_db. Fixes #5960 5 years ago
ThomasV 077f778632 Replace lightning_settle_delay with enable_htlc_settle (asyncio.Event) 5 years ago
SomberNight ce81957d25
blockchain: move init_headers_file from network.py to blockchain.py 5 years ago
SomberNight b21bcf5977
taskgroups: don't log CancelledError 5 years ago
ThomasV 15e91169c5 lnpeer: fix json serialization of funding_inputs 5 years ago
ThomasV 8f6fc5917a make sure we can send shutdown 5 years ago
SomberNight ed234d3444
rename all TaskGroup() fields to "taskgroup" 5 years ago
SomberNight c8260249b0
lnworker: add own taskgroup (run in daemon.taskgroup) 5 years ago
ThomasV 0bf09d14a0 fix regression in shutdown (from 1c5dc79298) 5 years ago
ThomasV 34400c0710 Set channel state to OPENING as soon as we receive 'funding_signed', 5 years ago
ThomasV d04b8c05e2 (minor) fix typo in comment 5 years ago
ThomasV f5053cc242 follow-up e54c69b861c2990adf9cf618b68c6f1c7dd3ebea: we must settle HTCLs after during shutdown 5 years ago
ThomasV e159b1d468 test_close: add unsettled htlc (fails with the current code) 5 years ago
SomberNight c744fc4e3d
follow-up prev: do all checks, and add tests 5 years ago
SomberNight a987a2bbbe
keystore: make add_key_origin "API-user-friendly" 5 years ago
SomberNight bea038ea6b
Qt tx dialog: warn if user asked for full bip32 paths but info missing 5 years ago
SomberNight 22861b70ee
Qt tx dialog: make "export with xpubs" option always available 5 years ago
SomberNight 6703521f56
rm more cruft from test_lnchannel 5 years ago
SomberNight 6161853941
lnpeer: reduce log spam due to incompatible feature bits 5 years ago
SomberNight e54c69b861
add lnchannel.can_send_ctx_updates. just drop illegal updates for now 5 years ago
SomberNight 9d1fa4cc99
(trivial) lnworker: move LNGossip.peer_closed to parent class 5 years ago
ThomasV 3d0c1dbd5c restore log lines for send_commitment, on_commitment_signed 5 years ago
ThomasV 87fe2c7d7a define channel.has_pending_changes method 5 years ago
ThomasV 1c5dc79298 shutdown: 5 years ago
ThomasV 9b97469598 (minor) follow-up previous commit 5 years ago
ThomasV 6833adf8b6 simplify previous commit (revert changes on transaction.py) 5 years ago
ThomasV e85fb25146 lnpeer: verify signature in closing_signed 5 years ago
ThomasV 0848aa259d (minor) simplification 5 years ago
ThomasV d5c03307c3 the funder sends the first 'closing_signed' message 5 years ago
SomberNight 9ab18ea6c9
transaction.deserialize: more sanity checks 5 years ago
ghost43 28572197fb
Merge pull request #5992 from zebra-lucky/fix_spv_hash_merkle_root 5 years ago
SomberNight 4f5f949979
follow-up prev 5 years ago
SomberNight e9251c8e59
lnpeer: add "DO NOT TRUST..." remark to errors sent by remote 5 years ago
SomberNight 6937b87a7c
transaction.BCDataStream: minor fixes 5 years ago
zebra-lucky c0be0471f2
fix BCDataStream.read_bytes (#5991) 5 years ago
zebra-lucky d4f7c207a7 fix SPV.hash_merkle_root, add tests/test_verifier.py 5 years ago
SomberNight aaf174ef3e
lnpeer: cooperative close: verify scriptpubkey matches templates 5 years ago
Jakub Łukasiewicz c121230706
Added ELECTRUMDIR env variable (#5543) 5 years ago
ThomasV 2927478192 lnpeer: closing fee negociation: 5 years ago
SomberNight e7ab9e4054
lnpeer: await_remote/await_local now more restrictive, and docstring 5 years ago
SomberNight 5fda2cbb42
fix test: test_reestablish_with_old_state 5 years ago
SomberNight 4a8ee1818a
follow-up prev 5 years ago
SomberNight 88658f9c2c
WalletDB: add type hints, and also corresponding asserts for sanity 5 years ago
SomberNight 931d961721
lnpeer/lnwatcher: include channel id in log lines 5 years ago
SomberNight 3966b51a94
fix undefined name 'CHANNEL_INIT_TIMEOUT' 5 years ago
SomberNight a78583e5d4
travis: fix regtest 5 years ago
ThomasV 8ff1921c0d (minor) fix log 5 years ago
ThomasV 7908f4b203 follow-up previous commit 5 years ago