Closed iossocket closed 2 weeks ago
Fixes #293
By fixing the unit test, found current parsing logic can not handle array & tuple correctly, so change to parseEvents of starkjs to parse event data. it can work properly, the test case covers some complex types.
parseEvents
Continue issue #293
Fixes #293
Types of change
Comments (optional)
By fixing the unit test, found current parsing logic can not handle array & tuple correctly, so change to
parseEvents
of starkjs to parse event data. it can work properly, the test case covers some complex types.