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

Whitelist selectors on execute_action #43

Closed
wants to merge 4 commits into from

Conversation

sgc-code
Copy link
Contributor

No description provided.

@sgc-code sgc-code changed the base branch from poc-library-calls to develop June 25, 2024 15:27
@sgc-code sgc-code changed the title whitelist for selectors on execute_action Whitelist for selectors on execute_action Jun 25, 2024
@sgc-code sgc-code changed the title Whitelist for selectors on execute_action Whitelis selectors on execute_action Jun 25, 2024
@sgc-code sgc-code changed the title Whitelis selectors on execute_action Whitelist selectors on execute_action Jun 25, 2024
@gaetbout
Copy link
Contributor

Actually doing a lib_call forces us to put those functions as part of the ABI.
Doing like you are doing now fails tests with entry_point not found.
Cfr my other PR at 688a23e

@sgc-code
Copy link
Contributor Author

Actually doing a lib_call forces us to put those functions as part of the ABI. Doing like you are doing now fails tests with entry_point not found. Cfr my other PR at 688a23e

yeah, IMO exposing methods in the impl classhash is not a problem, unlike exposing methods on a contract, exposing methods on a classhash has no risk, as nobody is forced to libcall them

@gaetbout
Copy link
Contributor

Added it all then I think, maybe double check to make sure I didn't forgot anything important

@sgc-code
Copy link
Contributor Author

duplicate

@sgc-code sgc-code closed this Jun 26, 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.

2 participants