-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(contracts): Rename Schnorr multi key account to just Schnorr ac…
…count (#1447) 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.
- Loading branch information
1 parent
ff7ad30
commit 3afd853
Showing
10 changed files
with
155 additions
and
155 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
147 changes: 147 additions & 0 deletions
147
yarn-project/aztec.js/src/abis/schnorr_account_contract.json
Large diffs are not rendered by default.
Oops, something went wrong.
147 changes: 0 additions & 147 deletions
147
yarn-project/aztec.js/src/abis/schnorr_multi_key_account_contract.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
yarn-project/aztec.js/src/abis/schnorr_single_key_account_contract.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...orr_multi_key_account_contract/Nargo.toml → ...racts/schnorr_account_contract/Nargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters