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
Arrays, Tuples and fixed size String Arrays are encoded without any additional padding, and take up the size of it’s contents. A dynamic sized string will have a u64 length at the start.
Vec, Byte and Raw Slice are also encoded like a dynamic array, with a u64 length and then it's contents.
We should also look to handle versioning within our encoding services. Encoding is subject to change so we should support different coders.
New encoding/decoding was implemented for
__log
calls, as per:We need to start the work around the TS SDK to support it.
The text was updated successfully, but these errors were encountered: