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
Evaluate use of custom Encode()/Decode() functionality on struct types. Should all be covered by new Marshal()/Unmarshal() functionality. Remove the Encode()/Decode() receiver functions.
Change all occurrences of Encode()/Decode() to use new Marshal()/Unmarshal() interface.
Implement VaryingDataType pattern for existing structs that decode SCALE/Rust enums
Implement Result pattern for existing use case in lib/runtime/wasmer/imports.go
Ensure that existing encoded data stored in DB is successfully decoded
Task summary
Encode()
/Decode()
functionality on struct types. Should all be covered by newMarshal()
/Unmarshal()
functionality. Remove theEncode()
/Decode()
receiver functions.Encode()
/Decode()
to use newMarshal()
/Unmarshal()
interface.VaryingDataType
pattern for existing structs that decode SCALE/Rust enumsResult
pattern for existing use case inlib/runtime/wasmer/imports.go
Specification reference
Other information and links
The text was updated successfully, but these errors were encountered: