Skip to content

Commit

Permalink
Overwrite main with release/v0.50.x while preserving history
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Feb 10, 2025
1 parent d7f101e commit bfd8ecc
Show file tree
Hide file tree
Showing 3,937 changed files with 293,268 additions and 460,841 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
32 changes: 0 additions & 32 deletions .coderabbit.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/.codespellignore

This file was deleted.

88 changes: 7 additions & 81 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,87 +2,13 @@

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

# Cosmos SDK Codeowners
# Primary repo maintainers

# Core team as default owners
* @cosmos/sdk-core-dev

* @cosmos/sdk-core-dev
# CODEOWNERS for docs configuration

# Components

/baseapp/ @cosmos/sdk-core-dev
/client/ @cosmos/sdk-core-dev
/client/v2/ @cosmos/sdk-core-dev
/collections/ @cosmos/sdk-core-dev
/core/ @cosmos/sdk-core-dev
/crypto/ @cosmos/sdk-core-dev
/depinject/ @cosmos/sdk-core-dev
/indexer/ @cosmos/sdk-core-dev
/log/ @cosmos/sdk-core-dev
/math/ @cosmos/sdk-core-dev
/orm/ @cosmos/sdk-core-dev
/runtime/ @cosmos/sdk-core-dev
/runtime/v2/ @cosmos/sdk-core-dev
/schema/ @cosmos/sdk-core-dev
/server/ @cosmos/sdk-core-dev
/server/v2/ @cosmos/sdk-core-dev
/server/v2/stf/ @cosmos/sdk-core-dev
/server/v2/appmanager/ @cosmos/sdk-core-dev
/server/v2/cometbft/ @cosmos/sdk-core-dev
/simsx @cosmos/sdk-core-dev
/simapp/ @cosmos/sdk-core-dev
/simapp/v2/ @cosmos/sdk-core-dev
/store/ @cosmos/sdk-core-dev
/store/v2/ @cosmos/sdk-core-dev
/types/mempool/ @cosmos/sdk-core-dev
/tools/cosmovisor @cosmos/sdk-core-dev
/tools/confix @cosmos/sdk-core-dev
/tests/integration/aminojson @cosmos/sdk-core-dev

# x modules

/x/accounts/ @cosmos/sdk-core-dev
/x/auth/ @cosmos/sdk-core-dev
/x/auth/tx/config @cosmos/sdk-core-dev
/x/authz/ @cosmos/sdk-core-dev
/x/bank/ @cosmos/sdk-core-dev
/x/bank/v2 @cosmos/sdk-core-dev
/x/circuit/ @cosmos/sdk-core-dev
/x/consensus/ @cosmos/sdk-core-dev
/x/distribution/ @cosmos/sdk-core-dev
/x/epochs/ @cosmos/sdk-core-dev
/x/evidence/ @cosmos/sdk-core-dev
/x/feegrant/ @cosmos/sdk-core-dev
/x/genutil/ @cosmos/sdk-core-dev
/x/gov/ @cosmos/sdk-core-dev
/x/group/ @cosmos/sdk-core-dev
/x/mint/ @cosmos/sdk-core-dev
/x/nft/ @cosmos/sdk-core-dev
/x/protocolpool/ @cosmos/sdk-core-dev
/x/simulation/ @cosmos/sdk-core-dev # deprecated so whole team
/x/slashing/ @cosmos/sdk-core-dev
/x/staking/ @cosmos/sdk-core-dev
/x/tx/ @cosmos/sdk-core-dev
/x/upgrade/ @cosmos/sdk-core-dev
/x/validate @cosmos/sdk-core-dev

# go mods

**/go.mod @cosmos/sdk-core-dev
**/go.sum @cosmos/sdk-core-dev

# ci & build

.github/ @cosmos/sdk-core-dev
scripts/ @cosmos/sdk-core-dev
contrib/ @cosmos/sdk-core-dev
*.mk @cosmos/sdk-core-dev
Makefile @cosmos/sdk-core-dev

# docs configuration

/docs/ @cosmos/sdk-core-dev
/docs/docusaurus.config.js @cosmos/sdk-core-dev
/docs/sidebars.js @cosmos/sdk-core-dev
/docs/pre.sh @cosmos/sdk-core-dev
/docs/post.sh @cosmos/sdk-core-dev
/docs/docusaurus.config.js @julienrbrt @tac0turtle
/docs/sidebars.js @julienrbrt @tac0turtle
/docs/pre.sh @julienrbrt @tac0turtle
/docs/post.sh @julienrbrt @tac0turtle
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug Report
about: Create a report to help us squash bugs!
title: "[Bug]: "
labels: "T:Bug"
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template.
v Please also ensure that this is not a duplicate issue :)
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

<!--
IMPORTANT: 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.
-->

## Summary of Bug

<!-- Concisely describe the issue -->

## Version

<!-- git commit hash or release version -->

## Steps to Reproduce

<!-- What commands in order should someone run to reproduce your problem? -->
49 changes: 0 additions & 49 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/documentation.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/epics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Epic
about: Create an epic/user
title: "[Epic]: "
labels: T:Epic
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template.
v Word of caution: poorly thought-out proposals may be rejected
v without deliberation
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Summary

<!-- Short, concise description of the proposed feature/changes to the repository
What are the user needs?
How could this solution fix the user facing problem? -->

## Problem Definition

<!-- Why do we need this feature?
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? -->

## Work Breakdown

<!-- Break the work into many bullet points that will later be turned into issues that can be assigned to developers to work on
This work may been to be broken up into phases of work in order to better organize when and how things get done. -->
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/epics.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature Request
about: Create a proposal to request a feature
title: "[Feature]: "
labels: T:feature-request
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template.
v Word of caution: poorly thought-out proposals may be rejected
v without deliberation
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Summary

<!-- Short, concise description of the proposed feature -->

## Problem Definition

<!-- Why do we need this feature?
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? -->

## Proposal

<!-- Detailed description of requirements of implementation -->
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/module-readiness-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The module **should not** be included in any Release Candidate tag until it has

- [ ] API audit (at least 1 person) (@assignee)
- [ ] Are Msg and Query methods and types well-named and organized?
- [ ] Is everything well documented (inline godoc as well as the spec [README.md](https://github.com/cosmos/cosmos-sdk/blob/main/docs/spec/README.md) in module directory)
- [ ] Is everything well documented (inline godoc as well as the spec [README.md](https://github.com/cosmos/cosmos-sdk/blob/main/docs/spec/SPEC-SPEC.md) in module directory)
- [ ] State machine audit (at least 2 people) (@assignee1, @assignee2)
- [ ] Read through MsgServer code and verify correctness upon visual inspection
- [ ] Ensure all state machine code which could be confusing is properly commented
Expand Down
Loading

0 comments on commit bfd8ecc

Please sign in to comment.