1
0
Fork 0
forked from lthn/blockchain
Commit graph

40 commits

Author SHA1 Message Date
sowle
4432ecbe08
gui: more careful logging 2020-09-26 16:19:36 +03:00
sowle
f2fa26f1d8
mainwindow: get_network_type() added to allow the GUI distinguish between mainnet and testnet 2020-09-19 05:56:21 +03:00
sowle
cb97ca9994
mainwindow: getting rid of unused code 2020-09-19 05:55:14 +03:00
cryptozoidberg
07830d7988
Merge branch 'release' into develop 2020-09-09 13:16:43 +02:00
Sergey Radionov
f24e271119
Some minor issues are fixed (#212)
* It's just waste of resources to use temp variable to call static members

also, according to docs, QString::fromStdString already take care about utf8 conversion,
so there is no need to do std::string -> C string -> QString conversion.

* Don't try use tray actions if tray is not available.

It just leads to the crash.
2020-09-05 17:29:41 +02:00
cryptozoidberg
e01e59df24
disabled tray notifications while wallet sync 2020-09-04 22:26:03 +02:00
cryptozoidberg
aea993f36b
implemented exclude_staking_txs filter 2020-09-01 00:26:46 +02:00
cryptozoidberg
77c7e9b0ce
Disabled developers context menu 2020-08-19 21:07:09 +02:00
sowle
2c54e15d50
auditable wallet tracking ID: attempt to simplify things and auto-determine restoration phrase type 2020-06-19 23:39:46 +03:00
sowle
2467d99afb
--qt-dev-tools option added for web UI debugging 2020-06-16 15:15:55 +03:00
cryptozoidberg
2a8a715df6
temporary: attempot to display devtools in qt 2020-06-16 03:57:06 +02:00
cryptozoidberg
f78a741ae5
added code for javascript debugging 2020-06-15 20:10:24 +02:00
sowle
fed07d2882
fix gui compilation 2020-06-15 15:03:48 +03:00
sowle
5bb8b369ff
restoring AWO wallets enabled for GUI backend + refactoring to made things simpler 2020-05-27 23:49:34 +03:00
sowle
24ed6c09bc
gui: make_response improved to log all non-ok responses 2020-03-30 16:39:52 +03:00
sowle
d9e22a833d
gui: make_response_dbg() for debugging back-end - front-end interactions 2020-03-29 01:10:08 +03:00
cryptozoidberg
31e328768e
implemented secure api for configuring wallets data 2020-03-20 04:19:25 +01:00
sowle
e09955cb44
gui: more logs on configs loading/storing to help eliminate config issues 2019-12-28 05:32:54 +03:00
cryptozoidberg
a199d87163
added parameter on open wallet for inital tx count 2019-12-05 21:19:16 +01:00
cryptozoidberg
fdec0e5b7b
fixed misprint in mainwindow 2019-12-05 16:48:04 +01:00
cryptozoidberg
9d3e2dee6b
Merge branch 'develop' into market_rpc_api 2019-10-02 21:06:50 +02:00
sowle
da79610fac
from now new passwords must consist of allowed characters only 2019-10-02 03:41:24 +03:00
sowle
d4a9a0a77d
gui: fixed a bug with Qt logs in release 2019-09-29 23:53:03 +03:00
sowle
e0967147bd
--enable-qt-logs implemented 2019-09-28 18:02:25 +03:00
sowle
4b2b8bc273
filesystem unicode refactoring: many fixes and improvements for #121 2019-09-26 03:13:36 +03:00
sowle
d66e07ef1a
filesystem unicode refactoring WIP3 2019-09-25 17:09:38 +03:00
cryptozoidberg
8d34c33d7e
removed wrong pass text 2019-09-11 07:45:09 +08:00
cryptozoidberg
3679c7e638
implemented marketplace api, some fixes of contract api calls 2019-08-28 22:16:15 +02:00
cryptozoidberg
95d007e3fa
implemented contracts api 2019-08-27 22:11:45 +02:00
cryptozoidberg
ee246bef43
attempt to make common publi interface for wallet 2019-08-27 17:36:53 +02:00
cryptozoidberg
4a1bd84c71
added api for importing contacts from file 2019-08-09 22:12:32 +02:00
cryptozoidberg
4149d312f9
new master password policy 2019-07-22 14:54:17 +02:00
sowle
695209d323 fix for ZANO-362 2019-06-14 02:37:27 +03:00
sowle
408fab65a4 dump as json now supports different line endings + fixed logging for main_window 2019-04-23 02:03:09 +03:00
crypro.zoidberg
4bdc4865f7 added safety code for GUI 2019-04-04 19:49:16 +02:00
sowle
5dd8f584cc wallet2: advanced logging for difficult issues 2019-02-27 00:59:02 +03:00
sowle
1cb53a48bb gui/backend: wallet logging improved 2019-02-25 18:31:58 +03:00
crypro.zoidberg
f04536f543 renamed gui api 2019-01-22 20:34:26 +03:00
crypro.zoidberg
871bfb76b8 fixed crush on miner 2019-01-19 19:24:55 +03:00
crypro.zoidberg
f23e97c10c Moved sources to public repo 2018-12-27 18:50:45 +03:00