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

parachain: Block production time for DataHighway parachain must match the relay chain #245

Open
ltfschoen opened this issue Jan 5, 2022 · 0 comments

Comments

@ltfschoen
Copy link
Collaborator

As discussed in this comment of a PR for the DataHighway parachain, we learnt from this post by the Picasso team that they encountered an issue where their parachain stopped producing blocks https://kusama.polkassembly.io/proposal/53.

It was caused because they used their standalone chain blocktime instead of the parachain standard blocktime.
So this would affect us too, we're re-calculated how this affects things in the (internal) "DHX Mining & Halving" spreadsheet, as the "Block Production / Mining Time" input would change, which affects the % of DHX total supply issued each year, and it affects other outputs since if we instead used a block time of 12s instead of 4.32s, then the "Block Reward Issuance Per Day (DHX)" would change from 5000 DHX to 1800 DHX.

So if we change the block time from 4.32s to 12s, then to overcome these issues we need to increase the block reward from 0.25 to ~0.694445 to maintain 5000 DHX block reward distribution per day

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