cryptozoidberg
|
e066257278
|
ionic_swaps: replaced Alice and Bob terms to Initiator and Finalizer
|
2023-10-11 12:28:05 +02:00 |
|
sowle
|
21718b01b9
|
coretests: ionic_swap_basic_test clean-up and improvements
|
2023-10-06 15:31:36 +02:00 |
|
sowle
|
6bd09626b1
|
code clean-up and ionic_swap_basic_test fixed
|
2023-10-04 18:18:11 +02:00 |
|
cryptozoidberg
|
80d8e49b2a
|
Implemented fix for the bug related to ionic swaps(non-native coins issue)
|
2023-09-08 19:33:13 +02:00 |
|
cryptozoidberg
|
37e6a68509
|
attempt to fix issue with broken versioning in tx versioned structs
|
2023-09-01 11:59:47 +02:00 |
|
sowle
|
3402da561c
|
Merge branch 'asset_update' into cryptoassets
# Conflicts:
# tests/core_tests/multiassets_test.cpp
|
2023-08-29 14:13:15 +02:00 |
|
cryptozoidberg
|
8e56e876db
|
fixed another problem with lambda call
|
2023-08-28 21:43:57 +02:00 |
|
cryptozoidberg
|
70ea36db50
|
fixed more issues with wallet_tests_basic
|
2023-08-28 20:58:26 +02:00 |
|
cryptozoidberg
|
433125716e
|
fixed issues with wallet_tests_basic
|
2023-08-28 20:50:40 +02:00 |
|
sowle
|
16ed0c15a5
|
coretests: multiassets_basic_test improved
|
2023-08-28 19:15:49 +02:00 |
|
cryptozoidberg
|
7bfa59fd7e
|
full test for assets operations ready and passes
|
2023-08-25 22:40:20 +02:00 |
|
cryptozoidberg
|
1f11b2af97
|
implemented test for validation ownership of asset_update operation
|
2023-08-24 20:32:50 +02:00 |
|
cryptozoidberg
|
06db8961e7
|
implemented basic code for injection of debug events into wallet multistep opperations
|
2023-08-24 17:57:23 +02:00 |
|
sowle
|
8fdd15f584
|
crypto: implemented point_t::operator-() + test
|
2023-08-23 19:32:28 +02:00 |
|
cryptozoidberg
|
a3a022119c
|
extended multiassets test to check burn operations
|
2023-08-22 14:47:41 +02:00 |
|
cryptozoidberg
|
3996567462
|
fixed few errors discovered by multiasset_test, still problem with emmit
|
2023-08-17 21:00:59 +02:00 |
|
cryptozoidberg
|
4c666aa6a4
|
added more test cases for emmit into multiassets_basic_test
|
2023-08-16 23:04:29 +02:00 |
|
cryptozoidberg
|
26ef578f08
|
fixed at least currency_format_utils.cpp
|
2023-08-14 22:32:52 +02:00 |
|
sowle
|
e9a6913869
|
coretests: print_tx_size_breakdown()
|
2023-08-10 20:32:15 +02:00 |
|
sowle
|
a6036e2a13
|
wallet & PoS: don't try to mine a PoS block if the current sequence factor is too high
|
2023-08-09 01:38:00 +02:00 |
|
sowle
|
46e4919245
|
Zarcanum PoS proofs & wallet's mining code made compatible with non-explicit asset id outputs
|
2023-08-08 16:58:49 +02:00 |
|
sowle
|
256f60311a
|
coretests: minor fix for multiassets_basic_test
|
2023-08-08 13:09:39 +02:00 |
|
sowle
|
0d5e58c2c7
|
coretests: added new test assets_and_pos_mining which uncovers a bug in Zarcanum PoS implementation when a non-explicit asset id output is being staked
|
2023-08-08 02:43:45 +02:00 |
|
sowle
|
76b85372b5
|
coretests: assets_and_explicit_native_coins_in_outs was improved to cover alias registration (burn coins) while having all non-explicit asset ids in inputs
|
2023-08-07 02:41:40 +02:00 |
|
sowle
|
3916dd5502
|
coretests: gen_wallet_alias_via_special_wallet_funcs improved to also cover request_alias_registration() with the default alias reward
|
2023-08-06 21:14:07 +02:00 |
|
sowle
|
1854196132
|
coretests: gen_alias_too_much_reward adapted for post-HF4
|
2023-08-06 14:23:28 +02:00 |
|
sowle
|
44cf9fd3fe
|
gcc compilation issues fixed
|
2023-08-06 03:17:26 +02:00 |
|
sowle
|
a3b12b1931
|
coretests: alias tests (and two wallet-alias tests) now set to be run in HF4 environment as well (many of them should fail because fixes were not committed yet)
|
2023-08-06 02:27:58 +02:00 |
|
sowle
|
adc006f2db
|
coretests: gen_wallet_alias_and_unconfirmed_txs and gen_wallet_alias_via_special_wallet_funcs were improved and adapted to HF4
|
2023-08-06 02:19:28 +02:00 |
|
sowle
|
ff3614fcce
|
coretests: gen_alias_in_coinbase, gen_alias_tests and gen_alias_too_small_reward were fixed and adapted for post-HF4
|
2023-08-06 02:00:40 +02:00 |
|
sowle
|
c1e0bc79a2
|
chaingen: replace_coinbase_in_genesis_block()
|
2023-08-06 01:51:31 +02:00 |
|
sowle
|
07d34298a0
|
coretests: compilation fixes
|
2023-08-06 01:29:04 +02:00 |
|
sowle
|
8a8477656d
|
chaingen: fixed few bugs in construct_tx_with_many_outputs() and put_alias_via_tx_to_list()
|
2023-08-06 01:28:18 +02:00 |
|
sowle
|
9e61ccfedc
|
coretests: construct_pow_block_with_alias_info_in_coinbase and construct_block_gentime_with_coinbase_cb adapted for hf4
|
2023-08-04 02:47:52 +02:00 |
|
sowle
|
7663f8386a
|
fixed minor gcc compilation issues
|
2023-08-03 01:29:10 +02:00 |
|
sowle
|
b0bbca04d6
|
coretests: fixed a bug with ZC outs handling in fill_tx_sources()
|
2023-08-02 22:56:57 +02:00 |
|
sowle
|
d1e066c609
|
coretests: various fixes for alias tests
|
2023-08-02 22:55:09 +02:00 |
|
sowle
|
aed4d0bbee
|
coretests: chaingen improvements for --stop-on-first-fail
|
2023-08-02 22:49:41 +02:00 |
|
sowle
|
affa54f1e1
|
partially fixed a bug with alias registration for hf4 + gen_alias_update_for_free test updated
|
2023-07-28 04:15:27 +02:00 |
|
cryptozoidberg
|
6c8f879661
|
Implemented attachment_isolation_test and fix for this test
|
2023-07-19 22:09:14 +02:00 |
|
cryptozoidberg
|
963b1b3f10
|
added forgoten files
|
2023-07-17 14:34:28 +02:00 |
|
cryptozoidberg
|
f36f570310
|
Implemented test for the issue related to TX_SERVICE_ATTACHMENT_ENCRYPT_BODY_ISOLATE_AUDITABLE with outgoing transactions
|
2023-07-14 22:44:16 +02:00 |
|
sowle
|
4d5c6e2ec6
|
performace_tests: comilation fix for gcc + warnings
|
2023-07-14 13:33:33 +02:00 |
|
sowle
|
5ff0f93027
|
unit_tests & performance_tests: fixed compilation error
|
2023-07-14 01:30:26 +02:00 |
|
cryptozoidberg
|
d7dea2ad14
|
added cross-coversion for JSON parser string->uint64_t
|
2023-07-13 15:49:30 +02:00 |
|
sowle
|
abe696b2f4
|
functional tests: compilation fixed
|
2023-07-13 01:00:17 +02:00 |
|
cryptozoidberg
|
bf908f43a6
|
Merge branch 'cryptoassets' into recent_history
|
2023-06-20 21:59:53 +02:00 |
|
cryptozoidberg
|
a744092d9a
|
last fixes over bunch of tests
|
2023-06-20 21:59:02 +02:00 |
|
cryptozoidberg
|
71cc21845a
|
escrow_custom_test fixed(with many many tiny fixes)
|
2023-06-19 00:19:25 +02:00 |
|
cryptozoidberg
|
2860d030a3
|
fixes of different situations related to contracts and unconfirmed state
|
2023-06-16 20:19:49 +02:00 |
|