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
cryptozoidberg
8580ae93d8
daemon_backend renamed to wallets_manager and moved to wallet folder(wallet lib)
2020-02-10 21:44:06 +01:00
cryptozoidberg
e6dd2d28a5
implemented invoke for plain_wallet amd fixed return codes to json
2020-01-18 23:23:47 +01:00
cryptozoidberg
e4dfa7d519
implementation of the plain wallet api guts(in progress)
2020-01-15 22:06:49 +01:00
sowle
e09955cb44
gui: more logs on configs loading/storing to help eliminate config issues
2019-12-28 05:32:54 +03:00
sowle
29a276f180
do not allow watch-only wallets be opened by GUI + refactoring
2019-12-26 18:08:57 +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
c19ee435fc
Merge branch 'develop' into txpool_optimisation
2019-12-05 16:05:01 +01:00
cryptozoidberg
c863094c11
fixed misprint
2019-12-03 23:55:02 +01:00
cryptozoidberg
6464a65b31
fixed open_wallet call
2019-12-01 23:42:10 +01:00
cryptozoidberg
7f374eab2a
fixed missing total field in get_recent_transfers struct
2019-12-01 23:31:05 +01:00
cryptozoidberg
e82bd6b575
added new test, fixed multiple bugs
2019-11-29 21:43:17 +01:00
sowle
a5990a00b7
select_db_engine_from_arg improvements and arg_db_engine option fix
2019-11-14 05:54:52 +03:00
cryptozoidberg
1ade55eb17
libmdbx set as an option for command line parameter(--db-engine)
2019-10-25 00:13:38 +02: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
cryptozoidberg
a38032d39a
Merge branch 'develop' into der_hint_improve
2019-09-27 17:24:41 +02:00
cryptozoidberg
a5c02c7d8c
improvements over wallet balance caclulations algo
2019-09-27 17:16:18 +02:00
sowle
6ebe55506e
restored p2p deinit for GUI
2019-09-26 03:14:50 +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
sowle
786614d588
gui: implemented terminal handler the same way it was done in daemon
2019-09-19 17:07:12 +03:00
cryptozoidberg
8d34c33d7e
removed wrong pass text
2019-09-11 07:45:09 +08:00
cryptozoidberg
888d97d27d
fixed bug with wallet deactivation on poor connection, related to PoS mining failures
2019-09-06 15:13:28 +02:00
cryptozoidberg
7f8ef2f3bf
attempt to fix issue with eraly mining before daemon got synced
2019-09-02 16:48:08 +02:00
sowle
ffa1d9ea55
windown callstack enabled for Zano app as well as for daemon
2019-08-29 04:36:35 +03:00
cryptozoidberg
e8ad37cc8b
added command to enable service
2019-08-28 22:52:07 +02: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
sowle
6148bf27ae
fixed not enough money error msg when requesting contract cancellation
2019-07-31 20:27:17 +03:00