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

Feature/onchain revocation status #34

Merged
merged 8 commits into from
Jun 26, 2023
Merged

Conversation

demonsh
Copy link
Contributor

@demonsh demonsh commented Jun 23, 2023

Add support for Iden3OnchainSparseMerkleTreeProof2023

@demonsh demonsh requested a review from olomix June 23, 2023 15:02
@demonsh demonsh marked this pull request as ready for review June 26, 2023 11:30
id.BigInt(),
revocationNonceInt)
if err != nil {
return circuits.MTProof{}, fmt.Errorf("GetRevocationProof smart contract call, %s", err.Error())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a modern way to format errors: fmt.Errorf("bla-bla %w", err)

@olomix olomix merged commit 3ef54da into main Jun 26, 2023
7 checks passed
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