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

Reprocess notes in pxe when a new contract is added #2709

Closed
spalladino opened this issue Oct 5, 2023 · 0 comments · Fixed by #3867
Closed

Reprocess notes in pxe when a new contract is added #2709

spalladino opened this issue Oct 5, 2023 · 0 comments · Fixed by #3867
Assignees
Labels
T-bug Type: Bug. Something is broken.

Comments

@spalladino
Copy link
Collaborator

If a user receives a private note from a contract they haven't yet added to their pxe, note processing will fail since the pxe doesn't have access to the compute_note_hash_and_nullifier function of that contract to decode the note. However, when the contract is later added, the note remains as failed.

We should collect the notes that fail due to missing contract info, and when the contract is added, reprocess them.

@github-project-automation github-project-automation bot moved this to Todo in A3 Oct 5, 2023
@just-mitch just-mitch assigned just-mitch and unassigned alexghr Jan 4, 2024
@spalladino spalladino added the T-bug Type: Bug. Something is broken. label Jan 5, 2024
@just-mitch just-mitch linked a pull request Jan 7, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bug Type: Bug. Something is broken.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants