Skip to content

MicroProfile ContractVerificationClientImpl missing implementation for checkVerification and verify methods #133

@saksham869

Description

@saksham869

Description

In ContractVerificationClientImpl.java (MicroProfile module), two methods
throw UnsupportedOperationException:

  • checkVerification(ContractId)
  • verify(ContractId, String, Map<String, String>)

The Spring module has full working implementations of both methods.

Impact

MicroProfile users cannot verify smart contracts — both methods fail
at runtime with UnsupportedOperationException.

Expected Fix

Implement both methods using JAX-RS (already available in the module),
following the same logic as the Spring implementation.

cc @hendrik.ebbers @manishdait

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions