1
0
Fork 0
forked from lthn/blockchain
Commit graph

54 commits

Author SHA1 Message Date
cryptozoidberg
ba35377d45
fixed #313 2021-12-02 16:45:43 +01:00
cryptozoidberg
b952183623
converted local UI config into JSON 2021-11-18 20:05:09 +01:00
cryptozoidberg
bd3cd91379
fixed problem with catch-return value 2021-11-17 16:41:32 +01:00
cryptozoidberg
a2eb47d7e4
fixes for disabling notification feature 2021-11-03 22:17:21 +01:00
cryptozoidberg
52440749ed
added api fo exporting tx history from UI 2021-10-24 17:42:30 +02:00
cryptozoidberg
7873ef2acc
implemented #242 2021-10-17 21:11:01 +02:00
cryptozoidberg
3babaa4f07
added support of disableing notifications for JS code 2021-10-17 15:51:55 +02:00
cryptozoidberg
52199f1c79
fixed seed info validation 2020-12-03 21:15:55 +01:00
cryptozoidberg
2d8adf2734
extended secure seed api for mobile wallet 2020-11-25 22:11:02 +01:00
cryptozoidberg
ca46baf24a
secure seed api extended 2020-11-24 20:01:46 +01:00
cryptozoidberg
03cb013695
Seed password implementation: in work 2020-11-20 00:37:48 +01:00
cryptozoidberg
b47e385279
simplewallet secure seed promt implemented 2020-11-18 23:05:58 +01:00
cryptozoidberg
c7aa656b3e
fixed dummy func 2020-10-17 20:08:00 +03:00
cryptozoidberg
80672a783b
added dummy method for CORE_BUSY situation modelling 2020-10-16 14:09:31 +03:00
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