New openzepplin contracts
Upgrades openzepplin to latest contracts
NetworkV2 breaking changes:
removed canceledBounties count (read chain logs to assert this)
removed closedBounties count (read chain logs to assert this)
removed bountiesOfAddress (read chain logs to assert this)
removed markPullRequestReadyForReview function (PRs now are considered marked for review on creation)
Network Register changes:
No longer account for (network.closedBounties() + network.canceledBounties()) == network.bountiesIndex() when closing a network (this should be done at the discretion of the governor of the network)
🎉 DevQuest Score: 100/100
Excellent contribution! High quality code with comprehensive changes.
This PR has been evaluated by Vincent AI and scored for the DevQuest bounty system.