-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
126 changed files
with
9,725 additions
and
2,523 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,15 +1,3 @@ | ||
# https://help.github.com/articles/about-codeowners | ||
|
||
* @johnletey @mbreithecker | ||
|
||
# CODEOWNERS for x/bundles | ||
|
||
/x/bundles @johnletey @troykessler @mbreithecker | ||
|
||
# CODEOWNERS for x/pool | ||
|
||
/x/pool @johnletey @troykessler @mbreithecker | ||
|
||
# CODEOWNERS for x/team | ||
|
||
/x/team @johnletey @troykessler @mbreithecker | ||
* @johnletey @mbreithecker @troykessler |
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
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,17 @@ | ||
# KYVE Security Policy | ||
|
||
## Supported Versions | ||
|
||
| Version | Supported | | ||
|---------|--------------------| | ||
| main | :white_check_mark: | | ||
| v1.2.x | :white_check_mark: | | ||
| < v1.2 | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
Two main ways of reporting a vulnerability to the KYVE Core Team exist. | ||
|
||
You can contact us at [email protected], which all code owners can access and check regularly. Tied to this email, you can find our [public key](https://keys.openpgp.org/[email protected]) that you can use to send us encrypted emails. | ||
|
||
Additionally, you can go through GitHub's [private vulnerability reporting system](https://github.com/KYVENetwork/chain/security/advisories/new). |
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
4 changes: 2 additions & 2 deletions
4
app/upgrades/v1_3/constants.go → app/upgrades/v1_4/constants.go
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package v1_3 | ||
package v1_4 | ||
|
||
import ( | ||
"github.com/cosmos/cosmos-sdk/baseapp" | ||
|
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
Oops, something went wrong.