-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpha into beta #27
Alpha into beta #27
Conversation
fix: 🐛 Modify updateReadme script to update chain version
feat: 🎸 Export public entities, utils and consts
allow fetching all proof information related to a confidential transaction. The new method is similar to `getSenderProofs`, except it also includes details about legs where the sender has not comitted proofs for the assets
feat: 🎸 add `getProofDetails` to `ConfidentialTransaction`
Master into alpha
|
|
update `sdk.identities.getIdentity` to return an entity with `getInvolvedConfidentialTransactions` and `getConfidentialVenues` ✅ Closes: DA-1262
BREAKING CHANGE: 🧨 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[]`
|
add dual version support for private v1/v2 chains
use association release token in github action
|
🎉 This PR is included in version 2.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Release beta versino with latest changes from alpha
Breaking Changes
JIRA Link
Checklist