1
0
Fork 0
forked from lthn/blockchain
Commit graph

278 commits

Author SHA1 Message Date
cryptozoidberg
5099bc99e6
added html missing files 2020-10-17 23:36:20 +03:00
cryptozoidberg
900ae720de
updated html precompiled version 2020-10-17 23:35:38 +03:00
Kirill
429a7d8929
Ui fix icons in compiled html (#231)
* on error CORE_BUSY repeat command after 50 ms

* icons
2020-10-17 18:38:59 +02:00
Kirill
93d7fc6dbc
Ui fix disappear close wallet icon (#228)
* fixed icon disappear on retina screens

* added error case FAILED and throw it to console with message:
Error: (${error}) was triggered by command: ${command}`

* pagination for hide mining transactions

* files

* close wallet icon
2020-10-13 08:51:37 +02:00
Kirill
2693c5a4ba
Ui pagination hide mining (#227)
* fixed icon disappear on retina screens

* added error case FAILED and throw it to console with message:
Error: (${error}) was triggered by command: ${command}`

* pagination for hide mining transactions

* files
2020-10-12 15:12:47 +02:00
Kirill
a47e92d117
Ui fix message failed (#225)
* fixed icon disappear on retina screens

* added error case FAILED and throw it to console with message:
Error: (${error}) was triggered by command: ${command}`
2020-10-10 13:09:48 +02:00
arthurest
06ce740345
fixed transaction sync issue (#223) 2020-10-03 13:32:00 +02:00
arthurest
7e972a4321
fixed transaction sync issue (#221) 2020-10-02 13:06:22 +02:00
sowle
4432ecbe08
gui: more careful logging 2020-09-26 16:19:36 +03:00
sowle
11850a1e05
gui: fixed a transactions' incorrect pagination when a wallet mines PoS and sends rewards to another address 2020-09-25 17:47:37 +03:00
sowle
0b6c5ca53a
gui code improvements
1) all hardcoded URL links moved to constants.ts
2) gui now aware of mainnet/testnet
3) testnet build open up testnet block explorer
4) testnet build is marked with TESTNET note right after version
2020-09-19 06:01:38 +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
sowle
7bb3993029
ng build 2020-09-11 17:43:40 +03:00
sowle
acda8f911b
Merge branch 'ui_develop' into issue207 2020-09-11 14:24:24 +03:00
arthurest
0a78a09283
Develop (#216)
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style

* Implement master password confirmation

* Small GUI bugs-> added translate for scale

* Unexpected screen after clicking 'go back'

* #154->Make alias registration error messages more informative

* added Wallet Status on Lock-Screen

* cleaned unused code

* changed ! to i in sidebar

* fixed ng build --prod issue

* 139 -> Search in History tab

* restored wallet text after not right merge

* hide for Tracking wallet 'send' and 'contracts' tabs

* 163-> GUI: tx history pagination is not working sometimes
2020-09-09 20:29:14 +02:00
cryptozoidberg
1c78e4c2c6
Merge branch 'develop' into ui_develop 2020-09-09 13:17:18 +02:00
cryptozoidberg
07830d7988
Merge branch 'release' into develop 2020-09-09 13:16:43 +02:00
cryptozoidberg
a239f62a99
Merge from develop 2020-09-08 13:13:43 +02:00
arthurest
c330b2bf39
Develop (#215)
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style

* fixed few issues with attachment encryption

* added extra conditions on extra fields update in wallet

* has_field_of_type_in_extra() -> have_type_in_variant_container()

* implemented exclude_staking_txs filter

* Implement master password confirmation

* Small GUI bugs-> added translate for scale

* Unexpected screen after clicking 'go back'

* #154->Make alias registration error messages more informative

* added Wallet Status on Lock-Screen

* cleaned unused code

* changed ! to i in sidebar

* fixed ng build --prod issue

* 139 -> Search in History tab

* restored wallet text after not right merge

* hide for Tracking wallet 'send' and 'contracts' tabs

Co-authored-by: cryptozoidberg <crypto.zoidberg@gmail.com>
Co-authored-by: sowle <crypto.sowle@gmail.com>
2020-09-08 13:03:15 +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
sowle
f878fd897a
Merge branch 'ui_develop' into issue207 2020-09-05 16:55:21 +03:00
arthurest
3de757e634
Develop (#209)
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style

* fixed few issues with attachment encryption

* added extra conditions on extra fields update in wallet

* has_field_of_type_in_extra() -> have_type_in_variant_container()

* implemented exclude_staking_txs filter

* Implement master password confirmation

* Small GUI bugs-> added translate for scale

* Unexpected screen after clicking 'go back'

* #154->Make alias registration error messages more informative

* added Wallet Status on Lock-Screen

* cleaned unused code

* changed ! to i in sidebar

* fixed ng build --prod issue

Co-authored-by: cryptozoidberg <crypto.zoidberg@gmail.com>
Co-authored-by: sowle <crypto.sowle@gmail.com>
2020-09-05 13:56:45 +02:00
cryptozoidberg
e01e59df24
disabled tray notifications while wallet sync 2020-09-04 22:26:03 +02:00
sowle
884c9584d5
#207 has been partially fixed 2020-09-03 19:32:10 +03:00
arthurest
21665f897d
Develop (#208)
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style

* fixed few issues with attachment encryption

* added extra conditions on extra fields update in wallet

* has_field_of_type_in_extra() -> have_type_in_variant_container()

* implemented exclude_staking_txs filter

* Implement master password confirmation

* Small GUI bugs-> added translate for scale

* Unexpected screen after clicking 'go back'

Co-authored-by: cryptozoidberg <crypto.zoidberg@gmail.com>
Co-authored-by: sowle <crypto.sowle@gmail.com>
2020-09-02 00:02:17 +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
4c46efc9c8
gui: NOT_ENOUGH_OUTPUTS_FOR_MIXING is supported in front-end 2020-08-09 01:28:01 +03:00
sowle
fc1e5dfe31
gui: "Auditable Watch-Only" -> "Tracking" 2020-07-21 22:32:44 +03:00
sowle
be90189eb2
gui: change link to auditable wlts help page 2020-07-16 12:57:41 +03:00
arthurest
c525e4342a
GUI: changed wallet colors style
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0

* changed wallet colors style
2020-07-14 16:43:48 +03:00
arthurest
4c908e5890
Small bug when sending zano without leading 0 for decimal part fixed #190
* fixed issue when user at first typing '.' in field amount

* show amount value in modal without 0
2020-07-06 17:21:59 +03:00
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