• 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
Name
Last commit
Last update
..
chain-mon Loading commit data...
common-ts Loading commit data...
contracts-bedrock Loading commit data...
contracts-periphery Loading commit data...
core-utils Loading commit data...
fault-detector Loading commit data...
hardhat-deploy-config Loading commit data...
replica-healthcheck Loading commit data...
sdk Loading commit data...