1
0
Fork 0
forked from lthn/blockchain
Commit graph

102 commits

Author SHA1 Message Date
cryptozoidberg
53ecfef369
added more logs and fixed sync progress 2020-07-15 18:15:11 +02:00
cryptozoidberg
1c92def934
implemented export of mobile app data 2020-07-11 18:42:59 +02:00
sowle
3520e17836
--stop-after-height implemented 2020-07-02 23:16:47 +03:00
sowle
cb09dc6f29
updated predownload links up to 600k block 2020-07-02 16:01:26 +03:00
sowle
79dd5dab04
db: added close_container() to backend, call it at basic_key_value_accessor::deinit(), added "override" keyword 2020-07-02 14:05:00 +03:00
sowle
bda15d3153
Merge branch 'develop' into predevelop 2020-06-11 13:28:18 +03:00
sowle
36eabb916b
predownload files updated for testnet up to height 349999 2020-06-09 15:15:48 +03:00
cryptozoidberg
2cf31bca10
fixed android/linux warnings 2020-06-04 19:31:29 +02:00
sowle
33cf01ff34
better transfers logging and code clean-up 2020-05-26 15:55:58 +03:00
sowle
638768f31b
Merge branch 'predevelop' into auditability 2020-05-22 19:50:34 +03:00
sowle
4db837bbc7
Merge branch 'develop' into predevelop 2020-05-22 17:03:25 +03:00
sowle
4369439fbc
get_callstack_win_x64() made thread-safe 2020-05-22 16:30:34 +03:00
sowle
7d73fb92ba
enumerate_subimtes implemented in basic_key_to_array_accessor 2020-05-18 18:01:11 +03:00
cryptozoidberg
a4b5af479e
guarded other static objects whichg might lead to errors in deinitialization 2020-05-17 23:15:50 +02:00
sowle
19ec19e676
pre-downloading links updated 2020-05-15 11:56:42 +03:00
cryptozoidberg
9e983b70b2
plain_wallet api refactored due to ios app crash 2020-05-13 22:01:40 +02:00
sowle
bc6b951099
pre-downloading: increase timeout and attempt count 2020-05-13 10:27:04 +03:00
sowle
b30a3b8f66
Merge branch 'predevelop' into auditability
# Conflicts resolved:
#	src/currency_core/currency_basic.h
#	src/wallet/wallets_manager.cpp
2020-05-11 20:41:05 +03:00
cryptozoidberg
c39bd62748
renamed api response codes to more general way, fixed loggin 2020-05-07 23:26:41 +02:00
cryptozoidberg
60101dc1f5
fixed wallet bugs related to new sync protocol 2020-05-04 17:11:25 +02:00
sowle
599558ef9b
minor improvements 2020-05-02 23:56:12 +03:00
cryptozoidberg
7b0eaf7ae4
fixed cleaning and reseting genesis 2020-04-26 01:49:57 +02: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
sowle
c4a4447694
DB & pre-downloading links updated for the mainnet 2020-03-20 02:22:30 +03:00
sowle
09258e686f
DB & pre-downloading links updated for the testnet 2020-03-18 20:11:22 +03:00
sowle
cf932f50e7
CLI option change: explicit-predownload -> force-predownload 2020-03-18 15:14:10 +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
01b6f41509
implemented get logs/truncate logs in plain_wallet 2020-03-15 06:14:08 +01:00
sowle
73c34713e3
pre-download validation improved 2020-03-13 07:44:03 +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
7f98341a21
the build fixed for msvc 2020-02-25 19:39:08 +03:00
cryptozoidberg
3dc736466d
merged from develop 2020-02-23 03:56:25 +01:00
cryptozoidberg
f02be48e03
fixed byte order for android 2020-02-21 02:13:58 +01:00
cryptozoidberg
0c6b813c05
paindroid version fixes 2020-02-20 02:54:45 +01:00
sowle
7cf98ccb75
fixed minor issue in lmdb_db_backend::set() 2020-02-18 17:03:22 +03:00
cryptozoidberg
2a141a2b59
got rid of annoying UPNP initialization delay 2019-12-26 01:36:48 +01:00
sowle
e3f2e2a30b
db: lmdb: minor fix in error handling macro 2019-11-29 12:34:10 +03:00
cryptozoidberg
5b14456c61
changed parameters of get_block_template 2019-11-14 19:53:38 +01:00
cryptozoidberg
57d1245ab6
minor coverity fix 2019-11-14 17:53:08 +01:00
sowle
320249f1f6
basic_db_accessor: fixed a bug in close() 2019-11-14 06:03:24 +03:00
sowle
a5990a00b7
select_db_engine_from_arg improvements and arg_db_engine option fix 2019-11-14 05:54:52 +03:00
sowle
fd1acadecb
mdbx unicode support: partially fixed (fix from mdbx is still required) 2019-10-29 19:40:15 +03:00