54 Commits (44f29331bfab8278e61bbcd1b6a583eb8c8b466d)

Author SHA1 Message Date
SomberNight 7268fa55f2
config: abstract away mempool depth format str "%.1f MB from tip" 3 years ago
SomberNight 4dd94172a6
config: fee slider: add more steps in mempool mode 3 years ago
ThomasV a15dac2b8c channel_establishment_flow: do not save wallet file backup in the background. 3 years ago
SomberNight 05649861c8
qt gui: more resilient startup: catch more exceptions, better fallback 3 years ago
SomberNight 1ff9f9910f
ln update_fee: enforce that feerate is over default min relay fee 4 years ago
SomberNight e7ccf1584e
config: make adding thousand separators to amounts optional 4 years ago
djboi 6a431aab8c
Fixed issue with thousands separator for better readability (#7427) 4 years ago
SomberNight 5891e039b1
config: add option to display amounts with msat precision 4 years ago
wakiyamap 639cd94dcb add signet support 4 years ago
SomberNight 7ffb2c3cb0
config: (trivial) add some type hints and rm unused variable 4 years ago
SomberNight f53f177203
kivy swaps: handle no dynamic fee estimates 4 years ago
ThomasV 18d7db12da Change warning shown on first channel creation 4 years ago
ThomasV 90d66953cf kivy: add confirm_tx_dialog, similar to qt 4 years ago
bitromortac 08ec368baf fee-slider: fix dialog crashes for float pos values 4 years ago
SomberNight fc97181aa5
config: fix get_fee_text for static fees 5 years ago
SomberNight ea22d0073e
config: distinguish knowing mempool is empty vs not having mempool_fees 5 years ago
SomberNight c5da22a9dd
network: tighten checks of server responses for type/sanity 5 years ago
SomberNight 547b231b80
config: make sure fee_per_kb() returns Optional[int] 5 years ago
SomberNight caa68e2fe8
(trivial) config.get_netaddress: use NetAddress.from_string 5 years ago
SomberNight b6db201570
util: small clean-up for format_satoshis 5 years ago
ThomasV 959af0065b follow-up previous commit: cleanup imports 5 years ago
ThomasV 7490787d38 follow-up previous commit 5 years ago
ThomasV 1c436bbc22 move units and amount formatting to simple_config 5 years ago
SomberNight 7da8c2dfe5
qt/kivy: show warning when sending tx with high fee/amount ratio 5 years ago
ThomasV 11aaa0b66f Simplify services (watchtower, payserver): 5 years ago
ThomasV b891d3dc85 new command: get_ssl_domain 5 years ago
SomberNight 69de3b94db
config: "serverfingerprint" key requires "server" key 5 years ago
ThomasV 4ec86d36a8 faster and improved regtests 5 years ago
Leo Le Bouter f81db9cd1d
Add command line option to forget config on exit. 5 years ago
SomberNight 04edad9984
config: no longer singleton. it is passed to Wallet.__init__ 6 years ago
SomberNight e9a1c05d23
bitcoin.relayfee: minor clean-up 6 years ago
ThomasV 1ecbafb920 add SSL context to watchtower server 6 years ago
ThomasV 7370910fee fix simple_config.estimate_fee 6 years ago
SomberNight b2920db8b8
config: enforce that SimpleConfig is singleton 6 years ago
SomberNight 1a08063928
config: remove 'open_last_wallet' side-effecting 6 years ago
ThomasV 54257cbcca Rewrite JsonRPC requests using asyncio. 6 years ago
SomberNight 80c52d4808 simple_config.estimate_fee: make sure method never fails 6 years ago
ThomasV 81d340b19c lnworker: do not create sweep transactions before outputs can be redeemed 6 years ago
ThomasV 7be4cdaf18 redeem htlcs: 6 years ago
Janus 8fc1779b0d ln: add test_lnwatcher 6 years ago
SomberNight 4b37343c62 unify hardcoded regtest fee 7 years ago
ThomasV 095de2dd22 make on_update_add_htlc async 7 years ago
SomberNight 15a6a83107 ln onchain fees: use 2 block ETAs with 150 s/b fallback 7 years ago
SomberNight cb69aa80f7
coinchooser: don't spend buckets with negative effective value 6 years ago
SomberNight 3385a94753
logging: basics 6 years ago
SomberNight 2f11216986
fix get_fee_text for static fees 6 years ago
SomberNight 6958c0ccc3
config: reject non-json-serialisable writes 7 years ago
SomberNight a61953673a
fees: add 1-2 s/b static options 7 years ago
SomberNight 0142e0fa22
fix 'daemon load_wallet' over RPC for python > 3.5.3 7 years ago
SomberNight 629b9cb3b5
fee estimation: split eta_to_fee into two methods 7 years ago