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

Fix v11 to v12 upgrade #248

Merged
merged 10 commits into from
Sep 5, 2023
Merged

Fix v11 to v12 upgrade #248

merged 10 commits into from
Sep 5, 2023

Conversation

nkysg
Copy link
Contributor

@nkysg nkysg commented Aug 31, 2023

refactor Genesis.move. Please compare with release/v11/sources/Genesis.move

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Other information

}

fun do_initialize(
genesis_account: &signer,
Copy link
Member

Choose a reason for hiding this comment

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

这里为啥要去掉signer呢?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

这里修改对比不是和之前的对比,是和release/v11/sources/Genesis.move对比,不需要之前改那么复杂,就在v11/sources/Genesis.move基础上修改了

@nkysg nkysg merged commit 345a390 into main Sep 5, 2023
2 checks passed
@nkysg nkysg deleted the fix_v11_v12_upgrade branch September 5, 2023 13:02
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.

3 participants