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
The getSDKVersion function in the current implementation returns the version of the original cosmos-sdk even when a replaced cosmos-sdk is being used. This causes an issue, especially in cases like Osmosis, where they utilize their own fork of the cosmos-sdk. The function should correctly identify and return the version of the replaced cosmos-sdk, but it currently returns the version of the original one.
Summary
The
getSDKVersion
function in the current implementation returns the version of the original cosmos-sdk even when a replaced cosmos-sdk is being used. This causes an issue, especially in cases like Osmosis, where they utilize their own fork of the cosmos-sdk. The function should correctly identify and return the version of the replaced cosmos-sdk, but it currently returns the version of the original one.Problem Definition
Osmosis go.mod
Osmosis query -
/cosmos/base/tendermint/v1beta1/node_info
Proposal
#17096
The text was updated successfully, but these errors were encountered: