Fabcoin Core  0.16.2
P2P Digital Currency
Functions | Variables
BlockChain.cpp File Reference
#include <libethereum/Block.h>
#include <libethereum/BlockChain.h>
#include <test/libtesteth/TestHelper.h>
#include <test/libtesteth/BlockChainHelper.h>
#include <libethereum/GenesisInfo.h>
#include <libethashseal/GenesisInfo.h>
Include dependency graph for BlockChain.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (output)
 
 BOOST_AUTO_TEST_CASE (opendb)
 
 BOOST_AUTO_TEST_CASE (Mining_1_mineBlockWithTransaction)
 
 BOOST_AUTO_TEST_CASE (Mining_2_mineUncles)
 
 BOOST_AUTO_TEST_CASE (Mining_5_BlockFutureTime)
 
void onBad (Exception &_ex)
 
 BOOST_AUTO_TEST_CASE (attemptImport)
 
 BOOST_AUTO_TEST_CASE (insert)
 
 BOOST_AUTO_TEST_CASE (insertException)
 
 BOOST_AUTO_TEST_CASE (rescue)
 
 BOOST_AUTO_TEST_CASE (updateStats)
 

Variables

bool onBadwasCalled = false
 

Function Documentation

BOOST_AUTO_TEST_CASE ( output  )

Definition at line 38 of file BlockChain.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( opendb  )

Definition at line 73 of file BlockChain.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( Mining_1_mineBlockWithTransaction  )

Definition at line 116 of file BlockChain.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( Mining_2_mineUncles  )

Definition at line 143 of file BlockChain.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( Mining_5_BlockFutureTime  )

Definition at line 297 of file BlockChain.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( attemptImport  )

Definition at line 349 of file BlockChain.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( insert  )

Definition at line 397 of file BlockChain.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( insertException  )

Definition at line 449 of file BlockChain.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( rescue  )

Definition at line 479 of file BlockChain.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( updateStats  )

Definition at line 540 of file BlockChain.cpp.

Here is the call graph for this function:

void onBad ( Exception _ex)

Definition at line 343 of file BlockChain.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

bool onBadwasCalled = false

Definition at line 342 of file BlockChain.cpp.