Closed AnkushinDaniil closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.34%. Comparing base (
1ff5e2c
) to head (511618e
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The
randomPeer
function insyncService
has been refactored to use a local variablestore
instead of accessings.host.Peerstore()
multiple times. This reduces unnecessary function calls.