Skip to content

Commit

Permalink
build(proto)!: update archway-proto to Archway v7 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao authored May 22, 2024
1 parent 5402fd0 commit 6112b2a
Show file tree
Hide file tree
Showing 161 changed files with 114,136 additions and 1,763 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run cargo fmt
uses: actions-rs/cargo@v1
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ artifacts/

# Local network history
.archway/local-1.json

# Exported by proto-build
/proto
14 changes: 11 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[submodule "archway-network"]
path = archway-network
[submodule "archway"]
path = external/archway
url = https://github.com/archway-network/archway
branch = tags/v4.0.2
[submodule "external/cosmos-sdk"]
path = external/cosmos-sdk
url = https://github.com/cosmos/cosmos-sdk
[submodule "external/ibc-go"]
path = external/ibc-go
url = https://github.com/cosmos/ibc-go
[submodule "external/wasmd"]
path = external/wasmd
url = https://github.com/cosmwasm/wasmd
Loading

0 comments on commit 6112b2a

Please sign in to comment.