Scorum
|
#include <config.hpp>
Public Types | |
enum | test_mode { test } |
Public Member Functions | |
config (test_mode) | |
test config More... | |
config () | |
production config More... | |
Static Public Attributes | |
static std::unique_ptr< config > | instance = boost::make_unique<config>() |
Definition at line 17 of file config.hpp.
Enumerator | |
---|---|
test |
Definition at line 76 of file config.hpp.
|
explicit |
test config
Definition at line 102 of file config.cpp.
scorum::protocol::detail::config::config | ( | ) |
production config
17 of the 21 dpos witnesses (20 elected and 1 virtual time) required for hardfork. This guarantees 75% participation on all subsequent rounds.
Definition at line 24 of file config.cpp.
const fc::microseconds scorum::protocol::detail::config::account_recovery_request_expiration_period |
Definition at line 39 of file config.hpp.
const fc::microseconds scorum::protocol::detail::config::active_sp_holders_reward_period |
Definition at line 30 of file config.hpp.
const uint32_t scorum::protocol::detail::config::advertising_cashout_period_sec |
Definition at line 32 of file config.hpp.
const uint32_t scorum::protocol::detail::config::atomicswap_initiator_refund_lock_secs |
Definition at line 50 of file config.hpp.
const uint32_t scorum::protocol::detail::config::atomicswap_limit_requested_contracts_per_owner |
Definition at line 53 of file config.hpp.
const uint32_t scorum::protocol::detail::config::atomicswap_limit_requested_contracts_per_recipient |
Definition at line 54 of file config.hpp.
const uint32_t scorum::protocol::detail::config::atomicswap_participant_refund_lock_secs |
Definition at line 51 of file config.hpp.
const uint32_t scorum::protocol::detail::config::blockid_pool_size |
Definition at line 21 of file config.hpp.
const fc::time_point_sec scorum::protocol::detail::config::blogging_start_date |
Definition at line 62 of file config.hpp.
const uint32_t scorum::protocol::detail::config::budgets_limit_per_owner |
Definition at line 48 of file config.hpp.
const uint32_t scorum::protocol::detail::config::cashout_window_seconds |
Definition at line 26 of file config.hpp.
const uint32_t scorum::protocol::detail::config::db_free_memory_threshold_mb |
Definition at line 58 of file config.hpp.
const fc::microseconds scorum::protocol::detail::config::expiraton_for_registration_bonus |
Definition at line 66 of file config.hpp.
const fc::time_point_sec scorum::protocol::detail::config::fifa_world_cup_2018_bounty_cashout_date |
Definition at line 64 of file config.hpp.
const uint32_t scorum::protocol::detail::config::guaranted_reward_supply_period_in_days |
Definition at line 45 of file config.hpp.
const fc::time_point_sec scorum::protocol::detail::config::initial_date |
Definition at line 60 of file config.hpp.
|
static |
Definition at line 19 of file config.hpp.
const uint32_t scorum::protocol::detail::config::min_vote_interval_sec |
Definition at line 56 of file config.hpp.
const fc::microseconds scorum::protocol::detail::config::owner_auth_recovery_period |
Definition at line 38 of file config.hpp.
const fc::microseconds scorum::protocol::detail::config::owner_update_limit |
Definition at line 40 of file config.hpp.
const fc::microseconds scorum::protocol::detail::config::recent_rshares_decay_rate |
Definition at line 42 of file config.hpp.
const fc::microseconds scorum::protocol::detail::config::reverse_auction_window_seconds |
Definition at line 34 of file config.hpp.
const uint32_t scorum::protocol::detail::config::reward_increase_threshold_in_days |
Definition at line 46 of file config.hpp.
const uint32_t scorum::protocol::detail::config::rewards_initial_supply_period_in_days |
Definition at line 44 of file config.hpp.
const uint8_t scorum::protocol::detail::config::scorum_hardfork_required_witnesses |
Definition at line 74 of file config.hpp.
const uint8_t scorum::protocol::detail::config::scorum_max_voted_witnesses |
Definition at line 72 of file config.hpp.
const uint8_t scorum::protocol::detail::config::scorum_max_witnesses |
Definition at line 70 of file config.hpp.
const fc::microseconds scorum::protocol::detail::config::upvote_lockout |
Definition at line 28 of file config.hpp.
const uint32_t scorum::protocol::detail::config::vesting_withdraw_interval_seconds |
Definition at line 24 of file config.hpp.
const uint32_t scorum::protocol::detail::config::vesting_withdraw_intervals |
Definition at line 23 of file config.hpp.
const fc::microseconds scorum::protocol::detail::config::vote_regeneration_seconds |
Definition at line 36 of file config.hpp.
const fc::time_point_sec scorum::protocol::detail::config::witness_reward_migration_date |
Definition at line 68 of file config.hpp.