hedera-sdk-js icon indicating copy to clipboard operation
hedera-sdk-js copied to clipboard

Add UTF-8 tests to RN

Open janaakhterov opened this issue 3 years ago • 1 comments

Problem

We tests a wide variety of things already in the RN tests, but recently we discovered our RN utf8 implementation did not work. We should create tests for this to prevent it from happening again.

Solution

Create a test in RN that uses utf8 and confirms it works, e.g. use FileCreateTransaction where the value is passed in as a string, that should use our utf8 encoding to decoding the string and hence would confirm utf8 works as intended.

Alternatives

No response

janaakhterov avatar Oct 20 '21 21:10 janaakhterov

I think this needs to be moved to another sprint due to #1073

janaakhterov avatar Apr 15 '22 20:04 janaakhterov