Currently, the wallet uses the standard "app info" APDU, which returns the app name and the simple version (e.g. 0.1.0), but it may be a good idea to also return the app's git commit hash.
Note:
- we'll need a separate APDU for this (
GET_METADATA?).
build.rs already has code for the retrieval of the git commit hash, but it's unused currently.
Currently, the wallet uses the standard "app info" APDU, which returns the app name and the simple version (e.g. 0.1.0), but it may be a good idea to also return the app's git commit hash.
Note:
GET_METADATA?).build.rsalready has code for the retrieval of the git commit hash, but it's unused currently.