Skip to content

refactor: moving syncNoteNullifiers call#20110

Merged
benesjan merged 1 commit intonextfrom
02-02-refactor_moving_syncnotenullifiers_call
Feb 2, 2026
Merged

refactor: moving syncNoteNullifiers call#20110
benesjan merged 1 commit intonextfrom
02-02-refactor_moving_syncnotenullifiers_call

Conversation

@benesjan
Copy link
Contributor

@benesjan benesjan commented Feb 2, 2026

The call to syncNoteNullifiers was in an unreasonable place and it was there for historical reasons. In this PR I move to a sensible place which is directly in the syncState function.

Copy link
Contributor Author

benesjan commented Feb 2, 2026

@benesjan benesjan added the ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure label Feb 2, 2026
logService.syncTaggedLogs(this.contractAddress, pendingTaggedLogArrayBaseSlot, this.scopes),
noteService.syncNoteNullifiers(this.contractAddress),
]);
await logService.fetchTaggedLogs(this.contractAddress, pendingTaggedLogArrayBaseSlot, this.scopes);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Isn't this cute?

(renamed syncTaggedLogs to fetchTaggedLogs to unfuck the naming here)

@benesjan benesjan changed the title refactor: moving syncNoteNullifiers call refactor: moving syncNoteNullifiers call Feb 2, 2026
@benesjan benesjan requested a review from mverzilli February 2, 2026 18:05
Copy link
Contributor

@mverzilli mverzilli left a comment

Choose a reason for hiding this comment

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

🚀

@benesjan benesjan added this pull request to the merge queue Feb 2, 2026
Merged via the queue into next with commit ad92a07 Feb 2, 2026
26 of 29 checks passed
@benesjan benesjan deleted the 02-02-refactor_moving_syncnotenullifiers_call branch February 2, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants