Skip to content

2.1.0

Compare
Choose a tag to compare
@marcelosalloum marcelosalloum released this 30 Jul 18:46
· 54 commits to main since this release
217f816

2.1.0 (diff)

Release of the Stellar Disbursement Platform v2.1.0. This release introduces the
option to set different distribution account signers per tenant, as well as
Circle support, so the tenant can choose to run their payments through the
Circle API rather than directly on the Stellar network.

This version is only compatible with the stellar/stellar-disbursement-platform-backend version 2.1.0.

Added

  • Implement support for Circle distribution accounts #114, #119.
    • When the account is of type Circle and it's status is not Active, a banner is displayed to direct the user through the Circle setup.
    • A new flow was added to allow the user to set up the Circle account.
    • When the account is of type Circle, balances are fetched from the SDP backend rather than the Stellar network.
    • The payment details page now shows the Circle transaction ID, when available.
  • Support the new verification type YEAR_MONTH #121
  • Added dependabot extra features #118

Fix

  • Update some fields usage to optional, since they may not be present on the payload coming from the backend #120

Security

  • Update the ws and braces dependencies to fix security vulnerabilities. #117