spacemeshos / go-spacemesh

Go Implementation of the Spacemesh protocol full node. 💾⏰💪
https://spacemesh.io
MIT License
760 stars 211 forks source link

node-split: add PoetInfo method to smesher service API PoC #6480

Closed kacpersaw closed 2 days ago

kacpersaw commented 3 days ago

Closes #6478

This pull request introduces a new endpoint to fetch Poet Infos directly from smesher service API

Enhancements to PoET service:

Modifications to gRPC server:

codecov[bot] commented 3 days ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## node-split-poc #6480 +/- ## ============================================== Coverage 77.4% 77.4% ============================================== Files 341 341 Lines 45628 45647 +19 ============================================== + Hits 35357 35376 +19 Misses 8156 8156 Partials 2115 2115 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.