-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlegacy_delegates.toml
More file actions
73 lines (61 loc) · 3.26 KB
/
Copy pathlegacy_delegates.toml
File metadata and controls
73 lines (61 loc) · 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Legacy delegate entries for migration.
# Each entry records a previous delegate WASM's key so that secrets
# stored under that key can be migrated to the current delegate.
#
# Run: ./scripts/add-migration.sh before making delegate/common changes.
# Current as of 2026-04-12 (after notary rename + TestPermissionPrompt)
[[entry]]
code_hash = "e2ec6b1bc367558b2a3ff246b956016d566327803a71ca3f94980c6b822f4e7f"
delegate_key = "08fe3e79a9f3b8e4aa93d6a84dda80a826420c4376f178eaee27fc75555742b5"
# Added 2026-04-12
[[entry]]
code_hash = "63c2ccddcab61c1983dc7b6eccf68e9aaca6e1d1e31e79539ecd4eada3195650"
delegate_key = "d3f152bcecaf31021cf8b1b5541bd6acf890b31256750ddfd6b3c8d4bafb726c"
# Added 2026-04-12
[[entry]]
code_hash = "709f94b8d49264011840785a094fe7509d27ea326a1b72e69d7f25a0ba50cd22"
delegate_key = "30575b376393ebf859ec3a8dc0da96ccb1590e9d4f000304789b19acbfb1a519"
# Added 2026-04-12
[[entry]]
code_hash = "0702e97e12506def40d02cf406b45a73734f32492e8eb9dd1dbfcaa6fdff5480"
delegate_key = "bf0e727a24fd83408311d792d021a8c4644ef624a7a5eb8d21cf3ce50277b33f"
# Added 2026-04-14
[[entry]]
code_hash = "34e8f08af2d16f999482077024537e3fafa4ee82b77bfd76a43f1a55245fef13"
delegate_key = "1562b3fcfd135d2a05575231ee4fec084dea6f457bb9f1a8ae8195810f4ff579"
# Added 2026-04-14 (post-publish)
[[entry]]
code_hash = "ed44922a533d6f7c598e540f28e5624d2e7de4e0467647001065bd636fb9851d"
delegate_key = "7a374ed8c6f8dab44baf4db7325e8114cdad12278b112b85f3d074250e078477"
# Added 2026-05-04
[[entry]]
code_hash = "6c42cdb7bee8892fcff67cd8f8f70dd741518785bb3036d22fd7f5be0682b9d1"
delegate_key = "aec3e641b0acd3a529a987ecc90bb300f782f15d1374f715d1cc7e7b2b17aa40"
# Added 2026-05-05 (rust-toolchain.toml=1.95.0 + profile.release.strip=true)
# Local build (15121e02..., delegate_key 830219b9...) and the GitHub
# Actions runner build differ even with the same pinned toolchain --
# unsolved binary-reproducibility gap, see follow-up issue. Recording
# both so the migration system tolerates either origin until publish
# locks in one canonical hash via record-migration.
[[entry]]
code_hash = "15121e02b2a895aeab275be8972707490c59eae7fde44412295c480521a88c00"
delegate_key = "830219b9fda7a16a74cf23c61bd753fe2b68130b43d71406ee2efa01ebad9727"
# CI runner build (ubuntu-latest, dtolnay/rust-toolchain@stable resolves
# to 1.95.0 same as the pin). Recorded so check-migration passes; both
# entries are pre-publish ephemera. The canonical hash is recorded on
# origin/main by record-migration during `cargo make publish-ghostkeys`.
[[entry]]
code_hash = "338da2354c37c51ef68c817e946bbdd94979eda722a7c1f6c221968c72fdafd6"
delegate_key = "66dafd5841e3701892927c044f9dc8799e4052e791457e3e8f0b1614e9b62bf9"
# Added 2026-05-05 (post-publish)
[[entry]]
code_hash = "41820886ca1db199eca2a2b229c6051d1120ea909ddbe1bd3653bf1cd586f540"
delegate_key = "33f4c631ac7d3fc725c9c0affa5a34a3618a4fa752d9cfbd5a1a94c2d242a2dc"
# Added 2026-08-03 (post-publish, delegate API release -- see #12)
[[entry]]
code_hash = "b34ce87d77a2f5779a21d0adae69f56a80f620e00bb73169cb8d542928069324"
delegate_key = "7763276e411b064a67fed05f9b0cb2062dd1e4ff78274c40a141eee262633719"
# Added 2026-08-03 (post-publish)
[[entry]]
code_hash = "23e7161e2963d878ba9d65bf8f94ad60bcfdd031ad65e30b85472a81faa2ffdd"
delegate_key = "38bbba647e93bfbee87c8ef92cd6f1f77ce8eaeb2775aa32a70b8fb2e23d30ee"