issues
search
aptos-labs
/
aptos-ts-sdk
An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
77
stars
46
forks
source link
[remoteAbi] Fixes some issues in the type tag parsing
#420
Closed
gregnazario
closed
4 months ago
gregnazario
commented
5 months ago
Description
Fixes
MoveVector.U8([])
to not error out
Adds testing for backwards compatible cases
Adds better handling around
""
for a number input type
Test Plan
See unit tests
Related Links
Description
MoveVector.U8([])
to not error out""
for a number input typeTest Plan
See unit tests
Related Links