10#include <boost/test/unit_test.hpp>
Transaction reconciliation is a way for nodes to efficiently announce transactions.
BOOST_FIXTURE_TEST_SUITE(cuckoocache_tests, BasicTestingSetup)
Test Suite for CuckooCache.
BOOST_AUTO_TEST_SUITE_END()
#define BOOST_CHECK_EQUAL(v1, v2)
#define BOOST_CHECK(expr)
static constexpr uint32_t TXRECONCILIATION_VERSION
Supported transaction reconciliation protocol version.
BOOST_AUTO_TEST_CASE(RegisterPeerTest)
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.