349 Commits (bf6ecb64182b424a072112e36f5738eaf8cd64b9)

Author SHA1 Message Date
ThomasV cefa4762ba do not create multiple instances of SimpleConfig (fix #5629). Add config field to wallet 6 years ago
SomberNight d1dea9343e
wallet: address_is_old minor clean-up 6 years ago
ThomasV e5ff4fc7cd fix #5605 6 years ago
ThomasV 28da62f51b add PayServer settings to settings_dialog 6 years ago
ThomasV 466c2bd293 for now, use PR_PAID for onchain unconfirmed 6 years ago
ThomasV 128285a050 http server: add ssl and bip70 signed requests 6 years ago
SomberNight 1bd9b3a66a
commands: fix "restore" cmd 6 years ago
SomberNight a42a773d19
storage: replace STO_EV_* ints with IntEnum 6 years ago
ThomasV 747ab7a0a2 Integrate http_server (previously in electrum-merchant) 6 years ago
SomberNight ff94240139
qt receive tab: fix on-chain pay.requests without amount 6 years ago
SomberNight 073a09f926
wallet/keystore: small inheritance clean-up 6 years ago
SomberNight ab76a1fe5b
wallet.add_hw_info: also store "is_change" in output_info 6 years ago
SomberNight ac329797e0
wallet.add_hw_info: minor clean-up 6 years ago
ThomasV a50f935aec Restructure invoices and requests (WIP) 6 years ago
MrNaif2018 1dab0aa719
Fix for onchain_history summary building 6 years ago
ThomasV 7866caf2a7 minor fix: ensure request amount is not None 6 years ago
ThomasV 587f8aa487 Kivy GUI improvements: 6 years ago
ThomasV 8010123c08 Display and refresh the status of incoming payment requests: 6 years ago
ThomasV e584a7451c simplify tx history: do not use separate columns for lightning 6 years ago
ThomasV af7d7e883c Rework wallet history methods: 6 years ago
ThomasV 70cd29f9e1 GUI refactoring for Kivy and lightning. 6 years ago
ThomasV 2ec82433b4 wallet: add lnworker in constructor for CLI 6 years ago
ThomasV 842fff832f enable lightning through command line option 6 years ago
ThomasV 730be17aba Use separate lightning nodes for gossip and channel operations. 6 years ago
ThomasV 7a51f034e4 add future transactions to address synchronizer 6 years ago
ThomasV e6d680ec1b instanciate LNWorker without Network 6 years ago
ThomasV 08448fd2f0 add lnworker in start_network 7 years ago
ThomasV 21ee6f6965 asyncio: do not set event loop from wallet 7 years ago
Janus 18963405ee lightning: remove hub based approach, port qt gui to lnbase 7 years ago
Janus 9617447a0f lnbase: add lnbase_test 7 years ago
Janus 98f6f67c6b lightning: misc patches, launch asyncio loop on separate thread 7 years ago
Christian Clauss e34afd62ce Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467) 6 years ago
SomberNight 1c75d939d9
commands: change API of "make_seed" and "create" commands 6 years ago
SomberNight a10dc04b28
wallet: fix offline hw wallet signing when not specifying --offline 6 years ago
SomberNight 8a1052330d
wallet: loosen bump_fee sanity check further 6 years ago
SomberNight cc9ad3ae90
wallet: fix restore_wallet_from_text edge case 6 years ago
SomberNight 94b721baa4
wallet: fix type error in _bump_fee_through_decreasing_outputs 6 years ago
SomberNight d293b2e038
wallet: follow-up prev 6 years ago
ThomasV 37e7add776 Do not pass storage to address_synchronizer 6 years ago
SomberNight 4c63eca896
wallet.bump_fee: loosen sanity check a tiny bit 6 years ago
SomberNight c6a54f05f5
wallet: some performance optimisations for get_receiving_addresses 6 years ago
SomberNight cb69aa80f7
coinchooser: don't spend buckets with negative effective value 6 years ago
SomberNight 8491a2d329
wallet: RBF batching will now reuse the change address 6 years ago
SomberNight d0a43662bd
wallet: make "increase fee" RBF logic smarter 6 years ago
SomberNight 8bfe12e047
wallet: split "change address logic" from make_unsigned_transaction 6 years ago
SomberNight 6424163d4b
wallet: fix rbf_batching edge case 6 years ago
SomberNight 5effaaf428
TxOutput usage: trivial clean-up 6 years ago
SomberNight 29ce50a305
follow-up prev 6 years ago
SomberNight 9e21b76c91
wallet: stricter validation in export_private_key 6 years ago
SomberNight 53d189fc7a
storage: fix some madness about get_data_ref() and put() interacting badly 6 years ago