Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.18 KB

File metadata and controls

29 lines (25 loc) · 1.18 KB

Description

Fixes # (issue number)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Verification Commands

  • npm run lint / npm run test (Frontend/Backend)
  • cargo fmt / cargo clippy / cargo test (Smart Contracts)

Contract Security (if contracts/ changed)

  • Storage schema changes documented or migration provided
  • All entry points have authorization checks
  • Arithmetic uses checked operations
  • New entry points have unit tests including unauthorized callers
  • No new admin roles without governance proposal

Screenshots (if applicable)

Add screenshots to help explain the changes.

UI Snapshot Checklist

  • Screenshots provided for Desktop (1024px+)
  • Screenshots provided for Mobile (375px)
  • No visual changes