1
0
Fork 0
forked from lthn/blockchain
Commit graph

245 commits

Author SHA1 Message Date
arthurest
5903cc36aa
GUI: fixed master passwork lock timer issue 2020-07-06 13:15:18 +03:00
arthurest
209d9df676
GUI fixes: made disable 'Hide your wallet address from recipient' checkbox, hide 'register an alias' for auditable wallets 2020-06-29 13:31:19 +03:00
sowle
f74d327848
gui: alias name field returned back to read-only state 2020-06-26 15:39:33 +03:00
arthurest
6595462b39
js scripts fix for alias updating (#192)
* alias update name(not finished)

* after merge
2020-06-24 14:01:09 +03:00
arthurest
0a55d12b2e
autitable watch-only wallet recovering + changed 'Seed phrase / private key' to 'Seed phrase / tracking seed' (#191) 2020-06-24 12:54:00 +03:00
arthurest
c9592c752d
History tab: page is not selected by default, sent tx doesn't show up in the list
Fix for #184
2020-06-22 17:46:07 +03:00
arthurest
a4a66bb574
Enlarge QRCode
Fixes #180
2020-06-22 13:52:54 +03: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
arthurest
e4fe9f95c8
Implement auditable and auditable watch-only wallets highlightning in…
issue #175

* Implement auditable and auditable watch-only wallets highlightning in GUI
* changed highlightning style
* renamed goToZanoSite --> goToAuditableWalletHelpPage and ZANO_SITE --> AUDITABLE_WALLET_HELP_PAGE
2020-06-19 18:17:08 +03:00
arthurest
a67633e3ed
Mixins change (#182)
* changed mixins

* disable mixin if is_auditable true

* added mixin constant

* fix mixin bug
2020-06-18 18:51:49 +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
05f15d5560
gui: attempt to fix default mixin value for alias-targeted tx 2020-05-20 21:04:03 +03:00
sowle
dbf70494ba
gui: reset default mixin to 10 after sending a tx 2020-05-20 18:34:37 +03:00
sowle
932f66bc00
GUI: default mixin count set to 10 2020-05-14 17:42:51 +03:00
zetov
ca7899b234
history (#166)
* history

* Rebuild
2020-04-08 21:45:46 +03:00
zetov
ed944436e9
#162 (#167) 2020-04-08 21:28:13 +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
zetov
324673c1d3
Downloading, fixed comment textarea (#161)
This should fix 159, 160
2020-03-24 12:06:12 +03:00
cryptozoidberg
31e328768e
implemented secure api for configuring wallets data 2020-03-20 04:19:25 +01:00
cryptozoidberg
01b6f41509
implemented get logs/truncate logs in plain_wallet 2020-03-15 06:14:08 +01:00
zetov
c6c3d2264d
Gui graphics #157 (#158)
* Fix close btn
* rebuild
2020-03-07 23:07:57 +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
cc099507fa
Merge branch 'master' into develop 2019-12-28 03:14:52 +03:00
zetov
b6b98a9379 Close button (#151)
* close btn

* rebuild html
2019-12-27 18:34:10 +01:00
sowle
29a276f180
do not allow watch-only wallets be opened by GUI + refactoring 2019-12-26 18:08:57 +03:00
zetov
45c61560ba Pagination (#144)
* Pagination + html

* offset + rebuild

* open wallet

* conflict
2019-12-05 21:48:18 +01: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
zetov
182e4f82e4 Pagination + html (#143)
* Pagination + html

* offset + rebuild
2019-12-05 16:06:05 +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
zetov
8ca969448a price update + password text fix (#134) 2019-10-14 22:07:03 +02:00
zetov
7f407b82a2 Minor fix (#124)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html

* fix countdown + counter of blocks

* fix logout without master pass

* fix sync block view

* fix modal

* fix lock transaction

* icons functional

* animated icons

* rebuild html

* tooltips

* fix logo, sidebar tooltip delay, multi languages

* confirm modal

* allowed symbols

* rebuild html

* fix conf. pop up, tooltip delay, rebuild html

* Portuguese fix(on/off)

* cutted letter "g"

* scale settings

* change view confirm pop up

* fix icons

* fix tooltips

* new contacts display  after open import file

* change syncing text

* rebuild html
2019-10-04 17:06:20 +02:00
Ravaga
a9e1810b4d portuguese translation 2019-10-03 20:43:51 +02:00
zetov
dc93c3fa2b 01.10 fix (#123)
* test details & close btn

* compiled

* confirm modal

* delete "cancel" btn from aliases

* fix copy btn

* text alias fix

* confirm pop up

* lock & unlock transaction

* confirm pop up comment fix

* compiled

* rebuild html

* contact service

* rebuild html

* fix add contact + rebuild html

* allow symbols at name field diffrent from latin

* fix export import

* alias fix

* fix master pass (immigration 41 > 43)

* rebuild html

* commit

* fix

* rebuild

* fix modal width

* add type '.csv',validation empty contact list/file

* merge

* fix data.foreach & rebuild html

* fix countdown + counter of blocks

* fix logout without master pass

* fix sync block view

* fix modal

* fix lock transaction

* icons functional

* animated icons

* rebuild html

* tooltips

* fix logo, sidebar tooltip delay, multi languages

* confirm modal

* allowed symbols

* rebuild html
2019-10-03 16:56:24 +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