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

Review #185

Closed
wants to merge 4 commits into from
Closed

Review #185

wants to merge 4 commits into from

Conversation

GotenJBZ
Copy link
Member

@GotenJBZ GotenJBZ commented Jun 7, 2024

  • run movefmt
  • ensure that is not possible to supply registration_duration_secs equals to 0
  • insert is_enabled() inside core_v2

Copy link
Contributor

@BriungRi BriungRi left a comment

Choose a reason for hiding this comment

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

Can you split the format into a separate PR please?

@@ -15,8 +15,7 @@ module bulk::bulk {

/// Domains only
public entry fun bulk_migrate_domain(
user: &signer,
domain_names: vector<String>
user: &signer, domain_names: vector<String>
Copy link
Contributor

Choose a reason for hiding this comment

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

this is normal fmt behavior? Why doesn't it just inline the whole fn sig

Copy link
Member Author

Choose a reason for hiding this comment

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

I think so, I just ran the formatter without any parameters

@GotenJBZ GotenJBZ closed this Jun 7, 2024
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