Skip to content

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
## 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.

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

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

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.

4 participants