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: Rename plugin to module #106

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Conversation

fangting-alchemy
Copy link
Collaborator

Rename plugin to module as discussed.

@fangting-alchemy fangting-alchemy requested a review from a team July 18, 2024 23:20
@fangting-alchemy fangting-alchemy changed the base branch from main to v0.8-develop July 18, 2024 23:20
README.md Outdated
@@ -11,7 +11,7 @@ The implementation includes an upgradable modular account with two plugins (`Sin

## Development

Anyone is welcome to submit feedback and/or PRs to improve code or add Plugins.
Anyone is welcome to submit feedback and/or PRs to improve code or add Modules.
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor note/todo: we should consider if having modules be on this repo is the way to go, or if we should split them out into another repo (long term)

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah I think we've already started encouraging people to put these in their own repos or in https://github.com/erc6900/sample-plugins, to make the maintenance load easier. The README has some other out-of-date things, too.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, gonna remove the add modules part.

@@ -12,15 +12,15 @@ struct Call {

interface IStandardExecutor {
/// @notice Standard execute method.
/// @dev If the target is a plugin, the call SHOULD revert.
/// @dev If the target is a module, the call SHOULD revert.
Copy link
Contributor

Choose a reason for hiding this comment

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

Todo for later: remove this line

@@ -43,11 +43,11 @@ struct AccountStorage {
// AccountStorageInitializable variables
uint8 initialized;
bool initializing;
// Plugin metadata storage
EnumerableMap.AddressToUintMap pluginManifestHashes;
// Module metadata storage
Copy link
Contributor

Choose a reason for hiding this comment

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

This line is outdated, todo: update

standard/ERCs/erc-6900.md Outdated Show resolved Hide resolved
@fangting-alchemy fangting-alchemy merged commit cca4572 into v0.8-develop Jul 19, 2024
3 checks passed
@fangting-alchemy fangting-alchemy deleted the fangting/renaming branch July 19, 2024 17:17
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