mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
New Env transaction testing framework:
This adds a suite of tools used to write unit tests. The Env provides a context containing a ledger, and routines that assemble transactions from JSON with optional "funclets" that add details in an exensible, terse notation.
This commit is contained in:
@@ -45,11 +45,12 @@ static
|
||||
std::uint64_t const
|
||||
SYSTEM_CURRENCY_USERS = 100000000;
|
||||
|
||||
/** Number of drops per 1 XRP */
|
||||
static
|
||||
std::uint64_t const
|
||||
SYSTEM_CURRENCY_PARTS = 1000000;
|
||||
|
||||
/** Calculate the amount of native currency created at genesis. */
|
||||
/** Number of drops in the genesis account. */
|
||||
static
|
||||
std::uint64_t const
|
||||
SYSTEM_CURRENCY_START = SYSTEM_CURRENCY_GIFT * SYSTEM_CURRENCY_USERS * SYSTEM_CURRENCY_PARTS;
|
||||
|
||||
Reference in New Issue
Block a user