storage-delta icon indicating copy to clipboard operation
storage-delta copied to clipboard

⟁ Audit storage layout changes during contract upgrades.

Results 6 storage-delta issues
Sort by recently updated
recently updated
newest added

## Description Suggestions for #12 ### How Has This Been Tested? Ran tests on a dummy foundry project. ## Checklist: - [ ] I have used the proper Node.js version...

As demoed in the readme.

## Description With this update, running the script now creates a 'storage_delta' directory and stores the file paths of the newly created contracts in a file named '.added'. ### How...

`__gap`s can be processed after the layouts are overlayed and aligned. **Edit:** See 'Update' at the end for easier approach! 👇 **How to do this:** Let's say that we have...

If a variable is removed (not overridden), print dirty bytes ~~to mask~~. ## Context Let's say we start with: ``` bytes1 a bytes2 b ``` **If we remove `b`:** ```...