-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into perf/decode-proposal-id-from-txresp
- Loading branch information
Showing
10 changed files
with
19 additions
and
66 deletions.
There are no files selected for viewing
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 @gjermundgaraba | ||
|
||
# Our appreciation and gratitude to past code owners: @fedekunze @seantking @tmsdkeys @charleenfei @crodriguezvega @colin-axner @chatton @bznein @DimitrisJim | ||
|
||
# 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 @srdtrk | ||
|
||
# CODEOWNERS for ICS 20 | ||
|
||
/modules/apps/transfer/ @AdityaSripal @damiannolan | ||
/proto/ibc/applications/transfer/ @AdityaSripal @damiannolan | ||
|
||
# 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 @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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
fetch-depth: 0 | ||
- uses: golangci/[email protected] | ||
with: | ||
version: v1.60 | ||
version: v1.62 | ||
only-new-issues: true | ||
args: --timeout 5m | ||
working-directory: modules/apps/callbacks | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
fetch-depth: 0 | ||
- uses: golangci/[email protected] | ||
with: | ||
version: v1.60 | ||
version: v1.62 | ||
only-new-issues: true | ||
args: --timeout 5m | ||
working-directory: e2e/ | ||
|
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 |
---|---|---|
|
@@ -29,6 +29,6 @@ jobs: | |
- name: golangci-lint | ||
uses: golangci/[email protected] | ||
with: | ||
version: v1.60 | ||
version: v1.62 | ||
only-new-issues: true | ||
args: --timeout 10m |
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 |
---|---|---|
|
@@ -25,6 +25,6 @@ jobs: | |
- name: golangci-lint | ||
uses: golangci/[email protected] | ||
with: | ||
version: v1.60 | ||
version: v1.62 | ||
only-new-issues: true | ||
args: --timeout 10m |
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
fetch-depth: 0 | ||
- uses: golangci/[email protected] | ||
with: | ||
version: v1.60 | ||
version: v1.62 | ||
only-new-issues: true | ||
args: --timeout 10m | ||
working-directory: modules/light-clients/08-wasm | ||
|
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 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