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 containsfrom
attribute to specify the portfolio
from which tokens must be redeemed - ๐งจ rename
POST identities/secondary-accounts/add
toPOST 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 usedetails.status