ThomasV
|
98707a3624
|
lnbase: create main loop
|
7 years ago |
ThomasV
|
bcb268d554
|
lnbase: save buffer for next read
|
7 years ago |
ThomasV
|
7421bffaa2
|
lnbase: Peer class
|
7 years ago |
ThomasV
|
692bc148bb
|
lnbase: fix json loading and indentation
|
7 years ago |
Janus
|
c69f812f13
|
lightning: do not list python files as resources, use lightning spec generated serialization
|
7 years ago |
ThomasV
|
cbf8d4c781
|
lightning network base
|
7 years ago |
Janus
|
094b939a24
|
lightning: qt channel dialog, fix for shutdown when lightning disabled
|
7 years ago |
Janus
|
5e1412a839
|
lightning: channel details popup
|
7 years ago |
Janus
|
ec89b496bf
|
lightning: do not catch BaseException unnecessarily, fix clearSubscribers, detect passworded wallet correctly
|
7 years ago |
ThomasV
|
fe1a1b27c6
|
simplify parameters, add lndhost to config
|
7 years ago |
Janus
|
0abfcd2b6a
|
lightning: add --simnet and --lightning switches
|
7 years ago |
Janus
|
ae7bce3385
|
lightning: paste sample using clipboard
|
7 years ago |
Janus
|
6aebc0fd5d
|
kivy: fix channel list error handling, close functionality for inactive channels
|
7 years ago |
Janus
|
1a05838ef2
|
lightning: assert result type, add invoice qr dialog
|
7 years ago |
Janus
|
afa5797099
|
lightning: kivy: open channel button in invoice
|
7 years ago |
Janus
|
1ab03e8b2a
|
lightning: fix kivy channel close
|
7 years ago |
Janus
|
d19e8e7f9b
|
lightning: python3.5 compat
|
7 years ago |
Janus
|
ffe6342882
|
lightning: fix channels dialog
|
7 years ago |
Janus
|
13527987bc
|
lightning: add missing import, set console to none initially
|
7 years ago |
Janus
|
76bd120bdf
|
lightning: do not require lock for broadcast tx, it is thread-safe
|
7 years ago |
Janus
|
311c53ef1d
|
lightning: save key derivation point
|
7 years ago |
Janus
|
6ab8badb61
|
lightning: separate thread for publish transaction
|
7 years ago |
Janus
|
277e5be229
|
lightning: use queueing lock
|
7 years ago |
Janus
|
0f6566d11e
|
lightning: less junk on console, quicker shutdown
|
7 years ago |
Janus
|
e3ef8d7ec4
|
lightning: don't receive too much data, workaround by reading byte by byte
|
7 years ago |
Janus
|
d84eab0418
|
lightning: complete moving of lightning objects, acquire net/wallet lock while answering lightning requests
|
7 years ago |
Janus
|
98f6f67c6b
|
lightning: misc patches, launch asyncio loop on separate thread
|
7 years ago |
Janus
|
ad5aac1383
|
lightning: march 2018 rebase, without integration
|
7 years ago |
ThomasV
|
9c454726f4
|
rename WizardChoiceDialog (ambiguous)
|
5 years ago |
SomberNight
|
bffc2a1d4b
|
wizard: try harder to have temporarily stored pw erased from memory
|
5 years ago |
SomberNight
|
25a1ed048f
|
qt preferences: cast some config values to bool
to gracefully handle unexpected values
fixes #5562
|
5 years ago |
ThomasV
|
b42009acb7
|
signtransaction: pass pubkey to tx.sign (fix #5522)
|
5 years ago |
ThomasV
|
1d637ef988
|
fix #5558
|
5 years ago |
ThomasV
|
aa7aeb9014
|
disable go_back button in wizard password dialog (fix #5509)
|
5 years ago |
SomberNight
|
e62d652f14
|
(trivial) time.clock is deprecated, replace with time.process_time
|
5 years ago |
SomberNight
|
bf7beba60c
|
kivy wizard: script type dialog now uses toggle buttons
|
5 years ago |
SomberNight
|
bcbd52d752
|
kivy wizard: dedicated button for seed options
previously user had to touch the text field itself
|
5 years ago |
ThomasV
|
a7b61fcab9
|
kivy: support bip39 seeds
|
5 years ago |
SomberNight
|
95ae42b998
|
kivy wizard: undo Window.bind callbacks
related: #5534
|
5 years ago |
Christian Clauss
|
e34afd62ce
|
Travis CI: Use flake8 to find Python syntax errors and undefined names (#5467)
|
5 years ago |
ThomasV
|
9eebb306f2
|
Merge pull request #5550 from zebra-lucky/fix_qt_gui_qrcodewidget_pen
qt gui: fix qrcodewidget pen for retina display
|
6 years ago |
zebra-lucky
|
93724ba33a
|
qt gui: fix qrcodewidget pen for retina display
|
6 years ago |
SomberNight
|
1c75d939d9
|
commands: change API of "make_seed" and "create" commands
instead of "segwit" boolean, take a "seed_type" optional arg
default seed_type to "segwit"
previously these commands created legacy seeds by defalt
|
6 years ago |
SomberNight
|
0ec9f79402
|
rerun freeze_packages
|
6 years ago |
SomberNight
|
018b962e61
|
requirements: allow using newer pycryptodomex
upper bound was previously added in cb4784c8ed
issue linked there was fixed in pyinstaller 3.5,
which we now use since ab95eff5aa
|
6 years ago |
SomberNight
|
fc5248550c
|
appimage build: change base to ubuntu 16.04
ubuntu 14.04 is EOL
|
6 years ago |
SomberNight
|
dfad0f43c0
|
ledger nano: fix monospace font on Windows, and text readability
|
6 years ago |
SomberNight
|
be4cf321e0
|
ledger: remove mobile pairing 2FA support for Ledger Nano
service no longer provided by Ledger; app not in Google Play Store any more
based on Electron-Cash/Electron-Cash#1298
|
6 years ago |
SomberNight
|
ab95eff5aa
|
build: update pyinstaller to 3.5
|
6 years ago |
SomberNight
|
c8e2653690
|
wine build: pin build dependencies
"pip install pyinstaller" was "silently" grabbing unpinned dependencies
|
6 years ago |