1
0
Fork 0
forked from lthn/blockchain
Commit graph

116 commits

Author SHA1 Message Date
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
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
0a71fcc89c
Merge branch 'master' into develop 2020-07-29 13:28:13 +03:00
sowle
beb56a10bb
testnet: new checkpoint and predownload files 2020-07-22 20:09:47 +03:00
cryptozoidberg
824e161fbb
disabled auditable wallets in moobile version(will be added in next releases) 2020-07-17 19:54:14 +02:00
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