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
Currently, when we find {:borsh, PublicKey} we treat it as a Borsh structure and serialize/deserialize according to the scheme inside that structure.
I believe we can even more simplify, and create scheme like this e.g:
WHY
Currently, when we find
{:borsh, PublicKey}
we treat it as a Borsh structure and serialize/deserialize according to the scheme inside that structure.I believe we can even more simplify, and create scheme like this e.g:
old schema:
new improved schema:
WHAT
so if the value is just a module - treat this as a module with borsh schema.
IMPORTANT
Allow backward compatibility with the
{:borsh, ActionOne}
The text was updated successfully, but these errors were encountered: