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

Moonbeam demo cannot work with required Turing version #113

Open
morkeltry opened this issue May 5, 2024 · 2 comments
Open

Moonbeam demo cannot work with required Turing version #113

morkeltry opened this issue May 5, 2024 · 2 comments
Assignees

Comments

@morkeltry
Copy link

Moonbeam demo pre-requisite is given as

Turing Network v2.0.0

however, sendExtrinsicPromise in common.js contains no scheduleAs parameter.

Result:

b). Send extrinsic from moonbase-local to turing-local to schedule task. Listen to TaskScheduled event on turing-local chain ...
Listen XCMP task events
Error: The scheduleAs parameter should not be empty
    at Object.scheduleXcmpTimeTaskWithPayThroughRemoteDerivativeAccountFlow (..../node_modules/@oak-network/src/index.ts:244:15)
    at scheduleTask (..../src/moonbeam/common.js:200:11)
    at main (..../src/moonbeam/moonbase-local.js:45:3)

scheduleAs parameter is apparently no longer required in v.2.1.4 but I could not verify whether the demo works with that version due to

Related issue
Apparently wrong version downloads from releases v.2.14

@chrisli30
Copy link
Member

Let’s make sure the instructions of Moonbeam demo in README.md is up-to-date too.

@chrisli30
Copy link
Member

Hi @morkeltry,

We have re-tested the xcm-demo and made some changes in #114. Please take a look at the new instructions, give it another try, and let us know how it goes!

The xcm-demo code was updated to use OAK-blockchain v2.1.4, but instructions in README.md weren’t. This PR is to update the README.md to make sure release versions match the code.

Thank you for your feedback 👍

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

3 participants