shsmith
df733e8e4c
fix AttributeError: 'Standard_Wallet' object has no attribute 'account'
If you use wallet.change_gap_limit with a value below the current gap
limit, you get this exception:
`>> wallet.change_gap_limit(1)
Traceback (most recent call last):
File "lib\wallet.py", line 1455, in change_gap_limit
elif value >= self.min_acceptable_gap():
File "lib\wallet.py", line 1479, in min_acceptable_gap
addresses = self.account.get_receiving_addresses()
AttributeError: 'Standard_Wallet' object has no attribute 'account'
>> `
8 years ago
ThomasV
e1515743cd
replace slowaes with pyaes
8 years ago
ThomasV
0e11accd7b
fix exchange_rate class naming issue
8 years ago
ThomasV
7c0d18d4ee
minor fix
8 years ago
ThomasV
17cfc03540
use serialize_xpub/xprv
8 years ago
ThomasV
7daa8ebfdd
interface: close wire is response is not dict
8 years ago
ThomasV
74e76986a2
update release notes
8 years ago
ThomasV
15b404b9de
add CPFP (child pays for parent) dialog to the Qt GUI
8 years ago
ThomasV
9e1931587d
fix tests
8 years ago
ThomasV
9ca4e60b84
fix tests
8 years ago
ThomasV
aed2b04dbd
return txid for unsigned segwit transactions
8 years ago
ThomasV
326b083f84
Merge branch 'digitalbitbox-161228/addDigitalBitbox'
8 years ago
ThomasV
ae0235ee62
minor changes for Digital Bitbox
8 years ago
ThomasV
d5ab8f82f2
move is_segwit for hardware wallets
8 years ago
djb
6b6f0be7d4
add Digital Bitbox hardware wallet
8 years ago
ThomasV
af54ba023b
add wallet.is_segwit
8 years ago
ThomasV
6f083a712d
trezor: use serialize_xpub
8 years ago
ThomasV
4cfe98216e
update ledger get_xpub
8 years ago
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
11377de398
Merge pull request #2135 from btchip/ledger-multioutput
Ledger : Testnet support, APDU verbosity aligned with Electrum, Nano S / Blue output streaming
8 years ago
BTChip
0c4e26c55f
Support testnet, display APDUs according to Electrum verbosity, support output streaming with btchip-python version 0.1.19 and BTC application 1.1.4+
8 years ago
ThomasV
5d6c84826f
update buildozer.spec
8 years ago
ThomasV
2948a06833
prepare version 2.7.18
8 years ago
ThomasV
9c1522f029
add currencies list to repo
8 years ago
ThomasV
391a302619
buildozer.spec: update permissions, version number source
8 years ago
ThomasV
1f350c31dd
kivy: simplify currency dialog
8 years ago
ThomasV
132fca86b2
fix #2133 : deserialize_xkey
8 years ago
ThomasV
f2b208429d
disable verbose option with kivy
8 years ago
ThomasV
13b16e9d4f
exchange rates: enforce https APIs. store exchanges list in json file.
8 years ago
ThomasV
fa26ac7e68
Merge pull request #2122 from Marcdnd/master
Added BRL exchanges: Bitvalor, Foxbit, NegocieCoins
8 years ago
ThomasV
6ad2e41e6c
kivy: reset button state
8 years ago
ThomasV
07dc4ebc1c
kivy: update fee slider
8 years ago
ThomasV
ac53585a40
move freeze/unfreeze menus to coins tab, show utxos as tree
8 years ago
ThomasV
6b3aaff476
fix #2129 : remove shortcut
8 years ago
ThomasV
af46f83830
fix #2124
8 years ago
ThomasV
f59e92f947
Merge pull request #2126 from kacperzuk/seed_dialog_preserve_options
Preserve checkboxes state in seed_options
8 years ago
Kacper Żuk
1dedfa49f9
Preserve checkboxes state in seed_options
8 years ago
Marcdnd
0e73e8b498
Added BRL exchanges: Bitvalor, Foxbit, NegocieCoins
8 years ago
ThomasV
a736dc3052
fix #2114 : update utxo_list when freezing address
8 years ago
ThomasV
54dcca0787
fix #2118
8 years ago
ThomasV
8c3a7f7842
Merge branch 'master' of git://github.com/spesmilo/electrum
8 years ago
ThomasV
25e4116393
do not crash tx.serialize if pubkeys are missing. fix #2113
8 years ago
ThomasV
f8d43858cf
Merge pull request #2116 from sengaya/fix-listunspent
Fix listunspent command
8 years ago
Thilo Uttendorfer
d6be2a4ae2
Fix listunspent command
8 years ago
ThomasV
d0755698ce
fix #2104
8 years ago