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

1.0.0-rc1 #236

Merged
merged 134 commits into from
Dec 9, 2024
Merged

1.0.0-rc1 #236

merged 134 commits into from
Dec 9, 2024

Conversation

Psirex
Copy link
Contributor

@Psirex Psirex commented Dec 9, 2024

Release Notes

Code:

  • Removed ResealCommittee, EmergencyActivationCommittee, and EmergencyExecutionCommittee contracts.
  • Made RESEAL_MANAGER and ADMIN_EXECUTOR addresses updatable.
  • Automatic cancellation of all pending proposals in EmergencyProtectedTimelock on governance change.
  • The rageQuitRound resets entering the VetoCooldown state.
  • Introduced a standalone proposal canceller.
  • Updated the Executor.execute() interface.
  • Implemented non-strict checks for rage quit support.
  • Added EmergencyProtectedTimelock.MIN_EXECUTION_DELAY() sanity check.
  • Added DualGovernance.setProposerExecutor() method.

Refactoring:

  • Reorganized interfaces.
  • Standardized naming for getters, setter arguments, and enum states.
  • Improved proposal submission events.

Scripts:

  • Added deployment scripts.

Docs:

  • Improved NatSpec documentation.
  • Updated documentation to reflect code changes.

Tests:

  • Added unit tests for the Escrow contract.
  • Improved overall unit test coverage.
  • Added additional scenario tests.

Psirex and others added 30 commits November 14, 2024 00:37
…Committee, ResealCommittee from deployment script
sandstone-ag and others added 29 commits December 6, 2024 13:31
…-methods

Remove "registered" prefix from DG methods for proposers and executors
…with-new

Use prefix `new` for arguments in the setters
…ments

Refactor errors naming to follow convention
@Psirex Psirex merged commit ad15aed into main Dec 9, 2024
2 of 3 checks passed
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.

4 participants