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
Replace legacy_commit with the new commit function in HotShot. Add an upgrade_lock parameter and a Versions bound, then call leaf.commit(upgrade_lock).await. This will require updates
in callers and relevant types as well.
The text was updated successfully, but these errors were encountered:
Replace
legacy_commit
with the newcommit
function in HotShot. Add anupgrade_lock
parameter and aVersions
bound, then callleaf.commit(upgrade_lock).await
. This will require updatesin callers and relevant types as well.
The text was updated successfully, but these errors were encountered: