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

feat: inactive hub #96

Merged
merged 7 commits into from
Jan 14, 2022
Merged

feat: inactive hub #96

merged 7 commits into from
Jan 14, 2022

Conversation

pegahcarter
Copy link
Member

No description provided.

@pegahcarter pegahcarter changed the title fix(inactive): allow mint/burn when hub inactive feat: inactive hub Jan 10, 2022
require(targetHub_.active, "targetHub inactive");
require(!hub_.updating, "hub updating");
require(!targetHub_.updating, "targetHub updating");

// Ensure the migration we're using is approved
// TODO: what if asset is same? Is a migration vault needed since it'll start/end
Copy link
Member

Choose a reason for hiding this comment

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

@carlfarterson I am not so sure about this. Maybe let's discuss this on a call.

Copy link
Member Author

Choose a reason for hiding this comment

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

Agreed. This is the last migration test we'll really need for MVP

@pegahcarter pegahcarter merged commit 42f6a4e into main Jan 14, 2022
@pegahcarter pegahcarter deleted the fix/inactive branch January 27, 2022 21:55
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.

2 participants