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

[v16] Move external backend key logic to receiver methods of backend.Key #46192

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

rosstimothy
Copy link
Contributor

@rosstimothy rosstimothy commented Sep 3, 2024

There are a number of places that the backend.Key is assumed to
be a []byte and is passed to various functions from the `bytes`
package. This creates equivalent functionality on the backend.Key
type so that all assumptions about the backend key type can be
removed.
@rosstimothy rosstimothy added the no-changelog Indicates that a PR does not require a changelog entry label Sep 3, 2024
@rosstimothy rosstimothy marked this pull request as ready for review September 3, 2024 21:27
@rosstimothy rosstimothy added this pull request to the merge queue Sep 5, 2024
Merged via the queue into branch/v16 with commit 1e11aab Sep 5, 2024
46 checks passed
@rosstimothy rosstimothy deleted the bot/backport-45985-branch/v16 branch September 5, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants