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

Base module #149

Merged
merged 12 commits into from
Nov 1, 2023
Merged

Base module #149

merged 12 commits into from
Nov 1, 2023

Conversation

Ramarti
Copy link
Contributor

@Ramarti Ramarti commented Oct 25, 2023

HookRegistry: logic and state for Modules to manage hooks
BaseModule: Module execution flow

Closes #145

@Ramarti Ramarti marked this pull request as ready for review October 30, 2023 23:50
Copy link
Contributor

@kingster-will kingster-will left a comment

Choose a reason for hiding this comment

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

General Looks good to me!
a few comments.

contracts/modules/base/BaseModule.sol Outdated Show resolved Hide resolved
contracts/modules/base/BaseModule.sol Outdated Show resolved Hide resolved
contracts/modules/base/BaseModule.sol Show resolved Hide resolved
@kingster-will
Copy link
Contributor

I think we can merge the PR, as the unit tests have passed actually. the github workflow failed due to code coverage which has been commented out in another PR.

@Ramarti
Copy link
Contributor Author

Ramarti commented Nov 1, 2023

I think we can merge the PR, as the unit tests have passed actually. the github workflow failed due to code coverage which has been commented out in another PR.

Merging with main was needed to pass the tests

@Ramarti Ramarti merged commit 8a07b6a into main Nov 1, 2023
2 checks passed
@Ramarti Ramarti deleted the base_module branch November 1, 2023 20: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.

Create BaseModule contract
2 participants