You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Genesis file for the application layer currently is being loaded in the init_chain function in types.rs. Its pretty ugly at the moment and manually loads in each contract individually. I would like to rework this flow to be a bit cleaner and future proof it a bit as this genesis file changes throughout development. Id also like a script that automatically updates the genesis file when the bytecode to the contracts in the repo changes.
Checklist
I have ensured that my version is up-to-date
I have ensured that my issue is reproducible
I have ensured that my issue is not a duplicate
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Genesis file for the application layer currently is being loaded in the init_chain function in types.rs. Its pretty ugly at the moment and manually loads in each contract individually. I would like to rework this flow to be a bit cleaner and future proof it a bit as this genesis file changes throughout development. Id also like a script that automatically updates the genesis file when the bytecode to the contracts in the repo changes.
Checklist
The text was updated successfully, but these errors were encountered: