Skip to content

Split account.move into account.move and authenticator_function.move #9647

@valeriyr

Description

@valeriyr
  1. account.move should contain the functions that have custom rules performed by the IOTA Move bytecode verifier + AuthenticatorFunctionRefV1Key + borrow_auth_func_ref_v1 + has_auth_func_ref_v1.
  2. authenticator_function.move should contain AuthenticatorFunctionRefV1 and all the related methods.

This will help to make the IOTA Move bytecode verifier cleaner by eliminating the need to check additional functions.

Metadata

Metadata

Assignees

Labels

vm-languageIssues related to the VM & Language Team

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions