pokt-network / smt

A Go library that implements a Sparse Merkle Trie for a key-value map.
https://pkg.go.dev/github.com/pokt-network/smt
Other
16 stars 4 forks source link

[Misc] Integration fixes after the v0.11.0 release #49

Closed Olshansk closed 4 months ago

Olshansk commented 4 months ago

Summary

Human Summary

AI Summary

reviewpad:summary

Issue

Fixing a few integration issues with poktroll after this release: https://github.com/pokt-network/smt/releases/tag/v0.11.0

Type of change

Please mark the relevant option(s):

Testing

Required Checklist

If Applicable Checklist

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 16.66667% with 20 lines in your changes missing coverage. Please review.

Project coverage is 81.99%. Comparing base (e3dbbbd) to head (650471b). Report is 12 commits behind head on main.

Files Patch % Lines
root.go 0.00% 16 Missing :warning:
trie_spec.go 33.33% 3 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #49 +/- ## ========================================== + Coverage 81.31% 81.99% +0.68% ========================================== Files 9 15 +6 Lines 1493 1711 +218 ========================================== + Hits 1214 1403 +189 - Misses 215 244 +29 Partials 64 64 ```

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