-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge main with sdk upgrade #7801
chore: merge main with sdk upgrade
- Loading branch information
Showing
430 changed files
with
7,965 additions
and
9,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
clientA | ||
connectionA |
This file was deleted.
Oops, something went wrong.
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,5 @@ | ||
# CODEOWNERS: https://help.github.com/articles/about-codeowners/ | ||
|
||
* @AdityaSripal @damiannolan @DimitrisJim @gjermundgaraba | ||
|
||
# Our appreciation and gratitude to past code owners: @fedekunze @seantking @tmsdkeys @charleenfei @crodriguezvega @colin-axner @chatton @bznein | ||
|
||
# Order is important; the last matching pattern takes the most | ||
# precedence. When someone opens a pull request that only | ||
# modifies 27-interchain-accounts files, only the interchain account owners | ||
# and not the global owner(s) will be requested for a review. | ||
|
||
# CODEOWNERS for the CODEOWNER file | ||
|
||
/.github/CODEOWNERS @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for the core IBC module | ||
|
||
/modules/core/ @AdityaSripal @damiannolan | ||
/proto/ibc/core/ @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for the light-clients | ||
|
||
/modules/light-clients/ @AdityaSripal @damiannolan | ||
/proto/ibc/lightclients/ @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for 08-wasm light client module | ||
|
||
/modules/light-clients/08-wasm/ @AdityaSripal @damiannolan @DimitrisJim @srdtrk | ||
|
||
# CODEOWNERS for ICS 20 | ||
|
||
/modules/apps/transfer/ @AdityaSripal @damiannolan @DimitrisJim | ||
/proto/ibc/applications/transfer/ @AdityaSripal @damiannolan @DimitrisJim | ||
|
||
# CODEOWNERS for interchain-accounts module | ||
|
||
/modules/apps/27-interchain-accounts/ @AdityaSripal @damiannolan | ||
/proto/ibc/applications/interchain_accounts/ @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for fee module | ||
|
||
/modules/apps/29-fee/ @AdityaSripal @damiannolan | ||
/proto/ibc/applications/fee/ @AdityaSripal @damiannolan | ||
|
||
# CODEOWNERS for callbacks middleware | ||
|
||
/modules/apps/callbacks/ @AdityaSripal @damiannolan @srdtrk | ||
|
||
# CODEOWNERS for docs | ||
|
||
/docs/ @AdityaSripal @damiannolan @DimitrisJim @srdtrk | ||
* @AdityaSripal @gjermundgaraba @srdtrk | ||
|
||
# Our appreciation and gratitude to past code owners: @fedekunze @seantking @tmsdkeys @charleenfei @crodriguezvega @colin-axner @chatton @bznein @DimitrisJim @damiannolan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ jobs: | |
steps: | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: '1.22' | ||
go-version: '1.23' | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: golangci/[email protected] | ||
with: | ||
version: v1.57.2 | ||
version: v1.62 | ||
only-new-issues: true | ||
args: --timeout 5m | ||
working-directory: modules/apps/callbacks | ||
|
@@ -32,12 +32,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
go-arch: ['amd64', 'arm', 'arm64'] | ||
go-arch: ['amd64', 'arm64'] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: '1.22' | ||
go-version: '1.23' | ||
- name: Build callbacks-module | ||
run: | | ||
cd modules/apps/callbacks | ||
|
@@ -49,7 +49,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: '1.22' | ||
go-version: '1.23' | ||
- name: Go Test | ||
run: | | ||
cd modules/apps/callbacks | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.