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

feat: hooks #12

Draft
wants to merge 16 commits into
base: dev
Choose a base branch
from
Draft

feat: hooks #12

wants to merge 16 commits into from

Conversation

ashitakah
Copy link
Contributor

Hooks logic:

  • New mappings are implemented
  • Needed structs and enum are configured in the Interface
  • Integration tests are tested
  • Add relay, modify have changed
  • Execution do the proper flow to exec and check pre and post hooks

Considerations:

Test will be hard to understand and execute using fuzzing values
A lot of structs and the data structure is not easy
Add a relay and modify could be hard for the users and protocols as we add hooks
Implement this in the UI could take time and redesign some modals

Copy link

@0xGorilla 0xGorilla changed the base branch from dev to feat/gelato-fee-collector February 13, 2024 22:20
Copy link

_selectors = _approvedJobSelectorsList[_relay][_jobs[_i]];

// Delete selectors list
delete _approvedJobSelectorsList[_relay][_jobs[_i]];

Choose a reason for hiding this comment

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

are you sure this removes the entire array?

Copy link

Base automatically changed from feat/gelato-fee-collector to dev February 22, 2024 10:55
Copy link

github-actions bot commented Mar 7, 2024

Copy link

github-actions bot commented Apr 1, 2024

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