Releases: PolymeshAssociation/polymesh-private-sdk
Releases · PolymeshAssociation/polymesh-private-sdk
v1.1.0
v1.0.1
v1.0.0
What's Changed
- Alpha into ca by @polymath-eric in #2
- Confidential assets by @polymath-eric in #3
- feat: 🎸 update expected node versions to 1.0 by @polymath-eric in #4
- fix: 🐛 Correct the input parameters for CA related SQ calls by @prashantasdeveloper in #5
- fix: 🐛 Correct gql query to get transaction history for CA by @prashantasdeveloper in #6
- fix: 🐛 remove debug console.log by @polymath-eric in #7
- feat: 🎸 update repo refs to use private naming scheme by @polymath-eric in #9
- feat: 🎸 allow for unlinked auditor accounts by @polymath-eric in #10
- fix: 🐛 getTransactionHistory query by @sansan in #8
- Alpha into beta by @polymath-eric in #11
- Master into beta by @polymath-eric in #12
- feat: 🎸 add
getSenderProofs
method to ConfidentialTransaction by @polymath-eric in #14 - fix: 🐛 filter for sender in getSenderProofs by @polymath-eric in #15
- fix: 🐛 order confidential tx legs according to ID by @polymath-eric in #16
- feat: 🎸 Add
createdAt
method toConfidentialTransaction
by @prashantasdeveloper in #18 - refactor: 💡 extend public SDK to reduce duplication by @polymath-eric in #19
- feat: 🎸 Add valid assertion for ElGamal public key by @prashantasdeveloper in #20
- feat: 🎸 Bump public Polymesh-SDK version to
24.1.0
by @prashantasdeveloper in #21 - Alpha into beta by @prashantasdeveloper in #22
- V1 Release by @polymath-eric in #13
New Contributors
- @prashantasdeveloper made their first contribution in #5
- @sansan made their first contribution in #8
Full Changelog: https://github.com/PolymeshAssociation/polymesh-private-sdk/commits/v1.0.0
v1.0.0-beta.3
1.0.0-beta.3 (2024-04-16)
Bug Fixes
- 🐛 filter for sender in getSenderProofs (6d2b389)
- 🐛 order confidential tx legs according to ID (7f9dbfd)
Features
v1.0.0-alpha.14
v1.0.0-alpha.13
v1.0.0-alpha.12
v1.0.0-alpha.11
v1.0.0-alpha.10
v1.0.0-alpha.9
1.0.0-alpha.9 (2024-03-18)
Features
- 🎸 add
getSenderProofs
method to ConfidentialTransaction (2e4ea40)