From 9b7adc16075c36833d1bc8417b8f5c1d9922c70d Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Thu, 16 Nov 2023 22:24:45 -0300 Subject: [PATCH 1/4] Bump 0.6.2 version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b0e6df..129e67c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ project(eos-evm-node) set(VERSION_MAJOR 0) set(VERSION_MINOR 6) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) #set(VERSION_SUFFIX stable) if(VERSION_SUFFIX) From 345794ea947751cbc0346781890138cc11421ece Mon Sep 17 00:00:00 2001 From: yarkin Date: Tue, 28 Nov 2023 09:37:47 +0800 Subject: [PATCH 2/4] Update submodule to contain the fix. --- external/silkworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/silkworm b/external/silkworm index 440e20a..c4336fc 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit 440e20a035e11eb74f6d6a5a79fd3ddc848749ff +Subproject commit c4336fc616730db4ebdfd044863b0618a047a9b4 From e35eb48211cf204c93ede6b43deb1e1473c77ee6 Mon Sep 17 00:00:00 2001 From: yarkin Date: Tue, 28 Nov 2023 13:56:04 +0800 Subject: [PATCH 3/4] Update the submodule to contain the fix for trace quirk mode. --- external/silkworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/silkworm b/external/silkworm index 4386ac2..134fa6f 160000 --- a/external/silkworm +++ b/external/silkworm @@ -1 +1 @@ -Subproject commit 4386ac20181f8f3b8641166cdf1cac9f884bfe10 +Subproject commit 134fa6ff41e18478bdf4e7c5e1ad09cf57b8a396 From 27f69cfca101091253df7bf3e40c8b31f1d9ff6e Mon Sep 17 00:00:00 2001 From: yarkinwho <99302011+yarkinwho@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:33:54 +0800 Subject: [PATCH 4/4] Update node.yml Try to fix the CI --- .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 ea9f89c..4aca308 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -275,7 +275,7 @@ jobs: uses: AntelopeIO/asset-artifact-download-action@v3 with: owner: eosnetworkfoundation - repo: eos-evm + repo: eos-evm-contract target: '${{needs.versions.outputs.eos-evm-contract-target}}' prereleases: ${{fromJSON(needs.versions.outputs.eos-evm-contract-prerelease)}} file: 'contract.tar.gz'