sowle
745932738e
coretests: get_tx_version_and_harfork_id_from_events refactoring
2025-04-07 04:47:55 +03:00
sowle
68194dc60b
coretests: asset_operations_and_chain_switching added (finished)
2025-04-01 15:18:02 +03:00
sowle
9a816a090d
coretests: asset_operations_and_chain_switching added (work is still in progress)
2025-03-27 03:46:05 +03:00
sowle
e15a7f804e
coretests: asset_operation_and_hardfork_checks fixed to reflect recent changes in balance calculation
2025-03-07 22:26:34 +01:00
sowle
fca1194f55
coretests: assets_transfer_with_smallest_amount implemented (exposes a bug)
2025-03-06 14:23:01 +01:00
sowle
ca9a8f95de
Merge branch 'develop' into txhfid
2025-02-03 18:29:45 +01:00
Stёpa Dolgorukov
075ee3119b
coretests: Update "asset_operation_in_consolidated_tx" test ( #501 )
...
* coretests: Implement "asset_operation_in_consolidated_tx" test
* Define "construct_tx" overload with a generation context argument
* Update the test "asset_operation_in_consolidated_tx"
---------
Co-authored-by: crypto.sowle <crypto.sowle@gmail.com>
2025-01-21 03:33:11 +01:00
sowle
8dd8a6ac1c
tx hf id: WIP
2024-12-27 07:27:43 +01:00
sowle
ea394e872a
minor improvements here and there
2024-11-06 14:33:50 +01:00
sowle
0fe6631e50
improvements for assets ticket/full_name checking and for password validation
2024-10-30 14:10:24 +01:00
cryptozoidberg
b0efef8ef1
temporary disabled secp256k1 library
2024-10-26 14:28:27 +04:00
cryptozoidberg
13e67e23e1
very intial code for ECDSA from OpenSSL
2024-10-25 23:57:59 +04:00
sowle
5ae9b2038e
coretests: several_asset_emit_burn_txs_in_pool test improved and enabled
2024-10-23 23:45:19 +02:00
sowle
b2b4342c14
Merge branch 'develop' into emmit_burn_refactoring
...
# Conflicts:
# src/version.h.in
# tests/core_tests/multiassets_test.cpp
2024-10-21 12:42:54 +02:00
sowle
ecc6cc4605
coretests: several_asset_emit_burn_txs_in_pool test added
2024-10-21 12:39:33 +02:00
cryptozoidberg
97b145f8b6
fixes in a coretests related to ado-operations
2024-10-20 23:08:44 +04:00
cryptozoidberg
2dd029fb5d
fixed multiassets_test.cpp
2024-10-20 15:57:47 +04:00
Stёpa Dolgorukov
40539c1f9d
coretests: edit the test "asset_current_and_total_supplies_comparative constraints" ( #469 )
...
* Coretests: implement the test "asset_current_and_total_supplies_comparative_constraints"
* Core tests: correct the test "asset_current_and_total_supplies_comparative_constraints"
* Add a return statement to the body end of the "asset_current_and_total_supplies_comparative_constraints::assert_asset_beta_registered" function
2024-10-17 17:58:48 +02:00
sowle
d92a54045b
Merge branch 'develop' into concise
2024-10-10 19:11:50 +02:00
Stёpa Dolgorukov
cf8004050c
coretests: correct the test "asset_current_and_total_supplies_comparative_constraints" ( #468 )
...
* Coretests: implement the test "asset_current_and_total_supplies_comparative_constraints"
* Core tests: correct the test "asset_current_and_total_supplies_comparative_constraints"
2024-10-10 15:10:25 +02:00
sowle
3a6e0c0f2f
Merge branch 'develop' into concise
...
# Conflicts:
# src/wallet/wallet2.cpp
# src/wallet/wallet2_base.h
2024-10-09 01:03:02 +02:00
Stёpa Dolgorukov
3daaad6d43
coretests: implemented test "asset_current_and_total_supplies_comparative_constraints" ( #464 )
2024-10-08 17:30:23 +02:00
sowle
82403dba51
coretests: eth_signed_asset_basics fixed and then greatly improved
2024-09-24 01:34:08 +02:00
sowle
08281059fb
Merge branch 'develop' into secp256k1
...
# Conflicts:
# src/gui/qt-daemon/layout
# src/simplewallet/simplewallet.cpp
# src/version.h.in
# tests/core_tests/chaingen_main.cpp
# tests/core_tests/multiassets_test.cpp
# tests/core_tests/multiassets_test.h
# tests/unit_tests/multiassets_test.cpp
2024-09-23 14:24:00 +02:00
sowle
ef5c1f9c03
coretests: gcc compilation fixed
2024-09-23 06:15:23 +02:00
sowle
7c781ca0ff
chaingen: eth_signed_asset_via_rpc test added
2024-09-23 05:40:16 +02:00
Stёpa Dolgorukov
9d10050325
coretests: asset_operation_in_consolidated_tx test added ( #459 )
...
* coretests: Implement "asset_operation_in_consolidated_tx" test
* Define "construct_tx" overload with a generation context argument
---------
Co-authored-by: crypto.sowle <crypto.sowle@gmail.com>
2024-09-12 22:29:09 +02:00
sowle
ab73f0d19f
coretests: asset_operation_and_hardfork_checks test fixed
2024-09-11 22:36:54 +02:00
Stёpa Dolgorukov
0d3e90f4a5
coretests: asset_operation_and_hardfork_checks test added
2024-09-02 21:26:39 +02:00
cryptozoidberg
ca09405491
core tests working
2024-09-02 21:44:41 +04:00
sowle
896eadd77b
coretests: eth_signed_asset_basics test added
2024-08-02 12:35:46 +02:00
sowle
039b6674c4
coretests: asset_emission_and_unconfirmed_balance test added
2024-07-06 21:57:38 +02:00
sowle
dd04d6367b
coretests: multiassets_basic_test improved to reflect recent changes with tx pool validation
2024-03-27 22:18:06 +01:00
sowle
e1d7ea6302
asset emission: 1) fixed simplewallet's emit_asset command; 2) wallet2:emit_asset() now fix destinations for asset emission ad-hoc (null_pkey); 3) typos corrected
2024-03-26 19:57:31 +01:00
cryptozoidberg
3d0d93c625
fixed unused variables
2024-02-19 00:10:33 +04:00
cryptozoidberg
c2368fbb64
added todo to test
2024-02-14 02:10:30 +04:00
cryptozoidberg
91813968aa
fixes over multiasset tests to fix transfer ownership of asset
2024-02-14 02:10:29 +04:00
cryptozoidberg
42bee0eee8
transfer asset ownership - implemented first test
2024-02-14 02:10:29 +04:00
cryptozoidberg
188b8c447f
fixes related multriasset tests
2024-02-14 02:10:29 +04:00
cryptozoidberg
75f1c5461f
fix related to multiassets_basic_test and burning fees
2024-02-07 20:31:58 +04:00
cryptozoidberg
1be00ea3c8
got rid of warnings
2024-01-28 19:40:34 +01:00
cryptozoidberg
ebb8f7b6ff
wallet sync state moved to separate base structure
2023-10-31 18:29:57 +01: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
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
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