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

refactor: remove Aragon plugins from the OSx core repository #588

Merged
merged 45 commits into from
May 3, 2024

Conversation

jordaniza
Copy link

@jordaniza jordaniza commented Apr 30, 2024

Description

Removes plugins from OSx core package into separate plugin repositories:

  • Token Voting -> aragon/token-voting-plugin
  • Multisig -> aragon/multisig-plugin
  • Admin -> aragon/admin-plugin

Deleted AddressList as it is unused.

The full list of changes is itemised in the changelog and has been discussed at length by the OS team.

Task ID: OS-1307

Type of change

See the framework lifecycle in packages/contracts/docs/framework-lifecycle to decide what kind of change this pull request is.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I ran all tests with success and extended them if necessary.
  • I have updated the CHANGELOG.md file in the root folder.
  • I have updated the DEPLOYMENT_CHECKLIST file in the root folder.
  • I have updated the UPDATE_CHECKLIST file in the root folder.
  • I have updated the Subgraph and added a QA URL to the description of this PR.

jordaniza and others added 30 commits April 4, 2024 15:37
f: removed start and end date from tx actions and made entities immut…
@jordaniza jordaniza marked this pull request as draft April 30, 2024 11:24
@jordaniza jordaniza marked this pull request as ready for review May 1, 2024 15:32
@jordaniza jordaniza marked this pull request as draft May 1, 2024 15:39
@jordaniza jordaniza marked this pull request as ready for review May 1, 2024 15:41
@heueristik heueristik changed the title f: Remove Aragon plugins from the OSx core repository feat: remove Aragon plugins from the OSx core repository May 2, 2024
@Rekard0 Rekard0 changed the title feat: remove Aragon plugins from the OSx core repository refactor: remove Aragon plugins from the OSx core repository May 3, 2024
Rekard0
Rekard0 previously approved these changes May 3, 2024
@jordaniza jordaniza requested review from Rekard0 and banasa44 May 3, 2024 10:33
yarn.lock Show resolved Hide resolved
Copy link
Contributor

@heueristik heueristik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The ethersproject dependencies in yarn.lock should be revisited in the follow-up task OS-1343.

@jordaniza jordaniza merged commit e79b857 into develop May 3, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants