I tried to check FungibleToken.scilla file from https://github.com/Zilliqa/ZRC/pull/31 with the Gas Usage Analizer, but got the following error message:
$ bin/scilla-checker -gua -gaslimit 8000 -libdir src/stdlib FungibleToken.scilla
src/stdlib/ListUtils.scillib:11:18: error: Couldn't resolve the identifier in gas use analysis: "list_foldk".
src/stdlib/ListUtils.scillib:11:18: error: Couldn't resolve the identifier in gas use analysis: "list_foldk".
Gas remaining: 6873
I tried to check
FungibleToken.scilla
file from https://github.com/Zilliqa/ZRC/pull/31 with the Gas Usage Analizer, but got the following error message: