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

refactor(mock-consensus): 🔐 remove Keyring #4039

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

cratelyn
Copy link
Contributor

previously, we added a Keyring newtype. this was a low-effort, thin newtype wrapper around a BTreeMap<VerificationKey, SigningKey>.

this commit removes it.

NB: this is based on #4001.

@cratelyn cratelyn added A-mock-consensus Area: Relates to the mock consensus engine C-refactor Category: refactors and other related improvements labels Mar 18, 2024
@cratelyn cratelyn added this to the Sprint 2 milestone Mar 18, 2024
@cratelyn cratelyn self-assigned this Mar 18, 2024
@cratelyn cratelyn force-pushed the kate/remove-mock-consensus-keyring branch from 18df408 to 1987525 Compare March 18, 2024 15:05
Base automatically changed from kate/mock-consensus-can-exercise-staking-component to main March 18, 2024 15:26
previously, we added a `Keyring` newtype. this was a low-effort, thin
newtype wrapper around a `BTreeMap<VerificationKey, SigningKey>`.

this commit removes it.

NB: this is based on #4001.
@cratelyn cratelyn force-pushed the kate/remove-mock-consensus-keyring branch from 1987525 to 2ce17f8 Compare March 18, 2024 15:27
@cratelyn cratelyn modified the milestones: Sprint 2, Sprint 3 Mar 18, 2024
@cratelyn cratelyn merged commit 6ac7e7e into main Mar 18, 2024
6 checks passed
@cratelyn cratelyn deleted the kate/remove-mock-consensus-keyring branch March 18, 2024 17:00
@cratelyn cratelyn modified the milestones: Sprint 3, Sprint 2 Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-mock-consensus Area: Relates to the mock consensus engine C-refactor Category: refactors and other related improvements
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant