Skip to content

Commit

Permalink
refactor!: remove stride's ICA liquid staking modules (#186)
Browse files Browse the repository at this point in the history
## Description

Closes: MILK-151

<!-- Add a description of the changes that this PR introduces and the
files that
are the most critical to review. -->

---

### Author Checklist

*All items are required. Please add a note to the item if the item is
not applicable and
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
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR
Targeting](https://github.com/milkyway-labs/milkyway/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building
modules](https://docs.cosmos.network/v0.44/building-modules/intro.html)
- [ ] included the necessary unit and integration
[tests](https://github.com/milkyway-labs/milkyway/blob/master/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go
code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable
and please add
your handle next to the items reviewed if you only reviewed selected
items.*

I have...

- [ ] confirmed the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
  • Loading branch information
hallazzang authored Nov 22, 2024
1 parent 2279a79 commit 4b8dbb4
Show file tree
Hide file tree
Showing 346 changed files with 5 additions and 169,781 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ issues:
max-same-issues: 10000
exclude-dirs:
- "app/ibc-hooks/*"
- "x/epochs/*"
- "x/interchainquery/*"
- "x/icacallbacks/*"
- "x/stakeibc/*"
- "x/records/*"
- "x/tokenfactory/*"
exclude-rules:
- text: "The legacy v1beta1 gov types maintained in this file are deprecated and will be removed in a future release"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ MilkyWay is licensed under the [Apache 2.0](LICENSE) license.

We also use portions of the codebase from other developers' software to implement some of our features:

- [Cosmos SDK](https://github.com/cosmos/cosmos-sdk), licensed under the [Apache 2.0](https://github.com/cosmos/cosmos-sdk?tab=Apache-2.0-1-ov-file)
- [Stride](https://github.com/stride-labs/stride), licensed under the [Apache 2.0](https://github.com/stride-labs/stride?tab=Apache-2.0-1-ov-file)
- [Cosmos SDK](https://github.com/cosmos/cosmos-sdk), licensed under the [Apache 2.0](https://github.com/cosmos/cosmos-sdk?tab=Apache-2.0-1-ov-file)
Loading

0 comments on commit 4b8dbb4

Please sign in to comment.