We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Detecting changes to the AppStorage structure would be great as a way of guarding against diamond corruption.
See https://eip2535diamonds.substack.com/p/example-of-a-diamond-upgrade for more info.
Specifically:
Gemforge can optionally support checking for adherence to these rules. The proposal:
diamond.storage
{ type: "AppStorage", config: { file: "PathToFileContainingAppStorageStruct.sol" struct: "NameOfAppStorageStruct" } }
build
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Detecting changes to the AppStorage structure would be great as a way of guarding against diamond corruption.
See https://eip2535diamonds.substack.com/p/example-of-a-diamond-upgrade for more info.
Specifically:
Gemforge can optionally support checking for adherence to these rules. The proposal:
diamond.storage
config key which points to:build
, when GemForge parses the code.The text was updated successfully, but these errors were encountered: