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

HRMP cannot open #1989

Open
Hpgbao2204 opened this issue Mar 12, 2025 · 0 comments
Open

HRMP cannot open #1989

Hpgbao2204 opened this issue Mar 12, 2025 · 0 comments

Comments

@Hpgbao2204
Copy link

Hpgbao2204 commented Mar 12, 2025

Issue Description

My issue like that Zombienet test with preopen hrmp with zombienet investigation

I use polkadot 1.17.2-1bc6ca60643, parachain-template-node 0.1.0-e1602b3929f, zombienet 1.3.118 ( Lastest 1.3.126)

I have built a custom pallet for my project, and I want to use Zombienet for testing HRMP between Para A and Para B. This have some errors. So I use the lastest PolkadotSDK with ParachainTemplate, it also erros.

If I open manual step-by-step by follow Open HRMP channels

Steps to reproduce the issue

I use this code

[[parachains]]
id = 1000

[parachains.collator]
name = "para1000"
ws_port = 9988
command = "parachain-template-node"

[[hrmp_channels]]
sender = 1000
recipient = 1001
max_capacity = 8
max_message_size = 8000

[[parachains]]
id = 1001

[parachains.collator]
name = "para1001"
ws_port = 9989
command = "parachain-template-node"

[[hrmp_channels]]
sender = 1001
recipient = 1000
max_capacity = 8
max_message_size = 8000

Describe the results you received

Logs of erros
It can see that I can spin test net. This is logs error in all of Para

Image

Image

It cannot produce any blocks, so I can't test transactions between Para

Describe the results you expected

I want to open HRMP

Zombienet version

1.3.118

Provider

Native

Provider version

> polkadot --version
polkadot 1.17.2-1bc6ca60643

> parachain-template-node --version
parachain-template-node 0.1.0-e1602b3929f

Upstream Latest Release

No

Additional environment details

it's Rust Version
stable-x86_64-unknown-linux-gnu (default)
rustc 1.84.0 (9fc6b4312 2025-01-07)

Please contact me in Discord: baolodc

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

No branches or pull requests

1 participant