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
When performing a client upgrade, the pertinent incoming message undergoes processing within the update_state_on_upgrade method. In this process, the handler only updates the store with the new client and consensus states. However, it is essential to note that the associated metadata, which records the timestamp and height of hosts where the upgrade was processed, also requires updating.
To ensure this, it is imperative to call both the store_update_time and store_update_height methods just after storing the upgraded client and consensus states.
The text was updated successfully, but these errors were encountered:
Summary
When performing a client upgrade, the pertinent incoming message undergoes processing within the
update_state_on_upgrade
method. In this process, the handler only updates the store with the new client and consensus states. However, it is essential to note that the associated metadata, which records the timestamp and height of hosts where the upgrade was processed, also requires updating.To ensure this, it is imperative to call both the
store_update_time
andstore_update_height
methods just after storing the upgraded client and consensus states.The text was updated successfully, but these errors were encountered: