Skip to content

Commit 1111545

Browse files
committed
refactor(host-contracts): narrow canonical recompile scope and drop narration comments
Narrow compile:specific to KMSGeneration.sol (the only contract that reads kmsGenerationAdd after the guard removal), avoiding a full contracts/ recompile in the canonical path. Drop two narration-only comments in deployCanonicalEmptyUUPSProxies. Part of zama-ai/fhevm-internal#1268
1 parent 76da252 commit 1111545

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

host-contracts/tasks/taskDeploy.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,7 @@ task('task:deployCanonicalEmptyUUPSProxies').setAction(async function (
158158
taskArguments: TaskArguments,
159159
{ ethers, upgrades, run },
160160
) {
161-
// Ensure the addresses directory exists (may already be created by the common task on same run).
162161
ensureAddressesDirectoryExists();
163-
164-
// Compile the EmptyUUPS proxy contract if it has not been compiled in the common flow.
165162
await run('compile:specific', { contract: 'contracts/emptyProxy' });
166163

167164
const privateKey = getRequiredEnvVar('DEPLOYER_PRIVATE_KEY');

0 commit comments

Comments
 (0)