#include "test/test_pivx.h"
#include "test/data/tx_invalid.json.h"
#include "test/data/tx_valid.json.h"
#include "consensus/tx_verify.h"
#include "clientversion.h"
#include "checkqueue.h"
#include "core_io.h"
#include "key.h"
#include "keystore.h"
#include "policy/policy.h"
#include "script/script.h"
#include "script/script_error.h"
#include "script/sign.h"
#include "validation.h"
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/test/unit_test.hpp>
#include <univalue.h>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/6]
| BOOST_AUTO_TEST_CASE |
( |
basic_transaction_tests |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/6]
| BOOST_AUTO_TEST_CASE |
( |
test_big_witness_transaction |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/6]
| BOOST_AUTO_TEST_CASE |
( |
test_Get |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/6]
| BOOST_AUTO_TEST_CASE |
( |
test_IsStandard |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/6]
| BOOST_AUTO_TEST_CASE |
( |
tx_invalid |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/6]
| BOOST_AUTO_TEST_CASE |
( |
tx_valid |
| ) |
|
◆ FormatScriptFlags()
| std::string FormatScriptFlags |
( |
unsigned int |
flags | ) |
|
◆ IsStandardTx()
| bool IsStandardTx |
( |
const CTransaction & |
tx, |
|
|
int |
nBlockHeight, |
|
|
std::string & |
reason |
|
) |
| |
◆ ParseScriptFlags()
| unsigned int ParseScriptFlags |
( |
std::string |
strFlags | ) |
|
◆ read_json()
| UniValue read_json |
( |
const std::string & |
jsondata | ) |
|