-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #627
Update README.md #627
Conversation
The beginblocker for sdk 42.9 caused incompatiblity. Will sync from 3.0.0 and keep this up to date as a canonical full sync from genesis.
Codecov Report
@@ Coverage Diff @@
## main #627 +/- ##
=======================================
Coverage 18.44% 18.44%
=======================================
Files 172 172
Lines 24235 24235
=======================================
Hits 4470 4470
Misses 19000 19000
Partials 765 765 Continue to review full report at Codecov.
|
@@ -22,7 +22,7 @@ Then exit and re-enter your shell. | |||
```bash | |||
git clone https://github.com/osmosis-labs/osmosis | |||
cd osmosis | |||
git checkout v3.1.0 | |||
git checkout v3.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure v3.0.0
is broken 😅
cc @UnityChaos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we keep this at v3.1.0
looks good to merge to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmmmm, ok so I had to actually go backwards to v2.0.0, let me check in on that sync
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, v3.0.0 has this bug: cosmos/cosmos-sdk#9800 because we forgot to init the capability module.
this should be considered blocked by #631 |
Since this is for When statesync works, I'm going to make a build process that:
Boom, sovereign osmosis users. |
It is reasonable to close this in favor of #647 |
Description
The beginblocker for sdk 42.9 caused incompatiblity. Will sync from 3.0.0 and keep this up to date as a canonical full sync from genesis.
For contributor use:
docs/
) or specification (x/<module>/spec/
)Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer