Skip to content

Commit

Permalink
Merge 646b413 into f0d9115
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 authored Dec 4, 2024
2 parents f0d9115 + 646b413 commit a67f7b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions contracts/src/core/AlignedLayerServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -298,28 +298,6 @@ contract AlignedLayerServiceManager is
);
}

// Old function signature for backwards compatibility
function verifyBatchInclusion(
bytes32 proofCommitment,
bytes32 pubInputCommitment,
bytes32 provingSystemAuxDataCommitment,
bytes20 proofGeneratorAddr,
bytes32 batchMerkleRoot,
bytes memory merkleProof,
uint256 verificationDataBatchIndex
) external view onlyWhenNotPaused(2) returns (bool) {
return this.verifyBatchInclusion(
proofCommitment,
pubInputCommitment,
provingSystemAuxDataCommitment,
proofGeneratorAddr,
batchMerkleRoot,
merkleProof,
verificationDataBatchIndex,
address(0)
);
}

function setAggregator(address _alignedAggregator) public onlyOwner {
alignedAggregator = _alignedAggregator;
}
Expand Down

0 comments on commit a67f7b9

Please sign in to comment.