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

Update Args class serialisation process with byte arrays #77

Closed
ASAPSegfault opened this issue Nov 25, 2022 · 2 comments
Closed

Update Args class serialisation process with byte arrays #77

ASAPSegfault opened this issue Nov 25, 2022 · 2 comments
Assignees
Labels

Comments

@ASAPSegfault
Copy link
Contributor

Context
As of testnet 17, parameters sent to smart contract are now byte arrays and not strings anymore
The args class serialise data into a string, it needs to be updated to match the new standard.

How to

  • The Args class must serialise data in byte arrays instead of strings
  • The Args class must deserialise data from a byte array instead of a string

Technical details:

  • To be added
@Thykof
Copy link
Contributor

Thykof commented Nov 25, 2022

I think it's already solved by #39

@ASAPSegfault
Copy link
Contributor Author

Indeed it looks like so. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants