1
0
Fork 0
forked from lthn/blockchain
Commit graph

598 commits

Author SHA1 Message Date
cryptozoidberg
b48dada17f
added FORCE_HEADER_ONLY for projects that use header files as external interface 2021-08-17 12:13:13 +02:00
cryptozoidberg
69500c83be
fixed last bugs in isolate_auditable_and_proof 2021-08-17 12:13:11 +02:00
cryptozoidberg
d49882fbc0
fixed minor bugs, proofs working now 2021-08-17 12:13:11 +02:00
cryptozoidberg
11ef684b94
bunch of fixes over isolate_auditable_and_proof test 2021-08-17 12:13:11 +02:00
cryptozoidberg
479f2029a0
added test isolate_auditable_and_proof 2021-08-17 12:13:10 +02:00
cryptozoidberg
42712aa8d7
fixed default initialization for decrypt/encrypt visitors 2021-08-17 12:13:10 +02:00
cryptozoidberg
13e59ffafb
implemented basic suppoer of wrapping in wallet(service commands) + inital support in simplewallet 2021-08-17 12:13:09 +02:00
sowle
9d42cb9851
Merge branch 'release' into develop 2021-07-29 13:51:55 +03:00
sowle
755ed3249a
predownload & checkpoint for mainnet @ 1161000 2021-07-29 00:00:51 +03:00
cryptozoidberg
5df4988e6e
updated munin plugins 2021-06-17 15:53:44 +02:00
cryptozoidberg
d0932f1ea4
added mixins into monitoring 2021-06-17 01:48:07 +02:00
cryptozoidberg
ff1914aab5
rolled back wallet version 2021-06-11 21:57:44 +03:00
cryptozoidberg
51bb91c66c
rolled back eperimental code 2021-06-03 18:46:44 +03:00
cryptozoidberg
c8c2414fd3
added new portable storage 2021-06-02 23:52:18 +03:00
cryptozoidberg
1957ea5c75
Merge branch 'release' into develop 2021-05-07 12:01:10 -05:00
cryptozoidberg
b310c5c29d
reset testnet 2021-05-07 12:00:38 -05:00
cryptozoidberg
3305a8ff44
Merge branch 'release' into develop 2021-05-03 13:10:40 -05:00
cryptozoidberg
fe3d4f4807
test 2021-05-03 13:00:24 -05:00
sowle
c4abdc39df
typo fix 2021-04-28 21:26:23 +03:00
sowle
ebf5486513
1) test_chain_unit_enchanced::check_hardfork_active implemented, 2) core runtime config minor improvement 2021-04-28 07:00:32 +03:00
cryptozoidberg
b1e2fbbe55
fixed few coretests 2021-04-27 17:15:30 -05:00
cryptozoidberg
60e25df8f6
set a hardfork block number 2021-04-26 15:30:07 -05:00
cryptozoidberg
ac5b6b6030
fixed few bugs in block version pre-validation(possible hardfork) 2021-04-23 22:37:37 -05:00
cryptozoidberg
38aab2c61c
moved htlc from hardfork 2 to hardfork 3 2021-04-22 11:48:33 -05:00
cryptozoidberg
6fea62ddf7
added checkpoint in testnet 2021-04-16 14:31:18 -05:00
cryptozoidberg
ffd1ecdcff
fixed counterparty_address load from transaction details 2021-03-26 00:43:50 +03:00
cryptozoidberg
b4903386a5
checkpoints reset for testnet 2021-03-22 21:13:19 +03:00
cryptozoidberg
9df7801865
iplemented RPC API for atomics 2021-03-18 22:35:11 +03:00
cryptozoidberg
e001149194
testnet restarted (in atomics branch yet) 2021-03-13 16:13:03 +03:00
cryptozoidberg
74f30a8c5f
validate_tx_for_hardfork_specific_terms: added old code in comments 2021-03-11 01:34:21 +03:00
cryptozoidberg
3962e6153d
fixed multiple bugs related to recent refactoring 2021-03-10 22:35:34 +03:00
cryptozoidberg
f0e41e1980
htlc: added hardfork2 rules, improved core tests for atomics 2021-03-08 02:09:08 +03:00
cryptozoidberg
d8f276b30b
multiple fixes over atomics 2021-02-15 02:17:59 +01:00
cryptozoidberg
06ca6e035d
implemented taking origin from redeemed tx 2021-02-14 00:28:39 +01:00
cryptozoidberg
82d0e335e6
added double spend protection in htlc(great that i've thought about it now), wallet loading optimization 2021-02-13 00:57:24 +01:00
cryptozoidberg
52c5c1250f
atomic: wallet improvements 2021-02-08 21:31:46 +01:00
cryptozoidberg
7b30823774
atomic: bugfixes 2021-02-06 23:46:53 +01:00
cryptozoidberg
b4a3a404b4
atomics: bugfixing 2021-02-06 00:02:48 +01:00
cryptozoidberg
e3ef3dc704
fixed chain_switching_when_out_spent_in_alt_chain_ref_id 2021-02-04 21:28:53 +01:00
cryptozoidberg
41ca8cff41
atomics: started to work on tests + light refactoring 2021-02-04 01:49:38 +01:00
cryptozoidberg
a7363cfcd3
Merge branch 'develop' into atomics 2021-02-03 18:38:45 +01:00
cryptozoidberg
447d11e02d
htlc: fixes here and there2 2021-02-03 18:37:57 +01:00
cryptozoidberg
d5c0e873ef
htlc: fixes here and there 2021-02-03 00:13:44 +01:00
cryptozoidberg
ae24efa5e3
first draft of wallet atomics workflow is done(no tests created yet) 2021-02-02 22:14:34 +01:00
cryptozoidberg
a31670f225
in the middle of prepare_tx_sources_htlc 2021-02-02 19:02:28 +01:00
cryptozoidberg
0b8e651ce2
redeem_htlc - in work 2021-01-31 23:07:06 +01:00
cryptozoidberg
cccb0e209f
multiple fixes over wallet 2021-01-31 19:42:02 +01:00
sowle
02fb693905
checkpoint added: at 900000 for mainnet and at 700000 for testnet 2021-01-28 14:59:14 +03:00
cryptozoidberg
66387d2bd5
htlc: implemented tracking of active htlc, creating transactio with htlc 2021-01-27 22:49:15 +01:00
cryptozoidberg
fca90b0146
implemented tracking of htlc in wallet(creation is not implemented yet) 2021-01-24 21:00:43 +01:00