paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.89k stars 696 forks source link

Fix `zombienet-bridges-0001-asset-transfer-works` #6175

Closed serban300 closed 3 weeks ago

serban300 commented 3 weeks ago

Closes https://github.com/paritytech/polkadot-sdk/issues/6161

Westend BridgeHub freezes for a while at block 3 and if we try to init the bridge and fund the accounts during that time, it fails. So we wait untill all the parachains produced at least 10 blocks, in order to make sure that they work reliably.

serban300 commented 3 weeks ago

just out of curiosity:

Westend BridgeHub freezes for a while at block 3

This is something new or it's been happening before and we just didn't realize that? Does it happen also for Rococo BridgeHub?

It's something new. I think it started happening after https://github.com/paritytech/polkadot-sdk/pull/5461 . And it only happens on Westend Bridge Hub. It doesn't happen on Rococo.

bkontur commented 3 weeks ago

just out of curiosity:

Westend BridgeHub freezes for a while at block 3

This is something new or it's been happening before and we just didn't realize that? Does it happen also for Rococo BridgeHub?

It's something new. I think it started happening after #5461 . And it only happens on Westend Bridge Hub. It doesn't happen on Rococo.

cc: @alindima any idea?