ScopeLift / flexible-voting

💪🗳️ Flexible Voting – A Powerful Building Block for DAO Governance
https://flexiblevoting.com
MIT License
86 stars 8 forks source link

perf: verify then mark assembly blocks as memory safe #52

Open mds1 opened 1 year ago

mds1 commented 1 year ago

See https://docs.soliditylang.org/en/latest/assembly.html#memory-safety for more info

To ensure compatibility, we should use the comment-based /// @solidity memory-safe-assembly approach over the assembly ("memory-safe") approach