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
Once #8271 is addressed we will be storing U128 in 2 storage slots. This is expensive and should be addressed by implementing a Packable trait, which unlike Serialize trait produces a compact repr. of a given struct.
Look for "TODO(#11285)" in the codebase for where to remove hacks.
The text was updated successfully, but these errors were encountered:
Once #8271 is addressed we will be storing U128 in 2 storage slots. This is expensive and should be addressed by implementing a Packable trait, which unlike Serialize trait produces a compact repr. of a given struct.
Look for "TODO(#11285)" in the codebase for where to remove hacks.
The text was updated successfully, but these errors were encountered: