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

Add data location to Solidity interfaces #1851

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nikbhintade
Copy link

Describe your changes and provide context

Added data location to the IBC, Distribution, and Staking interfaces. While working on my contracts, Foundry threw errors due to missing data locations in these 3 interfaces, so I added them and created this PR.

I’ve based the data locations on similar function arguments and return values. If any of these assumptions are incorrect, please let me know.

Testing performed to validate your change

Not really sure. I am using Foundry and copied these interfaces in my project.

Included data location for IBC, Distribution, and Staking interfaces
@nikbhintade nikbhintade changed the title Added data location to Solidity interfaces Add data location to Solidity interfaces Sep 10, 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