Releases: PolymeshAssociation/polymesh-private-rest-api
Releases · PolymeshAssociation/polymesh-private-rest-api
v1.1.0
1.1.0 (2024-11-06)
Features
- 🎸 add verify+affirm endpoint and allow amount for verify (c135fd1)
- 🎸 adjust messages to current sdk version (f76e114)
- 🎸 move funds endpoint (3fa71f3)
- 🎸 Return balance info when applying incoming balance (469c74b)
- 🎸 return decrypted amount and balance via proof server (15d892b)
- 🎸 return generated sender proofs in the response (cb7c8d7)
v1.1.0-alpha.1
1.1.0-alpha.1 (2024-11-06)
Features
- 🎸 add verify+affirm endpoint and allow amount for verify (c135fd1)
- 🎸 adjust messages to current sdk version (f76e114)
- 🎸 move funds endpoint (3fa71f3)
- 🎸 Return balance info when applying incoming balance (469c74b)
- 🎸 return decrypted amount and balance via proof server (15d892b)
- 🎸 return generated sender proofs in the response (cb7c8d7)
v1.0.0
1.0.0 (2024-07-23)
Bug Fixes
- 🐛 Add transformer for checkpoint value conversion (8a3455c)
- 🐛 Allow for space after , when passing mnemonics and dids (39c66b0)
- 🐛 Build assets in dockerfile (#46) (fec6f78)
- 🐛 Build assets in dockerfile (#46) (#47) (651ac1c)
- 🐛 bump dependencies (8414c85)
- 🐛 bump nestjs dependencies (75857ce)
- 🐛 bump SDK to v19.2.0-alpha.3 (7870b1e)
- 🐛 bump sdk version for 5.4 asset fix (a269b29)
- 🐛 Correct parsing of date attributes for paginated data (c4f3916)
- 🐛 default for developer utils env variable (2308191)
- 🐛 error when optional arg methods given no args (d02482a)
- 🐛 finding default portfolio when id 0 is given (#197) (a8dfae5)
- 🐛 Fix breaking test case (4f10c5d)
- 🐛 Fix breaking test case (7dc7ad9)
- 🐛 fix involved tx + venues endpoints (373bfb8)
- 🐛 Fix lint errors (e0ef268)
- 🐛 fix vault signing erroring on large payloads (#117) (a3ef90c)
- 🐛 Ignore release commit from commitlint (3cb2216)
- 🐛 include latest sdk bug fix (1dd25aa)
- 🐛 InstructionIdModel path update (c4d530e)
- 🐛 Modify authorizations accept/remove service logic (#116) (503c816)
- 🐛 offline tx hash was not being recorded (effede2)
- 🐛 pass constructor parameters to TQ constructor (beaf27e)
- 🐛 proof generation would fail for some legs (4a3e2d8)
- 🐛 Remove lint error (8ce4bbd)
- 🐛 Remove use of
PolymeshError
in checkpoints specs (f550565) - 🐛 rename missing endpoint (6bee27d)
- 🐛 resolve linting error and refactor params dto (22e4308)
- 🐛 Run husky install as prepare script (#37) (930ea27)
- 🐛 startup error by where main was not found (#138) (b180c60)
- 🐛 Update commitlint ignore regex to suppport prereleases (87b2d9f)
- 🐛 Update create checkpoint + affirm instruction params (de9e656)
- 🐛 Update IsBigNumber decerator name (edc2b8c)
- 🐛 Update max validation check in
paginated-params.dto.ts
(8005c0d) - 🐛 Update parse permission method usage (2ae50e9)
- 🐛 Upgrade SDK to v20.1.0 (5e3e291)
- 🐛 upgrade signing managers to latest versions (159dd24)
- 🐛 use fixed SDK version (055452c)
- 🐛 use proper format for array examples (3fa5fd0)
- 🐛 use proper nested validation for inputs (1abb00a)
- 🐛 use proper return type for settlement endpoints (d71eb32)
- 🐛 use proper validation decorators for input DTOs (2be668d)
- make funding round optional (2c7cfb6)
- missing import (bdfb101)
- use proper response (1131367)
chore
- 🤖 Bump SDK version to 15.0.0-alpha.10 (facc00c)
- 🤖 Rename variable in asset utils (98555dc)
- 🤖 Upgrade sdk version to 12.0.0-alpha.4 (7986eed)
Code Refactoring
-
💡 Rename
remove
authorization endpoint toreject
(c9a238e) -
💡 Rename endpoints and move code in their modules (2492a5a)
-
💡 Replace
key
withaccount
(7992571) -
💡 Upgrade SDK to 11.0.0-alpha.17 (45c0744)
-
Develop into master (PolymeshAssociation#120) (dc68b2b), closes #120 #115 #114 #116 [PolymeshAssociation#117](#1...
v1.0.0-alpha.10
v1.0.0-alpha.9
1.0.0-alpha.9 (2024-07-17)
Features
- 🎸 return object instead of string from balance endpoints (c0af735)
BREAKING CHANGES
- 🧨 GET /:confidentialAccount/incoming-balances/:confidentialAssetId and GET
:confidentialAccount/balances/:confidentialAssetId return an object
instead of a plain string
✅ Closes: DA-1248
v1.0.0-alpha.8
1.0.0-alpha.8 (2024-06-18)
Features
- 🎸 Update polymesh-rest-api submodule to v5.4.0-alpha.2 (0fae983)
v1.0.0-alpha.7
1.0.0-alpha.7 (2024-05-03)
Features
- 🎸 upgrade auditor verify to work when key is receiver (91844c9)
BREAKING CHANGES
- 🧨 POST /confidential-transactions/:id/auditor-verify is now POST
/confidential-transactions/:id/verify-amounts. Request payload has
renamed param fromauditorKey
topublicKey
✅ Closes: DA-1143
v1.0.0-alpha.6
v1.0.0-alpha.5
1.0.0-alpha.5 (2024-04-15)
Features
v1.0.0-alpha.4
1.0.0-alpha.4 (2024-03-20)
Bug Fixes
- 🐛 proof generation would fail for some legs (4a3e2d8)
Features
- 🎸 add endpoint for auditors to verify all legs in a tx (9b05e23)