From 70b065d22973240cd56d7e7b5633e9fdffffa8c6 Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Mon, 27 Jan 2025 21:16:21 -0300 Subject: [PATCH 1/5] Update silkworm to 1.0.9 --- external/silkworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/silkworm b/external/silkworm index 7cc1d0b..9a95d14 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit 7cc1d0b32a0c6ce34aabd4ebcc30ebc4beb55075 +Subproject commit 9a95d1432bf32843e3b66aa4b36edaa361209e9c From a675fb24b0ff2a00aafd4a97c4eb621eb5989949 Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Wed, 29 Jan 2025 16:49:25 -0300 Subject: [PATCH 2/5] Update silkworm with options to enable soft-forks --- external/silkworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/silkworm b/external/silkworm index 9a95d14..e78578d 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit 9a95d1432bf32843e3b66aa4b36edaa361209e9c +Subproject commit e78578da9fce213707b1ae681562cf07f6cae43d From 4a2aec318e05713cb1c779479833f8e4ed5a797f Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Thu, 30 Jan 2025 18:37:01 -0300 Subject: [PATCH 3/5] Update silkworm with options to enable soft-forks --- external/silkworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/silkworm b/external/silkworm index e78578d..3c386a9 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit e78578da9fce213707b1ae681562cf07f6cae43d +Subproject commit 3c386a90717857426703d0a13c5ecdb3b0a44195 From 929e673fd517a7188271a5008b0c18558e2e7da8 Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Thu, 30 Jan 2025 18:38:10 -0300 Subject: [PATCH 4/5] Use actions/download-artifact@v4 and actions/upload-artifact@v4 --- .github/workflows/node.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index d075a8b..07076b1 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -124,7 +124,7 @@ jobs: CXX: g++-11 - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build.tar.gz path: build.tar.gz @@ -280,7 +280,7 @@ jobs: ref: '${{needs.versions.outputs.eos-evm-miner-target}}' - name: Download EOS EVM Node builddir - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build.tar.gz From 0ebdae990a96962d8c7f738772c73265111f46dd Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Thu, 30 Jan 2025 20:14:29 -0300 Subject: [PATCH 5/5] Fix ci/cd --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 07076b1..1c66b7c 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -425,7 +425,7 @@ jobs: tar -czf sprint-int-test-logs.tar.gz test_run_root/* ws_test_run_root/* - name: Upload logs from failed tests - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: spring-int-test-logs.tar.gz