-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error when building contract with XCM. #1
Comments
it seems the contract compile using the following set up for xcm crate:
after release |
confirming issue. on 9.0.25 works. on master or 0.9.32 same compilation issue. |
needs upgrade to v3 paritytech/polkadot#6276 (comment) |
I'm trying to implement this xcm chain extension so we can put a simple contract that sends a XCM call.
The problem i'm facing is when i try to compile the contract with the given Cargo.toml, i get the following errors:
Is there anything i'm not taking into account when building the contract? I have tried with many variants adding the xcm crate dependency from a new project using
cargo contract new ...
, but the error is the same.Also it would be nice to know if there is there any working example of this extension where i can take references?
Thanks!
The text was updated successfully, but these errors were encountered: