Skip to content
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

v10.0.0-rc3 bumps cosmos-sdk v0.46.7 but go.mod replaced with evmos/cosmos-sdk v0.46.6-ledger #1188

Closed
4 tasks
VictorTrustyDev opened this issue Dec 23, 2022 · 1 comment

Comments

@VictorTrustyDev
Copy link
Contributor

VictorTrustyDev commented Dec 23, 2022

Summary of Bug

v10.0.0-rc3 bump cosmos-sdk v0.46.7 at #1176
but there is a replace in go.mod

require (
    ...
    github.com/cosmos/cosmos-sdk v0.46.7
    ...
)
replace (
    ...
    // use Cosmos-SDK fork to enable Ledger functionality
    github.com/cosmos/cosmos-sdk => github.com/evmos/cosmos-sdk v0.46.6-ledger
    ...
)

Btw v10.0.0-rc3 was mistakenly set as latest release, it should be pre-release

Version

v10.0.0-rc3


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@VictorTrustyDev VictorTrustyDev changed the title v10.0.0-rc3 uses cosmos-sdk v0.46.7 but go.mod use evmos/cosmos-sdk v0.46.6-ledger v10.0.0-rc3 uses cosmos-sdk v0.46.7 but go.mod says evmos/cosmos-sdk v0.46.6-ledger Dec 23, 2022
@VictorTrustyDev VictorTrustyDev changed the title v10.0.0-rc3 uses cosmos-sdk v0.46.7 but go.mod says evmos/cosmos-sdk v0.46.6-ledger v10.0.0-rc3 bumps cosmos-sdk v0.46.7 but go.mod replaced with evmos/cosmos-sdk v0.46.6-ledger Dec 23, 2022
@VictorTrustyDev
Copy link
Contributor Author

TBD in #1190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant