LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 454 forks source link

Lisk commander transaction schema doesn't allow an array to be the last field #9130

Closed corbifex closed 9 months ago

corbifex commented 11 months ago

Expected behavior

In Lisk Commander, the ability to create a transaction with an array field should not be restricted to any specific position. The expected behavior is for an array to be accepted in any position in a command schema.

Actual behavior

Currently, an array is only accepted when it is the first field.

Steps to reproduce

In the NFT example, run the following command:

./bin/run transaction create testNft mintNft 10000000

image

przemerr commented 11 months ago

isn't this related? https://github.com/LiskHQ/lisk-sdk/issues/9105

corbifex commented 11 months ago

Probably, I now see it's possibly fixed by #9118 😅

shuse2 commented 9 months ago

Fixed by #9118