1
0
Fork 0
forked from lthn/blockchain
Commit graph

3854 commits

Author SHA1 Message Date
sowle
409c3e4079
build script linux: does not upload by default 2020-02-19 17:33:41 +03:00
sowle
b79020a4e3
readme: updated Dependencies section & Linux building instructions 2020-02-19 17:31:12 +03:00
sowle
eed1fe2708
exception handling in locked_object_proxy dtor 2020-02-19 16:14:44 +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
43e8fbefbd
keep stream flags intact in dump_as_json() 2020-02-18 17:04:14 +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
6d81ff7f6d
added ios and android macro definition 2020-02-18 09:01:42 +01:00
cryptozoidberg
5e7f42231d
fixed type in cmake 2020-02-18 08:45:50 +01:00
cryptozoidberg
410e241bdd
uncommented forgoten endif 2020-02-18 08:43:27 +01:00
cryptozoidberg
92d4ecd654
disabled cmake explicit CMAKE_AR assign 2020-02-18 08:37:31 +01:00
cryptozoidberg
51eb479000
disabled call stack extracting for android 2020-02-18 08:15:18 +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
sowle
01aad90840
coretests: gen_checkpoints_and_invalid_tx_to_pool fixed, all tests should pass normally now 2020-02-16 22:56:32 +03:00
sowle
9ede2f9802
coretests: implemented mark_unverifiable_tx callback for test_chain_unit_enchanced base class 2020-02-16 21:43:59 +03:00
sowle
b7e4dbcb38
snap: snapcraft config for Zano (work in progress) 2020-02-15 23:31:40 +03:00
cryptozoidberg
0a1f87bc14
returned terminate handler 2020-02-14 22:02:20 +01:00
sowle
192c981a80
Dockerfile for zano daemon 2020-02-14 17:15:05 +03: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
sowle
e9e61a05d0
coretests: adapted few tests to new tx pool rule (no standalone txs acceptable while BCS is in CP zone):
gen_checkpoints_attachments_basic, gen_checkpoints_invalid_keyimage, multisig_and_checkpoints_bad_txs, prun_ring_signatures, hard_fork_1_checkpoint_basic_test, multisig_and_checkpoints, gen_checkpoints_prun_txs_after_blockchain_load
2020-02-12 15:59:51 +03:00
sowle
a00b31a9b6
coretests: build fixed 2020-02-12 15:56:09 +03: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
cryptozoidberg
fd14a990e0
cut //#include daemon/daemon_commands_handler.h 2020-02-11 23:58:44 +01:00
cryptozoidberg
79902a2a16
surgery continued: cut headers 2020-02-11 23:51:35 +01:00
cryptozoidberg
b84949295b
cut other core-related code from IOS_BUILD 2020-02-11 23:34:16 +01:00
cryptozoidberg
c3296d4603
put core and other heavy core-dependent code under conditional compilation 2020-02-11 23:12:31 +01:00
cryptozoidberg
f537b18ba2
Fixed a link of discord badge 2020-02-11 18:02:10 +01:00
cryptozoidberg
680cab545d
Added discord badge 2020-02-11 17:56:15 +01:00
cryptozoidberg
abd1d47aa3
check for wrong initialization code on app level 2020-02-11 17:13:03 +01:00
cryptozoidberg
056d77d9c3
added close wallet to plain wallet 2020-02-11 17:06:14 +01:00
sowle
3f69145426
coretests: gen_checkpoints_and_invalid_tx_to_pool test added 2020-02-11 18:55:48 +03:00
cryptozoidberg
29945bfd15
fixed wallets_manager init signature 2020-02-11 04:07:32 +01:00