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
Relevant issue(s)
Resolves#943Resolves#799
Description
The PR returns NewDataStoreKey to its simplest form of element indexing requiring the provided key string to be either 3 (Object Marker) or 4 elements. To accomplish this we made sure that the return datastorekey strings were stripped of prefixes.
…rk#944)
Relevant issue(s)
Resolvessourcenetwork#943Resolvessourcenetwork#799
Description
The PR returns NewDataStoreKey to its simplest form of element indexing requiring the provided key string to be either 3 (Object Marker) or 4 elements. To accomplish this we made sure that the return datastorekey strings were stripped of prefixes.
The wrapped namespace prefix which is supposed to be removed and hidden from DB is leaking into DB code.
The text was updated successfully, but these errors were encountered: