polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.75k stars 1.54k forks source link

Potentially incorrect calculation of the "reserved deposit" for registering a parachain state and code to use coretime #10655

Closed ltfschoen closed 4 months ago

ltfschoen commented 5 months ago

When you Register Parachain State and Code the Polkadot-JS Apps UI incorrectly calculates the "reserved deposit" as mentioned here https://substrate.stackexchange.com/questions/11588/how-to-calculate-required-reserved-deposit-to-register-a-parachain-on-kusama-w, which causes the user to experience an error, and then they have to manually try and calculate what reserved deposit they need, which could prevent them from knowing how much KSM they need to register a parachain to use their coretime, which is supposed to be a priority in 2024.

The Polkadot-JS Apps UI currently appears to incorrectly calculate the "reserved deposit" amount that is necessary for users that wants to register their parachain to use coretime, and then gives them a message indicating that they don't have an adequate balance, even if they actually do have a larger transferable balance than the amount they are led to believe they need for the "reserved deposit" amount.

TarikGul commented 5 months ago

I think this is rel: https://github.com/polkadot-js/apps/issues/9988

TarikGul commented 4 months ago

Completed via https://github.com/polkadot-js/apps/pull/10671

polkadot-js-bot commented 4 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.