• Mark Tyneway's avatar
    contracts-bedrock: optimize storage layout checks · 54a3e562
    Mark Tyneway authored
    Optimize the storage layout checks by removing a dep
    on hardhat. Instead of reading massive build-info files
    from disk, simply read the forge artifacts directly and
    then filter through the interesting ones.
    This now only takes a few seconds to run when the compilation
    is cached.
    
    Also delete a dead hh task for doing deposits, this was built
    as a PoC to trigger a deposit.
    54a3e562
validate-spacers.ts 5.55 KB