-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Some dispute-tests have fail at decode bin-file:
Field core-index of WorkReport has type CoreIndex aka U16 (fixed-length integer), but encoded as JAM-Compact-Integer (variable-length integer) in .bin files (1-2 bytes).
Field auth-gas-used of WorkReport has type Gas aka U64 (fixed-length integer), but encoded as zero-byte (I guess all of its fields have encoded as JAM-Compact-Integer) in .bin files.
Field refine-load of WorkResult has type RefineLoad aka (Gas,U16,U16,U32,U16), but encoded as five zero-bytes (I guess all of its fields have encoded as JAM-Compact-Integer).
Please, check encoding of that structure if it mistaken, or describe this types decodings as JAM-Compact-Integer.
Metadata
Metadata
Assignees
Labels
No labels