Skip to content
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

v1.16: [zk-token-sdk] rename TransferAmountEncryption to TransferAmountCiphertext and define it as a wrapper around GroupedElGamalCiphertext (backport of #32026) #32092

Merged
merged 1 commit into from Jun 13, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jun 12, 2023

This is an automatic backport of pull request #32026 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

…phertext` and define it as a wrapper around `GroupedElGamalCiphertext` (#32026)

* define `TransferAmountEncryption` as a wrapper around `GroupedElGamalCiphertext`

* implement `From<GroupedElGamalCiphertext<3>>` for `GroupedElGamalCiphertext3Handles`

* define pod `TransferAmountEncryption` as a wrapper around pod `GroupedElGamalCiphertext3Handles`

* derive `Copy`, `Debug`, `Eq`, and `PartialEq` traits for `TransferAmountEncryption`

* rename `TransferAmountEncryption` to `TransferAmountCiphertext`

* clippy

* fix target arch

* add comment on why it is safe to unwrap

(cherry picked from commit c10d3d1)
@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Merging #32092 (2d39a47) into v1.16 (6aaaefd) will increase coverage by 0.0%.
The diff coverage is 81.1%.

@@           Coverage Diff           @@
##            v1.16   #32092   +/-   ##
=======================================
  Coverage    81.8%    81.8%           
=======================================
  Files         759      759           
  Lines      207442   207457   +15     
=======================================
+ Hits       169883   169903   +20     
+ Misses      37559    37554    -5     

@samkim-crypto samkim-crypto merged commit 042bd60 into v1.16 Jun 13, 2023
19 checks passed
@samkim-crypto samkim-crypto deleted the mergify/bp/v1.16/pr-32026 branch June 13, 2023 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants