trezor-firmware
trezor-firmware copied to clipboard
Auto-update signed definition timestamp at firmware release time
leftover from #2410:
we need a script that will, presumably:
- download the latest published signed definitions
- extract timestamp
- update
released-definitions-timestamp.txt
there is no point in implementing that now before any signed definitions exist.
as a part of this task, testcases that download the current signed definitions should be implemented
This was implemented in 10b248b18fe807cefd93ac373743448a4b235f5a except the testcases part.