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

Trying to send XCM to Kusama Asset Hub (fka. Statemine) fails #547

Closed
bvotteler opened this issue Nov 15, 2023 · 8 comments · Fixed by #552
Closed

Trying to send XCM to Kusama Asset Hub (fka. Statemine) fails #547

bvotteler opened this issue Nov 15, 2023 · 8 comments · Fixed by #552

Comments

@bvotteler
Copy link

bvotteler commented Nov 15, 2023

Starting yesterday, I have been seeing errors when trying to send an XCM to statemine:

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "A node of the proof has an invalid format: Empty".] {
  code: 'ERR_UNHANDLED_REJECTION'
}

It seems to occur as chopsticks is trying to construct the block on statemine side.


Steps to replicate:

  • place ymls from attached configs.zip inside configs/ (edit: replaced corrupted config in the zip)
  • start chopsticks
yarn start xcm \
--relaychain=configs/kusama-minimal.yml \
--parachain=configs/kintsugi-minimal.yml \
--parachain=configs/statemine-minimal.yml
  • submit extrinsic as Alice on kintsugi: 0x5e000103000000b0ad010000000000000000000000000003010200a10f0100da848c67aef561ae2a63fbe382a16eb82583f5377be6ddb5b10a72bf4050d82900 (raw), or
  • alternatively, assuming kintsugi is running as localhost:8000, this link should get you there faster.
@ermalkaleci
Copy link
Collaborator

try latest beta. we have done some fixes

@bvotteler
Copy link
Author

try latest beta. we have done some fixes

Which tag/branch should I use? For context, I'm seeing that issue on master.

@ermalkaleci
Copy link
Collaborator

@acala-network/chopsticks:0.9.2-6

@bvotteler
Copy link
Author

@acala-network/chopsticks:0.9.2-6

I'm afraid I'm seeing the same error after checking out 0.9.2-6, rebuilding the project and running again.

@bvotteler
Copy link
Author

And I'm also getting the same error when running

npx @acala-network/chopsticks@0.9.2-6 xcm \
-r configs/kusama-minimal.yml \
-p configs/kintsugi-minimal.yml \
-p configs/statemine-minimal.yml

(tried that to make sure I don't have some weirdness going on in my local builds)

@ermalkaleci
Copy link
Collaborator

ok it's another issue, investigating

@ermalkaleci
Copy link
Collaborator

smol-dot/smoldot#1362

@ermalkaleci
Copy link
Collaborator

@bvotteler This was an issue for a range of blocks and it's working again

@ermalkaleci ermalkaleci linked a pull request Nov 21, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants