Open Issues Need Help
View All on GitHub Blockchain • Supply Chain
Add timelock for upgrades 3 months ago
AI Summary: Implement a timelock mechanism for upgrading the Breadchain smart contracts. This involves modifying the existing upgrade scripts to incorporate a delay before upgrades are executed, ensuring that there's a period for review and potential intervention before changes are applied to the live contracts. This likely requires adding a Timelock contract and integrating it with the existing upgrade process, potentially involving changes to the `UpgradeYieldDistributor.s.sol` script and potentially others.
Complexity:
4/5
enhancement help wanted