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: update interface comments and pluginInitData parameter name #108

Conversation

jaypaik
Copy link
Collaborator

@jaypaik jaypaik commented Jan 23, 2024

Biggest change to note:
installPlugin's bytes memory pluginInitData has been updated to bytes memory pluginInstallData for consistency. This follows the 0.7.0 update to ERC-6900. The pluginInitData name was also used as part of IAccountInitializable's initialize method, where it is used in a different way, so this change improves clarity.

Other things:

  • Imperative mood for @notice comments.
  • Fix typos, grammar.

@jaypaik jaypaik force-pushed the 01-22-chore_add_license_for_all_other_files_outside_of_interfaces_and_libraries branch from df5c30e to 1cf23dd Compare January 23, 2024 05:37
Base automatically changed from 01-22-chore_add_license_for_all_other_files_outside_of_interfaces_and_libraries to audit-2023-11-20 January 23, 2024 06:08
@jaypaik jaypaik force-pushed the 01-23-fix_update_interface_comments_and_pluginInitData_parameter_name branch from bc95ef5 to f7fb5ff Compare January 23, 2024 06:24
Copy link
Collaborator

@fangting-alchemy fangting-alchemy left a comment

Choose a reason for hiding this comment

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

Looks good

@jaypaik jaypaik merged commit a9da8fc into audit-2023-11-20 Jan 23, 2024
3 checks passed
@jaypaik jaypaik deleted the 01-23-fix_update_interface_comments_and_pluginInitData_parameter_name branch January 23, 2024 08:00
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