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

Commit

Permalink
Merge branch 'main' into r0-prover
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Apr 22, 2024
2 parents f010d39 + 217887d commit a10f5ce
Show file tree
Hide file tree
Showing 52 changed files with 787 additions and 150 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Push docker image to GCR"
name: "Push docker image to GAR"

on:
push:
Expand All @@ -15,12 +15,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Login to GCR
- name: Login to GAR
uses: docker/login-action@v2
with:
registry: gcr.io
registry: us-docker.pkg.dev
username: _json_key
password: ${{ secrets.GCR_JSON_KEY }}
password: ${{ secrets.GAR_JSON_KEY }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand All @@ -33,7 +33,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
gcr.io/evmchain/taiko-client
us-docker.pkg.dev/evmchain/images/taiko-client
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ linters-settings:
goconst:
min-len: 3
min-occurrences: 6
goimports:
local-prefixes: github.com/taikoxyz/taiko-client

severity:
# Set the default severity for issues.
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ clean:
@rm -rf bin/*

lint:
@go install github.com/golangci/golangci-lint/cmd/[email protected] \
@go install golang.org/x/tools/cmd/goimports@latest \
&& go install github.com/golangci/golangci-lint/cmd/[email protected] \
&& goimports -local "github.com/taikoxyz/taiko-client" -w ./ \
&& golangci-lint run

test:
Expand Down
2 changes: 1 addition & 1 deletion bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3049b0c96812d8994117e3bda3bb56c1772b12a3
00f8954536c3572fe0062b7de0a9537921f38323
2 changes: 1 addition & 1 deletion bindings/gen_lib_verifying.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

276 changes: 274 additions & 2 deletions bindings/gen_taiko_l1.go

Large diffs are not rendered by default.

305 changes: 304 additions & 1 deletion bindings/gen_taiko_l2.go

Large diffs are not rendered by default.

Loading

0 comments on commit a10f5ce

Please sign in to comment.