Merge branch 'develop' into feature/son-for-ethereum

This commit is contained in:
serkixenos 2022-09-04 23:28:24 +02:00
commit 35943b4f9c
2 changed files with 7 additions and 1 deletions

View file

@ -1167,6 +1167,12 @@ void database::init_genesis(const genesis_state_type& genesis_state)
});
assert( ssoethereum.id == son_schedule_id_type(get_son_schedule_id(sidechain_type::ethereum)) );
_sso.last_scheduling_block = 0;
_sso.recent_slots_filled = fc::uint128::max_value();
});
assert( ssobitcoin.id == son_schedule_id_type(get_son_schedule_id(sidechain_type::bitcoin)) );
// Create FBA counters
create<fba_accumulator_object>([&]( fba_accumulator_object& acc )
{

View file

@ -24,4 +24,4 @@ FC_REFLECT_ENUM(graphene::chain::sidechain_type,
(ethereum)
(eos)
(hive)
(peerplays) )
(peerplays) )