ThomasV
|
b3c379b939
|
fix serialize bug for p2pk
|
8 years ago |
ThomasV
|
6bfbc9a718
|
fix: replace remaining occurences of public_key_to_bc_address
|
8 years ago |
ThomasV
|
f937472928
|
fix typos
|
8 years ago |
ThomasV
|
030d61f987
|
prepare version 2.8
|
8 years ago |
ThomasV
|
ce11a2fac5
|
replace segwit wallet class with custom xpub type
|
8 years ago |
ThomasV
|
3a64ec0f2e
|
Initial segwit support (testnet only)
|
8 years ago |
ThomasV
|
2948a06833
|
prepare version 2.7.18
|
8 years ago |
ThomasV
|
9c1522f029
|
add currencies list to repo
|
8 years ago |
ThomasV
|
1f350c31dd
|
kivy: simplify currency dialog
|
8 years ago |
ThomasV
|
132fca86b2
|
fix #2133: deserialize_xkey
|
8 years ago |
ThomasV
|
13b16e9d4f
|
exchange rates: enforce https APIs. store exchanges list in json file.
|
8 years ago |
Marcdnd
|
0e73e8b498
|
Added BRL exchanges: Bitvalor, Foxbit, NegocieCoins
|
8 years ago |
ThomasV
|
54dcca0787
|
fix #2118
|
8 years ago |
ThomasV
|
25e4116393
|
do not crash tx.serialize if pubkeys are missing. fix #2113
|
8 years ago |
Thilo Uttendorfer
|
d6be2a4ae2
|
Fix listunspent command
|
8 years ago |
ThomasV
|
d0755698ce
|
fix #2104
|
8 years ago |
ThomasV
|
ef54d6416e
|
prepare version 2.7.17
|
8 years ago |
ThomasV
|
9302cea725
|
fix #2107
|
8 years ago |
ThomasV
|
29e2570d3d
|
prevent busy looping
|
8 years ago |
ThomasV
|
0a31acbdf2
|
prepare version 2.7.16
|
8 years ago |
ThomasV
|
a2e7fc32ef
|
Add fee slider class with network callback.
|
8 years ago |
ThomasV
|
2450c1d481
|
fix typo
|
8 years ago |
ThomasV
|
7af5d42324
|
qt: show addresses and utxos in separate tabs
|
8 years ago |
ThomasV
|
1358bebd37
|
network: do not wait for headers file on startup
|
8 years ago |
ThomasV
|
73390f1769
|
fix: missing global
|
8 years ago |
ThomasV
|
8b6efaff2d
|
remove regexp test from is_address; non-matching strings will fail anyway
|
8 years ago |
ThomasV
|
4d41c36cbb
|
add headers url for testnet
|
8 years ago |
ThomasV
|
b4d5934da0
|
testnet: remove failing tests
|
8 years ago |
ThomasV
|
5d83bcba14
|
don't expose default servers and ports in __init__
|
8 years ago |
ThomasV
|
d042d6e970
|
initial testnet support (petrkr)
|
8 years ago |
ThomasV
|
9138cf3cb8
|
remove deprecated protocols from DEFAULT_PORTS
|
8 years ago |
ThomasV
|
be15b76c9b
|
allow client daemon to be launched in the foreground (fix #1873)
|
8 years ago |
ThomasV
|
253df89af5
|
fix #2101
|
8 years ago |
ThomasV
|
d09e91e631
|
Show fee slider for static fees too. Add fee slider to RBF dialog (fix #2083)
|
8 years ago |
ThomasV
|
0b08de65de
|
prepare version 2.7.15
|
8 years ago |
ThomasV
|
dcfa7b508a
|
fix password issue #2097
|
8 years ago |
ThomasV
|
4db5052cc6
|
fix android detection
|
8 years ago |
ThomasV
|
a8c23f9bf0
|
always display a receiving address (fix #2031)
|
8 years ago |
ThomasV
|
0f424a9da4
|
prepare version 2.7.14
|
8 years ago |
ThomasV
|
1e24dbd94b
|
fix #2096 (variable name)
|
8 years ago |
ThomasV
|
63cff71f91
|
workaround inefficiency in add_input_info
|
8 years ago |
ThomasV
|
0dabfd4764
|
do not save transactions until wallet is closed
|
8 years ago |
7sean68
|
4f2924e4a0
|
changed false Identification of windows as linux
|
8 years ago |
ThomasV
|
13678d9e13
|
Merge exchange_rate plugin with main code
* fixes #2037 (tab indexes)
|
8 years ago |
ThomasV
|
65ee3416f6
|
rename P2PK to P2PKH to avoid confusion
|
8 years ago |
ThomasV
|
e123774ea8
|
Improve 'send all coins' function:
* do use coin chooser when sending all coins (fixes #2000)
* allow "!" syntax for multiple outputs (fixes #1698)
|
8 years ago |
ThomasV
|
e6aac9ea99
|
version 2.7.13, release notes
|
8 years ago |
Eagle[TM]
|
a5dad77675
|
Update default servers
|
8 years ago |
ThomasV
|
6020d72b1b
|
fix #2063
|
8 years ago |
Alexander Schlarb
|
c666070af4
|
Properly handle invalid payment request URLs
Otherwise the client would simply hang when receiving an invalid URL dumping
a hard-to-read exception to the terminal.
|
8 years ago |