Open tobtoht opened 1 month ago
This PR makes a lot of sense, conceptually: While vendoring normally avoids auto-including broken or malicious updates at the expense of receiving the latest bug/security patches, the protobuf files should rarely, if ever, change, and skipping changes to them doesn't introduce much risk (the most likely scenario would be a glaringly obvious protocol incompatibility).
Based on #9477.
Run
./src/device_trezor/trezor/fetch_protob.sh
to compare.