Details
Details
Played with the DELETE /holders endpoint in Postman. Added some prefixed holders and verified that they were removed from DDB
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/blob/src/service.rs | ||
---|---|---|
50–54 ↗ | (On Diff #44997) | We should always map these explicitly, so from(ignore) makes sense to disable auto-conversion |
services/blob/src/http/handlers/holders.rs | ||
---|---|---|
62 ↗ | (On Diff #44997) | since we can query holders, we should make sure this is called only by service to forbid malicious users from deleting other user's holders |