* 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>
* Core tests: implement tests "block_reward_in_main_chain_basic", "block_reward_in_alt_chain_basic"
* Use an automatic variable type deduction
* Call "assert_reward" callback before the callback "assert_balance"
* Update comments for the test "block_reward_in_alt_chain_basic"
* Core tests: implement a test of the function "blockchain_storage::fill_tx_rpc_inputs"
* Fix test execution when compiling via gcc 8.4.0
* Rename callbacks in the test "fill_tx_rpc_inputs"
* Unit tests: implement the "p2p_client_version.test0"
* Unit tests: edit the "p2p_client_version.test_0"
* Change a default value for a commit identifier on a non empty expected value
* Format the source text
* Fix the test
* Comment on the cases where results differ on Windows, GNU/Linux
* 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
* Coretests: implement the test "tx_pool_semantic_validation"
* Play the test "tx_pool_semantic_validation" on the HF 3
* Delete an extra space after the ":"
* Remove an extra adding of objects to the transaction
* Create the input objects of the specified type in the "unsupported input type" case
* Modify the function bodies "inputs_sum", "outputs_sum" to be short
* Remove adding output to the transaction in the cases "inputs amount overflow", "two entries of the same type in extra"
* Get rid of use the object "image" of the type key_image in the case "equal key images in inputs"
* Coretests: implement the test "asset_current_and_total_supplies_comparative_constraints"
* Core tests: correct the test "asset_current_and_total_supplies_comparative_constraints"