Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a warning comment about potential dirty bits in `getTransactionHa…
…sh` (#872) This commit adds a detailed warning in the `Safe.sol` contract regarding potential dirty bits in assembly code for types smaller than 256 bits. It emphasizes the importance of considering this for future changes while explaining the rationale behind using assembly for memory efficiency. No functional changes were made to the contract logic. This update aims to improve code clarity and maintainability. Originally reported by @jhoenicke
- Loading branch information