feat: Implemented deleteFile Tck endpoint#1221
Conversation
Signed-off-by: Aditya Arya <arya050411@gmail.com>
|
Hey @Adityarya11 👋 thanks for the PR! This comment updates automatically as you push changes -- think of it as your PR's live scoreboard! PR Checks✅ DCO Sign-off -- All commits have valid sign-offs. Nice work! ✅ GPG Signature -- All commits have verified GPG signatures. Locked and loaded! ✅ Merge Conflicts -- No merge conflicts detected. Smooth sailing! ✅ Issue Link -- Linked to #1215 (assigned to you). 🎉 All checks passed! Your PR is ready for review. Great job! |
Signed-off-by: Aditya Arya <arya050411@gmail.com>
rwalworth
left a comment
There was a problem hiding this comment.
LGTM @Adityarya11, clean implementation that follows the deleteToken pattern exactly. Merging!
Description:
Implements the
deleteFileJSON-RPC endpoint for the TCK server to support file deletion compatibility tests.deleteFilemethod toFileServiceutilizingFileDeleteTransactionDeleteFileParamsfor JSON deserialization and register the endpoint inTckServerRelated issue(s):
Fixes #1215
Checklist