Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/#1665-ecrecover
Browse files Browse the repository at this point in the history
  • Loading branch information
KimiWu123 committed Feb 17, 2024
2 parents 4d5070f + db0d403 commit d6bc6c1
Show file tree
Hide file tree
Showing 251 changed files with 2,527 additions and 10,019 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Refactor (no updates to logic)

### Contents

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MPT Witness Generator Checks
name: Geth-utils Checks

on:
merge_group:
Expand All @@ -19,7 +19,7 @@ jobs:
with:
cancel_others: 'true'
concurrent_skipping: 'same_content_newer'
paths: '["mpt-witness-generator/**"]'
paths: '["geth-utils/**"]'


build:
Expand All @@ -35,15 +35,15 @@ jobs:
- name: Format
uses: Jerome1337/gofmt-action@v1.0.5
with:
gofmt-path: './mpt-witness-generator'
gofmt-path: './geth-utils'
gofmt-flags: '-l -d'

- name: Build
working-directory: ./mpt-witness-generator
working-directory: ./geth-utils
run: go build -v ./...

- name: Test
working-directory: ./mpt-witness-generator
working-directory: ./geth-utils
env:
NO_GETH: true
run: go test -v ./...
Loading

0 comments on commit d6bc6c1

Please sign in to comment.