AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
133 stars 80 forks source link

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

Closed bvotteler closed 10 months ago

bvotteler commented 10 months ago

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:

ermalkaleci commented 10 months ago

try latest beta. we have done some fixes

bvotteler commented 10 months ago

try latest beta. we have done some fixes

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

ermalkaleci commented 10 months ago

@acala-network/chopsticks:0.9.2-6

bvotteler commented 10 months ago

@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 commented 10 months ago

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 commented 10 months ago

ok it's another issue, investigating

ermalkaleci commented 10 months ago

https://github.com/smol-dot/smoldot/pull/1362

ermalkaleci commented 10 months ago

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