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

fix: emui remove extra args transformation #2063

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

Dartoxian
Copy link
Contributor

Description:

This fixes an issue reported by @adschwartz and @chunha-park where packages which use the catch all args arg, like the ethereum package show the following error:

image

This error is occuring because the args arg has no 'TopLevelType', so prior to #2052 the args field was not parsed as json/yaml when read. However in #2052 the default behaviour was modified to parse fields with an unknown type as json/yaml. This created this new bug, since the args field was no parsed twice.

This fix removes the additional parsing in the 'submit' flow.

Is this change user facing?

YES

References (if applicable):

@Dartoxian Dartoxian requested a review from adschwartz January 19, 2024 10:11
@Dartoxian Dartoxian enabled auto-merge January 19, 2024 13:43
@Dartoxian Dartoxian added this pull request to the merge queue Jan 19, 2024
Merged via the queue into main with commit 9199735 Jan 19, 2024
39 checks passed
@Dartoxian Dartoxian deleted the bgazzard/emui-objectObject branch January 19, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants