-
Notifications
You must be signed in to change notification settings - Fork 575
refactor: renaming IndexedTaggingSecret as PreTag
#17568
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
refactor: renaming IndexedTaggingSecret as PreTag
#17568
Conversation
| * indexes with tx hash. | ||
| */ | ||
| async #getLastUsedIndexedTaggingSecretsForSenders( | ||
| async #getLastUsedTaggingIndexesForSenders( |
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 naming here is confusing as it doesn't return PreTags. Put the TODO above as I expect this all to just go away in followup PRs where the whole tagging sync algo will be rewritten and moved from this file to separate standalone functions in pxe/src/tagging dir.
IndexedTaggingSecret as PreTag
b3b8c16 to
3b0d5e2
Compare
73a8f6d to
778aeaa
Compare
3b0d5e2 to
9f97dee
Compare
778aeaa to
0a26d3b
Compare
Thunkar
left a comment
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.
I don't love this name, but I seem to be in the minority. It's also a hard concept to name and I don't think the previous one was much better...so approving
0a26d3b to
16795d9
Compare

Renamed
IndexedTaggingSecretasPreTagas the original name was confusing. See this conversation for more context.