examples icon indicating copy to clipboard operation
examples copied to clipboard

Invoice Canister Cleanup Tasks

Open krpeacock opened this issue 3 years ago • 0 comments

  • [x] Ensure that person without viewing permission cannot view an already verified invoice
    • invoice.mo line 283
  • [x] Gitignore src/declarations
  • [x] replace dfx stop with `#!/usr/bin/env bash; set -e; dfx stop
  • [ ] Add access control for creating new invoices
  • [x] Check account for transfer fee during transfer
    • ICPLedger.mo line 179
  • [x] pull magic numbers into constants
    • main.mo line 139
  • [ ] Refactor permission checks to a method

krpeacock avatar Jul 12 '22 23:07 krpeacock