Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

ACE contract does not use IACE interface #514

Description

@jlcs-es

Reading the Solidity code, I noticed that the ZKAssetBase uses IACE as the interface to call the ACE.

Nonetheless, the ACE implementation does not inherit from IACE:

contract ACE is IAZTEC, Ownable, NoteRegistryManager {

https://github.com/AztecProtocol/AZTEC/blob/develop/packages/protocol/contracts/ACE/ACE.sol#L35

Neither do IAZTEC, Ownable nor NoteRegistryManager.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions