1
0
Fork 0
forked from lthn/blockchain
Commit graph

126 commits

Author SHA1 Message Date
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
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