Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New openzepplin contracts #116

Open
wants to merge 76 commits into
base: master
Choose a base branch
from

Conversation

moshmage
Copy link
Contributor

@moshmage moshmage commented Aug 8, 2024

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)

…its tedious and add links to the model on the sdk in the README.md
breaking changes:

removed openBounties count
removed closedBounties count
removed bountiesOfAddress fn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant