Reset devnet

This commit is contained in:
Jason Rhinelander 2022-05-25 15:45:09 -03:00
parent a8a3b3dbe6
commit c54cbb8394
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
2 changed files with 12 additions and 11 deletions

View File

@ -71,16 +71,17 @@ static constexpr std::array testnet_hard_forks =
static constexpr std::array devnet_hard_forks =
{
hard_fork{ hf::hf7, 0, 0, 1599848400 },
hard_fork{ hf::hf11_infinite_staking, 0, 2, 1599848400 },
hard_fork{ hf::hf12_checkpointing, 0, 3, 1599848400 },
hard_fork{ hf::hf13_enforce_checkpoints, 0, 4, 1599848400 },
hard_fork{ hf::hf15_ons, 0, 5, 1599848400 },
hard_fork{ hf::hf16_pulse, 0, 100, 1599848400 },
hard_fork{ hf::hf17, 0, 151, 1599848400 },
hard_fork{ hf::hf18, 0, 152, 1599848400 },
hard_fork{ hf::hf19_reward_batching, 0, 153, 1599848400 },
hard_fork{ hf::hf19_reward_batching, 1, 154, 1599848400 },
hard_fork{hf::hf7, 0, 0, 1653500577},
hard_fork{hf::hf11_infinite_staking, 0, 2, 1653500577},
hard_fork{hf::hf12_checkpointing, 0, 3, 1653500577},
hard_fork{hf::hf13_enforce_checkpoints, 0, 4, 1653500577},
hard_fork{hf::hf14_blink, 0, 5, 1653500577},
hard_fork{hf::hf15_ons, 0, 6, 1653500577},
hard_fork{hf::hf16_pulse, 0, 100, 1653500577},
hard_fork{hf::hf17, 0, 151, 1653500577},
hard_fork{hf::hf18, 0, 152, 1653500577},
hard_fork{hf::hf19_reward_batching, 0, 153, 1653500577},
hard_fork{hf::hf19_reward_batching, 1, 154, 1653500577},
};

View File

@ -392,7 +392,7 @@ namespace config
inline constexpr uint16_t ZMQ_RPC_DEFAULT_PORT = 38858;
inline constexpr uint16_t QNET_DEFAULT_PORT = 38859;
inline constexpr boost::uuids::uuid const NETWORK_ID = { {
0xa9, 0xf7, 0x5c, 0x7d, 0x55, 0x17, 0xcb, 0x6b, 0x5b, 0xf4, 0x63, 0x79, 0x7a, 0x57, 0xab, 0xd3
0xa9, 0xf7, 0x5c, 0x7d, 0x55, 0x17, 0xcb, 0x6b, 0x5b, 0xf4, 0x63, 0x79, 0x7a, 0x57, 0xab, 0xd4
} };
inline constexpr std::string_view GENESIS_TX = "04011e1e01ff00018080c9db97f4fb2702fa27e905f604faa4eb084ee675faca77b0cfea9adec1526da33cae5e286f31624201dae05bf3fa1662b7fd373c92426763d921cf3745e10ee43edb510f690c656f247200000000000000000000000000000000000000000000000000000000000000000000"sv;
inline constexpr uint32_t GENESIS_NONCE = 12345;