Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/swift-sdk/SwiftExampleApp/TEST_PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Shielded notes/balance/activity have **no read-side FFI** by design β€” Rust pus
| GRP-01 | View group info / members | Platform | Thorough | βœ… | `GroupDetailView` (drill into member identities). |
| GRP-02 | Group queries (info / infos / actions / signers) | Platform | Thorough | βœ… | `PlatformQueriesView` group category β†’ `dash_sdk_group_get_*`. |
| GRP-03 | Token group action β€” propose / co-sign | Platform | Uncommon | βœ… | Same as `TOK-15` / `TOK-16`. |
| GRP-04 | Standalone group lifecycle management | Platform | Uncommon | 🚫 | Not implemented β€” groups exist only as a token access-control construct + read queries. There is no group-create/membership transition. |
| GRP-04 | Standalone group lifecycle management | Platform | β€” | βž– | Retired from the catalog β€” not implemented anywhere and never will be a standalone test: there is no group-create/membership transition; groups exist only as a token access-control construct (read queries `GRP-01`/`GRP-02`; actions `GRP-03` ≑ `TOK-15`/`TOK-16`). Kept here to document the absence; not seeded to the QA catalog. |

### 4.12 System / Protocol / Diagnostics β€” `Domain=System`

Expand Down
Loading