sowle
|
6cd7d4fffd
|
Merge branch 'develop' into release
|
2020-03-20 16:27:15 +03:00 |
|
sowle
|
51a4ab9a71
|
fixed a minor issue in mdbx_db_backend::set()
|
2020-03-20 16:25:20 +03:00 |
|
sowle
|
78a627afc5
|
fixed std::out state change
|
2020-03-20 13:51:37 +03:00 |
|
cryptozoidberg
|
3f56487838
|
fixed broken build for mobile
|
2020-03-20 04:45:00 +01:00 |
|
cryptozoidberg
|
31e328768e
|
implemented secure api for configuring wallets data
|
2020-03-20 04:19:25 +01:00 |
|
cryptozoidberg
|
c0f651ff33
|
fixed issue with plain wallet api
|
2020-03-20 01:20:44 +01:00 |
|
sowle
|
c4a4447694
|
DB & pre-downloading links updated for the mainnet
|
2020-03-20 02:22:30 +03:00 |
|
sowle
|
448637a98a
|
back-end part of pre-downloading progress bar
|
2020-03-19 03:01:02 +03:00 |
|
sowle
|
09258e686f
|
DB & pre-downloading links updated for the testnet
|
2020-03-18 20:11:22 +03:00 |
|
sowle
|
8a23cd45ee
|
change flag for gzip encoding to Z_NO_FLUSH in order to be consistent with gzip encoding
|
2020-03-18 19:48:52 +03:00 |
|
sowle
|
5a1fa2e042
|
conn_tool: proper handling of gzip encoding/decoding result
|
2020-03-18 18:38:28 +03:00 |
|
sowle
|
cefa4b561f
|
fixed the same bug in gzip_encoder_lyambda::stop()
|
2020-03-18 18:37:08 +03:00 |
|
sowle
|
36af9759a2
|
fixed an old and rare bug in gzip encoding
|
2020-03-18 18:34:22 +03:00 |
|
sowle
|
40097d776b
|
epee:: http_client & gzip_encoding: fixed improper handling of incorrect gzip data during downloading
|
2020-03-18 15:22:20 +03:00 |
|
sowle
|
cf932f50e7
|
CLI option change: explicit-predownload -> force-predownload
|
2020-03-18 15:14:10 +03:00 |
|
sowle
|
e652771786
|
pre-downloading is implemented for GUI as well
|
2020-03-16 22:14:01 +03:00 |
|
sowle
|
14ea7fede8
|
attempt to fix coretests
|
2020-03-16 20:03:45 +03:00 |
|
sowle
|
8a515489ee
|
minor log improvements
|
2020-03-16 19:57:48 +03:00 |
|
sowle
|
6bd9a73448
|
db_backend_selector is used only locally to make things simplier
|
2020-03-16 17:48:02 +03:00 |
|
cryptozoidberg
|
0b6b30b01c
|
fixed gcc error
|
2020-03-15 06:32:11 +01:00 |
|
cryptozoidberg
|
d1e7348879
|
fixed wrong header
|
2020-03-15 06:18:49 +01:00 |
|
cryptozoidberg
|
01b6f41509
|
implemented get logs/truncate logs in plain_wallet
|
2020-03-15 06:14:08 +01:00 |
|
cryptozoidberg
|
8bec5d2957
|
extended diagnistic info on plain_wallet initialization
|
2020-03-14 03:03:11 +01:00 |
|
sowle
|
73c34713e3
|
pre-download validation improved
|
2020-03-13 07:44:03 +03:00 |
|
sowle
|
70337d779d
|
allow interruptible_http_client to accept 2xx responses
|
2020-03-13 07:43:06 +03:00 |
|
sowle
|
3c38e8562d
|
fixed interruptible_http_client: non-200 code handling + fails_count is taken into account
|
2020-03-13 05:56:19 +03:00 |
|
sowle
|
1c4efe6800
|
attempt to fix coretests
|
2020-03-13 04:38:30 +03:00 |
|
sowle
|
e1264ed8c7
|
fix for gcc
|
2020-03-13 03:47:44 +03:00 |
|
sowle
|
5567275518
|
blockchain database predownloading: first version
|
2020-03-12 18:07:31 +03:00 |
|
sowle
|
05b5f2294b
|
attempt to fix linux build 2
|
2020-03-12 14:29:52 +03:00 |
|
sowle
|
f19eeda119
|
attempt to fix linux build
|
2020-03-12 14:22:53 +03:00 |
|
sowle
|
5d5c63c1f8
|
db_backend_selector introduced
|
2020-03-12 13:21:22 +03:00 |
|
sowle
|
d01ace4113
|
conn_tool: made able to pack/unpack a file with SHA3-based hash for blockchain pre-downloading
|
2020-03-11 13:59:20 +03:00 |
|
sowle
|
18fa6d8d7c
|
stream_cn_hash introduced
|
2020-03-11 13:58:10 +03:00 |
|
sowle
|
05950fa4a4
|
fix whitespaces
|
2020-03-11 13:57:30 +03:00 |
|
sowle
|
4e522ae6f2
|
fix result returning in content_encoding_gzip::update_in()
|
2020-03-11 13:48:11 +03:00 |
|
cryptozoidberg
|
c239ac31de
|
removed duplicate ec defintion, added missing header
|
2020-03-11 05:10:36 +01:00 |
|
cryptozoidberg
|
93353033bb
|
why it's been called app_config_folder lol
|
2020-03-11 04:55:09 +01:00 |
|
cryptozoidberg
|
f877b8e896
|
corrected response codes
|
2020-03-11 04:40:10 +01:00 |
|
cryptozoidberg
|
30b0d7aa8a
|
implemented app config api
|
2020-03-11 04:23:25 +01:00 |
|
cryptozoidberg
|
a68ab6b150
|
fixed unresloved external or ios
|
2020-03-11 03:02:06 +01:00 |
|
cryptozoidberg
|
3cb70f88f5
|
attempt to fix broken build
|
2020-03-11 02:34:41 +01:00 |
|
cryptozoidberg
|
33829fa374
|
[plain_wallet]: extended api for configuring loging level
|
2020-03-11 02:08:57 +01:00 |
|
sowle
|
945451bc94
|
epee::interruptible_http_client
|
2020-03-10 18:03:12 +03:00 |
|
sowle
|
b4861c2511
|
content_encoding_gzip gets compression level
|
2020-03-10 18:02:22 +03:00 |
|
sowle
|
7bb3c766f9
|
epee: gzip_encoder_lambda, gzip_decoder_lambda
|
2020-03-09 23:50:55 +03:00 |
|
cryptozoidberg
|
b034328a9f
|
fixed warning regarding potentially uninitialized members(quite reasonable)
|
2020-03-08 20:55:57 +01:00 |
|
cryptozoidberg
|
aa65dfe9e6
|
removed unused invoke_timeout, finished manual timeouts setting function
|
2020-03-08 20:40:13 +01:00 |
|
cryptozoidberg
|
39ecd43321
|
added expiration median to COMMAND_RPC_GET_TX_POOL
|
2020-03-08 20:30:39 +01:00 |
|
sowle
|
4a2b1d5703
|
=== build number: 79 -> 80 ===
|
2020-03-08 03:59:43 +01:00 |
|