As of #11, Mutations includes the state mutations for a potential sequential chunk of solutions, but does not include new contract deployment data.
Once we support contract deployments via a contract registry, we should update this so that predicates included in the proposed chunk can be made available to the View's get_predicate function.
Until then, the builder will require that contracts appear in a prior block, and will consider solutions that solve contracts which are deployed in the same block invalid.
As of #11,
Mutations
includes the state mutations for a potential sequential chunk of solutions, but does not include new contract deployment data.Once we support contract deployments via a contract registry, we should update this so that predicates included in the proposed chunk can be made available to the
View
'sget_predicate
function.Until then, the builder will require that contracts appear in a prior block, and will consider solutions that solve contracts which are deployed in the same block invalid.