Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 670 Bytes

File metadata and controls

12 lines (9 loc) · 670 Bytes

Task: #908 — Gate escrow-read behind a feature flag

Steps

  • Plan created and approved
  • Step 1: Edit src/config/index.js — add ESCROW_READ_PROJECTION_ENABLED to Zod schema
  • Step 2: Edit src/services/escrowRead.js — gate getEscrowStateWithProjection() with feature flag
  • Step 3: Edit src/config/index.test.js — add config validation tests for new flag
  • Step 4: Edit tests/escrow.read.test.js — add feature flag tests covering flag on, flag off, default
  • Step 5: Edit README.md — document the new env flag
  • Step 6: Cannot run npm run lint and npm test — Node.js is not available in this environment