In preparation for updating the UI with the latest version of the OffchainVoting smart contract, we need to first block any new proposals from being submitted onchain and then submit the vote results for any proposals that have already been submitted/sponsored (with passing vote). There are breaking changes with the upgraded OffchainVoting contract that will require additional data to be prepared for the proposal and vote result submissions.
This PR blocks proposals from being submitted onchain.
Note: This PR will be merged right before we start the upgrading process.
✨ Updates
OffchainVoting
smart contract, we need to first block any new proposals from being submitted onchain and then submit the vote results for any proposals that have already been submitted/sponsored (with passing vote). There are breaking changes with the upgradedOffchainVoting
contract that will require additional data to be prepared for the proposal and vote result submissions.This PR blocks proposals from being submitted onchain.
Note: This PR will be merged right before we start the upgrading process.