Skip to content

[M-04] Game Passes Audit #1657

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

Merged
merged 52 commits into from
Apr 15, 2025
Merged

[M-04] Game Passes Audit #1657

merged 52 commits into from
Apr 15, 2025

Conversation

wojciech-turek
Copy link
Member

image

To resolve the issue the batch mint function now accepts a single signature.

@wojciech-turek wojciech-turek requested a review from a team as a code owner March 24, 2025 14:11
@adjisb
Copy link
Contributor

adjisb commented Mar 25, 2025

Is better to use a global signatureId per signed message instead of a nonce per wallet. It is easier to manage on the backend side (you don't even need a sequence, just choose a big random number per signature) and also you can use it to revoke some signature if needed.

@wojciech-turek
Copy link
Member Author

@adjisb

Hmmm, that might be a good idea. let me try to put it in a new PR.

wojciech-turek and others added 27 commits April 2, 2025 21:13
@wojciech-turek wojciech-turek merged commit 5d34ed1 into passes-audit-m-03 Apr 15, 2025
6 checks passed
@wojciech-turek wojciech-turek deleted the passes-audit-m-04 branch April 15, 2025 09:41
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.

3 participants