fuel-bridge icon indicating copy to clipboard operation
fuel-bridge copied to clipboard

Utility / CI to check bridge deployments

Open DefiCake opened this issue 9 months ago • 0 comments

This issue depicts a CI utility to check the actual deployed bytecode that might be about to be put in production:

  • Use etherscan and sourcify to publish the code of the next implementation to be targeted by a proxy
  • Crosscheck that the verified bytecode matches with the the one that is generated by this repository
  • Use static analysis tools to make sure that the deployed bytecode does not contain vulnerabilities or new attack vectors

DefiCake avatar May 20 '24 16:05 DefiCake