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
With the changes to CheckWeight that also take the transaction size into account, we have discovered this bug. The underlying problem is the usage of max_block as return in on_initialize. We should check all the pallets and fix this problematic pattern.
Pallets to fix (non exhaustive list):
pallet-session
The text was updated successfully, but these errors were encountered:
With the changes to
CheckWeight
that also take the transaction size into account, we have discovered this bug. The underlying problem is the usage ofmax_block
as return inon_initialize
. We should check all the pallets and fix this problematic pattern.Pallets to fix (non exhaustive list):
pallet-session
The text was updated successfully, but these errors were encountered: