Skip to content

Releases: PolymeshAssociation/polymesh-rest-api

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

v0.1.0

05 Oct 15:23
503c816
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.1.0

Publish images to polymesh association docker hub

13 Sep 14:37
db3ae60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

What's Changed

Full Changelog: v0.0.8...v0.0.10

v0.0.9

15 Aug 06:51
b855445
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.9

v0.0.8

14 Jun 09:43
b4b7626
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.7...v0.0.8