[rust-legacy-client] Add confidential mint burn extension #168
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
There is no support for the confidential mint burn extension in the rust-legacy client.
Summary of Changes
Added support for the confidential mint burn in the rust-legacy client:
329676c: Made a couple of relatively small changes in the account info interface:
new_decryptable_balance
to simplify the rust client a bit.d5a9575: Added support for the confidential mint and burn in the rust client. I don't think there is anything specifically notable here other than the fact that it is verbose as always to account for all the different variations of how proofs can be provided.
3c9a62b: Added tests rust-client. Nothing notable here either. The logic is in-line with the tests for the confidential transfer and confidential fee extensions.
There is an interface change, so the semver check does seem to complain. Other than that, the rest of the CI checks seem to pass.