Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi authored Oct 23, 2023
2 parents c30e262 + 0861371 commit 338a9f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/validate-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.21.1
- name: Download celestiaorg/celestia-app
run: git clone https://github.com/celestiaorg/celestia-app.git
- name: Install Celestiaorg/celestia-app
run: cd celestia-app && make install
- name: Checkout latest celestia-app release
run: |
cd celestia-app
git checkout v1.2.0
make install
# Validation checks https://github.com/cosmos/cosmos-sdk/blob/bff3104781cca3c409fecfa3efebd80a40eb48c3/x/genutil/types/genesis.go#L53
- name: Validate Pre Genesis
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-validator-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
pull-requests: write
env:
VALIDATOR_LIST: (
"silviugae",
"tiagocmachado",
"EdouardLvdl",
"gle1pn1r",
Expand Down

0 comments on commit 338a9f2

Please sign in to comment.