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
Currently, certain scripts such as setup_ibc.sh used for bootstrapping a Rollapp do not offer predictable results when rerun with varying environment variables, necessitating manual adjustments to work correctly after the first execution. Specifically, the 'roller config init' command should be made idempotent, ensuring its results are consistent and predictable upon re-execution, irrespective of environment variable changes.
The text was updated successfully, but these errors were encountered:
ItayLevyOfficial
changed the title
All scripts actions should be able to be re-ran with manual interactions
All commands should be idempotent.
May 31, 2023
ItayLevyOfficial
changed the title
All commands should be idempotent.
All roller commands should be idempotent
May 31, 2023
ItayLevyOfficial
changed the title
All roller commands should be idempotent
Ensure Idempotency for All Roller Commands
May 31, 2023
ItayLevyOfficial
changed the title
Ensure Idempotency for All Roller Commands
Ensure Idempotency for roller config initMay 31, 2023
Currently, certain scripts such as
setup_ibc.sh
used for bootstrapping a Rollapp do not offer predictable results when rerun with varying environment variables, necessitating manual adjustments to work correctly after the first execution. Specifically, the 'roller config init' command should be made idempotent, ensuring its results are consistent and predictable upon re-execution, irrespective of environment variable changes.The text was updated successfully, but these errors were encountered: