moonbeam-foundation/moonbeam

Imposible to use a moonbeam version releated to polkadot-v1.1.0

Closed this issue · 6 comments

Hi

We're migrating to polkadot-v1.1.0 and we can not compile the related moonbeam version (v0.34.1) because moonbeam-foundation/frontier repo is using a private dependency from you: https://github.com/moonbeam-foundation/frontier/blob/moonbeam-polkadot-v1.1.0/Cargo.toml#L48

I can not place an issue in your frontier fork. But could this be fixed easily? That's blocking us from our migration.

Thanks!

I think the change is just modifying the above line by the one found in Moonbeam repo at v0.34.1: https://github.com/moonbeam-foundation/moonbeam/blob/v0.34.1/Cargo.toml#L224

Hey @lemunozm,
Thanks for pointing that out. The private dependency was used for a hotfix release. I'm working on fixing this for v0.34.1. In the meantime, why not use v0.35.0 instead ?

Thanks for working on this! 🙌🏻

It seems like v0.35.0 works with polkadot v1.3.0. Right now, we're tied to polkadot v1.1.0, so we can not move to v0.35.0 yet

This seems to not be an issue anymore, closing.

Is it fixed? what is the tag containing the fix?

If you are still using polkdot-sdk 1.1.0, you could do cargo update.