1
0
Fork 0
forked from lthn/blockchain
Commit graph

1216 commits

Author SHA1 Message Date
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
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
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
sowle
f298afde10
crypto: ge_scalarmult_p3 implemented (scalar multiplication returning point in ge_p3 format) 2020-02-14 01:57:31 +03: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
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
sowle
3f69145426
coretests: gen_checkpoints_and_invalid_tx_to_pool test added 2020-02-11 18:55:48 +03:00
cryptozoidberg
b52391aa3b
added missing files, fixed build 2020-02-10 22:47:06 +01:00
cryptozoidberg
adba06c610
Merge branch 'wallet_refactoring' into develop 2020-02-10 21:44:50 +01:00
cryptozoidberg
8580ae93d8
daemon_backend renamed to wallets_manager and moved to wallet folder(wallet lib) 2020-02-10 21:44:06 +01:00
cryptozoidberg
0b1b38a85e
utxo money format changed to brief 2020-02-09 20:21:24 +01:00
cryptozoidberg
fb60f6d5fe
utxo generated with money format 2020-02-09 18:30:52 +01:00
cryptozoidberg
f219493a7e
added seed to wallet info 2020-02-08 23:47:26 +01:00
sowle
599b97d633
build: minor whitespace fix 2020-02-08 18:36:31 +03:00
cryptozoidberg
937365c3bf
reduced log output 2020-02-08 04:22:24 +01:00
sowle
ae2e1955fe
core: fixed few bugs in prune_ring_signatures_and_attachments_if_need() 2020-02-07 12:39:54 +03:00
cryptozoidberg
543558aca7
fixed cmake 2020-02-04 00:17:15 +01:00
cryptozoidberg
bc9bbe8d10
added print_money method 2020-02-03 19:28:05 +01:00
cryptozoidberg
5dfefd20ca
fixed bug in rpc map macro 2020-02-03 18:19:54 +01:00
cryptozoidberg
577733133f
epee's json rpc lib extended a bit beyond JSON RPC specification 2020-02-03 18:00:41 +01:00
cryptozoidberg
1b94af5444
Merge branch 'mobile' into develop 2020-02-03 17:16:55 +01:00
cryptozoidberg
1bcd7e8bb6
clean cmake edits 2020-02-03 17:16:25 +01:00
cryptozoidberg
834e679b8c
Merge branch 'develop' into mobile 2020-02-03 17:00:09 +01:00
cryptozoidberg
150a6ccde1
Merge branch 'develop' of github.com:hyle-team/zano into develop 2020-02-03 16:59:54 +01:00
cryptozoidberg
7129c80832
extended rpc api for plain wallet needs 2020-02-03 16:58:02 +01:00
cryptozoidberg
ff0bf64357
added synchronization to plain_wallet 2020-02-03 02:11:20 +01:00
cryptozoidberg
6805e9abed
extended plain wallet api for interruptin sync thread-2 2020-02-01 23:49:59 +01:00
cryptozoidberg
5a0dc75aab
extended plain wallet api for interruptin sync thread 2020-02-01 23:47:37 +01:00
cryptozoidberg
c2ca2c8177
extended api for working with filenames and bundle dir 2020-02-01 19:43:57 +01:00
cryptozoidberg
6ff8669843
added wallets list api 2020-01-28 21:56:17 +01:00
cryptozoidberg
47ef958d7e
added library version 2020-01-28 21:37:04 +01:00
cryptozoidberg
e690673498
added logs initializaion 2020-01-28 18:23:09 +01:00
cryptozoidberg
488be10664
added macos workaround for 'invokes deleted constructor' 2020-01-28 00:58:48 +01:00
cryptozoidberg
98f2d5e155
fixed compilation issue 2020-01-28 00:49:12 +01:00
cryptozoidberg
4729cffbae
changed plain wallet iface to avoid pointers 2020-01-28 00:47:44 +01:00
sowle
5622ce550b
minor fixes in suspicious block time check 2020-01-28 02:37:54 +03:00
sowle
0d72922877
coretests: multisig_and_checkpoints fixed (changes in account_base shifted random sequence) 2020-01-28 02:35:07 +03:00
cryptozoidberg
ef856d01cc
diff switched to more portable ver 2020-01-27 22:42:18 +01:00
cryptozoidberg
ccb304dce9
added preprocessor defintion for ios 2020-01-27 22:20:22 +01:00
cryptozoidberg
b1dbb8867e
fixed wrong line in cmake 2020-01-27 22:16:44 +01:00
cryptozoidberg
5d70ada83e
disabled policies 2020-01-27 21:53:00 +01:00
cryptozoidberg
0eac604ef8
added install instructions 2020-01-27 21:46:40 +01:00