sowle
|
d97e1dc955
|
more compilation fixes
|
2022-05-27 20:48:42 +02:00 |
|
sowle
|
4c720ebd82
|
various compilation and warning fixes for gcc
|
2022-05-27 19:50:21 +02:00 |
|
sowle
|
775fab7374
|
unit_test: compilation fixup
|
2022-05-27 17:14:38 +02:00 |
|
sowle
|
c68edd162c
|
functional_tests: transactions_flow_tests fixed
|
2022-05-26 22:26:47 +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
|
32c852b48c
|
coretests: improve log messages on events generation
|
2022-05-26 17:01:28 +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
|
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
|
17d1245db1
|
serializations forks as magic
|
2022-05-17 17:32:53 +02:00 |
|
cryptozoidberg
|
23803851fe
|
serialization of versioned transactions: test(in progress)
|
2022-05-17 16:16:57 +02:00 |
|
cryptozoidberg
|
240b5808b9
|
trasaction binary versions transaction implementation
|
2022-05-16 23:32:28 +02:00 |
|
cryptozoidberg
|
cfb9b463d7
|
merge with zarcanum
|
2022-05-14 20:12:44 +02:00 |
|
cryptozoidberg
|
b9f750d132
|
fixed multisig_and_unlock_time
|
2022-05-14 19:47:47 +02:00 |
|
cryptozoidberg
|
ca760a237a
|
fixed all coretests
|
2022-05-13 23:35:56 +02:00 |
|
sowle
|
67b5551eea
|
crypto tests: various fixes
|
2022-05-12 20:50:14 +02:00 |
|
cryptozoidberg
|
ce4b04014b
|
compilation of core tests fixed
|
2022-05-12 18:22:53 +02:00 |
|
sowle
|
4393db02bc
|
crypto: range proof tests compilation fix
|
2022-05-12 16:47:12 +02:00 |
|
cryptozoidberg
|
186e1fdcf9
|
multiple fixes over core_tests(transition to tx_version 2)
|
2022-05-11 23:52:33 +02:00 |
|
sowle
|
9032642ca7
|
linux build: suppress -Wcomment globally, add dl as a dependency for coretests
|
2022-05-11 22:52:45 +02:00 |
|
sowle
|
f355c89fc4
|
even more minor fixes
|
2022-05-11 21:23:44 +02:00 |
|
sowle
|
b7f30382e1
|
more minor fixes
|
2022-05-11 21:11:33 +02:00 |
|
sowle
|
7df157520d
|
minor fixes (epee namespace, warnings)
|
2022-05-11 21:02:06 +02:00 |
|
cryptozoidberg
|
1cf6d337d3
|
introducing tx_version(in progress, everything is broken so far)
|
2022-05-10 23:49:20 +02:00 |
|
sowle
|
2b1d890b74
|
wallet & coretests: minor error-logging improvements
|
2022-05-01 21:03:27 +02:00 |
|
sowle
|
82c4a47a21
|
functional tests: crypto test runner minor fix
|
2022-04-25 16:37:44 +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 |
|
cryptozoidberg
|
3f1963b583
|
fixed hard_fork_2_awo_wallets_basic_test
|
2022-04-20 21:44:25 +02:00 |
|
cryptozoidberg
|
2f0b5a323f
|
core tests fixes for TOR
|
2022-04-20 20:58:52 +02:00 |
|
cryptozoidberg
|
5c42da0a84
|
merge from develop
|
2022-04-20 19:12:16 +02:00 |
|
sowle
|
decbbe973c
|
tests: random_helper minor improvements
|
2022-04-20 15:36:31 +02:00 |
|
sowle
|
b0e8e6c2eb
|
crypto: scalar_t: get_bit, set_bit, clear_bit, power_of_2 implemented; crypto_sc_set_bit_clear_bit test added
|
2022-04-15 21:29:08 +02:00 |
|
sowle
|
a0211f2b27
|
crypto tests: ASSERT_NEQ
|
2022-04-15 21:27:16 +02:00 |
|
sowle
|
218c6a38cb
|
crypto: Bulletproofs+ with double-blinded commitments extension implemented (nicknamed as bppe), basic tests added
|
2022-04-11 20:43:43 +02:00 |
|
sowle
|
10141c3dfc
|
crypto: range proofs major refactoring, crypto traits refactored, calc_exp_power_of_2_upper_bound changed to constexpr analogs
|
2022-04-10 19:50:13 +02:00 |
|
sowle
|
319d53f7cf
|
crypto: H2 introduced, functional tests main's clean-up
|
2022-04-10 19:45:45 +02:00 |
|
sowle
|
b9ccb10287
|
crypto: scalar_t::git_bit + test crypto_sc_get_bit; hash_helper_t extended with hp variants
|
2022-04-09 21:12:44 +02:00 |
|
sowle
|
2478dbb677
|
coretests fixed
|
2022-03-21 19:45:21 +03:00 |
|
cryptozoidberg
|
72bfd89717
|
improved p2p protocol for relaying tx over tor
|
2022-03-21 16:47:11 +02:00 |
|
sowle
|
b6fca25a10
|
boost placeholders fix
|
2022-03-20 03:22:46 +03:00 |
|
cryptozoidberg
|
761b75ad72
|
added batch jobs to threads pool
|
2022-02-08 14:51:22 +01:00 |
|
cryptozoidberg
|
e2bb37e5cb
|
added tests for threads pool
|
2022-02-08 13:59:09 +01:00 |
|
cryptozoidberg
|
be318d6ed4
|
threads pool: inital code + unit tests dummy
|
2022-02-04 22:15:59 +01:00 |
|
sowle
|
140f43bc5e
|
crypto tests: point_is_zero test added
|
2021-12-31 06:44:26 +03:00 |
|
sowle
|
4659409288
|
crypto_tests: torsion_elements test added
|
2021-12-27 07:13:37 +03:00 |
|
sowle
|
8645a9ce2f
|
crypto tests: cn_fast_hash_perf improved
|
2021-12-18 08:35:48 +03:00 |
|
sowle
|
0ad4ab6c52
|
coretests: wallet_spend_form_auditable_and_track test added
|
2021-12-01 05:19:11 +03:00 |
|
sowle
|
5f0b5f8f55
|
unittests: checkpoints_test.get_checkpoint_before_height_1 and checkpoints_test.get_checkpoint_before_height_2 tests added
|
2021-11-29 23:46:33 +03:00 |
|
sowle
|
03a828228c
|
coretests: 1) gen_checkpoints_prun_txs_after_blockchain_load fixed to reflect new rules on tx pruning; 2) final touches to gen_checkpoints_set_after_switching_to_altchain
|
2021-11-29 04:50:30 +03:00 |
|