Skip to content

VerificationResult.java does not contain the result of a verification #1297

@JamesBurnsCanva

Description

@JamesBurnsCanva

VerificationResult.java (link) does not contain the actual verification result.
This appears to be a Java representation of the ContractVerificationResult type in TS (link), which has that extra field (verificationResult: 'COMPATIBILE' | 'INCOMPATIBLE';).
If that's the case, then the result is already available, it should just be a matter of mapping it into the Java object in VerifierResultMapper.java (link).
Without this field, it is possible, but difficult, to do anything with the result other than just pass/fail the test run.

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