• smartcontracts's avatar
    feat: common core for contracts Go check scripts (#13134) · a2b1a7e1
    smartcontracts authored
    Introduces a new common base framework for writing contracts
    check scripts in Go. Many of the check scripts basically do the
    exact same logic of somehow parsing either the interfaces or the
    artifact files. Goal of this small project is to make the process
    of writing new checks easier and more reliable.
    
    We demonstrate this framework in action by porting the test-names
    script to use this new framework.
    a2b1a7e1
Name
Last commit
Last update
..
autogen Loading commit data...
checks Loading commit data...
deploy Loading commit data...
getting-started Loading commit data...
go-ffi Loading commit data...
libraries Loading commit data...
ops Loading commit data...
periphery Loading commit data...
safe Loading commit data...
upgrades/holocene Loading commit data...
utils Loading commit data...
Artifacts.s.sol Loading commit data...
L2Genesis.s.sol Loading commit data...
SetPreinstalls.s.sol Loading commit data...