Skip to content

. Add integration test for admin role separation #282

Description

@DeFiVC

What: Add integration tests that verify admin role separation works correctly.

Why: Role separation is a security feature. Tests must verify each role can only perform its designated operations.

Scope: Create test that: grants minter role, verifies minter can mint but not pause, grants pauser role, verifies pauser can pause but not mint, revokes roles.

Acceptance criteria:

  • Roles are enforced
  • Role changes work
  • Role revocation works
  • Events are emitted

Technical context: tests/integration/ — existing integration tests.


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions