fuel-bridge
fuel-bridge copied to clipboard
Utility / CI to check bridge deployments
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