1
0
Fork 0
forked from lthn/blockchain
Commit graph

243 commits

Author SHA1 Message Date
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
sowle
b56e7311e2
coretests: gen_no_attchments_in_coinbase fixed 2020-05-08 22:55:24 +03:00
sowle
eb70e67e13
coretests: hard_fork_2_tx_extra_alias_entry_in_wallet test added 2020-05-08 22:51:19 +03:00
cryptozoidberg
c39bd62748
renamed api response codes to more general way, fixed loggin 2020-05-07 23:26:41 +02:00
sowle
3701b138b6
unit_tests: wallet_seed.basic_test added, exposes a bug 2020-05-07 15:01:01 +03:00
cryptozoidberg
3136e311e0
all tests got fixed 2020-05-02 22:53:52 +02:00
cryptozoidberg
2ca5913ad5
fixed core tests 2020-05-02 01:27:55 +02:00
cryptozoidberg
00dae66320
finished shortener test 2020-05-01 13:25:28 +02:00
cryptozoidberg
3d1a977991
fixed bugs with detach 2020-04-30 23:21:14 +02:00
cryptozoidberg
16de0b986f
implemented and tested(basic test) short_chain_history 2020-04-30 22:29:08 +02:00
sowle
42a752d12b
new addresses formats + unit tests 2020-04-30 18:50:22 +03:00
sowle
a5516dbd7e
coretests: hard_fork_2_tx_receiver_in_wallet test added 2020-04-29 21:04:40 +03:00
sowle
ead981b838
coretests: hard_fork_2_tx_payer_in_wallet test added 2020-04-28 15:53:31 +03:00
sowle
fc68a33bed
coretests: wlt_lambda_on_transfer2_wrapper moved 2020-04-28 15:51:41 +03:00
sowle
e30214d722
whitespace fix 2020-04-27 18:29:55 +03:00
sowle
97265d06b4
typo fixed 2020-04-27 18:23:40 +03:00
sowle
158aea723c
typo fixed 2020-04-27 18:11:18 +03:00
sowle
3a2fb378a4
initial coretests for auditability, work in progress 2020-04-27 16:09:02 +03:00
sowle
2aa1db2636
more fixes for performance tests 2020-04-23 17:13:26 +03:00
sowle
43ea2cb9db
more fixes for performance tests 2020-04-23 17:12:26 +03:00
sowle
e7c4ea6acc
all tests are adapted 2020-04-23 16:07:18 +03:00
sowle
f532e4637e
coretests fixed 2020-04-23 15:41:40 +03:00
sowle
145dd6b024
unit_tests fixed 2020-04-23 14:56:03 +03:00
cryptozoidberg
7d99128a21
bundle working folder now passed throught configuration 2020-03-26 04:34:26 +01:00
cryptozoidberg
31e328768e
implemented secure api for configuring wallets data 2020-03-20 04:19:25 +01:00
sowle
14ea7fede8
attempt to fix coretests 2020-03-16 20:03:45 +03:00
cryptozoidberg
01b6f41509
implemented get logs/truncate logs in plain_wallet 2020-03-15 06:14:08 +01:00
sowle
1c4efe6800
attempt to fix coretests 2020-03-13 04:38:30 +03:00
cryptozoidberg
83f42ef10f
fixed bug with unknown wallet 2020-02-28 12:28:00 +01:00
cryptozoidberg
47e33ff75d
fixed bug with deatachment of thread object 2020-02-28 05:37:53 +01:00
cryptozoidberg
3dc736466d
merged from develop 2020-02-23 03:56:25 +01:00
sowle
d521e58fdb
coretests: pos_minting_tx_packing improved to cover more (and now it exposes a bug in generate_packing_transaction_if_needed) 2020-02-21 03:00:56 +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
cryptozoidberg
c4a423f6f5
fixed native library for auto-start of sync process in wallet thread 2020-02-13 01:44:30 +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
sowle
3f69145426
coretests: gen_checkpoints_and_invalid_tx_to_pool test added 2020-02-11 18:55:48 +03:00
cryptozoidberg
834e679b8c
Merge branch 'develop' into mobile 2020-02-03 17:00:09 +01:00
sowle
0d72922877
coretests: multisig_and_checkpoints fixed (changes in account_base shifted random sequence) 2020-01-28 02:35:07 +03:00
cryptozoidberg
cfe9837ba8
tested plain wallet interface, and fixed errors 2020-01-27 20:57:12 +01:00
cryptozoidberg
03f04c9dd9
implemented exented wallet api, finished plain wallet test(but not tested yet) 2020-01-23 03:26:25 +01:00
cryptozoidberg
c0f1d7b577
fixed cmake, fixed compilation problems, implemented plain_api test draft 2020-01-21 01:31:16 +01:00
sowle
209b1626c6
unittests: lmdb.2gb_test improved to catch a stochastic bug (2) 2019-12-20 03:15:54 +03:00
sowle
e80f778ec2
unittests: lmdb.2gb_test improved to catch a stochastic bug 2019-12-19 03:29:32 +03:00
sowle
aa2e4f716d
coretests: pos_minting_tx_packing fixed 2019-12-15 01:01:32 +03:00
sowle
e8ce7c20a3
coretests: multisig_wallet_test improved to cover more 2019-12-11 20:49:26 +03:00
sowle
98c782565f
coretests: pos_minting_tx_packing added 2019-12-06 19:03:12 +03:00
cryptozoidberg
c19ee435fc
Merge branch 'develop' into txpool_optimisation 2019-12-05 16:05:01 +01:00