Skip to content

Commit

Permalink
add the basic specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Nov 25, 2024
1 parent 18e1f23 commit b0401ae
Show file tree
Hide file tree
Showing 7 changed files with 10,990 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ jobs:
- name: Checkout Current Repository
uses: actions/checkout@v4

- name: Get latest tag
id: latest_tag
run: |
echo "tag=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_OUTPUT
- name: Checkout Lava Repository
uses: actions/checkout@v4
with:
repository: lavanet/lava
repository: lavanet/lava
path: lava

fetch-depth: 0
ref: ${{ steps.latest_tag.outputs.tag }}

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down
4,804 changes: 4,804 additions & 0 deletions mainnet-1/specs/cosmossdk.json

Large diffs are not rendered by default.

1,139 changes: 1,139 additions & 0 deletions mainnet-1/specs/cosmossdk_45.json

Large diffs are not rendered by default.

1,582 changes: 1,582 additions & 0 deletions mainnet-1/specs/ethereum copy.json

Large diffs are not rendered by default.

1,459 changes: 1,459 additions & 0 deletions mainnet-1/specs/ibc.json

Large diffs are not rendered by default.

1,247 changes: 1,247 additions & 0 deletions mainnet-1/specs/solana.json

Large diffs are not rendered by default.

750 changes: 750 additions & 0 deletions mainnet-1/specs/tendermint.json

Large diffs are not rendered by default.

0 comments on commit b0401ae

Please sign in to comment.