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.
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
feat: introduce starknet verify, verifier set #48
feat: introduce starknet verify, verifier set #48
Changes from all commits
cfc0a65
408acc1
d496d96
acf89dd
619b606
d2b1ea1
7cf2a69
ae73371
71afc6f
7cc7927
b491a97
b902003
b0639f9
c816ae4
c2ab97b
2bcaeb2
f8e4dfe
1f7383c
f9a0493
f4e80cd
b5f9be2
ed3c401
7090852
25b4340
8dc26f3
c9ce581
b49905a
b0d0f22
5baa99f
9cde41d
73c01dc
7e708bd
a5aaa6d
5294c4b
be2d203
a5f4dc8
dd2cd90
61387a7
39f5894
7ad20f1
8dec630
cfbf48b
18a9adc
285acda
72f6759
afce53e
68b4796
3310478
01cf238
c747f2a
e07fe77
50ae57d
ecc5573
92f828d
f388c55
b6be9fe
c4ba4d6
36baa82
df4e167
8243638
26ca09a
c1fef21
6990b76
0ee6306
86f54ec
3d99510
ad0c4ba
c0813a9
bcbd780
c2917ef
7cdf55e
c159159
1c5b95a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is
tx_receipt.1
always the gateway event itself?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The assumption here is, that ampd receives to "verify" a correct id. If its not then verify_verifier_set would return Vote::NotFound, which is the expected behaviour.