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
Copy file name to clipboardExpand all lines: enableEpochs.toml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,9 @@
257
257
# AutoBalanceDataTriesEnableEpoch represents the epoch when the data tries are automatically balanced by inserting at the hashed key instead of the normal key
258
258
AutoBalanceDataTriesEnableEpoch = 1265
259
259
260
+
# MigrateDataTrieEnableEpoch represents the epoch when the data tries migration is enabled
261
+
MigrateDataTrieEnableEpoch = 999999
262
+
260
263
# KeepExecOrderOnCreatedSCRsEnableEpoch represents the epoch when the execution order of created SCRs is ensured
0 commit comments