LedgerHQ / ledger-device-rust-sdk

Rust SDK for Ledger device applications
Apache License 2.0
44 stars 29 forks source link

Add `ledger.app_name` and `ledger.app_version` to generated elf #171

Open bigspider opened 2 months ago

bigspider commented 2 months ago

The C SDK adds the ledger.app_name and ledger.app_version to the generated binary, which allows Speculos to correctly emulate the app's name and version (instead of returning the default app 1.33.7).

It would be nice to align this.