github PolymeshAssociation/polymesh-rest-api v2.0.0

latest releases: v5.5.0-alpha.6, v5.5.0-alpha.5, v5.5.0-alpha.4...
22 months ago

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

Don't miss a new polymesh-rest-api release

NewReleases is sending notifications on new releases.