• 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
..
differential-testing Loading commit data...
interfaces Loading commit data...
libraries Loading commit data...
outputs Loading commit data...
universal Loading commit data...
upgrades Loading commit data...
Deploy.s.sol Loading commit data...
DeployConfig.s.sol Loading commit data...
Deployer.sol Loading commit data...
Executables.sol Loading commit data...
FeeVaultWithdrawal.s.sol Loading commit data...
forge-test-names.ts Loading commit data...
generate-artifacts.ts Loading commit data...
invariant-doc-gen.ts Loading commit data...
slither.sh Loading commit data...
storage-snapshot.sh Loading commit data...
validate-deploy-configs.sh Loading commit data...
validate-spacers.ts Loading commit data...
verify-foundry-install.ts Loading commit data...