You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-suite/fhevm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ bun test
38
38
## Targets
39
39
40
40
-`latest-release`: latest stable fhevm release plus checked-in companion defaults
41
-
-`latest-main`: newest complete repo-owned main SHA bundle at or after the tenant-refactor floor (`acfa977`)
41
+
-`latest-main`: newest complete repo-owned main SHA bundle at or after the simple-ACL floor (`803f104`)
42
42
-`sha`: exact repo-owned SHA bundle plus `latest-release` companions
43
43
-`devnet`
44
44
-`testnet`
45
45
-`mainnet`
46
46
47
47
Only `devnet`, `testnet`, and `mainnet` resolve from GitOps. Non-network targets do not.
48
48
`latest-main` is intentionally modern-only; if the resolver cannot find a complete image set after the floor, it fails instead of walking into older protocol behavior.
49
-
`sha` requires `--sha <git-sha>` and fails fast unless every repo-owned package is available at that 7-character SHA tag.
49
+
`sha` requires `--sha <git-sha>` and fails fast unless every repo-owned package is available at that 7-character SHA tag, the SHA is on `main`, and it is at or after the simple-ACL floor.
0 commit comments