sowle
c317463537
wallet2: unused code removed
2020-09-18 15:41:19 +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
cryptozoidberg
07830d7988
Merge branch 'release' into develop
2020-09-09 13:16:43 +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
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
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
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
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
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
cryptozoidberg
d803771b52
Merge branch 'develop' into flags
2020-09-01 16:07:58 +02:00
cryptozoidberg
aea993f36b
implemented exclude_staking_txs filter
2020-09-01 00:26:46 +02:00
sowle
bd894a0119
has_field_of_type_in_extra() -> have_type_in_variant_container()
2020-08-31 20:03:49 +03:00
cryptozoidberg
2dd0848b0a
added extra conditions on extra fields update in wallet
2020-08-31 18:23:41 +02:00
sowle
b02fc0b5d8
wallet: all free space checks removed completely
2020-08-31 16:37:05 +03:00
sowle
3755f0da18
wallet: --disable-wallet-free-space-check added for simplewallet and Zano
2020-08-31 15:40:37 +03:00
cryptozoidberg
13accb65ad
fixed few issues with attachment encryption
2020-08-29 01:14:26 +02:00
cryptozoidberg
f4ff304bde
simplewallet speed opt + more logs
2020-08-27 15:10:03 +02:00
cryptozoidberg
af0d65af74
enabled auditable wallets on mobile
2020-08-25 13:45:05 +02:00
sowle
959c173800
unit tests fixed
2020-08-21 15:07:16 +03:00
cryptozoidberg
77c7e9b0ce
Disabled developers context menu
2020-08-19 21:07:09 +02:00
sowle
a4994a87ef
gcc compilation fixed
2020-08-19 18:35:16 +03:00
cryptozoidberg
5a0cfe1b4a
chacha stream integrated into load/store functions
2020-08-18 21:54:25 +02:00
cryptozoidberg
a4b31c081c
implemented chachastream performance tests(results are pretty good: only 2% slowdown of load/save operations on wallet)
2020-08-18 21:54:25 +02:00
cryptozoidberg
947af8c22b
cleaned up tests, fixed bug with not croped buff on flush
2020-08-18 21:54:24 +02:00
cryptozoidberg
67d2d7f200
implemented right version of stream filter for input
2020-08-18 21:54:24 +02:00
cryptozoidberg
88c76ea4e1
encryption sink transformed to out stream and in stream
2020-08-18 21:54:23 +02:00
cryptozoidberg
79777feda2
converted sink to filter
2020-08-18 21:54:23 +02:00
cryptozoidberg
e4aef3f036
Implemented encryption stream 'sink'
2020-08-18 21:54:23 +02:00
sowle
adc1efbbd9
attempt to fix #203
2020-08-11 15:00:28 +03:00
sowle
ff92b079ca
wallet: log improved in rpc mode
2020-08-09 01:30:34 +03:00
sowle
4c46efc9c8
gui: NOT_ENOUGH_OUTPUTS_FOR_MIXING is supported in front-end
2020-08-09 01:28:01 +03:00
sowle
e1cd7e10d8
find_key_image improved
2020-08-08 15:12:21 +03:00
sowle
0fd94437b1
wallet: properly handle not_enough_money and not_enough_outs_to_mix in wallets_manager
2020-08-08 15:10:30 +03:00
sowle
a290c96eb4
enabled PCH for macOS as well (gives small build time improvment)
2020-08-07 17:33:38 +03:00
sowle
80a8a7ceb6
fix for issue #199
2020-08-07 17:30:12 +03:00
sowle
60f7d2c3d5
auditable wallets are not supported in mobile, not in desktop
2020-08-05 17:53:00 +03:00
sowle
5ae4f5079f
precompiled header redesign: keeping old for MSVC + adding CMake-enabled for gcc
2020-08-04 19:45:41 +03:00
sowle
bd5a9cd014
=== build number: 96 -> 97 ===
2020-07-29 13:30:14 +03:00
sowle
0a71fcc89c
Merge branch 'master' into develop
2020-07-29 13:28:13 +03:00
sowle
47c50ac007
=== build number: 95 -> 96 ===
2020-07-22 20:18:53 +03:00