|
Electroneum
|
#include <boost/uuid/uuid.hpp>#include <boost/uuid/uuid_io.hpp>#include <boost/uuid/random_generator.hpp>#include <unordered_map>#include "include_base_utils.h"#include "wallet/wallet2.h"
Go to the source code of this file.
Macros | |
| #define | FIRST_N_TRANSFERS 10*10 |
Functions | |
| std::string | generate_random_wallet_name () |
| uint64_t | random (const uint64_t max_value) |
| bool | do_send_etn (tools::wallet2 &w1, tools::wallet2 &w2, size_t mix_in_factor, uint64_t amount_to_transfer, transaction &tx, size_t parts=1) |
| uint64_t | get_etn_in_first_transfers (const tools::wallet2::transfer_container &incoming_transfers, size_t n_transfers) |
| bool | transactions_flow_test (std::string &working_folder, std::string path_source_wallet, std::string path_target_wallet, std::string &daemon_addr_a, std::string &daemon_addr_b, uint64_t amount_to_transfer, size_t mix_in_factor, size_t transactions_count, size_t transactions_per_second) |
| #define FIRST_N_TRANSFERS 10*10 |
Definition at line 113 of file transactions_flow_test.cpp.
| bool do_send_etn | ( | tools::wallet2 & | w1, |
| tools::wallet2 & | w2, | ||
| size_t | mix_in_factor, | ||
| uint64_t | amount_to_transfer, | ||
| transaction & | tx, | ||
| size_t | parts = 1 |
||
| ) |
Definition at line 61 of file transactions_flow_test.cpp.


| std::string generate_random_wallet_name | ( | ) |
Definition at line 47 of file transactions_flow_test.cpp.

| uint64_t get_etn_in_first_transfers | ( | const tools::wallet2::transfer_container & | incoming_transfers, |
| size_t | n_transfers | ||
| ) |
Definition at line 100 of file transactions_flow_test.cpp.


Definition at line 54 of file transactions_flow_test.cpp.


| bool transactions_flow_test | ( | std::string & | working_folder, |
| std::string | path_source_wallet, | ||
| std::string | path_target_wallet, | ||
| std::string & | daemon_addr_a, | ||
| std::string & | daemon_addr_b, | ||
| uint64_t | amount_to_transfer, | ||
| size_t | mix_in_factor, | ||
| size_t | transactions_count, | ||
| size_t | transactions_per_second | ||
| ) |
Definition at line 115 of file transactions_flow_test.cpp.

