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
This is more of a question than an issue. How is the state saved through deployments?
Should we call getState and setState "manually" before and after every deployment?
I'm guessing if should be implementing the save/restore ourselves if we wanted to do something similar?
This is more of a question than an issue. How is the state saved through deployments?
Should we call
getState
andsetState
"manually" before and after every deployment?I'm guessing if should be implementing the save/restore ourselves if we wanted to do something similar?
https://github.com/dfinity/cancan/blob/main/backend/State.mo#L256-L262
The text was updated successfully, but these errors were encountered: