You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the MAXIMUM_BLOCK_WEIGHT -> proof_size parameter is taken from cumulus_primitiveshere which is used in frame_system::Config::BlockWeight. But the proof_size should depend on interlays para chain block fullness.
Describe the solution you'd like
Needs to be discussed.
Is your feature request related to a problem? Please describe.
Currently the
MAXIMUM_BLOCK_WEIGHT
->proof_size
parameter is taken fromcumulus_primitives
here which is used inframe_system::Config::BlockWeight
. But theproof_size
should depend on interlays para chain block fullness.Describe the solution you'd like
Needs to be discussed.
Additional context
The text was updated successfully, but these errors were encountered: