Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

feat(server): `version` command #1215

Closed jubnzv closed 1 year ago

jubnzv commented 1 year ago

tests/scilla_client uses scilla-version command-line argument to get the Scilla version, because Core.Command implicitly adds the version argument.

Closes #1193

jubnzv commented 1 year ago

I don't think we need an additional test for the version command, because we already test that scilla-client works and can communicate with the server. It's just another command that returns the same string every time it's called.