1
0
Fork 0
forked from lthn/blockchain
Commit graph

167 commits

Author SHA1 Message Date
cryptozoidberg
a8fe3f2797
Fixed #293 and refactored arg_descriptor(wanted to do it for such a long time!!!!) 2022-04-21 17:43:50 +02:00
sowle
708fb4c40b
bcs: minor improvements 2021-12-01 12:29:28 +03:00
sowle
e254f57e63
blockchain_storage::prune_ring_signatures_and_attachments_if_need() fixed (it could prune txs in cases when chain switching was still possible) 2021-11-27 05:26:36 +03:00
sowle
ba912973cf
bcs: minor fixes 2021-11-26 17:23:50 +03:00
sowle
92e2b1851b
actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10: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
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
sowle
c4abdc39df
typo fix 2021-04-28 21:26:23 +03:00
cryptozoidberg
b1e2fbbe55
fixed few coretests 2021-04-27 17:15:30 -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
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
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
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
d5c0e873ef
htlc: fixes here and there 2021-02-03 00:13:44 +01:00
cryptozoidberg
fca90b0146
implemented tracking of htlc in wallet(creation is not implemented yet) 2021-01-24 21:00:43 +01:00
cryptozoidberg
e823dab69f
fixed compilation 2021-01-20 23:48:42 +01:00
cryptozoidberg
79040fa9b3
validate_alt_block_input deep refactoring related to htlc 2021-01-20 23:16:28 +01:00
cryptozoidberg
16f37ed4c2
merge from develop 2021-01-18 22:00:36 +01:00
cryptozoidberg
29e291bcc1
htlc in work: altblock tx handling refactoring in work 2021-01-08 01:25:15 +01:00
sowle
bf9195db58
validate_alt_block_input fixed rare bug for cases g3-g5 when an output is spent in the next block 2021-01-07 19:40:55 +03:00
sowle
920d104e1b
validate_alt_block_input fixed for cases g3-g5 with mixins 2021-01-07 19:39:13 +03:00
cryptozoidberg
902d4ffd43
fixed scan_outputkeys_for_indexes overload 2021-01-07 15:04:45 +01:00
cryptozoidberg
0bb579769c
htlc in work: refactoring of txin_htlc structure, work on altchain handling witb htlc 2021-01-06 23:16:49 +01:00
cryptozoidberg
93aacf3bec
htlc in work: orderliness between htlc and to_key entities 2021-01-06 05:15:01 +01:00
cryptozoidberg
b2a7423ab4
htlc in work: scanning for outputs and validation agains internal errors 2021-01-06 00:10:54 +01:00
cryptozoidberg
3c51c95941
massive fixes over htlc, sha256/RIPEMD160 basic test(passing) 2021-01-04 22:41:16 +01:00
cryptozoidberg
faa8f69cf3
added sha256 and RIPEMD160 sources 2020-12-30 23:58:03 +01:00
cryptozoidberg
4ee72ef7ac
implemnting htlc inputs/outputs handling in core(work in progress) 2020-12-29 23:42:37 +01:00
sowle
b695cda21b
rebuild m_db_addr_to_alias container as well when migrating to DB v95 2020-07-13 14:54:32 +03:00
sowle
a8e490e108
blockchain db migration implemented: 93,94->95 (aliases rebuild) 2020-07-02 14:06:33 +03:00
sowle
8e2462a63c
prevalidate_alias_info minor fix 2020-06-25 15:52:47 +03:00
sowle
547f7bf1c4
many minor log improvements for debugging 2020-06-23 21:36:30 +03:00
cryptozoidberg
1698030467
Merge branch 'predevelop' into wallet_delayed_outputs_sync 2020-06-14 19:47:35 +02:00
cryptozoidberg
8f9f9f1698
implemented deferred fetching of global output indexes on receiving phase(preparation phase is todo) 2020-06-12 00:32:08 +02:00
sowle
bda15d3153
Merge branch 'develop' into predevelop 2020-06-11 13:28:18 +03:00
cryptozoidberg
267053964d
extended api for fetching blocks/txs, started work on implementing deferred fetching of global output indexes 2020-06-10 23:56:14 +02:00
sowle
1db364fbf6
minor log improvement 2020-06-08 18:05:32 +03:00
cryptozoidberg
2cf31bca10
fixed android/linux warnings 2020-06-04 19:31:29 +02:00
sowle
eb8b3f30b7
do not use burned coins for mixing in (anonymity improvement) 2020-06-03 13:09:43 +03:00
sowle
aaa5fcbfa9
Merge branch 'predevelop' into auditability 2020-05-23 22:59:29 +03:00
cryptozoidberg
20d93cafd3
got rid of console outputs 2020-05-23 12:14:19 +02:00
cryptozoidberg
2be08eae0d
fixed bug in get_est_height_from_date 2020-05-23 12:13:34 +02:00