**Epic**: RBAC Implementation (Wave 2) **Bucket**: Integration ### π Description Replace legacy admin checks. ### π οΈ Implementation Guide 1. Find old `require_admin` calls. 2. Replace with `require_role(Pauser)` or appropriate role. ### β Acceptance Criteria - [ ] Code compiles and adheres to Soroban/Rust/TypeScript best practices. - [ ] Unit tests cover both happy paths and expected error states. - [ ] All CI/CD pipelines pass successfully.
Epic: RBAC Implementation (Wave 2)
Bucket: Integration
π Description
Replace legacy admin checks.
π οΈ Implementation Guide
require_admincalls.require_role(Pauser)or appropriate role.β Acceptance Criteria