Skip to content

Commit

Permalink
add setVerificationKey
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometer1729 committed Oct 10, 2024
1 parent 7a0c8f6 commit b8a0dc2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/lib/mina/precondition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ const PermissionsPrecondition = {
receive: ignore({constant : Bool(true), signatureNecessary : Bool(false), signatureSufficient: Bool(true)}),
setDelegate: ignore({constant : Bool(true), signatureNecessary : Bool(false), signatureSufficient: Bool(true)}),
setPermissions: ignore({constant : Bool(true), signatureNecessary : Bool(false), signatureSufficient: Bool(true)}),
setVerificationKey : ignore({constant : Bool(true), signatureNecessary : Bool(false), signatureSufficient: Bool(true)}),
setZkappUri: ignore({constant : Bool(true), signatureNecessary : Bool(false), signatureSufficient: Bool(true)}),
editActionState: ignore({constant : Bool(true), signatureNecessary : Bool(false), signatureSufficient: Bool(true)}),
setTokenSymbol: ignore({constant : Bool(true), signatureNecessary : Bool(false), signatureSufficient: Bool(true)}),
Expand Down
1 change: 1 addition & 0 deletions src/mina-signer/src/test-vectors/accountUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ let accountUpdateExample: Json.AccountUpdate = {
receive: null,
setDelegate: null,
setPermissions: null,
setVerificationKey: null,
setZkappUri: null,
editActionState: null,
setTokenSymbol: null,
Expand Down

0 comments on commit b8a0dc2

Please sign in to comment.