You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
We need to change all the GetParams functions to use the method defined below to prevent unnecessary panics. @fedekunze implemented a fix on the SDK with tests that can be used once the new point release is updated: cosmos/cosmos-sdk#12615
Current Situation
Some JSON-RPC endpoints are responding with the following error:
Possible Solution
We need to change all the
GetParams
functions to use the method defined below to prevent unnecessary panics.@fedekunze implemented a fix on the SDK with tests that can be used once the new point release is updated: cosmos/cosmos-sdk#12615
The text was updated successfully, but these errors were encountered: