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
Rosetta standalone under tools/rosetta uses parts of code that haven't been released yet, when a user tries to use some features of rosetta implementation, it might crash due to missing interfaces/functions which are being used by rosetta but not on the latest release v0.47.x
// TODO: remove after merge of https://github.com/cosmos/cosmos-sdk/pull/15873 and tagging releasesreplace (
cosmossdk.io/collections=> ../../collections// TODO: remove me after collections v0.2.0 is releasedcosmossdk.io/store=> ../../storecosmossdk.io/x/tx=> ../../x/txgithub.com/cosmos/cosmos-sdk=> ../..
)
Version
main / latest
Steps to Reproduce
Import a Rosetta from cosmos-sdk into a new project and try to parse transactions with locks for example.
The text was updated successfully, but these errors were encountered:
Summary of Bug
Rosetta standalone under
tools/rosetta
uses parts of code that haven't been released yet, when a user tries to use some features of rosetta implementation, it might crash due to missing interfaces/functions which are being used by rosetta but not on the latest release v0.47.xSee these lines of code
Version
main / latest
Steps to Reproduce
Import a Rosetta from cosmos-sdk into a new project and try to parse transactions with locks for example.
The text was updated successfully, but these errors were encountered: