ThomasV
638526712b
rebrand this branch as 1.9.8
11 years ago
ThomasV
79309c9625
strip whitespaces from seed
11 years ago
ThomasV
22408c1316
fix: do not create old_wallet if seed is empty because user typed gibberish
11 years ago
dabura667
9750433bfc
Changed CSV History export to UTF-8 labels
Japanese characters were causing history to be aborted halfway through
export, so by changing the label to UTF-8 I was able to export the CSV
properly.
11 years ago
dabura667
c49a97ef14
Is_valid assert wasn't displaying anything.
Fixed it with a message.
11 years ago
dabura667
c5aa69a1f0
CSV: Show erroneous addresses in warning window.
This will show all erroneous addresses given in a CSV import to the user
before returning out of the function.
11 years ago
ThomasV
bb859c244b
strip whitespaces from seed
11 years ago
ThomasV
6dfeb9001a
Merge pull request #566 from grnbrg/master
urlparse puts arguements in uri.query, not uri.path.
11 years ago
ThomasV
0fc37dc400
version 1.9.8
11 years ago
ThomasV
cf8c4aa491
fix: do not create wallet if seed is empty because user typed gibberish
11 years ago
ThomasV
e355c290f8
peer script
11 years ago
ThomasV
3c4fa06c10
parse_servers
11 years ago
ThomasV
426501d5b8
Merge pull request #568 from CodingAnarchy/master
update estimated_fee to round up and use proper base of 1000 as calculat...
11 years ago
CodingAnarchy
cbb99e6585
update estimated_fee to round up and use proper base of 1000 as calculation per issue #527
11 years ago
grnbrg
8738945da1
urlparse puts arguements in uri.query, not uri.path.
11 years ago
ThomasV
fc9d2b6ee9
remove redundant function
11 years ago
ThomasV
4693727659
1of1 is default account type
11 years ago
ThomasV
70bace9b1e
use separata class for old wallets; decide with WalletFactory
11 years ago
ThomasV
df4b47849d
gui: load tx from blockchain
11 years ago
Eternal Sorrow
9facf2687a
[gtk gui] initially rewritten to gtk3/pygobgect
11 years ago
ThomasV
c90bc6aa26
bip39
11 years ago
ThomasV
98ae202d80
fixes for master keys
11 years ago
ThomasV
b6be8e6a31
new command: getunspentaddress
11 years ago
ThomasV
ae43837a7b
use standard format for private key passed to decrypt
11 years ago
ThomasV
631c967df9
new commands: encrypt and decrypt messages
11 years ago
ThomasV
ae3cb372c8
add ECDSA asymmetric encryption
11 years ago
ThomasV
9218175301
enable bip32
11 years ago
ThomasV
1c35e15de7
get_proof command
11 years ago
ThomasV
268a099f87
sync_get
11 years ago
ThomasV
b14e20adfa
Merge branch '2.0' of git://github.com/spesmilo/electrum into 2.0
11 years ago
ThomasV
bcc8024996
Merge pull request #560 from rdymac/typo-virtual
typo
11 years ago
ThomasV
9f9cfe3170
Merge pull request #561 from grnbrg/master
Squash case on user-entered seed when restoring a wallet.
11 years ago
Brian Greenberg
af71483dd8
Squash case on user-entered seed when restoring a wallet.
11 years ago
rdymac
6facb9f2c2
typo
typo s/this/these
11 years ago
ThomasV
d15c4f1046
store merkle roots and utxo roots
11 years ago
ThomasV
7c6bc72cb4
daemon
11 years ago
ThomasV
d4fbe85d7d
json rpc daemon
11 years ago
ThomasV
989a95bf25
move api key path
11 years ago
ThomasV
5b5234cfad
store merkle roots and utxo roots
11 years ago
ThomasV
3941743c72
daemon
11 years ago
ThomasV
be506af246
json rpc daemon
11 years ago
ThomasV
0bc42a1f1f
Merge pull request #553 from samrg472/master
Added ability to minimize to tray
11 years ago
samrg472
3f3e00668b
Added ability to minimize to tray
The 'Hide' and 'Show' toggle in the was replaced with 'Show/Hide'
The reason for this was to avoid a weird bug of it not updating properly
when the window state changes
11 years ago
ThomasV
8c9a26cbf7
Merge pull request #549 from dmcdad/patch-1
Fix timeout problem in interface.py.
11 years ago
dmcdad
292ab39553
Update interface.py
Fix timeout problem under Python 2.7.1 where a socket.error 60 is thrown instead of socket.timeout exception.
11 years ago
ThomasV
e7b2b17930
Merge pull request #546 from ortutay/osx-snowl-fix
check for QWebView and disable if not found
11 years ago
Marcell Ortutay
560e9a38a6
check for QWebView and disable if not found
11 years ago
ThomasV
969c4c2194
fix for getrawtransaction
11 years ago
ThomasV
ca4756fba1
Merge pull request #540 from grnbrg/master
Remove the ability to "Send From" a frozen address.
11 years ago
Brian Greenberg
c7ad369e55
Remove the ability to "Send From" a frozen address.
11 years ago