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
when parsing the binary output from state history plugin, abieos throws an exception:
error: abi redefines type "extended_asset"
So, it needs to be more consistent: either nodeos should reject uploading of such an ABI, or abieos should tolerate and work around this error. Probably both should be done, as this wrong ABI is already carved in history.
The text was updated successfully, but these errors were encountered:
On mainnet,
mydex1engine
has ABI that redefines some standard types:when parsing the binary output from state history plugin, abieos throws an exception:
So, it needs to be more consistent: either
nodeos
should reject uploading of such an ABI, orabieos
should tolerate and work around this error. Probably both should be done, as this wrong ABI is already carved in history.The text was updated successfully, but these errors were encountered: