Releases: PolymeshAssociation/polymesh-private-sdk
Releases · PolymeshAssociation/polymesh-private-sdk
v2.0.0
2.0.0 (2024-11-15)
Bug Fixes
- 🐛 fix type import path (48b3942)
Features
- 🎸 add
getProofDetails
toConfidentialTransaction
(316bd91) - 🎸 add checks to check if asset/account exists (2ad1d18)
- 🎸 add confidential methods to
getIdentity
return (d3ea05f) - 🎸 moveFunds procedure (8e84740)
- 🎸 Return balance info when applying incoming balance (81e5c1d)
- 🎸 update sdk to support private v2 chains (public v7) (1f616f7)
- 🎸 update sdk to v26.2.0 (dd40dc5)
BREAKING CHANGES
- 🧨 On applying incoming balance(s) for an account,
the method now returns details about the confidential asset,
the amount being applied and balance after amount is deposited.
confidentialAccounts.applyIncomingBalance
returns
IncomingConfidentialAssetBalance
confidentialAccounts.applyIncomingBalances
returns
IncomingConfidentialAssetBalance[]
v2.0.0-beta.1
2.0.0-beta.1 (2024-11-15)
Bug Fixes
- 🐛 fix type import path (48b3942)
Features
- 🎸 add
getProofDetails
toConfidentialTransaction
(316bd91) - 🎸 add checks to check if asset/account exists (2ad1d18)
- 🎸 add confidential methods to
getIdentity
return (d3ea05f) - 🎸 moveFunds procedure (8e84740)
- 🎸 Return balance info when applying incoming balance (81e5c1d)
- 🎸 update sdk to support private v2 chains (public v7) (1f616f7)
- 🎸 update sdk to v26.2.0 (dd40dc5)
BREAKING CHANGES
- 🧨 On applying incoming balance(s) for an account,
the method now returns details about the confidential asset,
the amount being applied and balance after amount is deposited.
confidentialAccounts.applyIncomingBalance
returns
IncomingConfidentialAssetBalance
confidentialAccounts.applyIncomingBalances
returns
IncomingConfidentialAssetBalance[]
v2.0.0-alpha.5
v2.0.0-alpha.4
2.0.0-alpha.4 (2024-11-13)
Bug Fixes
- 🐛 fix type import path (48b3942)
Features
- 🎸 update sdk to support private v2 chains (public v7) (1f616f7)
v2.0.0-alpha.3
v2.0.0-alpha.2
v2.0.0-alpha.1
2.0.0-alpha.1 (2024-07-30)
Features
- 🎸 Return balance info when applying incoming balance (81e5c1d)
BREAKING CHANGES
- 🧨 On applying incoming balance(s) for an account,
the method now returns details about the confidential asset,
the amount being applied and balance after amount is deposited.
confidentialAccounts.applyIncomingBalance
returns
IncomingConfidentialAssetBalance
confidentialAccounts.applyIncomingBalances
returns
IncomingConfidentialAssetBalance[]