1
0
Fork 0
forked from lthn/blockchain
Commit graph

3328 commits

Author SHA1 Message Date
cryptozoidberg
9e37ca90f4
updated plain_wallet header 2020-02-28 03:12:40 +01:00
cryptozoidberg
a51b9b4ba6
added more logs for async api 2020-02-28 01:36:29 +01:00
cryptozoidberg
1fc7690b74
implemented async api basics in plain_walled 2020-02-27 21:45:46 +01:00
cryptozoidberg
ea7c4fc906
commented broken code 2020-02-27 02:12:42 +01:00
cryptozoidberg
b459213d00
started implementation of async api for mobile devices 2020-02-27 02:11:30 +01:00
sowle
7f98341a21
the build fixed for msvc 2020-02-25 19:39:08 +03:00
cryptozoidberg
4c73053a9f
added initialization flag 2020-02-23 07:45:04 +01:00
cryptozoidberg
254a2dcb6e
fixed compilation issues with windows/warning for paindroid 2020-02-23 06:26:12 +01:00
cryptozoidberg
3dc736466d
merged from develop 2020-02-23 03:56:25 +01:00
cryptozoidberg
211ff35e2c
fixed unhandled throw in case of double initialization 2020-02-23 03:14:35 +01:00
sowle
c0c0ae4bef
minor fixes 2020-02-22 11:37:01 +03:00
sowle
f9adc129fc
minor fixes 2020-02-22 11:34:24 +03:00
cryptozoidberg
181392f641
fixed paindroid home dir prefix 2020-02-21 19:29:46 +01:00
cryptozoidberg
f621740c79
re-enabled channels on android 2020-02-21 17:53:12 +01:00
sowle
e0bd168045
wallet: minor log fix 2020-02-21 14:59:54 +03:00
sowle
0dd6053221
waller: generate_packing_transaction_if_needed() fixed 2020-02-21 12:26:14 +03:00
cryptozoidberg
f02be48e03
fixed byte order for android 2020-02-21 02:13:58 +01:00
cryptozoidberg
40bedc2457
removed other unlinkable in paindroid functions 2020-02-21 01:14:58 +01:00
cryptozoidberg
7b12ce6e9f
disabled unlinked utf8 functions for android, chaged libs to static 2020-02-21 01:05:39 +01:00
sowle
bda624e26a
minor fix in get_bundle_root_dir() 2020-02-21 00:15:15 +03:00
sowle
9722b3baf9
wallets manager: minor improvements in exceptions' handling 2020-02-20 15:40:00 +03:00
sowle
3609e683d9
minor fixes in logs 2020-02-20 11:20:31 +03:00
cryptozoidberg
0c54ca7270
get rid of boost.locale under paindroid 2020-02-20 03:07:03 +01:00
cryptozoidberg
0c6b813c05
paindroid version fixes 2020-02-20 02:54:45 +01:00
sowle
6356b9b09d
checkpoints for testnet 2020-02-19 19:26:40 +03:00
sowle
f4893863be
exceptions handling in wallets_manager dtor 2020-02-19 16:12:52 +03:00
sowle
85c27e81ea
get_wallet_info() fixed 2020-02-18 18:58:03 +03:00
sowle
7cf98ccb75
fixed minor issue in lmdb_db_backend::set() 2020-02-18 17:03:22 +03:00
sowle
68772f3e04
minor fix in transform_str_to_addr() 2020-02-18 15:50:24 +03:00
cryptozoidberg
da0c01a953
no comments! :) 2020-02-18 09:14:56 +01:00
cryptozoidberg
0dec06b271
fixed compilation issue with literal 2020-02-18 09:08:53 +01:00
cryptozoidberg
89b15a9dc2
adjusted macros for both android and ios 2020-02-18 07:45:59 +01:00
cryptozoidberg
fa3c922c6f
Android-related changes(dirty) for native library 2020-02-18 07:05:31 +01:00
sowle
bc1152ede5
check return value of do_serialize in get_attachment_extra_info_details() 2020-02-17 16:44:11 +03:00
sowle
67e416b862
tx pool: fill_block_template rewritten to avoid dangerous pointers manipulations 2020-02-17 13:13:07 +03:00
cryptozoidberg
0a1f87bc14
returned terminate handler 2020-02-14 22:02:20 +01:00
sowle
966cb52343
tx pool: fixed potential rare access violation issue 2020-02-14 15:53:39 +03:00
cryptozoidberg
b695238f47
disabled terminate handler 2020-02-13 23:58:44 +01:00
sowle
f298afde10
crypto: ge_scalarmult_p3 implemented (scalar multiplication returning point in ge_p3 format) 2020-02-14 01:57:31 +03:00
cryptozoidberg
5cc30aa01d
added seed data to inital api calls 2020-02-13 22:28:17 +01:00
cryptozoidberg
74092e500b
fixed bug in generate/restore api 2020-02-13 21:29:07 +01:00
sowle
2a12f5ecb5
tx pool: new soft rule: standalone txs will be rejected while BCS is in CP zone (more security when checkpoints will be enabled)
(also, this should fix gen_checkpoints_and_invalid_tx_to_pool test that was especially written to cover this case)
2020-02-13 15:55:58 +03:00
cryptozoidberg
c4a423f6f5
fixed native library for auto-start of sync process in wallet thread 2020-02-13 01:44:30 +01:00
cryptozoidberg
34b8233087
fixed wallet path bug 2020-02-12 20:58:36 +01:00
cryptozoidberg
92cce9628c
enebale remote node flag 2020-02-12 20:55:11 +01:00
cryptozoidberg
b931199386
fixed initialization 2020-02-12 20:36:54 +01:00
cryptozoidberg
480c1a0bdc
fixed param for generate 2020-02-12 00:30:04 +01:00
cryptozoidberg
b43a09b6e4
removed static init of core components from ios build 2020-02-12 00:19:30 +01:00
cryptozoidberg
545288f393
cut subscribe_to_core_events 2020-02-12 00:14:47 +01:00
cryptozoidberg
8865c0c270
why BOOST_CLASS_VERSION was there?? 2020-02-12 00:10:31 +01:00