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
There appears to be an incompatibility introduced with #1482 where a 5.0 cleos is unable to decode base64 responses from a pre-5.0 nodeos containing the invalid = postfix. I believe this might also might be broken in the other direction too (a pre-5.0 cleos being unable to decode a 5.0 response).
The easiest way to reproduce the problem is via cleos get code eosio.token on EOS mainnet; it currently exhibits the problem.
The text was updated successfully, but these errors were encountered:
There appears to be an incompatibility introduced with #1482 where a 5.0 cleos is unable to decode base64 responses from a pre-5.0 nodeos containing the invalid
=
postfix. I believe this might also might be broken in the other direction too (a pre-5.0 cleos being unable to decode a 5.0 response).The easiest way to reproduce the problem is via
cleos get code eosio.token
on EOS mainnet; it currently exhibits the problem.The text was updated successfully, but these errors were encountered: