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

Unable to register parathread despite having sufficient transferable balance #5781

Open
2 tasks done
ltfschoen opened this issue Sep 19, 2024 · 0 comments
Open
2 tasks done
Labels
I2-bug The node fails to follow expected behavior. I10-unconfirmed Issue might be valid, but it's not yet known.

Comments

@ltfschoen
Copy link

Is there an existing issue?

  • I have searched the existing issues

Experiencing problems? Have you tried our Stack Exchange first?

  • This is not a support question.

Description of bug

An account with >= 1200 KSM of "transferable" balance that had already reserved 40 KSM reserve deposit to reserve ParaID 3353, got a LiquidityRestrictions error when they tried to "register parathread" in Polkadot.js against ParaId 3353 by uploading the adder-collator genesis wasm validation function and genesis state files (that they build with the latest Polkadot SDK), which requires a reserve deposit of 1,088.5999 KSM.

They were able to solve the problem by simply deregistering that ParaID 3353, then transferring 1200 KSM to a different account, and repeating the process of reserving 40 KSM reserve deposit to reserve the next ParaID 3354 and then "register parathread" in Polkadot.js against ParaId 3354 by uploading the same adder-collator genesis wasm validation function and genesis state files (that they build with the latest Polkadot SDK), which requires a reserve deposit of 1,088.5999 KSM.

Steps to reproduce

The account mentioned here https://substrate.stackexchange.com/questions/11588/how-to-calculate-required-reserved-deposit-to-register-a-parachain-on-kusama-w/11608#11608 on the Kusama relay chain had followed these instructions https://wiki.polkadot.network/docs/learn-guides-coretime-parachains, it already had "reserved" 1,088.5999 KSM (which included 1,088.5999 KSM reserve deposit from registering that ParaID 3352 as a parathread and uploading its genesis wasm validation function and genesis state files), it also had 1,680 KSM "bonded" and "locked" that was bonded in staking as a nominator, and it also had 1,500 KSM still locked in a conviction vote on a Polkadot referendum.

It then wanted to register another ParaID, so it reserved a further 40 KSM reserve deposit to reserve the next ParaID 3353, which increased its "reserved" balance to 1,128.5999 KSM, but even though their account still had a "transferable" balance >=1200 KSM, when they tried to "register parathread" in Polkadot.js against ParaId 3353 with a further reserve deposit of 1,088.5999 KSM they got a LiquidityRestrictions error in extrinsic kusama.subscan.io/extrinsic/24878313-2.

To solve the problem, they had to deregister that ParaID 3353 so their 40 KSM was returned, then they transferred 1200 KSM to this new account https://kusama.subscan.io/account/HCvCtyEPs5qp1gqCRyExjPhjtGnbMv2QccirUNVycmByB6e, where they were successfully able to reserved 40 KSM reserve deposit to reserve the next ParaID 3354 (since 3353 couldn't be used again) and then "register parathread" in Polkadot.js against ParaId 3354 with a further reserve deposit of 1,088.5999 KSM and uploaded the same adder-collator genesis wasm validation function and genesis state files (that they build with the latest Polkadot SDK as before, and then waited ~1.5 hrs for it to be onboarded.

@ltfschoen ltfschoen added I10-unconfirmed Issue might be valid, but it's not yet known. I2-bug The node fails to follow expected behavior. labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I2-bug The node fails to follow expected behavior. I10-unconfirmed Issue might be valid, but it's not yet known.
Projects
None yet
Development

No branches or pull requests

1 participant