desmos-labs / desmos

Improving the well-being of users on social networks through the blockchain technology.
https://desmos.network
Apache License 2.0
103 stars 45 forks source link

fix: replace missing interfaces to `x/profiles` module protobuf codec into app codec #1270

Closed dadamu closed 7 months ago

dadamu commented 7 months ago

Description

Closes: #XXXX

This PR fixes the registry with empty interfaces, it causes the LinkChainAccountPacketData can not be parsed properly with the error:

unable to resolve type URL /cosmos.crypto.secp256k1.PubKey
unable to resolve type URL /desmos.profiles.v3.Bech32Address

Author Checklist

All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.

I have...

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.

I have...

codecov[bot] commented 7 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (d113646) 81.49% compared to head (01aa47c) 81.49%. Report is 3 commits behind head on master.

Files Patch % Lines
x/profiles/ibc_module.go 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1270 +/- ## ======================================= Coverage 81.49% 81.49% ======================================= Files 218 218 Lines 18270 18273 +3 ======================================= + Hits 14889 14892 +3 Misses 2772 2772 Partials 609 609 ```

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