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

[Feature] Remove null property from wasm execute msg #120

Merged
merged 3 commits into from
Aug 20, 2021

Conversation

yun-yeo
Copy link
Contributor

@yun-yeo yun-yeo commented Aug 20, 2021

close #119

After the core changed its wasm msg type to json.RawMessage, it automatically remove null properties at decoding. To prevent verification error, js also need to remove null properties at building sign data.

also replace empty string admin to undefined at wasm.instantiate

@yun-yeo yun-yeo added enhancement New feature or request columbus-5 labels Aug 20, 2021
@yun-yeo yun-yeo requested a review from hanjukim August 20, 2021 07:58
@yun-yeo yun-yeo self-assigned this Aug 20, 2021
@hanjukim hanjukim merged commit 8998d13 into master Aug 20, 2021
@hanjukim hanjukim deleted the feature/remove-null branch August 20, 2021 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
columbus-5 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: instantiate failed.
2 participants