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
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
ThomasV
9be063dfd3
1.9.7 release notes
11 years ago
ThomasV
47901bbb05
Merge pull request #539 from xHire/master
Fix generating encrypted wallet from command line
11 years ago
ThomasV
53a58cd44b
Merge pull request #537 from RunningDroid/master
Finish removing coinbase cert
11 years ago
xHire
eb6d383da7
Fix generating encrypted wallet from command line
11 years ago
RunningDroid
d1387262b4
finish removing coinbase cert
11 years ago
ThomasV
2877e0682f
gui: insert used addresses first
11 years ago
ThomasV
e88d25a2bc
Merge pull request #534 from ortutay/rmh2dep
remove httplib2 dependency for coinbase buyback
11 years ago
ortutay
c2ab096839
rm coinbase cert, as httplib cannot use it
11 years ago
ortutay
e2890dc366
coinbase buyback plugin with httplib2 removed
11 years ago
ThomasV
5190cc03fd
this should fix issue #531
11 years ago
ThomasV
7963f22a80
parse_url: parse exponents
11 years ago
ThomasV
e9862e0b71
version 1.9.7
11 years ago
ThomasV
8d207aa074
rm coinbase plugin until fixed
11 years ago
ThomasV
9483eadc7e
installwizard: set network to None if offline
11 years ago
ThomasV
72559fef0e
fix tx dialog
11 years ago
ThomasV
2103fb6254
Merge pull request #526 from ortutay/buybackplugin
Coinbase BuyBack plugin
11 years ago
ortutay
4edfc6d82e
Coinbase BuyBack plugin
11 years ago
ThomasV
fed86e92e2
Merge pull request #504 from wyager/master
Unnecessary definition
11 years ago
ThomasV
3b616f1ecf
Merge pull request #525 from bitcoindaddy/patch-1
Add OpenBSD support to util.py
11 years ago
bitcoindaddy
637ad52907
Add OpenBSD support to util.py
Recognize OpenBSD platform
11 years ago
William Yager
4e1d6da805
Cleaned up/commented BIP 0032 key derivation.
11 years ago
ThomasV
c0ba368436
Merge pull request #518 from jamesob/master
Remove suspicious print statement
11 years ago
James O'Beirne
6b818f5d09
Remove suspicious print statement
This looked out of place for the GTK client...
11 years ago
ThomasV
36a6deaee7
renamed server. fixes issue #508
11 years ago
ThomasV
ba19e5a12d
Merge pull request #510 from tessus/master
fix #454 , README update, minor setup-release.py change
11 years ago
ThomasV
9c144c11ef
Merge pull request #516 from imrehg/contacts
Access the "New Contact" menuitem in the contact list context menu
11 years ago
ThomasV
95a2e27c5a
Merge pull request #515 from michaelgpearce/patch-1
Update commands.py
11 years ago
Gergely Imreh
6e9e292dc7
Access the "New Contact" menuitem in the contact list context menu
Contacts are managed in the contacts tab with a context menu.
Previously the menu is only shown when clicking on an existing contact,
clicking outside of the list shows nothing, and to create a new contact
one had to go in the main menu -> Wallet -> New Contact.
Change behaviour such that when in the contact menu, clicking outside
the existing contacts brings up the choice of creating a new contact.
11 years ago
Michael Pearce
0a896a6616
Update commands.py
Fixed command example for getaddressbalance.
11 years ago
ThomasV
f4f418e9ec
return message ids with send_http too
11 years ago
ThomasV
48a739f714
fix gerversion
11 years ago
ThomasV
5f8775cd3a
fix sendrawtransaction
11 years ago
ThomasV
e18573dda0
test is_mine in add_keypairs_from_wallet
11 years ago
Helmut K. C. Tessarek
33a7e5c9ea
fix problem https://github.com/spesmilo/electrum/issues/454
11 years ago
Helmut K. C. Tessarek
1ed00e108b
ports do not necessarily install qt_menu.nib in /opt/local/lib/Resources/
it could be anywhere under /opt/local, changed code to search /opt/local, if necessary
11 years ago
Helmut K. C. Tessarek
554eb51f91
if you just run "pyrcc4 icons.qrc -o gui/icons_rc.py" as stated in the README, you get the following error when starting Electrum
Error: Could not import icons_rc.py, please generate it with: 'pyrcc4 icons.qrc -o gui/qt/icons_rc.py'
11 years ago
ThomasV
0063edb61b
partially revert code merged #481 , brreaks old qt versions
11 years ago