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
Types may have a $ suffix. During binary-to-json conversion, fields with a $ type don't error out when end-of-data has been reached; instead they're omitted. During json-to-binary conversion, missing fields don't error out as long as no non-missing fields follow in the ABI. This omits the bytes from the output stream.
We will need to support this feature in the ABI decoder so previous version if data can continue to be read while newer fields are decoded correctly.
Copied from original issue:
We will need to support this feature in the ABI decoder so previous version if data can continue to be read while newer fields are decoded correctly.
Implementation in: EOSIO/eos#5652
Original issue: EOSIO/eos#5600
The text was updated successfully, but these errors were encountered: