Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 781 Bytes

File metadata and controls

33 lines (24 loc) · 781 Bytes

Summary

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Security fix
  • Refactor / chore

Affected Layer(s)

  • Smart contract (programs/project_mappers)
  • Oracle middleware (oracle/)
  • API server (apps/api-server)
  • Dashboard (apps/dashboard)
  • SDK (lib/sdk)
  • Docs / wiki

Checklist

  • pnpm run typecheck passes
  • pnpm run build passes
  • Relevant tests added/updated and passing (anchor test and/or oracle Vitest suite)
  • npx prettier --check . passes
  • No secrets, private keys, or API keys committed

Test Plan