sowle
7ce49e4e82
tx_pool: correct handling of key images regardless of input type + get_key_image_from_txin_v refactoring
2022-10-03 20:34:09 +02:00
sowle
01a458b5bc
purge_altblock_keyimages_from_big_heap() adapted for ZC inputs
2022-10-02 00:39:01 +02:00
sowle
7d33323a97
1) generate_ZC_sig fixed;
...
2) tx balance proof now generates only for txs with no ZC inputs;
3) check_inputs_types_suppored fixed;
4) check_outs_valid fixed;
5) check_inputs_overflow fixed;
2022-10-01 21:10:22 +02:00
sowle
b669401332
1) balance proof and explicit fee for post-HF4 txs; 2) multiple range proofs verification fixed; 3) zarcanum_outs_range_proof -> zc_outs_range_proof
2022-09-28 03:45:10 +02:00
sowle
5d349a963d
1) construct_miner_tx now supports post-HF4 PoW 2) new HF4 core rules: at least 2 outputs for each tx; tx.version > 1
2022-09-27 03:06:10 +02:00
sowle
0bfe224b66
minor fixes
2022-09-23 18:45:59 +02:00
sowle
c7bc50f968
validate_pos_block refactoring
2022-09-08 22:49:36 +02:00
cryptozoidberg
ec73527df9
compilation is ok, tests in progress
2022-09-06 19:41:20 +02:00
cryptozoidberg
7384485fe1
minting refactoring: in progress
2022-09-05 20:18:27 +02:00
sowle
9215afb462
wallet rpc: obsolete scan pos RPC has been removed
2022-09-05 12:25:04 +02:00
sowle
605ae739b8
zc balance proof implemented, coinbase tx creation and validation refactored
2022-08-25 04:28:34 +02:00
sowle
b253ee70ab
blockchain_storage::prevalidate_block() refactored
2022-08-23 21:26:26 +03:00
cryptozoidberg
bbe8e14e2b
fixed gen_block_wrong_version_agains_hardfork
2022-08-22 14:49:49 +02:00
cryptozoidberg
1131292908
Multiple fixes of bugs exposed by basic zarcanum coretest
2022-08-13 23:23:16 +02:00
cryptozoidberg
11298992d2
added inputs sorting validation
2022-08-12 01:10:52 +02:00
cryptozoidberg
84b702fa3f
removed validation from add_transaction_input_visitor, due to code is duplicated in validate_tx_for_hardfork_specific_terms
2022-08-09 00:03:02 +02:00
cryptozoidberg
86cca50a15
validate_tx_for_hardfork_specific_terms refactoring
2022-08-08 23:59:09 +02:00
sowle
59f8ae5fe7
txin_zarcanum_inputs -> txin_zc_input refactoring, including CLSAG_GG gen/verify + check_tx_input for txin_zc_input
2022-08-03 14:00:39 +02:00
sowle
bd784f9f50
code review and really minor improvements
2022-08-03 13:53:14 +02:00
sowle
e52e2b21a3
ZC_sig
2022-07-22 05:39:54 +02:00
cryptozoidberg
e7489557a6
more checks in core regarding collect_rangeproofs_data_from_tx()
2022-07-14 21:20:29 +02:00
cryptozoidberg
fccf54b295
added handling of zarcanum_outs_range_proofs in core
2022-07-14 21:10:23 +02:00
cryptozoidberg
fc0851922f
Merge branch 'zarcanum' into zarcanum_wallet
2022-07-06 13:23:15 +02:00
sowle
4028bab31c
add_out_to_get_random_outs() and print_blockchain_out_stats() refactoring
2022-07-04 21:08:53 +02:00
cryptozoidberg
b799aae67f
hidden amounts in wallet: syntax fixes
2022-07-04 15:26:28 +02:00
cryptozoidberg
75e05e2d2e
hidden amounts in wallet: process_new_transaction refactoring
2022-06-28 22:27:36 +02:00
sowle
389118e785
zarcanum sig WIP
2022-06-27 23:09:25 +02:00
cryptozoidberg
e94e5c0a97
multiple fixes over sig refactoring
2022-06-25 00:06:26 +02:00
cryptozoidberg
fa4b8ab130
signature refactoring: pre-core tests
2022-06-23 16:22:55 +02:00
cryptozoidberg
4f80c7c334
signature refactoring with []
2022-06-19 19:47:43 +02:00
cryptozoidberg
0e5bcbef47
improved alias detection in transaction history + added RPC API for alias registration
2022-06-18 20:50:03 +02:00
sowle
91c8b29145
remove redundant code in blockchain_storage::check_tx_inputs
2022-05-27 22:10:59 +02:00
sowle
a731c338de
more post-merge conflicts solved
2022-05-26 19:00:15 +02:00
sowle
f24b1350ab
Merge branch 'zarcanum_tx' into zarcanum
...
# Conflicts solved in:
# src/currency_core/blockchain_storage.cpp
# src/currency_core/blockchain_storage.h
# src/currency_core/core_runtime_config.h
2022-05-26 17:59:15 +02:00
sowle
456588ddc3
hardfork-related structures global refactoring
2022-05-26 16:53:40 +02:00
cryptozoidberg
217a54c8b1
fixed all core tests
2022-05-25 22:31:23 +02:00
cryptozoidberg
7162a23dd3
blockchain_storage.cpp compilation fixed
2022-05-24 00:46:44 +02:00
cryptozoidberg
7070cecaf2
tx strcture and signature varian refactoring(compilation is still broken)
2022-05-23 21:03:13 +02:00
cryptozoidberg
389209ff02
tx stracture changes: in progress 3 + signatures converting to varian signature: in progress
2022-05-20 21:32:27 +02:00
cryptozoidberg
0833566d96
transition to multi-types vout(in progress)
2022-05-18 23:39:08 +02:00
cryptozoidberg
17d1245db1
serializations forks as magic
2022-05-17 17:32:53 +02:00
cryptozoidberg
240b5808b9
trasaction binary versions transaction implementation
2022-05-16 23:32:28 +02:00
cryptozoidberg
ca760a237a
fixed all coretests
2022-05-13 23:35:56 +02:00
cryptozoidberg
1cf6d337d3
introducing tx_version(in progress, everything is broken so far)
2022-05-10 23:49:20 +02:00
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