![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#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>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 |
| 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 | ) |
| 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 | ) |
| void onBad | ( | Exception & | _ex | ) |
Definition at line 343 of file BlockChain.cpp.
| bool onBadwasCalled = false |
Definition at line 342 of file BlockChain.cpp.
1.8.11