chainwayxyz / citrea

Citrea, Bitcoin's First ZK Rollup 🍊🍋
https://citrea.xyz
GNU General Public License v3.0
73 stars 13 forks source link

CI for bytecode matching in genesis files against Foundry compilation outputs #828

Open okkothejawa opened 4 days ago

okkothejawa commented 4 days ago

The process of pre-deploying contracts is now taking the deployed bytecodes from Foundry compilation output, and copy pasting them into genesis files, but this process is error-prone and as in code reviews these bytecodes are not checked against the proper contract its also opaque and introduces some risks. CI that compares these would be beneficial. Having a script that autogenerate these genesis files can also be considered and would significantly improve the developer experience.