Skip to content

Commit

Permalink
Merge branch 'main' into PRT-v-4-2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Dec 19, 2024
2 parents 6563245 + 08371e7 commit bd350a2
Show file tree
Hide file tree
Showing 213 changed files with 983,959 additions and 3,836 deletions.
117 changes: 60 additions & 57 deletions .github/pr_labeler.yml
Original file line number Diff line number Diff line change
@@ -1,83 +1,86 @@
"C:cmd/lavad":
- changed-files:
- any-glob-to-any-file: "cmd/lavad/**/*"
- changed-files:
- any-glob-to-any-file: "cmd/lavad/**/*"
"C:cmd/lavap":
- changed-files:
- any-glob-to-any-file: "cmd/lavap/**/*"
- changed-files:
- any-glob-to-any-file: "cmd/lavap/**/*"
"C:cmd/lavavisor":
- changed-files:
- any-glob-to-any-file: "cmd/lavavisor/**/*"
- changed-files:
- any-glob-to-any-file: "cmd/lavavisor/**/*"
"C:cmd/common":
- changed-files:
- any-glob-to-any-file: "cmd/common/**/*"
- changed-files:
- any-glob-to-any-file: "cmd/common/**/*"
"C:protocol":
- changed-files:
- any-glob-to-any-file: "protocol/**/*"
- changed-files:
- any-glob-to-any-file: "protocol/**/*"
"Team:Consensus":
- changed-files:
- any-glob-to-any-file: "x/**/*"
- any-glob-to-any-file: "app/**/*"
- changed-files:
- any-glob-to-any-file: "x/**/*"
- any-glob-to-any-file: "app/**/*"
"Team:Protocol":
- changed-files:
- any-glob-to-any-file: "protocol/**/*"
- any-glob-to-any-file: "ecosystem/**/*"
- changed-files:
- any-glob-to-any-file: "protocol/**/*"
- any-glob-to-any-file: "ecosystem/**/*"
"C:specs":
- changed-files:
- any-glob-to-any-file: "cookbook/**/*"
- changed-files:
- any-glob-to-any-file: "specs/**/*"
"C:cookbook":
- changed-files:
- any-glob-to-any-file: "cookbook/**/*"
"C:proto":
- changed-files:
- any-glob-to-any-file: "proto/**/*"
- changed-files:
- any-glob-to-any-file: "proto/**/*"
"C:x/conflict":
- changed-files:
- any-glob-to-any-file: "x/conflict/**/*"
- changed-files:
- any-glob-to-any-file: "x/conflict/**/*"
"C:x/downtime":
- changed-files:
- any-glob-to-any-file: "x/downtime/**/*"
- changed-files:
- any-glob-to-any-file: "x/downtime/**/*"
"C:x/dualstaking":
- changed-files:
- any-glob-to-any-file: "x/dualstaking/**/*"
- changed-files:
- any-glob-to-any-file: "x/dualstaking/**/*"
"C:x/epochstorage":
- changed-files:
- any-glob-to-any-file: "x/epochstorage/**/*"
- changed-files:
- any-glob-to-any-file: "x/epochstorage/**/*"
"C:x/fixationstore":
- changed-files:
- any-glob-to-any-file: "x/fixationstore/**/*"
- changed-files:
- any-glob-to-any-file: "x/fixationstore/**/*"
"C:x/pairing":
- changed-files:
- any-glob-to-any-file: "x/pairing/**/*"
- changed-files:
- any-glob-to-any-file: "x/pairing/**/*"
"C:x/plans":
- changed-files:
- any-glob-to-any-file: "x/plans/**/*"
- changed-files:
- any-glob-to-any-file: "x/plans/**/*"
"C:x/projects":
- changed-files:
- any-glob-to-any-file: "x/projects/**/*"
- changed-files:
- any-glob-to-any-file: "x/projects/**/*"
"C:x/protocol":
- changed-files:
- any-glob-to-any-file: "x/protocol/**/*"
- changed-files:
- any-glob-to-any-file: "x/protocol/**/*"
"C:x/rewards":
- changed-files:
- any-glob-to-any-file: "x/rewards/**/*"
- changed-files:
- any-glob-to-any-file: "x/rewards/**/*"
"C:x/spec":
- changed-files:
- any-glob-to-any-file: "x/spec/**/*"
- changed-files:
- any-glob-to-any-file: "x/spec/**/*"
"C:x/subscription":
- changed-files:
- any-glob-to-any-file: "x/subscription/**/*"
- changed-files:
- any-glob-to-any-file: "x/subscription/**/*"
"C:x/timerstore":
- changed-files:
- any-glob-to-any-file: "x/timerstore/**/*"
- changed-files:
- any-glob-to-any-file: "x/timerstore/**/*"
"Type: Build":
- changed-files:
- any-glob-to-any-file: "Makefile"
- any-glob-to-any-file: "Dockerfile"
- any-glob-to-any-file: "docker-compose.yml"
- any-glob-to-any-file: "scripts/*"
- changed-files:
- any-glob-to-any-file: "Makefile"
- any-glob-to-any-file: "Dockerfile"
- any-glob-to-any-file: "docker-compose.yml"
- any-glob-to-any-file: "scripts/*"
"Type: CI":
- changed-files:
- any-glob-to-any-file: ".github/**"
- changed-files:
- any-glob-to-any-file: ".github/**"
"Type: Docs":
- changed-files:
- any-glob-to-any-file: "docs/**/*"
- changed-files:
- any-glob-to-any-file: "docs/**/*"
"Type: Proto":
- changed-files:
- any-glob-to-any-file: "proto/**/*"
- changed-files:
- any-glob-to-any-file: "proto/**/*"
60 changes: 30 additions & 30 deletions .github/workflows/cli_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@ jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.5

- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum

# Setup Paths
- name: home
run: pwd && ls -l
- name: ls usr
run: ls -l /home/runner/work/lava/lava
- name: cp lava
run: cp -r ~/work/lava/lava ~/go/lava
- name: export PATH
run: export PATH=$PATH:/go:/go/bin:$(go env GOPATH)/bin:/usr/local:`pwd`:/home/runner/work/lava/lava/
- name: export GOPATH
run: export GOPATH=$GOPATH:$(go env GOPATH):/go:/go/lava:/usr/local:`pwd`
- name: export LAVA
run: export LAVA=/home/runner/work/lava/lava
- name: go env
run: go env
- name: pwd
run: pwd
- name: tree
run: tree
- name: ls -l
run: ls -l

# Setup Paths
- name: home
run: pwd && ls -l
- name: ls usr
run: ls -l /home/runner/work/lava/lava
- name: cp lava
run: cp -r ~/work/lava/lava ~/go/lava
- name: export PATH
run: export PATH=$PATH:/go:/go/bin:$(go env GOPATH)/bin:/usr/local:`pwd`:/home/runner/work/lava/lava/
- name: export GOPATH
run: export GOPATH=$GOPATH:$(go env GOPATH):/go:/go/lava:/usr/local:`pwd`
- name: export LAVA
run: export LAVA=/home/runner/work/lava/lava
- name: go env
run: go env
- name: pwd
run: pwd
- name: tree
run: tree
- name: ls -l
run: ls -l

# - name: lavad cli test
# run: |
# chmod +x ./scripts/cli_test.sh
# ./scripts/cli_test.sh
# killall lavad
# chmod +x ./scripts/cli_test.sh
# ./scripts/cli_test.sh
# killall lavad
Loading

0 comments on commit bd350a2

Please sign in to comment.