From 2de163b2035bbaf17fbb853008a7b531ff55316c Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Thu, 8 Feb 2024 23:22:57 +0000 Subject: [PATCH] exp --- build-system/scripts/remote_run_script | 3 --- yarn-project/simulator/src/avm/temporary_executor_migration.ts | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build-system/scripts/remote_run_script b/build-system/scripts/remote_run_script index 7a1867f36692..8e1d8adf38c2 100755 --- a/build-system/scripts/remote_run_script +++ b/build-system/scripts/remote_run_script @@ -31,8 +31,5 @@ ssh -A -F $SSH_CONFIG_PATH $IP " export ECR_DEPLOY_URL=$ECR_DEPLOY_URL export ECR_URL=$ECR_URL export BUILD_SYSTEM_DEBUG=${BUILD_SYSTEM_DEBUG:-} - - # temporary to get env avm env var into the spot instance - export AVM_ENABLED=${AVM_ENABLED:-} ./remote_runner $@ " diff --git a/yarn-project/simulator/src/avm/temporary_executor_migration.ts b/yarn-project/simulator/src/avm/temporary_executor_migration.ts index 3d10e0d01798..60cc50fc33e1 100644 --- a/yarn-project/simulator/src/avm/temporary_executor_migration.ts +++ b/yarn-project/simulator/src/avm/temporary_executor_migration.ts @@ -89,7 +89,7 @@ export function temporaryMapAvmReturnTypes( const returnValues = result.output; - // TODO: NOT SUPPORTED YET, make sure hashing and log resolution is done correctly + // TODO(follow up in pr tree): NOT SUPPORTED YET, make sure hashing and log resolution is done correctly // Disabled. const nestedExecutions: PublicExecutionResult[] = []; const newNullifiers: SideEffectLinkedToNoteHash[] = [];