Assembling a tx from aztec-js via ContractFunctionInteraction.create returns a tx where the KernelCircuitPublicInputs do not have valid PrivateHistoricTreeRoots. This is currently patched here, but we should instead inject them into the PrivateKernelCircuit as constant data (most likely here) and ensure they are propagated.
Assembling a tx from aztec-js via
ContractFunctionInteraction.createreturns a tx where theKernelCircuitPublicInputsdo not have validPrivateHistoricTreeRoots. This is currently patched here, but we should instead inject them into thePrivateKernelCircuitas constant data(most likely here)and ensure they are propagated.