Releases: PolymeshAssociation/polymesh-rest-api
v2.2.0-alpha.1
v2.1.0
v2.0.1
v2.0.0
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
v1.0.0
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 usedetails.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
toPOST 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
totransaction
in .spec files
v0.1.1 - fix vault signer with large payloads
What's Changed
- fix: 🐛 fix vault signing erroring on large payloads by @polymath-eric in #117
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- feat: 🎸 allow webhookUrl param to be passed on write requests by @polymath-eric in #114
- fix: 🐛 Modify authorizations accept/remove service logic by @prashantasdeveloper in #116
Full Changelog: v0.0.10...v0.1.0
Publish images to polymesh association docker hub
What's Changed
- chore: 🤖 Bump SDK version to 15.0.0-alpha.10 by @prashantasdeveloper in #107
- Feat/da 256 rpc endpoints by @monitz87 in #109
- feat: 🎸 Add an endpoint to get an Asset's operation history by @prashantasdeveloper in #108
- feat: 🎸 Point dep to
polymeshassociation
and bump SDK by @prashantasdeveloper in #111 - chore: 🤖 Update CODEOWNERS by @prashantasdeveloper in #113
- feat: 🎸 improve response time by using an SDK without tx queues by @polymath-eric in #112
- chore: 🤖 publish to association docker hub account by @polymath-eric in #115
Full Changelog: v0.0.9...v0.0.10
What's Changed
- Feat/da 256 rpc endpoints by @monitz87 in #109
- feat: 🎸 Add an endpoint to get an Asset's operation history by @prashantasdeveloper in #108
- feat: 🎸 Point dep to
polymeshassociation
and bump SDK by @prashantasdeveloper in #111 - chore: 🤖 Update CODEOWNERS by @prashantasdeveloper in #113
- feat: 🎸 improve response time by using an SDK without tx queues by @polymath-eric in #112
- chore: 🤖 publish to association docker hub account by @polymath-eric in #115
Full Changelog: v0.0.8...v0.0.10
v0.0.9
What's Changed
- Merge develop into master by @prashantasdeveloper in #106
- v0.0.9 by @prashantasdeveloper in #110
Full Changelog: v0.0.7...v0.0.9
v0.0.8
What's Changed
- chore: 🤖 Bump SDK version to 15.0.0-alpha.6 by @prashantasdeveloper in #105
- chore: 🤖 Bump SDK version to 15.0.0-alpha.10 by @prashantasdeveloper in #107
Full Changelog: v0.0.7...v0.0.8