Closed kacpersaw closed 2 days ago
Attention: Patch coverage is 20.00000%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 77.4%. Comparing base (
c577b00
) to head (60d6b31
). Report is 3 commits behind head on node-split-poc.
Files with missing lines | Patch % | Lines |
---|---|---|
api/grpcserver/v2alpha1/smeshing_identities.go | 12.5% | 14 Missing :warning: |
activation/poet.go | 0.0% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #6478
This pull request introduces a new endpoint to fetch Poet Infos directly from smesher service API
Enhancements to PoET service:
activation/interface.go
: Added theInfo
method to thePoetService
interface to return PoET service information.activation/poet.go
: Implemented theInfo
method in thepoetService
struct to retrieve PoET service information.Modifications to gRPC server:
api/grpcserver/v2alpha1/smeshing_identities.go
: Updated theSmeshingIdentitiesService
to include PoET clients and added thePoetInfo
method to return PoET information. [1] [2]node/node.go
: Passed PoET clients to theSmeshingIdentitiesService
during initialization. [1] [2]