Skip to content

665.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Nov 14:13
89d08e7

@metamask/claims-controller 0.1.0

Added

  • Added new @metamask/claims-controller package to handle shield subscription claims logics. (#7072)
  • Implementation of ClaimsController. (#7072)
    • getSubmitClaimConfig: Generate configurations required for the claim submission.
    • generateClaimSignature: Generate signature for the claim submission.
  • Implementation of Data-Service, ClaimsService. (#7072)
    • getClaims: fetch list of users' claims from the backend.
    • getClaimById: fetch single claim by id.
    • generateMessageForClaimSignature: generate message to sign for the claim signature.
    • verifyClaimSignature: verify claim signature produced by user.