Commit Graph

542 Commits

Author SHA1 Message Date
Jon Layton 4a117d1991 Revert "Merge pull request #79 from pjain/master"
This reverts commit 15e63e7108, reversing
changes made to 00b7e5824e.
2018-02-07 17:09:25 -06:00
Pankaj Jain 437ef5238b Renamed electrum to electrum-zcl to cp-exist with exisiting installations of BTC variants of Electrum 2018-02-05 11:37:13 -05:00
Louise Fox b1515e46c5 connecting 2018-01-23 23:59:47 -08:00
Louise Fox d3d5fdf687 added support for building macOS 2018-01-23 01:17:31 -08:00
ThomasV 4a40b3a0b2 separate merchant UI from main project 2018-01-12 10:37:14 +01:00
ThomasV 1020449684 disable jsonrpc commands in the GUI 2018-01-08 00:20:46 +01:00
ThomasV 7c702b518d disable jsonrpc on android 2018-01-08 00:20:27 +01:00
ThomasV 412ce18201 fix previous commit 2017-11-28 18:26:58 +01:00
ThomasV b9d8b2a571 windows: build portable version without patching the source 2017-11-28 18:21:59 +01:00
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
SomberNight 0db5ea67a0 bitcoin.NetworkConstants: easier changing between testnet and mainnet 2017-11-09 17:47:57 +01:00
ThomasV e8b634ac4a from_seed: add missing parameter 2017-11-01 14:46:44 +01:00
ThomasV f7200cb616 use pyinstaller for OSX builds 2017-10-24 22:52:53 +02:00
ThomasV 5665b42999 remove six 2017-10-24 14:04:16 +02:00
ThomasV 5a45f257ca fix #3071: import error message 2017-10-20 09:53:54 +02:00
ThomasV dc553ff108 fix #2991: encrypt wallet files created with command line 2017-10-15 09:18:14 +02:00
ThomasV 3f3d249ed1 follow up c810c6a356 2017-10-09 11:54:17 +02:00
ThomasV e8b564c0e7 Extend Wallet Import Format with txin type. Extend class Imported_Wallet. 2017-09-29 15:32:55 +02:00
ThomasV a6eb9753eb fix cmdline create with segwit option 2017-09-13 11:33:28 +02:00
ThomasV 8c5b6bdaf3 Read default server list from file. Update list with 1.1 servers. Remove nolnet option. 2017-09-13 11:30:30 +02:00
ThomasV d531fe59b2 update make_packages script for android 2017-08-26 08:28:25 +02:00
ThomasV cea705b153 update OSX builds with python3 2017-08-26 08:28:24 +02:00
ThomasV b5338006f0 update pyinstaller scripts for python3 and pyinstaller3 (credit: bauerj) 2017-08-26 08:28:24 +02:00
ThomasV c3388d9677 misc python3 updates:
- use jsonrpclib-pelix
 - update the kivy gui
 - update plugins
2017-08-26 08:28:24 +02:00
Dmitry Sorokin c86140a608 py3 in setup.py and tox config 2017-08-26 08:28:24 +02:00
Dmitry Sorokin d304ccdf17 py3 in qtgui 2017-08-26 08:27:47 +02:00
Dmitry Sorokin 5be78950ca py3 2017-08-26 08:27:47 +02:00
ThomasV 255458da0a fix #2400 2017-07-02 11:44:48 +02:00
ThomasV cb2d5ff3d6 raise special exception for dangling links 2017-03-14 08:56:30 +01:00
ThomasV ed42faa2e6 Revert commit 36f08ab2c3. 2017-03-08 11:22:27 +01:00
ThomasV 36f08ab2c3 changes for windows builds 2017-03-07 18:27:04 +01:00
ThomasV 6977ba603b Merge pull request #2236 from kyuupichan/master
Add support for BU's nolnet
2017-03-06 12:28:45 +01:00
ThomasV 411832c4ce cleanup storage and fix tracvis test 2017-03-06 08:33:35 +01:00
ThomasV 76dd11783b rename load_wallet command 2017-03-05 20:32:06 +01:00
ThomasV b8bdcc0877 rename open close commands 2017-03-05 14:57:41 +01:00
Neil Booth 8888a50549 Add support for BU's nolnet
Also update testnet servers
Add missing self. in print_error call
2017-03-04 11:01:32 +09:00
ThomasV b2d66b2a6f fix unnecessary password request 2017-03-03 16:05:13 +01:00
ThomasV 776f09b50e restore from addresses (fix #2173) 2017-03-03 14:23:09 +01:00
ThomasV fcc92c1ebd Wallet file encryption:
- a keypair is derived from the wallet password
 - only the public key is retained in memory
 - wallets must opened and closed explicitly with the daemon
2017-03-01 13:58:04 +01:00
ThomasV e1515743cd replace slowaes with pyaes 2017-02-10 17:22:52 +01:00
ThomasV f2b208429d disable verbose option with kivy 2017-01-23 15:57:45 +01:00
ThomasV d042d6e970 initial testnet support (petrkr) 2017-01-07 16:58:59 +01:00
ThomasV be15b76c9b allow client daemon to be launched in the foreground (fix #1873) 2017-01-07 10:10:51 +01:00
ThomasV 528c3386b4 move jnius wrapper to main script 2016-10-24 15:24:06 +02:00
ThomasV 983e152ea3 fix update_pasword bug 2016-10-17 06:42:53 +02:00
ThomasV df6dae90d6 remove the 'deseed' command, it does not work anymore with keystores 2016-10-05 10:53:08 +02:00
ThomasV e0ba4a967c command line restore: strip text 2016-10-05 10:25:48 +02:00
ThomasV 3a56b00da7 follow up previous commit 2016-08-25 12:28:06 +02:00
ThomasV b907a668ec wizard: add derivation passphrase and bip39 support 2016-08-25 09:48:11 +02:00
ThomasV b0afdf4614 fix command line: create, restore, importprivkey 2016-08-12 11:56:27 +02:00