Skip to content

Commit

Permalink
chore: rename gaia to atomone
Browse files Browse the repository at this point in the history
- rename in docs
- rename in go files and directories
- update go.mod
- remove ics, ibc and lsm e2e tests
  • Loading branch information
tbruyelle committed Aug 19, 2024
1 parent 7281c9b commit d49b863
Show file tree
Hide file tree
Showing 528 changed files with 604 additions and 41,366 deletions.
20 changes: 0 additions & 20 deletions .changelog/config.toml

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/epilogue.md

This file was deleted.

Empty file removed .changelog/unreleased/.gitkeep
Empty file.
2 changes: 0 additions & 2 deletions .changelog/v15.0.0/api-breaking/2912-vote-spam.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v15.0.0/api-breaking/2967-bump-ics.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/v15.0.0/api-breaking/2967-bump-sdk.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v15.0.0/bug-fixes/2912-vote-spam.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changelog/v15.0.0/bug-fixes/2967-bump-sdk.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v15.0.0/dependencies/2852-bump-comet.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v15.0.0/dependencies/2852-bump-ibc.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v15.0.0/dependencies/2852-bump-pfm.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v15.0.0/dependencies/2967-bump-ics.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v15.0.0/dependencies/2967-bump-sdk.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v15.0.0/features/2960-add-metaprotocols-support.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v15.0.0/state-breaking/2852-bump-comet.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v15.0.0/state-breaking/2852-bump-ibc.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v15.0.0/state-breaking/2852-bump-pfm.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v15.0.0/state-breaking/2912-vote-spam.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v15.0.0/state-breaking/2913-gov-spam.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v15.0.0/state-breaking/2967-bump-ics.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/v15.0.0/state-breaking/2967-bump-sdk.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v15.0.0/summary.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v15.1.0/dependencies/2982-bump-pfm.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v15.1.0/features/2974-add-snapshot-commands.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v15.1.0/state-breaking/2982-bump-pfm.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v15.1.0/summary.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v15.2.0/bug-fixes/3025-gov-metatdata-len.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v15.2.0/summary.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

# Primary repo maintainers
* @alexanderbez @zmanian @crodriguezvega @jackzampolin @cosmos/informal_gaia_maintain
* @giunatale @tbruyelle @jaekwon @adam-hanna

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ v Please also ensure that this is not a duplicate issue :)

## Version

<!-- git commit hash, output of `gaiacli version`, output of `gaiad version` -->
<!-- git commit hash, output of `atomeoned version` -->

## Steps to Reproduce

Expand Down
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/epic-template.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ v without deliberation

<!-- Why do we need this feature?
What problems may be addressed by introducing this feature?
What benefits does gaia stand to gain by including this feature?
What benefits does atomone stand to gain by including this feature?
Are there any disadvantages of including this feature? -->

## Proposal
Expand Down
54 changes: 0 additions & 54 deletions .github/ISSUE_TEMPLATE/tech-debt.md

This file was deleted.

58 changes: 0 additions & 58 deletions .github/ISSUE_TEMPLATE/upgrade-checklist.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ please add links to any relevant follow up issues.*
I have...

- [ ] included the correct `docs:` prefix in the PR title
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/gaia/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/atomone-hub/atomone/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/others.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ please add links to any relevant follow up issues.*
I have...

- [ ] Included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] Targeted the correct branch (see [PR Targeting](https://github.com/cosmos/gaia/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] Targeted the correct branch (see [PR Targeting](https://github.com/atomone-hub/atomone/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] Provided a link to the relevant issue or specification
- [ ] Reviewed "Files changed" and left comments if necessary <!-- relevant if the changes are not obvious -->
- [ ] Confirmed all CI checks have passed
Expand Down
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ I have...

* [ ] Included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
* [ ] Added `!` to the type prefix if API, client, or state breaking change (i.e., requires minor or major version bump)
* [ ] Targeted the correct branch (see [PR Targeting](https://github.com/cosmos/gaia/blob/main/CONTRIBUTING.md#pr-targeting))
* [ ] Targeted the correct branch (see [PR Targeting](https://github.com/atomone-hub/atomone/blob/main/CONTRIBUTING.md#pr-targeting))
* [ ] Provided a link to the relevant issue or specification
* [ ] Followed the guidelines for [building SDK modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules)
* [ ] Included the necessary unit and integration [tests](https://github.com/cosmos/gaia/blob/main/CONTRIBUTING.md#testing)
* [ ] Followed the guidelines for [building SDK modules](https://github.com/atomone-hub/atomone/blob/main/docs/docs/building-modules)
* [ ] Included the necessary unit and integration [tests](https://github.com/atomone-hub/atomone/blob/main/CONTRIBUTING.md#testing)
* [ ] Added a changelog entry in `.changelog` (for details, see [contributing guidelines](../../CONTRIBUTING.md#changelog))
* [ ] Included comments for [documenting Go code](https://blog.golang.org/godoc)
* [ ] Updated the relevant documentation or specification
Expand Down
Loading

0 comments on commit d49b863

Please sign in to comment.