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
@@ -115,6 +120,7 @@ type instance Spec.NamespaceKeySize "nonces/v0" = 1 -- Just zero
115
120
typeinstanceSpec.NamespaceKeySize"snapshots/mark/v0"=31-- 1 byte for hash type, 29 bytes for key hash (including 1-byte discriminator/padding; cred 29, key 28+1), 1 byte for value type
116
121
typeinstanceSpec.NamespaceKeySize"snapshots/set/v0"=31-- 1 byte for hash type, 29 bytes for key hash (including 1-byte discriminator/padding; cred 29, key 28+1), 1 byte for value type
117
122
typeinstanceSpec.NamespaceKeySize"snapshots/go/v0"=31-- 1 byte for hash type, 29 bytes for key hash (including 1-byte discriminator/padding; cred 29, key 28+1), 1 byte for value type
123
+
typeinstanceSpec.NamespaceKeySize"entities/accounts/v0"=29-- 1 byte for tag, 28 bytes for hash
118
124
typeinstanceSpec.NamespaceKeySize"entities/committee/v0"=1-- One-byte zero, as it's a singleton key
119
125
typeinstanceSpec.NamespaceKeySize"entities/dreps/v0"=29-- 1 byte for tag, 28 bytes for hash
0 commit comments