mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-18 03:10:58 +00:00
chore(core): generate signatures.json
[no changelog]
This commit is contained in:
parent
d2167fdd27
commit
5aec7bf414
@ -223,7 +223,7 @@ def merkle_root() -> None:
|
|||||||
f"Merkle root mismatch!\n"
|
f"Merkle root mismatch!\n"
|
||||||
f"Expected: {root.hex()}\n"
|
f"Expected: {root.hex()}\n"
|
||||||
f"Stored in signatures.json: {signature_file['current']['merkle_root']}\n"
|
f"Stored in signatures.json: {signature_file['current']['merkle_root']}\n"
|
||||||
"Run `make_all_blobs.py gen` to update the stored Merkle root."
|
"Run `cli.py gen` to update the stored Merkle root."
|
||||||
)
|
)
|
||||||
|
|
||||||
click.echo(root.hex())
|
click.echo(root.hex())
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"current": {
|
"current": {
|
||||||
"merkle_root": "8872d405b7f29dd489d250458b814d8d1008611f3087fc62787d9319f26db9fc",
|
"merkle_root": "4add9b7a2b80544a382378bc1abdae38600460825ef8010d45da5c2f28d86d26",
|
||||||
"signature": null,
|
"signature": null,
|
||||||
"datetime": "2024-02-07T11:21:42.887423",
|
"datetime": "2024-02-21T09:03:23.136322",
|
||||||
"commit": "ec3f8c92a35419208485be1a90e5491f89cefdc5"
|
"commit": "1dc00561ae04804aecbb0715d092c2a907e8eed8"
|
||||||
},
|
},
|
||||||
"history": []
|
"history": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user