You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the Verification class. A class that takes as input the newly defined Compilation(#1822) class + onchain information (address,chainId) and returns as output the verification status + transformations + Compilation properties .
The properties of this class are going to be used by AbstractDatabaseService to fill the database tables.
This task is blocked by #1822, but if needed we can temporarily implement this task by taking CheckedContract as input instead of Compilation (only if we have time and Compilation takes a long time to develop).
The text was updated successfully, but these errors were encountered:
Implement the
Verification
class. A class that takes as input the newly definedCompilation
(#1822) class + onchain information (address,chainId) and returns as output the verification status + transformations +Compilation
properties .The properties of this class are going to be used by
AbstractDatabaseService
to fill the database tables.This task is blocked by #1822, but if needed we can temporarily implement this task by taking
CheckedContract
as input instead ofCompilation
(only if we have time andCompilation
takes a long time to develop).The text was updated successfully, but these errors were encountered: