Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.2] cleos: only unpack action data when explicitly asked #158

Merged
merged 2 commits into from
Sep 15, 2022

Conversation

heifner
Copy link
Member

@heifner heifner commented Sep 14, 2022

Backport of EOSIO/eos#8676 via eosnetworkfoundation/mandel#580 causes issue with action data of eosio.msig. See #118 for details.

Added new cleos option -u, --unpack-action-data which can be used with --dont-broadcast for expanding transaction action data section of JSON. The default now produces the same format as v3.1.0 which is what is expected by eosio.msig contract.

Resolves #118

…d only unpack action data when explicitly aksed via --unpack-action-data option.
… test case expecting default of packed action data.
@heifner heifner added the OCI Work exclusive to OCI team label Sep 14, 2022
@ClaytonCalabrese ClaytonCalabrese self-requested a review September 15, 2022 16:19
@heifner heifner merged commit 86ca76d into main Sep 15, 2022
@heifner heifner deleted the GH-118-cleos-msig branch September 15, 2022 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

proposing MSIG throws "Failed with error: Bad Cast"
2 participants