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

change(scan): Standardise on the shielded-scan feature name #8038

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

teor2345
Copy link
Contributor

Motivation

We're using both the shielded-scan and zebra-scan feature names. Due to some cargo automatic feature changes in 2024, we should avoid using feature names that are the same as crates. (They might work differently soon.)

PR Author Checklist

Check before marking the PR as ready for review:

  • Will the PR name make sense to users?
  • Does the PR have a priority label?
  • Have you added or updated tests?
  • Is the documentation up to date?

If a checkbox isn't relevant to the PR, mark it as done.

Specifications

rust-lang/cargo#12173

Solution

Just use the shielded-scan feature

Testing

The existing tests cover this, and using this feature name might activate more tests.

Review

This is a routine cleanup.

Reviewer Checklist

Check before approving the PR:

  • Does the PR scope match the ticket?
  • Are there enough tests to make sure it works? Do the tests cover the PR motivation?
  • Are all the PR blockers dealt with?
    PR blockers can be dealt with in new tickets or PRs.

And check the PR Author checklist is complete.

@teor2345 teor2345 added C-cleanup Category: This is a cleanup P-Medium ⚡ A-blockchain-scanner Area: Blockchain scanner of shielded transactions labels Nov 30, 2023
@teor2345 teor2345 self-assigned this Nov 30, 2023
@teor2345 teor2345 requested a review from a team as a code owner November 30, 2023 22:15
@teor2345 teor2345 requested review from oxarbitrage and removed request for a team November 30, 2023 22:15
@github-actions github-actions bot added the C-feature Category: New features label Nov 30, 2023
@teor2345
Copy link
Contributor Author

This is also a test for ticket #8037, which is an admin repository variable change to enable the shielded-scan tests in CI.

Copy link
Contributor

@oxarbitrage oxarbitrage left a comment

Choose a reason for hiding this comment

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

Yea, i noticed this when reviewing #8036 but didn't wanted to add more stuff there. Thanks for the upgrade!

@mergify mergify bot merged commit fc2576b into main Dec 1, 2023
127 checks passed
@mergify mergify bot deleted the scan-feat-name branch December 1, 2023 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-blockchain-scanner Area: Blockchain scanner of shielded transactions C-cleanup Category: This is a cleanup C-feature Category: New features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants