Tezos_shell.Prevalidator_internalSourceval make :
Tezos_shell_services.Shell_limits.prevalidator_limits ->
Distributed_db.chain_db ->
Tezos_base.TzPervasives.Chain_id.t ->
(module Shell_plugin.FILTER) ->
Prevalidator_internal_common.tCreate a prevalidator instance for a specific protocol (Filter.Proto where module Filter : Shell_plugin.FILTER).
The protocol must be Lima (environment V7) or a more recent version. For Kathmandu and older protocols, use Legacy_prevalidator_internal.make instead.
This function is wrapped in Prevalidator.create.