1
0
Fork 0
forked from lthn/blockchain
Commit graph

156 commits

Author SHA1 Message Date
cryptozoidberg
024e07c2d9
[COVERITY] Fixed coveerity issue 391947 Unchecked return value from library 2022-04-12 21:05:15 +02:00
sowle
02544f7186
boost placeholders fix (2) 2022-03-20 04:05:15 +03:00
sowle
63fe35d5c5 warning fix in threads pool 2022-03-20 03:09:28 +03:00
dev
a430357466 bootstrap predownload files were updated to height 1480000 2022-03-11 04:24:25 +03:00
cryptozoidberg
5d808ad39e
added option for manual specifying number of threads 2022-02-08 14:55:35 +01:00
cryptozoidberg
761b75ad72
added batch jobs to threads pool 2022-02-08 14:51:22 +01:00
cryptozoidberg
e2bb37e5cb
added tests for threads pool 2022-02-08 13:59:09 +01:00
cryptozoidberg
be318d6ed4
threads pool: inital code + unit tests dummy 2022-02-04 22:15:59 +01:00
Derloda
6c7ee2590d
Add --disable-ntp parameter (#317)
* Add disable-ntp parameter
* Also allow GUI to disable NTP
* Update src/currency_protocol/currency_protocol_handler.inl

Co-authored-by: crypto.sowle <crypto.sowle@gmail.com>
2022-01-04 08:14:11 +03:00
cryptozoidberg
10e0137d0e
added deeplinks commandline argument 2021-12-30 17:39:57 +01:00
cryptozoidberg
ca8ce3c184
deeplinks implementation: proper routing 2021-12-30 17:32:58 +01:00
sowle
e689f281a3
comment for clarification 2021-12-18 08:33:41 +03:00
cryptozoidberg
9c1c74cf7d
rollback mdbx 2021-11-16 15:52:07 +01:00
cryptozoidberg
f53b696798
fixed mdbx issues with with new version 2021-11-16 14:58:19 +01:00
sowle
68df0de231
gcc compilation fixed 2021-10-21 07:25:44 +03:00
cryptozoidberg
7873ef2acc
implemented #242 2021-10-17 21:11:01 +02:00
cryptozoidberg
9447de6c96
added proper handling of wrpa transactions in simplewallet 2021-08-25 20:39:33 +02:00
cryptozoidberg
69eb2dc38a
added wrap address detection support in UI 2021-08-21 19:51:01 +02:00
cryptozoidberg
d1121f3ff9
Merge branch 'develop' into develop_mobile 2021-08-17 12:13:54 +02:00
cryptozoidberg
2151f8f53e
removed annoying < and > symbols 2021-08-17 12:13:13 +02:00
sowle
52beabc915
predownload: don't exit when downloading fails unless force-predownload has been set 2021-08-09 14:35:13 +03:00
sowle
2687daa507
predownload files updated 2021-07-29 06:01:43 +03:00
sowle
755ed3249a
predownload & checkpoint for mainnet @ 1161000 2021-07-29 00:00:51 +03:00
cryptozoidberg
b48c7b16c6
Removed unused includes 2021-06-03 18:50:29 +03:00
cryptozoidberg
51bb91c66c
rolled back eperimental code 2021-06-03 18:46:44 +03:00
cryptozoidberg
569d64b5f2
experimental: try different portable_storage for android 2021-06-02 20:50:04 +03:00
cryptozoidberg
54bf59ceab
Merge branch 'develop' into atomics 2021-04-26 13:12:53 -05:00
sowle
8db7fa905f
predownload database updated to 1M blocks 2021-04-17 05:25:39 +03:00
cryptozoidberg
72c6d886f4
disabled predownload even better 2021-03-13 17:32:56 +03:00
cryptozoidberg
6efae35982
disabled_predownload for testnet 2021-03-13 17:05:08 +03:00
cryptozoidberg
a7363cfcd3
Merge branch 'develop' into atomics 2021-02-03 18:38:45 +01:00
cryptozoidberg
a31670f225
in the middle of prepare_tx_sources_htlc 2021-02-02 19:02:28 +01:00
sowle
fa7355c0a2
Merge branch 'release' into develop 2021-01-29 19:59:13 +03:00
sowle
1a2e4ea4ca
predownload links updated 2021-01-29 05:32:30 +03:00
sowle
8a03f8e4b3
gcc compilation fixed 2021-01-28 14:53:04 +03:00
cryptozoidberg
3c51c95941
massive fixes over htlc, sha256/RIPEMD160 basic test(passing) 2021-01-04 22:41:16 +01:00
cryptozoidberg
52199f1c79
fixed seed info validation 2020-12-03 21:15:55 +01:00
cryptozoidberg
e63b10df12
Merge branch 'master' into develop 2020-10-12 16:26:43 +03:00
ArqTras
6154e2fadd
Update pre_download.h (#218)
Typo
2020-10-09 15:12:15 +02:00
sowle
884c9584d5
#207 has been partially fixed 2020-09-03 19:32:10 +03: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
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