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

Registry checks for hooks #67

Merged
merged 47 commits into from
Aug 22, 2023
Merged

Conversation

akshay-ap
Copy link
Contributor

@akshay-ap akshay-ap commented Aug 16, 2023

Fixes: #53
Changes in PR:

  • HooksManager checks in registry if address is listed and not flagged
  • Check if address implements Hooks interface in setHooks(...)
  • HooksManager is abstract contract
  • Update tests
  • User setup() function for setting up contracts

akshay-ap added 30 commits July 26, 2023 15:27
…safe-protocol into feature-47-support-function-handlers
…safe-protocol into feature-47-support-function-handlers
…safe-protocol into feature-47-support-function-handlers
@akshay-ap akshay-ap added the enhancement New feature or request label Aug 16, 2023
@akshay-ap akshay-ap added this to the v0.2.0 milestone Aug 16, 2023
@akshay-ap akshay-ap requested review from rmeissner and mmv08 August 16, 2023 14:37
@akshay-ap akshay-ap self-assigned this Aug 16, 2023
@github-actions
Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

@coveralls
Copy link

coveralls commented Aug 16, 2023

Coverage Status

coverage: 100.0%. remained the same when pulling c5dbe31 on feature-53-registry-check-for-hooks into ea7f2c3 on main.

@akshay-ap akshay-ap changed the base branch from feature-47-support-function-handlers to main August 17, 2023 10:00
@akshay-ap akshay-ap added this pull request to the merge queue Aug 22, 2023
Merged via the queue into main with commit c8c494d Aug 22, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2023
@rmeissner rmeissner deleted the feature-53-registry-check-for-hooks branch August 23, 2023 12:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add registry check while setting hook and function handlers
4 participants