Skip to content

Commit

Permalink
Merge remote-tracking branch 'mantrachain/release/v0.50.x' into relea…
Browse files Browse the repository at this point in the history
…se/v0.50.x
  • Loading branch information
mantrachain-support committed Sep 25, 2024
2 parents a5f463a + d38cd7d commit f7db797
Show file tree
Hide file tree
Showing 109 changed files with 18,182 additions and 13,089 deletions.
32 changes: 22 additions & 10 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
#
# List of approvers/reviewers for MANTRA Chain, a Layer 1 Blockchain,
# capable of adherence to real world regulatory requirements.
#
##############################################################
#
# Get in touch with us via the MANTRA Chain Association Community
# https://github.com/MANTRA-Chain/community
#
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#

# NOTE: Order is important; the last matching pattern takes the most precedence

# Primary repo maintainers
######################
# Primary Repo Maintainers
######################
* @devops-admins-team @development-team-blockchain

* @cosmos/sdk-core-dev

# CODEOWNERS for docs configuration

/docs/docusaurus.config.js @julienrbrt @tac0turtle
/docs/sidebars.js @julienrbrt @tac0turtle
/docs/pre.sh @julienrbrt @tac0turtle
/docs/post.sh @julienrbrt @tac0turtle
######################
# DevOps/Infrastructure
######################
.k8s/ @devops-team @devops-team-admins @development-team-blockchain-admins
.github/ @devops-team @devops-team-admins @development-team-blockchain-admins
14 changes: 14 additions & 0 deletions .github/CODEOWNERS.original
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

# NOTE: Order is important; the last matching pattern takes the most precedence

# Primary repo maintainers

* @cosmos/sdk-core-dev

# CODEOWNERS for docs configuration

/docs/docusaurus.config.js @julienrbrt @tac0turtle
/docs/sidebars.js @julienrbrt @tac0turtle
/docs/pre.sh @julienrbrt @tac0turtle
/docs/post.sh @julienrbrt @tac0turtle
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: 🐛 Bug report
description: Create a report to help us squash bugs!
title: "[Bug]: "
labels: ["T:Bug"]
body:
- type: markdown
attributes:
value: |
# Guidelines for Submitting a Bug Report
_Thanks for taking the time to fill out this bug report!
Before smashing the submit button please review the template.
Please also ensure that this is not a duplicate issue :)_
## 🚨 IMPORTANT Notes on Security
_Prior to opening a bug report, check if it affects one of the core modules
and if its elegible for a bug bounty on `SECURITY.md`. Bugs that are not submitted
through the appropriate channels won't receive any bounty._
- type: textarea
id: summary
attributes:
label: Summary of the Bug/Defect
description: Concisely describe the issue. What did was expected?
placeholder: Tell us what occured versus what you expected.
value: "A bug happened!"
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to reproduce?
description: Please describe how to reproduce the bug/defect.
placeholder: What commands in order should someone run to reproduce the defect?
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: If applicable, specify the version you're using
placeholder: v1.0.0, v0.50.10-mantrachain-v1.0.0, main, etc.
validations:
required: true
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/epics.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: ✨ Feature Request
description: Create a Proposal to Request a Feature
title: "[Feature]: "
labels: ["T:feature-request"]
body:
- type: markdown
attributes:
value: |
# Guidelines for Submitting a Feature Request
_✰ Thanks for proposing a potential new and exciting feature! ✰
Before smashing the submit button please review the template.
Word of caution: poorly thought-out proposals may be rejected
without deliberation._
- type: textarea
id: summary
attributes:
label: Brief
description: Short, concise description of the proposed feature.
placeholder: Summary of new feature or enhancement.
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem Definition
description: Why do we need this feature?
placeholder: |
What problems may be addressed by introducing this feature?
What benefits does the SDK stand to gain by including this feature?
Are there any disadvantages of including this feature?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposal
description: Detailed description of requirements of implementation.
placeholder: |
Requirements or Technical Review of Implementation; Checklists and Acceptance Criteria.
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/module-readiness-checklist.md

This file was deleted.

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/standard-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: 📋 Github Issue
description: Create a Development Task/User Story
title: "[Issue]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
# Guidelines for Submitting a Bug Report
_✰ Thanks for opening an issue! ✰
Before smashing the submit button please review the template.
Word of caution: poorly thought-out proposals may be rejected
without deliberation._
- type: textarea
id: summary
attributes:
label: Brief
description: Short, concise description of the proposed feature/changes to the repository.
placeholder: What are the user needs? How could this solution fix the user facing problem?
validations:
required: true
- type: textarea
id: requirements
attributes:
label: Requirements
description: Craft Requirements and/or checklist of acceptance criteria to complete this work.
placeholder: What tasks need to be completed to fulfill the brief noted above? Are there any specific functions that are required?
validations:
required: true

5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ updates:
schedule:
interval: daily
time: "01:00"
ignore:
- dependency-name: "actions/labeler"
versions: [">= 5"]

- package-ecosystem: npm
directory: "/docs"
schedule:
interval: weekly
# DevRel should review docs updates
assignees:
- "julienrbrt"
- "g-mantra"

- package-ecosystem: gomod
directory: "/"
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/_archive/code-sonar-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Sonar Advanced

on:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
branches:
- main
- release/**
pull_request:
types:
- opened
- synchronize
- reopened

jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Disabling shallow clone is recommended for improving relevancy of reporting
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@v3 # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/orgs/cosmos/projects/26
github-token: ${{ secrets.PERSONAL_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.23"
check-latest: true
# get 'v*.*.*' part from 'confix/v*.*.*' and save to $GITHUB_ENV
- name: Set env
Expand All @@ -28,7 +28,7 @@ jobs:
git tag -d ${{ env.RELEASE_VERSION }} || echo "No such a tag exists before"
git tag ${{ env.RELEASE_VERSION }} HEAD
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
# stick to version v0.179.0(https://github.com/cosmos/cosmos-sdk/issues/11125)
version: v0.179.0
Expand Down
Loading

0 comments on commit f7db797

Please sign in to comment.