Skip to content

Commit d93ea39

Browse files
authored
refactor: extract attester command to ev-abci (#297)
* build(deps): bump to ev-node beta 9 * updates * go mod tidy * refactor: extract attester command to ev-abci * ai improve * updates * fixes
1 parent fc630f0 commit d93ea39

12 files changed

Lines changed: 538 additions & 1886 deletions

File tree

.github/workflows/integration_test.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -58,45 +58,6 @@ jobs:
5858
IGNITE_EVOLVE_APP_VERSION=${{ env.IGNITE_EVOLVE_APP_VERSION }}
5959
EVNODE_VERSION=${{ env.EVNODE_VERSION }}
6060
61-
build-attester-image:
62-
name: Build Attester Image
63-
runs-on: ubuntu-latest
64-
timeout-minutes: 30
65-
permissions:
66-
contents: read
67-
packages: write
68-
outputs:
69-
image_tag: ${{ steps.tag.outputs.tag }}
70-
steps:
71-
- uses: actions/checkout@v5
72-
73-
- name: Set up Docker Buildx
74-
uses: docker/setup-buildx-action@v3
75-
76-
- name: Log in to GHCR
77-
uses: docker/login-action@v3
78-
with:
79-
registry: ghcr.io
80-
username: ${{ github.actor }}
81-
password: ${{ secrets.GITHUB_TOKEN }}
82-
83-
- name: Determine image tag
84-
id: tag
85-
run: |
86-
if [ "${{ github.event_name }}" = "pull_request" ]; then
87-
echo "tag=ghcr.io/evstack/attester:pr-${{ github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
88-
else
89-
echo "tag=ghcr.io/evstack/attester:${{ github.sha }}" >> "$GITHUB_OUTPUT"
90-
fi
91-
92-
- name: Build and push Attester image
93-
uses: docker/build-push-action@v6
94-
with:
95-
context: .
96-
file: tests/integration/docker/Dockerfile.attester
97-
push: true
98-
tags: ${{ steps.tag.outputs.tag }}
99-
10061
liveness-tastora:
10162
name: Test with EV-ABCI Chain (Tastora)
10263
runs-on: ubuntu-latest

attester/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

attester/README.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

attester/go.mod

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)