ThomasV
149cd9598a
Separate JsonDB and WalletDB
5 years ago
ThomasV
8118bd1d72
use setEnabled() for Qt menu items: Network, Lightning, Watchtower
5 years ago
ThomasV
4ec86d36a8
faster and improved regtests
- print the test name before each test
- start only needed agents (alice, bob, carol)
- set settle_delay using setconfig instead of restarting daemon
- test the watchtower ctn in test_watchtower
5 years ago
ThomasV
cded582fe9
Start watchtower if run_watchtower is set, even if lightning is not activated ( fix #5896 ).
Fix parameters of sweepstore.add_sweep_tx, rm dead code.
5 years ago
ThomasV
e876cb0d93
Merge pull request #5913 from roth-a/master
Kivy: Adding address coloring to AddressPopup (Address Details)
5 years ago
Alexander Roth
b6a5f6f2fc
Added coloring to the AddressPopup dialog:
- Moved the coloring logic (address_colors) from tx_dialog.py to a new file electrum/gui/kivy/util.py
- Added background_color to <RefLabel> in main.kv
- Calling address_colors in the initialization of AddressPopup and setting the foreground and background color
Code cleanup spaces
Code cleanup spaces
Fixed typo
5 years ago
ThomasV
aa51df0a1a
Use attr.s for Feeupdates and Outpoints
Storage upgrade to version 23
5 years ago
ThomasV
7472eba78c
lnpeer: code factorization
5 years ago
ThomasV
757467782a
Use attr.s instead of namedtuples for channel config
5 years ago
ThomasV
9bd633fb0b
Merge pull request #5917 from wakiyamap/fix_travis_appimage
Fix travis appimage
5 years ago
ThomasV
a9463cb245
Merge pull request #5918 from wakiyamap/fix_travis_regtest
Fix travis regtest
5 years ago
wakiyamap
3314591192
Fix travis regtest
5 years ago
wakiyamap
1237134339
Fix travis appimage
5 years ago
SomberNight
11452722af
network dns hacks: split from network.py into its own file
5 years ago
SomberNight
cb88a3b6e4
dns hacks on windows: resolve A and AAAA records in parallel
5 years ago
SomberNight
a5cd34dc08
follow-up prev (oops, only committed part of the changes)
5 years ago
Axel Gembe
d3385e49bb
Build: Install libxkbcommon-x11 in AppImage
Newer distributions do not install libxkbcommon-x11 by default
anymore and Qt depends on it.
-----
taken from ca3e4501cd
5 years ago
SomberNight
b560bc92cc
windows build: maybe fix reproducibility (jsonschema-*.dist-info)
5 years ago
Axel Gembe
4406eebbfe
Build: Uninstall Cython from AppImage
Cython is not needed at runtime.
-----
taken from c64910055d
related #5859
5 years ago
SomberNight
80025a3af4
requirements-hw: re-add Cython
this reverts ec496a8222
Cython must be pinned down for reproducible builds
related #5859
5 years ago
SomberNight
c7a21220d5
mac build: bump pyinstaller version
5 years ago
SomberNight
0edd291efe
mac build: bump python version (3.6.4->3.7.6)
5 years ago
SomberNight
a041a0c075
wallet: log when saving already paid invoice
(maybe it should not be allowed?)
5 years ago
SomberNight
34612c671e
fix incorrect type hint
5 years ago
SomberNight
2880c26d87
qt broadcast tx: don't complain about being "offline" for partial tx
5 years ago
SomberNight
cb41a0fe89
qt send tab paytoedit: use monospace font
5 years ago
SomberNight
2e654c9440
qt main_window: trivial clean-up re is_onchain
5 years ago
SomberNight
e9645db182
qt send tab: show "Pay" button even in watch-only wallets
5 years ago
SomberNight
5fd790dec9
follow-up prev
These lists are only visible when non-empty. This interacts badly with
the internals of maybe_defer_update().
5 years ago
SomberNight
1d0fc6665b
qt: defer refreshing tabs until they are visible
very loosely based on Electron-Cash/Electron-Cash@522e7ca59e5d31f10473064f2149b6c6f9049649
5 years ago
SomberNight
356a0a2865
qt: clean-up in some MyTreeView children (mv code from update to init)
5 years ago
SomberNight
18c6451518
json_db: only deserialize transactions on-demand
5 years ago
SomberNight
0fdbf49f08
tests: also run unit tests with python 3.8 on Travis
5 years ago
SomberNight
6d270364c6
qt paytoedit: properly handle multiple max ('!') outputs
5 years ago
SomberNight
5cfafff55d
qt main_window: rm require_fee_update (dead code)
5 years ago
SomberNight
b16164da4f
qt paytoedit: fixes for pay-to-many (when including "!")
5 years ago
rbrooklyn
3658f87035
Add block explorer support for mynode.local ( #5892 )
5 years ago
SomberNight
1c4728ecc6
appimage binary: bump python version (3.6.8->3.7.6)
5 years ago
SomberNight
e65ce96f9d
interface: better error msg for main server re SSL cert issues
(logger.warning is shown even without -v, if there is a terminal)
closes #5884
5 years ago
SomberNight
a6dd17bfef
fix daemon (don't close instantly)
follow-up 37747d7469
5 years ago
SomberNight
4fd2745332
windows binaries: update nsis
5 years ago
SomberNight
bab9f68736
windows binaries: update wine
5 years ago
SomberNight
547906d1c0
windows binaries: update pyinstaller to 3.6
5 years ago
SomberNight
bc77091539
requirements: rm pycryptodomex from "binary"-specific list
it's already listed now in the "core" requirements.txt file
5 years ago
SomberNight
7c090f92ce
binaries: use "--no-dependencies" option for pip install
All (incl indirect) dependencies are already listed in deterministic-build/requirements*.txt.
This option makes it easier to manually rm a dependency from that list for e.g. testing.
5 years ago
SomberNight
0b0139c676
network.get_transaction: move some response validation logic from Synchronizer
5 years ago
SomberNight
94888739d3
try to fix "--offline" mode
5 years ago
SomberNight
37747d7469
split network main_taskgroup: create daemon.taskgroup
network.main_taskgroup restarts every time the proxy settings are changed,
many long-running tasks (some introduced with lightning) are not prepared for and do not want this.
5 years ago
Nelson Perez
7968531065
Restoring old behavior of the outpoint copy to clipboard feature ( #5879 )
* Restoring old behavior of the outpoint copy to clipboard feature
* Small code style adjustments
5 years ago
SomberNight
b14747ecfe
ecc.ECPubkey: add custom __deepcopy__ implementation
With python-ecdsa 0.15, copy.deepcopy(ecdsa.ecdsa.Public_key) started to raise.
This fixes the Travis test failures.
Also rm unused ECPrivkey._privkey attribute.
5 years ago