Open lemunozm opened 3 months ago
Attention: Patch coverage is 17.24138%
with 96 lines
in your changes missing coverage. Please review.
Project coverage is 48.15%. Comparing base (
927af06
) to head (6f94dba
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
The intention of this PR is to clean the mess we currently have when testing/benchmarking pool things from pool-registry PoV. Production logic is almost untouched, only for cases that affect the benchmarking
NOTE: Current tests do not cover everything, but they cover what the same they covered before the refactor.
Changes and Descriptions
pool-registry
(look at themock.rs
file!)BoundedVec
when needed to carry the Max information associated to those vecsPoolMetadata
trait which is not used.