cli icon indicating copy to clipboard operation
cli copied to clipboard

More resilient app.go modification process for the scaffolder

Open lumtis opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe. Modification in app.go depends on variables with an assumed name: app (most important), keys, appCodec, etc... Those variables names can be modified, this would make the scaffolding process generating an invalid app

Describe the solution you'd like We must extend the cosmosanalysis package feature set and implement methods to detect structure instantiation and detect variable names. If inconsistencies are detected, we make skip the app modification

Describe alternatives you've considered We must at least detect if some variable names are used and skip app modification, we should prevent generating an app that doesn't compile

lumtis avatar Jul 02 '21 08:07 lumtis

Need to investigate further criteria for resilient app.go, beyond name detection and structure instantiation.

salmad3 avatar Feb 29 '24 16:02 salmad3