-
Notifications
You must be signed in to change notification settings - Fork 112
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
Enable PoV reclaim in all system chains #494
Comments
@skunert do you think we can go ahead with this, or is something missing? |
At this time I think our proof weight story is not as accurate as we would like it to be.
These issues lead to inaccuracies but we have safeguards in place to prevent overshooting the limits:
However, these are workarounds while we have the proper fixes in progress. I expect the situation to get a lot better in the next releases, so if we can we should hold off a bit longer. |
Thanks for the update @skunert This is not super time critical, but we probably want it in place before the AHM is done. @seadanda short term, I highly suggest using PoV reclaim + its workarounds in |
…eclaimer` as it would be implemented on polkadot-fellows#494
@skunert how's the progress on this? Ideally we'd enable PoV reclaim on AH before we deploy AHM, especially for staking on a parachain. Having a quick read around it looks like the your first point can be mitigated only after the release of stable2503, is this correct? If we're happy with the current workarounds + safeguards I'd suggest sticking with that and adding PoV reclaim to AH-kusama before the migration on Kusama (release ~end of April), and trying to benchmark the base extrinsic weight properly before the AHM on Polkadot (Q3). Does that sound reasonable? |
Yes, that sounds reasonable to me. The main runtime-side problems were fixed with paritytech/polkadot-sdk#6140, I expect accuracy to be much higher now. Since the TransactionExtensions are benchmarked, the base extrinsic weight loses a bit of its importance IMO (but yeah better still be properly benchmarked). |
as described in https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/guides/enable_pov_reclaim/index.html
The text was updated successfully, but these errors were encountered: