paritytech / polkadot-sdk

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

Ecosystem XCM regression tests #3097

Open xlc opened 10 months ago

xlc commented 10 months ago

We had too many breaking XCM changes / bugs. To ensure good compatibility with existing XCM usages, we should have a regression tests suite.

Steps:

bkchr commented 8 months ago

https://github.com/polkadot-fellows/runtimes/issues/171 is probably the successor of this issue.

Polkadot-Forum commented 4 months ago

This issue has been mentioned on Polkadot Forum. There might be relevant details there:

https://forum.polkadot.network/t/polkadot-ecosystem-tests/9067/1

rockbmb commented 2 months ago

Hello all,

What's the status on this issue? Does it still make sense to pick this up?

I do not mean to be impudent; with AcalaNetwork/e2e-tests and open-web3-stack/polkadot-ecosystem-tests having good coverage, I was considering where this issue fit.

acatangiu commented 2 months ago

Yes, this is still actual. https://github.com/open-web3-stack/polkadot-ecosystem-tests gives us the framework but is currently missing the actual tests. Would be great if you could start adding tests there.