ThomasV
c8e67e2bd0
fix #3635
7 years ago
SomberNight
f3f43c8f2a
Revert "disable p2wpkh for hw wallets for now"
This reverts commit e218c4a305
.
7 years ago
ThomasV
4a40b3a0b2
separate merchant UI from main project
7 years ago
SomberNight
d8a9c9720a
follow-up 65eae139af
7 years ago
SomberNight
9416e5bc35
wizard: allow to choose derivation again if script type is not supported (instead of closing the wizard)
7 years ago
pooler
8bcefe6cfa
Fix Blockchain.get_target()
7 years ago
ThomasV
eaeac4ca51
version 3.0.5
7 years ago
ThomasV
1020449684
disable jsonrpc commands in the GUI
7 years ago
ThomasV
7c702b518d
disable jsonrpc on android
7 years ago
SomberNight
af527b21fb
Password-protect the JSON RPC interface
7 years ago
ThomasV
f8fad2fd29
release 3.0.4
7 years ago
Tristan Seligmann
0cf67997c0
Stop allowing CORS for the JSON-RPC server
As far as I can tell, there is no need to allow this, and doing so poses severe security risks (see #3374 ).
7 years ago
SomberNight
aeee5e907c
enable some translations in base_wizard.py
7 years ago
SomberNight
f9e9597381
make daemon lockfile not executable
7 years ago
SomberNight
6d88eab005
tests: added 2fa seed case to test_wallet_vertical.py
7 years ago
SomberNight
563aae0dbd
fix #3411
7 years ago
Andrew Chow
0a83b3af22
Avoid modifying self.transactions in prepare_for_verifier
In python3, the `.keys()` function returns an iterator, not a list,
so to get a list that can be iterated over, use `list()` instead to
avoid modification of a list while in use.
7 years ago
SomberNight
6c2b974796
change default relay fee to 1000 sat/kbyte
7 years ago
SomberNight
e218c4a305
disable p2wpkh for hw wallets for now
7 years ago
SomberNight
e3164286d0
implement bip84: bip43 purpose/der path for p2wpkh scripts
7 years ago
SomberNight
6f954090e6
fix fee ui: offline case
7 years ago
SomberNight
295dc12612
avoid shorter seeds 'by luck'
7 years ago
SomberNight
c04ebe9571
wizard: added derivation presets for bip44/49
7 years ago
SomberNight
aef0444867
fix #3439 : ScanQRTextEdit optionally allows to concat data
7 years ago
SomberNight
e2c05c2400
RBF/sweep: use BIP_LI01_sort()
7 years ago
SomberNight
fc574ee514
fix #3578
7 years ago
SomberNight
3ba864bbca
connect fee edits together
7 years ago
SomberNight
32b248245e
fix: address filters for Imported_Wallet: wallet.is_used()
7 years ago
SomberNight
aaf5e32207
coinchooser fee calculation now uses tx weights. more precise fee calculation for segwit and mixed-segwit txns.
7 years ago
ThomasV
4bab8b63e1
fix too short headers file
7 years ago
ThomasV
dc388d4c7c
replace SSL checkbox in GUI with command line option
7 years ago
Charles Bell
295d678e09
Fix segfault when using a specific camera device
7 years ago
SomberNight
9f908c32e3
tests: add missing info in vertical wallet tests
7 years ago
ThomasV
83da45a7d2
Add checkpoints file for testnet. Check that received headers are after max_checkpoint
7 years ago
ThomasV
de01008992
blockchain: do not load forks that cannot connect to the main headers file
7 years ago
SomberNight
650f504fbf
fix: testnet datadir could not be created first
7 years ago
ThomasV
44a83c2401
read checkpoints file in NetworkConstants, add it to setup.py
7 years ago
ThomasV
40e13224f7
follow-up d1b8a6fae6
7 years ago
ThomasV
d1b8a6fae6
Replace initial headers download with hardcoded checkpoints
7 years ago
SomberNight
b751e5e7d3
fix: tx size estimation for multisig
7 years ago
ThomasV
22d5d29b81
version 3.0.3
7 years ago
SomberNight
ec99304ae1
fix sweeping for 2fa wallets
7 years ago
SomberNight
2a3c41b24f
coinchooser: "privacy" policy now prefers confirmed coins. removed "priority" policy.
7 years ago
SomberNight
4e4a7746fc
clean-up: use is_segwit_input in wallet.py
7 years ago
Pavol Babincak
a3f2845650
Handle empty outgoing transactions for plot
Previously dialog with error:
need more than 0 values to unpack
was displayed and not a plot.
After this change plot is displayed without any dialog without graph of
outgoing transactions and without legend for outgoing transactions.
Fixes : #3487
7 years ago
SomberNight
38e3143bd0
fix command: createmultisig
7 years ago
SomberNight
0aee9bbbb0
fix spending from multisig (broken by 8be777e882
)
7 years ago
SomberNight
65c15c5a03
fix verifymessage command
7 years ago
SomberNight
e65b598756
use the send tab when sweeping (qt gui)
7 years ago
cluelessperson
151e3ab8e0
minor
7 years ago