wattsyart / cryptoadz-chained

The same CrypToadz you know and love, preserved on-chain.
https://cryptoadzonchain.com/
Creative Commons Zero v1.0 Universal
18 stars 6 forks source link

add unit tests for all address locks #15

Closed wattsyart closed 2 years ago

wattsyart commented 2 years ago

Need to confirm that locking addressing post-deployment is possible, and doesn't break anything.

This is necessary to provide irrevocability guarantees (that the project maintainers can't make changes to the deployed contracts once all testing is satisfied).

Address locking isn't completely necessary since renounceOwnership is an option, but it's a softer option.