Skip to content

Releases: PolymeshAssociation/polymesh-rest-api

v2.3.0

06 Dec 15:17
3b513dd
Compare
Choose a tag to compare

2.3.0 (2022-12-06)

Features

  • 🎸 Add Asset Metadata endpoints (#145) (1addc2f)
  • 🎸 check if compliance requirements are paused (#141) (9ded4b7)
  • 🎸 get treasury account (#140) (049f941)

v2.2.0-alpha.3

06 Dec 14:40
1addc2f
Compare
Choose a tag to compare
v2.2.0-alpha.3 Pre-release
Pre-release

2.2.0-alpha.3 (2022-12-06)

Features

  • 🎸 Add Asset Metadata endpoints (#145) (1addc2f)

v2.2.0

25 Nov 13:58
647f79d
Compare
Choose a tag to compare

2.2.0 (2022-11-25)

Features

  • 🎸 use mempool nonce when creating a mock-cdd claim (#146) (647f79d)

v2.2.0-alpha.2

25 Nov 12:13
9ded4b7
Compare
Choose a tag to compare
v2.2.0-alpha.2 Pre-release
Pre-release

2.2.0-alpha.2 (2022-11-25)

Features

  • 🎸 check if compliance requirements are paused (#141) (9ded4b7)

v2.2.0-alpha.1

24 Nov 11:16
049f941
Compare
Choose a tag to compare
v2.2.0-alpha.1 Pre-release
Pre-release

2.2.0-alpha.1 (2022-11-24)

Features

v2.1.0

11 Nov 10:03
9c1c408
Compare
Choose a tag to compare

2.1.0 (2022-11-11)

Features

  • 🎸 trusted claim issuers: set, add, remove (#135) (9c1c408)

v2.0.1

07 Nov 17:41
b180c60
Compare
Choose a tag to compare

2.0.1 (2022-11-07)

Bug Fixes

  • πŸ› startup error by where main was not found (#138) (b180c60)

v2.0.0

07 Nov 14:34
0c2520e
Compare
Choose a tag to compare

2.0.0 (2022-11-07)

Bug Fixes

  • πŸ› fix vault signing erroring on large payloads (#117) (a3ef90c)
  • πŸ› Modify authorizations accept/remove service logic (#116) (503c816)
  • πŸ› rename missing endpoint (6bee27d)
  • πŸ› Update max validation check in paginated-params.dto.ts (8005c0d)

chore

  • πŸ€– Bump SDK version to 15.0.0-alpha.10 (facc00c)

Features

  • 🎸 Add an endpoint to get Asset's operation history (3d37201)
  • 🎸 add authentication mechanism (#121) (286b0a8)
  • 🎸 Add endpoints to modify/revoke account permissions (#131) (1f6c771)
  • 🎸 Add postgres datastore (#127) (a152a67)
  • 🎸 Allow optional memo field while creating instruction (3b003ea)
  • 🎸 allow webhookUrl param to be passed on write requests (#114) (3a5451c)
  • 🎸 asset compliance requirements - edit, add, delete, deleteAll (#126) (89a66c7)
  • 🎸 Endpoint to get account subsidy (16cfddf)
  • 🎸 freeze/unfreeze secondary accounts (9d19569)
  • 🎸 improve response time by using an SDK without tx queues (9baf0f1)
  • 🎸 NetworkModule - getLatestBlock, getNetworkProperties (#128) (1fbd7a4)
  • 🎸 Option to redeem tokens from a specific portfolio (50b6001)
  • 🎸 pause/unpause compliance requirements (#123) (d863d6d)
  • 🎸 Point dep to polymeshassociation and bump SDK (b3c117b)
  • 🎸 rename add secondary key endpoint (4d2ab7d)
  • rename write endpoints to be more RPC-like (fcdf492)

BREAKING CHANGES

  • 🧨 RedeemTokensDto now contains from attribute to specify the portfolio
    from which tokens must be redeemed
  • 🧨 rename POST identities/secondary-accounts/add to POST identities/secondary-accounts/invite
  • 🧨 ticker-reservations/:ticker now doesn't throw errors if ticker is not
    present or Asset is already created. To check ticker availability, we can now use details.status

v1.0.0

03 Nov 17:37
2f33e28
Compare
Choose a tag to compare

1.0.0 (2022-11-03)

BREAKING CHANGES

  • 🧨 ticker-reservations/:ticker now doesn't throw errors if ticker is not
    present or Asset is already created. To check ticker availability, we can now use details.status

  • chore: πŸ€– Fix SDK version in yarn.lock

  • feat: 🎸 Add an endpoint to get Asset's operation history

  • feat: rename write endpoints to be more RPC-like

BREAKING CHANGES:

  • POST accounts/transfers -> POST accounts/transfer
  • POST assets/:ticker/set-documents -> POST assets/:ticker/documents/set
  • POST assets/create-asset -> POST assets/create
  • POST assets/:ticker/checkpoints/schedules -> POST assets/:ticker/checkpoints/schedules/create
  • DELETE assets/:ticker/checkpoints/schedules/:id ->
    POST assets/:ticker/checkpoints/schedules/:id/delete
  • PUT assets/:ticker/compliance-requirements ->
    POST assets/:ticker/compliance-requirements/set
  • PATCH assets/:ticker/corporate-actions/default-config ->
    POST assets/:ticker/corporate-actions/default-config/modify
  • POST assets/:ticker/corporate-actions/dividend-distributions ->
    POST assets/:ticker/corporate-actions/dividend-distributions/create
  • DELETE assets/:ticker/corporate-actions/:id ->
    POST assets/:ticker/corporate-actions/:id/delete
  • POST assets/:ticker/corporate-actions/:id/payments ->
    POST assets/:ticker/corporate-actions/dividend-distributions/:id/payments/pay
  • PUT assets/:ticker/corporate-actions/:id/documents ->
    POST assets/:ticker/corporate-actions/:id/documents/link
  • PUT assets/:ticker/corporate-actions/:id/checkpoint ->
    POST assets/:ticker/corporate-actions/dividend-distributions/:id/modify-checkpoint
  • POST identities/secondary-accounts -> POST identities/secondary-accounts/add
  • POST identities/:did/portfolios/asset-movements ->
    POST identities/:did/portfolios/move-assets
  • POST portfolios -> POST portfolios/create
  • DELETE identities/:did/portfolios/:id -> POST identities/:did/portfolios/:id/delete
  • POST venues/:id/instructions ->POST venues/:id/instructions/create
  • POST venues -> POST venues/create
  • PATCH venues/:id -> POST venues/:id/modify
  • fix: πŸ› rename missing endpoint

  • docs: ✏️ Update summary

  • feat: 🎸 rename add secondary key endpoint

  • 🧨 rename POST identities/secondary-accounts/add to POST identities/secondary-accounts/invite

  • chore: πŸ€– Address review comments

  • feat: 🎸 Point dep to polymeshassociation and bump SDK

  • feat: 🎸 improve response time by using an SDK without tx queues

by using an SDK that uses batching the response times of some endpoints
is significantly improved. The most improved createAsset call can be up
to 4 times faster (1 minute -> 15 seconds)

  • style: πŸ’„ remove developer comment

  • style: πŸ’„ remove unused import

  • refactor: πŸ’‘ address PR comments

  • chore: πŸ€– Update CODEOWNERS

  • chore: πŸ€– Remove Jere's account from TODO comments

  • style: πŸ’„ rename transactions to transaction in .spec files

v0.1.1 - fix vault signer with large payloads

08 Oct 21:06
a3ef90c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1