You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug raises some concerns in that there could be potentially be other places where data is overwritten in an unintended way when creating transactions/queries and following the serializing and deserializing process.
I know we couldn't fully test these transactions as Solo is still working on supporting these features so it could be that this case is specific to the node transactions. To be sure, we should look at doing the following:
Audit other transaction and query types across the SDK and verify there aren't any other cases the intended data input by the user is not being overwritten
Review our unit tests and add any missing test cases
Solution
See above
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
This bug raises some concerns in that there could be potentially be other places where data is overwritten in an unintended way when creating transactions/queries and following the serializing and deserializing process.
I know we couldn't fully test these transactions as Solo is still working on supporting these features so it could be that this case is specific to the node transactions. To be sure, we should look at doing the following:
Solution
See above
Alternatives
No response
The text was updated successfully, but these errors were encountered: