13021 Commits (120da2783b032be0a58d01c1ef40a23dcff88f2b)
 

Author SHA1 Message Date
SomberNight 120da2783b
util.randrange: use stdlib 'secrets' module instead of 'python-ecdsa' 4 years ago
SomberNight 1c07777e13
follow-up prev 4 years ago
SomberNight c616c3bfad
plugins/labels: better error message when using imported wallets 4 years ago
SomberNight 193c29af87
wizard, multisig: on bip39/hw ks, only ask for script type for 1st ks 4 years ago
SomberNight cc33b752e2
wizard: on adding bip39/hw ks, don't offer path scanning for multisig 4 years ago
SomberNight fc97181aa5
config: fix get_fee_text for static fees 4 years ago
SomberNight de80f68e4d
interface: validate protocol-version negotiation on client-side too 4 years ago
ThomasV 70b03cb920
Merge pull request #6698 from SomberNight/202010_qt_pay_ellipsis_dotdotdot 4 years ago
SomberNight 802fe8c73a
qt user interface: send tab: change "Pay" button text to "Pay..." 4 years ago
ThomasV c31ae86bb8
Merge pull request #6634 from SomberNight/202010_fix_main_script_hanging 4 years ago
SomberNight ea22d0073e
config: distinguish knowing mempool is empty vs not having mempool_fees 4 years ago
SomberNight 2232955a23
synchronizer: fix request_missing_txs(..allow_server_not_finding_tx=True) 4 years ago
SomberNight 5481fd8af6
interface: validate field order in "mempool.get_fee_histogram" response 4 years ago
SomberNight 25d4a40d6e
qt history tab: fix shortcut in HistoryModel.refresh() 4 years ago
SomberNight b95525896f
qt send tab: show friendlier error on mistyped bitcoin address 4 years ago
ghost43 8e9d6a4c91
Merge pull request #6685 from SomberNight/202010_bitcoin_script 4 years ago
SomberNight 200f547a07
ledger: fix compat with hw.1 - signing flow deadlocked 4 years ago
SomberNight 03bdb4f1b7
Transaction.get_preimage_script: support custom legacy-p2sh inputs 4 years ago
SomberNight eefb68c82b
transaction: change Transaction.is_segwit_input(txin) to txin.is_segwit() 4 years ago
SomberNight 4c7a92f39c
bitcoin: implement construct_script and use it 4 years ago
SomberNight 89bd520185
bitcoin: move construct_witness from transaction.py to bitcoin.py 4 years ago
ThomasV 59f7d4b02d fix #6676 and remove dead code 4 years ago
Zibster43 fcccb99a3b
Remove phishing server (#6660) 4 years ago
SomberNight ee24c74f19
lnchan.receive_revocation: tolerate not having htlc fail reason 4 years ago
ThomasV 7110fde25d follow-up: fix qt lightning dialog if gossip is not started 4 years ago
ThomasV f155f3aff5 start lngossip if instantiated; this saves a boolean 4 years ago
ThomasV 5d90790726 wallet.py: always instantiate lnbackups 4 years ago
bitromortac 1855bcb17d qt: reflect running gossip in lightning icon 4 years ago
bitromortac 750147d931 kivy: display warning when first channel is opened 4 years ago
bitromortac 6a0ada3f79 qt: display warning when first channel is opened 4 years ago
bitromortac bdca7be1c7 kivy: remove enable/disable button 4 years ago
bitromortac bba995ada3 qt: remove enable/disable button 4 years ago
bitromortac 3c3a59c517 cli: remove enable/disable lightning 4 years ago
bitromortac 3314c149f2 qt: show channels tab by default if ln wallet 4 years ago
bitromortac 42df51f2dd qt: remove node suggestion 4 years ago
bitromortac b543874670 gossip: start gossiping when channel is open 4 years ago
bitromortac 4efcb53d24 network: load gossip db early 4 years ago
bitromortac 6045de759b lightning: enable by default but without gossip 4 years ago
ThomasV edc593a886 submarine swap: add comment to explain witness script asymmetry 4 years ago
SomberNight 08f70420e3
submarine_swaps: describe event-flow for both swap direction in docstr 4 years ago
SomberNight 21e46fb147
contrib: add instructions re cross-compiling libsecp to Linux x86 4 years ago
SomberNight 914b606cb9
kivy: fix app not even starting 4 years ago
SomberNight 8ac6d3b17d
wallet.get_history: take locks. 4 years ago
SomberNight 777095fda8
wallet: simplify get_history 4 years ago
SomberNight f125a06453
wallet: simplify get_wallet_delta 4 years ago
SomberNight da6080421e
wallet_db: WalletDB.get_txo_addr now returns dict instead of list 4 years ago
SomberNight e71fa4924f
wallet: rm wallet.txin_value 4 years ago
SomberNight 8b2eb83238
wallet: use get_txin_value in get_wallet_delta 4 years ago
SomberNight 55b5335ebb
qt tx dialog: always show input amounts if we know them 4 years ago
SomberNight 82c8c4280f
lnworker: add request_remote_force_close which can be used without state 4 years ago