Consensys / linea-attestation-registry

Verax is a shared registry for storing attestations of public interest on EVM chains, designed to enhance data discoverability and consumption for dApps across the network.
https://ver.ax
MIT License
141 stars 71 forks source link

[TASK] The `getAttester` function should only be accessible internally #791

Open alainncls opened 3 weeks ago

alainncls commented 3 weeks ago

The getAttester function is only called internally to the Portal, so it should not be external but internal. Also, it needs to be removed from the IPortal contract.