Skip to content

Commit

Permalink
feat: refactor app struct (#44)
Browse files Browse the repository at this point in the history
* refactor app struct

* update swagger & update import

* use latest cometbft

* fix go work

* bump go version

* fix ibc hooks
  • Loading branch information
beer-1 authored Aug 20, 2024
1 parent 7d2ab3e commit e9acda2
Show file tree
Hide file tree
Showing 28 changed files with 3,139 additions and 2,975 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.4"
go-version: "1.22.5"

- name: Set environment variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.4"
go-version: "1.22.5"
- name: Set environment variables
run: |
MINIWASM_NETWORK_NAME="minievm-1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22.4"
go-version: "1.22.5"

- name: Set environment variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
ls -l
file minievm_${VERSION}_Linux_${ARCH_NAME}.tar.gz
# remove builder
# Remove builder
docker buildx rm arm64-builder
- name: List files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
go.mod
go.sum
# install golangci-lint
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION}
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@${{ env.GOLANGCI_LINT_VERSION }}
- name: run go linters (long)
if: env.GIT_DIFF
id: lint_long
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MiniEVM is an optimistic rollup consumer chain powered by EVM, designed to simpl

## Prerequisites

- Go v1.22.2+
- Go v1.22.5+

## Getting Started

Expand Down
130 changes: 104 additions & 26 deletions api/minievm/evm/v1/genesis.pulsar.go

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

Loading

0 comments on commit e9acda2

Please sign in to comment.