aionnetwork / AVM

Enabling Java code to run in a blockchain environment
https://theoan.com/
MIT License
49 stars 25 forks source link

[CLOSED] support String array in ABI #279

Closed aionbot closed 5 years ago

aionbot commented 5 years ago

Issue created by nancyaion (on Monday Oct 15, 2018 at 16:21 GMT)

With #272 completed, ABI String array support can be implemented by requesting String array wrappers via the object factory.

aionbot commented 5 years ago

Comment by nancyaion (on Thursday Oct 18, 2018 at 16:35 GMT)

Done. The unit test is AvmImplDeployAndRunTest where it tests the concatStringArray method call in testDeployAndRunTest. concatStringArray is a user Dapp method that takes and returns 1D String arrays.