11731 Commits (038036f350349812c2affa8a7a77188fd2dc5b3a)
 

Author SHA1 Message Date
SomberNight db8e6cabb4
bip70 payreq: catch TimeoutError to avoid hanging "please wait" dialog 6 years ago
ThomasV 3076eb75ea make parsing lightning qr codes more robust 6 years ago
ThomasV 31a18f83f1 (trivial) fix variable name 6 years ago
ThomasV 7866caf2a7 minor fix: ensure request amount is not None 6 years ago
ThomasV cf02e32f20
Merge pull request #5537 from xaya/test-verify-header 6 years ago
ThomasV 58177c5bf3 Travis: run regtests in separate job 6 years ago
ThomasV fcfbc937bc buildozer: use log_level=1 6 years ago
ThomasV d766ded8d4
Merge pull request #5584 from JeremyRand/lnaddr-bech32 6 years ago
JeremyRand 8be94a9919
lnaddr: Pull in Bech32 and Base58 prefixes from constants 6 years ago
ThomasV 2b52ee26e6 store qt-console-history in wallet file (fix #5563) 6 years ago
ThomasV 95383a5820
Merge pull request #5582 from JeremyRand/test-lnchannel-outputs 6 years ago
ThomasV 2944ae1b2f
Merge pull request #5583 from JeremyRand/test-lnrouter-rev-genesis-bytes 6 years ago
JeremyRand 032810dace
test_lnrouter: Pull in chain_hash from constants 6 years ago
JeremyRand 334d3f2818
Use NamedTuple notation for TxOutput in test_lnchannel 6 years ago
ThomasV ab5a02ba50 kivy: remove hidden state in RefLabel, use it for seed and private keys 6 years ago
ThomasV e9c32bad19 kivy: remove context menus, cleanup unused files 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 336cf81a6d kivy: add expiration button to receive screen 6 years ago
ThomasV 27a9d02b8c kivy: update receive screen after adding request 6 years ago
ThomasV 65cf0ebce8 lnpeer, minor fixes: 6 years ago
ThomasV dd22cb6dff kivy: minor fixes 6 years ago
ThomasV 246cda2928 fix Flake8 tests 6 years ago
ThomasV a3bff7476c run freeze_packages 6 years ago
ThomasV 9cfeadea70 Turn daemon subcommands into RPCs 6 years ago
ThomasV 4397767a5e minor fix 6 years ago
ThomasV 2e1829bc24 remove jsonrpclib dependency 6 years ago
ThomasV 54257cbcca Rewrite JsonRPC requests using asyncio. 6 years ago
SomberNight fa5302bcfb (trivial) fix type annotation 6 years ago
SomberNight bce74717a6 lnpeer: in onion errors, handle channel updates both with and w/o type 6 years ago
SomberNight beeb81e179 lnpeer: use correct failure codes in _maybe_forward_htlc 6 years ago
SomberNight e54f0fbafa do not raise BaseException 6 years ago
SomberNight d955285808 lnrouter/channeldb: small import clean-up 6 years ago
SomberNight 47ee02569a lnpeer: send own outgoing channel updates to remote peer 6 years ago
SomberNight f0588846d5 channeldb: also store "message_flags" field for channel updates 6 years ago
SomberNight d229bb4e4d lnpeer: restore "temp save orphan channel updates" functionality 6 years ago
SomberNight ba431495db lnworker: fix silent TypeError in _calc_routing_hints_for_invoice 6 years ago
SomberNight 02681c6664 tests: some regtest tests need to mine more blocks to expire CLTVs 6 years ago
SomberNight a9295e495c tests: regtest.sh now uses consistent indentation 6 years ago
SomberNight 6b1810f8dc commands.py: fix type of "timeout" arg 6 years ago
SomberNight 159fe04daf lnpeer: on_channel_open should not fail on server error 6 years ago
ThomasV e5286f7598 minor fix: always initialize Commands.lnworker 6 years ago
ThomasV 5e0427392f Daemon: Replace get_server with request. 6 years ago
ThomasV 28b1569f28 (trivial) fix getbalance 6 years ago
ThomasV b81feb6550 daemon: simplify get_fd_or_server 6 years ago
SomberNight a9239bd40f lnpeer: shutdown should wait until no HTLCs remain 6 years ago
SomberNight 2e38bcf416 lnpeer: failed htlc error handling ignored length of channel_update 6 years ago
SomberNight d2d4d19fcb lnpeer: add a few sanity checks to payment-forwarding (and related) 6 years ago
SomberNight 0973b86925 lnworker: rework "is_dangerous" 6 years ago
SomberNight ce54b5411e lnhtlc: htlcs_by_direction now returns dict keyed by htlc_id 6 years ago