Since Core contract does not go through a proxy, and the caller of init() is the same as the deployer in deploy script, it is unnecessary to use init functions.
Core.sol#L20
Consider putting init() logic into constructor instead and stop inheriting Initializable.
