1
0
Fork 0
forked from lthn/blockchain
Commit graph

1807 commits

Author SHA1 Message Date
sowle
cb97ca9994
mainwindow: getting rid of unused code 2020-09-19 05:55:14 +03:00
sowle
a9025d3b33
Merge branch 'issue207' into develop 2020-09-18 19:45:49 +03:00
sowle
c317463537
wallet2: unused code removed 2020-09-18 15:41:19 +03:00
sowle
a813fa39f6
Merge branch 'master' into develop 2020-09-18 02:27:48 +03:00
sowle
f512f948a1
perf tests: minor fix in chacha_stream_performance_test 2020-09-18 02:26:05 +03:00
sowle
9babd5a54e
fixed an issue with gui wallet compilation when node_modules is present in the directory tree 2020-09-16 17:22:23 +03:00
sowle
37091efbe4
linux: Zano.sh improved to work from any location 2020-09-16 16:33:53 +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
ArqTras
8eff816e06
Update .gitmodules (#217)
Fix clone on msys
2020-09-10 13:15:38 +02:00
cryptozoidberg
a7c0905835
Merge branch 'release' 2020-09-09 20:53:41 +02: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
c20712802d
disabled signing due to certificate expiration
disabled signing due to certificate expiration(temporary)
2020-09-09 19:44:23 +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
bc68026e30
added missing field to serialization map 2020-09-09 13:15:46 +02:00
zano build machine
f50501eaab === build number: 102 -> 103 === 2020-09-08 23:07:10 +03:00
zano build machine
9eb4fe9228 === build number: 101 -> 102 === 2020-09-08 23:06:45 +03:00
sowle
a2c617807e
Merge branch 'develop' into ui_develop 2020-09-08 21:44:21 +03:00
sowle
ef36998126
build scripts: testnet var fixed 2020-09-08 21:39:01 +03:00
cryptozoidberg
125a7be3c5
Fixed build for macos 2020-09-08 17:07:24 +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
cryptozoidberg
af308765d9
Merge from master 2020-09-07 21:03:47 +02:00
cryptozoidberg
3678ba2154
fixed connectivity for simplewallet in srv mode 2020-09-07 20:59:44 +02:00
sowle
e52412facb
wallet: fix for outgoing unconfirmed txs handling in tracking wallets 2020-09-07 17:35:23 +02:00
sowle
9067e09e22
wallet: fix for outgoing unconfirmed txs handling in tracking wallets 2020-09-07 17:36:41 +03:00
Sergey Radionov
4ba14a2d4f
snap: fixed run on strict confinement (#213) 2020-09-05 22:23:02 +02:00
Sergey Radionov
349709298d
snap: fixed run on strict confinement (#213) 2020-09-05 22:13:03 +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
zano build machine
ab12f56ab4 === build number: 100 -> 101 === 2020-09-04 23:31:47 +03:00
cryptozoidberg
e01e59df24
disabled tray notifications while wallet sync 2020-09-04 22:26:03 +02:00
cryptozoidberg
1028751ee6
grade -> stable 2020-09-04 14:03:56 +02:00
cryptozoidberg
038348ac77
Changed devmode to strict 2020-09-04 12:32:21 +02:00
cryptozoidberg
211c1b4838
fixing i386 build 2020-09-03 23:20:25 +02:00
sowle
884c9584d5
#207 has been partially fixed 2020-09-03 19:32:10 +03:00
Sergey Radionov
dc961928d9
initial snap support added (#210) 2020-09-03 17:01:15 +02:00
Sergey Radionov
8b8bbf3247
initial snap support added (#210) 2020-09-03 14:27:00 +02:00
zano build machine
e2a7d6a4fc === build number: 99 -> 100 === 2020-09-02 18:29:42 +03:00
cryptozoidberg
0baa6c6df3
let's pretend this never happened 2020-09-02 17:28:55 +02:00
cryptozoidberg
baaf1c06ec
let's pretend this never happened 2020-09-02 17:28:19 +02:00
zano build machine
7ba0880eda === build number: 98 -> 99 === 2020-09-02 01:31:24 +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
820e63f098
fixed simplewallet.cpp 2020-09-01 23:31:00 +02:00
cryptozoidberg
3dce5fd078
fixed simplewallet.cpp 2020-09-01 23:30:18 +02:00
zano build machine
37d835b7c3 === build number: 97 -> 98 === 2020-09-01 23:33:30 +03:00
zano build machine
dffe5da801 test commit 2020-09-01 23:00:19 +03:00
cryptozoidberg
b7a2623e76
Merge branch 'develop' into release 2020-09-01 20:43:51 +02:00