PIVX Core  5.6.99
P2P Digital Currency
Functions
sighash_tests.cpp File Reference
#include "test/test_pivx.h"
#include "test/data/sighash.json.h"
#include "consensus/tx_verify.h"
#include "serialize.h"
#include "script/script.h"
#include "script/interpreter.h"
#include "util/system.h"
#include "validation.h"
#include "version.h"
#include <iostream>
#include <boost/test/unit_test.hpp>
#include <univalue.h>
Include dependency graph for sighash_tests.cpp:

Go to the source code of this file.

Functions

UniValue read_json (const std::string &jsondata)
 
 BOOST_AUTO_TEST_CASE (sighash_test)
 
 BOOST_AUTO_TEST_CASE (sighash_from_data)
 
 BOOST_AUTO_TEST_CASE (malleated_tx)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( malleated_tx  )

Definition at line 245 of file sighash_tests.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( sighash_from_data  )
Todo:
: Update with Sapling transactions..

Definition at line 196 of file sighash_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( sighash_test  )

Definition at line 149 of file sighash_tests.cpp.

◆ read_json()

UniValue read_json ( const std::string &  jsondata)

Definition at line 36 of file script_tests.cpp.

Here is the caller graph for this function: