Skip to content

Commit

Permalink
Merge pull request #124 from eosnetworkfoundation/yarkin/trace_quirk_fix
Browse files Browse the repository at this point in the history
[0.6 ->main] Merge in the fix for the quirk mode. Also include some fix to CI
  • Loading branch information
yarkinwho authored Nov 29, 2023
2 parents 61085a8 + a5bf1cd commit 173857d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion external/silkworm

0 comments on commit 173857d

Please sign in to comment.