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

chore(contracts): Rename Schnorr multi key account to just Schnorr account #1447

Merged
merged 3 commits into from
Aug 8, 2023

Conversation

spalladino
Copy link
Collaborator

The name SchnorrMultiKeyAccount was confusing, since it seems to hint to a multisig contract, whereas it's just a contract with a signing key that's separate from the encryption key. Since this should be the default behaviour for all account contracts, this PR renames SchnorrMultiKeyAccount to just SchnorrAccount, following the same naming as EcdsaAccount.

The distinct one, SchnorrSingleKeyAccount, which uses a single key for encryption and signing (which is advised against) still has that name until we can think of a better one.

@spalladino spalladino enabled auto-merge (squash) August 8, 2023 01:18
@Maddiaa0 Maddiaa0 disabled auto-merge August 8, 2023 15:15
@Maddiaa0 Maddiaa0 enabled auto-merge (squash) August 8, 2023 15:15
@Maddiaa0 Maddiaa0 merged commit 3afd853 into master Aug 8, 2023
1 check passed
@Maddiaa0 Maddiaa0 deleted the palla/rename-schnorr-multi-key branch August 8, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants