Skip to content

Add support for custom storage layout #906

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

Open
cgewecke opened this issue Apr 11, 2025 · 1 comment
Open

Add support for custom storage layout #906

cgewecke opened this issue Apr 11, 2025 · 1 comment

Comments

@cgewecke
Copy link
Member

cgewecke commented Apr 11, 2025

Only need to update the parser to support this but OZ uses the at keyword as a function name in certain contracts and the parser doesn't tolerate this.

(See Zeppelin CI in #905)

Have raised issue at solidity-parser/parser#123


Workaround

Use dependency resolution features in package.json to coerce @solidity-parser/parser to 0.20.0

npm

"overrides": {
  "@solidity-parser/parser": "^0.20.0"
}

yarn

"resolutions": {
  "@solidity-parser/parser": "^0.20.0"
}
@cgewecke
Copy link
Member Author

Fixed in #905

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant