From 9d4e76bcac7bfa33253dd194be38cab26fed8a89 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 28 Nov 2023 11:22:23 +0000 Subject: [PATCH 1/3] Try using same solidity version in helloworld as core --- typescript/helloworld/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/helloworld/hardhat.config.ts b/typescript/helloworld/hardhat.config.ts index 7c2e51c6fc..df404972c7 100644 --- a/typescript/helloworld/hardhat.config.ts +++ b/typescript/helloworld/hardhat.config.ts @@ -11,7 +11,7 @@ module.exports = { solidity: { compilers: [ { - version: '0.8.16', + version: '0.8.17', }, ], }, From eaadbabbe2d2940a830fbd83f4e7f4b6e86bd4f2 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 28 Nov 2023 11:26:18 +0000 Subject: [PATCH 2/3] build img pls --- .github/workflows/monorepo-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/monorepo-docker.yml b/.github/workflows/monorepo-docker.yml index e878b5b893..d54f1a9174 100644 --- a/.github/workflows/monorepo-docker.yml +++ b/.github/workflows/monorepo-docker.yml @@ -8,6 +8,7 @@ on: paths: # For now, because this image is only used to use `infra`, we just build for infra changes - 'typescript/infra/**' + - 'typescript/helloworld/**' concurrency: group: build-push-monorepo-${{ github.ref }} cancel-in-progress: true From 00dd4af756c2ac5141f46f5efc3bb8a67ecb70e2 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Tue, 28 Nov 2023 11:32:21 +0000 Subject: [PATCH 3/3] rm path --- .github/workflows/monorepo-docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/monorepo-docker.yml b/.github/workflows/monorepo-docker.yml index d54f1a9174..e878b5b893 100644 --- a/.github/workflows/monorepo-docker.yml +++ b/.github/workflows/monorepo-docker.yml @@ -8,7 +8,6 @@ on: paths: # For now, because this image is only used to use `infra`, we just build for infra changes - 'typescript/infra/**' - - 'typescript/helloworld/**' concurrency: group: build-push-monorepo-${{ github.ref }} cancel-in-progress: true