• smartcontracts's avatar
    feat(ct): add constructors to interfaces (#12028) · 53d95228
    smartcontracts authored
    * feat(ct): add constructors to interfaces
    
    Adds a pseudo-constructor function called __constructor__ that
    will be verified as part of the interface. This pseudo-function
    is useful when we want to be able to maintain type safety
    in the deploy script where we use vm.getCode.
    
    * add a pseudo-constructor for all remaining contracts with constructors
    
    * fix warning
    
    * update check-interface.sh comment
    
    ---------
    Co-authored-by: default avatarMichael Amadi <amadimichaeld@gmail.com>
    53d95228
Name
Last commit
Last update
..
names Loading commit data...
spacers Loading commit data...
utils Loading commit data...
check-deploy-configs.sh Loading commit data...
check-foundry-install.sh Loading commit data...
check-interfaces.sh Loading commit data...
check-kontrol-deployment.sh Loading commit data...
check-semver-diff.sh Loading commit data...
check-semver-natspec-match.sh Loading commit data...
check-snapshots.sh Loading commit data...