dappkit icon indicating copy to clipboard operation
dappkit copied to clipboard

New openzepplin contracts

Open moshmage opened this issue 1 year ago • 1 comments

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)

moshmage avatar Aug 08 '24 12:08 moshmage

🎉 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.

Tarif-dev avatar Oct 26 '25 12:10 Tarif-dev