Commit Graph

207 Commits

Author SHA1 Message Date
seth Nimbosa 7be95aae05
Merge branch 'master' into merge/3.1 2018-09-14 17:19:54 +08:00
Skellers21 87ac005645 update mainnet block explorers 2018-09-04 22:39:44 +01:00
Skellers21 28251d26a3 mainnet block explorer 2018-09-01 19:07:23 +01:00
Skellers21 130661f217 update mainnet block explorers 2018-09-01 18:55:55 +01:00
Jon Layton 0ca9fc8391 Merge remote-tracking branch 'up/master' into HEAD 2018-03-05 19:40:10 -06:00
Johann Bauer 4c81a77ccc
Revert "Check if value has 'is_nan' before calling it"
This reverts commit 1451c66a8f.
2018-03-05 23:24:12 +01:00
Johann Bauer 1451c66a8f
Check if value has 'is_nan' before calling it
Fixes: #4034
2018-03-05 23:07:52 +01:00
SomberNight 81b6d65764 refactor network constants 2018-03-04 22:10:59 +01:00
SomberNight 0df6d1ec97 trezor: segwit offline signing 2018-03-03 02:39:49 +01:00
Jon Layton 24809dc7e7 Fix explorers, add coinmarketcap, readme instructions 2018-03-01 13:32:48 -06:00
ThomasV 9fe24e32c0 test for NaN in Fiat.__str__ 2018-02-26 18:04:44 +01:00
SomberNight 649b5a7298 fix #3964 2018-02-24 22:37:03 +01:00
ThomasV 18ba4319da
Merge pull request #3951 from SomberNight/file_import_export_unification
File import-export unification
2018-02-23 11:46:04 +01:00
ThomasV 24054ac399
Merge pull request #3943 from SomberNight/fee_cleanup
clean up fees a bit
2018-02-23 10:11:20 +01:00
SomberNight 500c0493d0 clean up prev commit 2018-02-21 19:22:07 +01:00
Abdussamad 5997c18aef better code organization
function parameters should be lowercase

Fix crash on invalid labels import

Added invoice exporting and reduced duplicate code

Better exception handling

removed json module import

some more cleanup

Cleaned up some stuff

Added exporting contacts
2018-02-21 19:00:41 +01:00
ThomasV 9f7e256e39 cleanup get_full_history. fix #3939 2018-02-21 11:52:40 +01:00
SomberNight 4ddda74dad clean up fees a bit 2018-02-21 03:22:26 +01:00
ThomasV 826cf467d8 Improve wallet history tab:
- use json-serializable types
- add toolbar to history tab
- add button to display time interval
2018-02-19 12:42:27 +01:00
SomberNight 909c063eb1 contact/invoice import: better exception handling.
see #3904
2018-02-14 19:42:35 +01:00
J62 ce7f2771da
Removed /insight/ from these two
#http://explorer.zclassic.org/insight/
#http://explorer1.zclassic.org/insight/

these two explorers are down for now but will setup without /insight/ at these same addresses
2018-02-11 17:09:20 -08:00
J62 dba660df22
Update util.py
added more explorers
2018-02-09 00:47:17 -08:00
J62 1d66190f3c
Update util.py
Updated explorer address
2018-02-09 00:30:24 -08:00
J62 c7f971fb88
Update util.py 2018-02-08 19:34:50 -08:00
J62 71402ae11c
Update util.py 2018-02-08 19:33:44 -08:00
J62 e3a6337035
Update util.py
Updated block explorers. We have http://eu1.zcl-explorer.com/insight    http://as1.zcl-explorer.com/insight  and http://zcl-explorer.com/insight/
2018-02-08 19:28:11 -08:00
SomberNight 6c4756dc3d check trezorlib version 2018-02-07 17:51:52 +01:00
SomberNight 5fc830580a add block explorer: blockonomics.co 2018-02-01 03:28:44 +01:00
Johann Bauer 91e44ba6fc Show error window for unhandled exceptions
Use exception hook from main thread for all threads

Use signal to delegate error window creation to GUI thread

Add more information to issue template

Update to PyQt5

Switch from Github to REST-Service

Report to web service instead of opening the browser

Fix imports

Change crashhub URL to electrum.org server

Explain that exception hooks are only used in the Qt Gui now
2018-01-30 10:49:31 +01:00
Jon Layton 27a9f164da Last capitalizations, Electrum -> Zclassic Electrum 2018-01-27 17:17:44 -06:00
Louise Fox b1515e46c5 connecting 2018-01-23 23:59:47 -08:00
Jon Layton d8d698402a Working HEADERS_URL, 50003->2, explorer ui for mainnet 2018-01-17 04:31:37 -05:00
SomberNight f77f029d72 config v2: change server protocol to :s instead of removing it 2018-01-16 11:53:31 +01:00
Jon Layton 2894cc52ab Name zcl-explorer 2018-01-15 04:30:08 -05:00
Jon Layton be560553f8 syntax 2018-01-15 04:20:45 -05:00
Jon Layton 690edbc6bc Changed explorers to 3 known zcl full nodes 2018-01-15 03:57:38 -05:00
Jon Layton 9eb67a6394 Bitcoin->Zclassic BTC->ZCL in ui 2018-01-14 23:43:33 -05:00
nxsofsys c1601fd749 code drop 2018-01-14 20:04:59 +03:00
ThomasV 4a40b3a0b2 separate merchant UI from main project 2018-01-12 10:37:14 +01:00
SomberNight af527b21fb Password-protect the JSON RPC interface 2018-01-07 19:30:23 +01:00
SomberNight 6f954090e6 fix fee ui: offline case 2017-12-30 01:13:36 +01:00
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
Justin Turner Arthur 9a0aa9b478 Remove Python 2 support imports. 2017-11-13 02:26:48 -06:00
Justin Turner Arthur 0c04db33d8 Simplify bytes/hex conversion functions now that we're Python 3+ only. 2017-11-13 01:03:20 -06:00
SomberNight 0db5ea67a0 bitcoin.NetworkConstants: easier changing between testnet and mainnet 2017-11-09 17:47:57 +01:00
ThomasV 89240571d4 py3: socket.error is deprecated 2017-10-25 18:22:54 +02:00
ThomasV e8b564c0e7 Extend Wallet Import Format with txin type. Extend class Imported_Wallet. 2017-09-29 15:32:55 +02:00
ThomasV 216e9403be cleanup six (no python2 support) 2017-09-04 14:43:31 +02:00
Antoine Riard 5059898af2 fix urllib.quote py2 to py3 2017-09-04 06:13:55 -04:00
ThomasV ab15ff3a00 updates for python3 2017-08-26 08:28:24 +02:00