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

Add xcm relaychain token transfer integration test #1348

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Chralt98
Copy link
Member

What does it do?

It adds an integration test for the xcm transfer of relaychain token to the zeitgeist parachain.

What important points should reviewers know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues?

References

@Chralt98 Chralt98 added the s:in-progress The pull requests is currently being worked on label Jul 19, 2024
@Chralt98 Chralt98 self-assigned this Jul 19, 2024
@Chralt98 Chralt98 changed the title add xcm DOT transfer test Add xcm relaychain token transfer integration test Jul 19, 2024
@Chralt98
Copy link
Member Author

RpcError: 1011: Error: wasm `unreachable` instruction executed
 ❯ checkError node_modules/.pnpm/@polkadot+rpc-provider@10.13.1/node_modules/@polkadot/rpc-provider/coder/index.js:19:15
 ❯ RpcCoder.decodeResponse node_modules/.pnpm/@polkadot+rpc-provider@10.13.1/node_modules/@polkadot/rpc-provider/coder/index.js:35:9
 ❯ WsProvider.__internal__onSocketMessageResult node_modules/.pnpm/@polkadot+rpc-provider@10.13.1/node_modules/@polkadot/rpc-provider/ws/index.js:409:51
 ❯ WebSocket.__internal__onSocketMessage node_modules/.pnpm/@polkadot+rpc-provider@10.13.1/node_modules/@polkadot/rpc-provider/ws/index.js:398:20
 ❯ callListener node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/event-target.js:290:14
 ❯ WebSocket.onMessage node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/event-target.js:209:9
 ❯ WebSocket.emit node:events:519:28
 ❯ Receiver.receiverOnMessage node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/websocket.js:1220:20
 ❯ Receiver.emit node:events:519:28
 ❯ Receiver.dataMessage node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/receiver.js:596:14

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 1011, data: undefined }

runtime  ERROR: panicked at /build/relay/polkadot/src/lib.rs:2006:1:
Bad input data provided to validate_transaction: Codec error

Unfortunately, the added test for sending ROC token to the Battery Station parachain results in an error. It looks like a scale codec error.

Copy link
Contributor

mergify bot commented Aug 11, 2024

This pull request is now in conflicts. Could you fix it @Chralt98? 🙏

@mergify mergify bot added s:revision-needed The pull requests must be revised and removed s:in-progress The pull requests is currently being worked on labels Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s:revision-needed The pull requests must be revised
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant