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

Make decodeSignature internal #103

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Make decodeSignature internal #103

merged 1 commit into from
Sep 17, 2024

Conversation

pistomat
Copy link
Contributor

Using public or external function in a Solidity library forces the library to be externally deployed and linked instead of embedded. From a dev perspective this is super annoying and not that useful.

I don't see a reason why this single function should be public, more so because it is a simple pure function.

Using public or external function in a Solidity library forces the library to be externally deployed and linked instead of embedded.
@pistomat pistomat changed the title fix: Make decodeSignature internal Make decodeSignature internal Sep 13, 2024
@ferranbt ferranbt merged commit 8fbdc1a into flashbots:main Sep 17, 2024
4 checks passed
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