Skip to content

v1.1.0

Compare
Choose a tag to compare
@JoeCap08055 JoeCap08055 released this 18 Sep 19:40
· 75 commits to main since this release
2953b89

What's Changed

  • New endpoints:
    • GET /v1/delegation/revokeDelegation/:accountId/:providerId - returns a payload that can be signed by a user to revoke an existing delegation
    • POST /v1/delegation/revokeDelegation - post the payload returned by the above GET with a signature for execution on the Frequency chain
    • GET /v1/accounts/retireMsa/:accountId - returns a payload that can be signed by a user to retire an existing MSA
    • POST /v1/accounts/retireMsa - post the payload returned by the above GET with a signature for execution on the Frequency chain
    • GET /v1/handles/change/:newHandle - returns a payload for a change handle request that can be signed by a user
    • POST /v1/handles/change - submit a request to change a user's handle, using the signed payload from the above GET
    • GET /v2/delegations/:msaId - returns all delegations for a given MSA
    • GET /v2/delegations/:msaId/:providerId - returns the delegation to a specific provider for a given MSA, if one exists
  • Documentation updates
  • Bug fixes and other refactoring

NOTE

Note, the delegation route has been renamed in the v2 API as delegations, to more accurately reflect the structure of the requested resources

Changelog

New Contributors

Full Changelog: v1.0.3...v1.1