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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
The CandidateValidation subsystem expects to have a local max_block_data_size which the underlying Wasm validation logic should use to do checks. This value should instead be drawn from the chain itself.
This should either be added as a separate runtime API or added to the ValidationData (see #1539), probably as Persisted
The text was updated successfully, but these errors were encountered:
The
CandidateValidation
subsystem expects to have a localmax_block_data_size
which the underlying Wasm validation logic should use to do checks. This value should instead be drawn from the chain itself.This should either be added as a separate runtime API or added to the
ValidationData
(see #1539), probably asPersisted
The text was updated successfully, but these errors were encountered: