Simulation Decoder Refactor #5664
Labels
T: Dev UX
UX for SDK developers (i.e. how to call our code)
Type: Code Hygiene
General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Summary
Each module defines a
DecodeStore
function that is used when import/export simulation errors. However, theDecodeStore
signature accepts a reference to a concrete Amino codec. Since the state is now serialized via Protobuf, we need to use acodec.Marshaler
.For Admin Use
The text was updated successfully, but these errors were encountered: