-
Notifications
You must be signed in to change notification settings - Fork 234
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(Keys_Nullifier): Update owned notes to contain Npk_m
instead of owner
#5630
Closed
Tracked by
#5606
Comments
Closed
sklppy88
changed the title
Update
Update all notes and contract such that it contains Apr 29, 2024
Token
contract and TokenNote
such that it contains Npk_m
instead of owner
Npk_m
instead of owner
sklppy88
changed the title
Update all notes and contract such that it contains
Update all notes and contracts such that it contains Apr 29, 2024
Npk_m
instead of owner
Npk_m
instead of owner
sklppy88
changed the title
Update all notes and contracts such that it contains
Update token note and token contract such that it contains May 1, 2024
Npk_m
instead of owner
Npk_m
instead of owner
LHerskind
changed the title
Update token note and token contract such that it contains
feat(Keys_Misc): Update owned notes to contain May 1, 2024
Npk_m
instead of owner
Npk_m
instead of owner
LHerskind
changed the title
feat(Keys_Misc): Update owned notes to contain
feat(Keys_Nullifier): Update owned notes to contain May 1, 2024
Npk_m
instead of owner
Npk_m
instead of owner
This was referenced May 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To allow for rotation of nullifier keys we will need to store nullifier public key instead of owner in a note. This is to prevent the possibility of double spend in case the keys are rotated (user could spend the note, rotate the keys and spend the note again --> different nullifier would be created).
This requires changes to the oracle
The text was updated successfully, but these errors were encountered: