Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade v0.47 #16

Merged
merged 9 commits into from
Jul 17, 2024
Merged

Upgrade v0.47 #16

merged 9 commits into from
Jul 17, 2024

Conversation

mikluke
Copy link
Collaborator

@mikluke mikluke commented May 31, 2024

No description provided.

@mikluke mikluke requested a review from kostassh May 31, 2024 09:33
@mikluke mikluke self-assigned this May 31, 2024
@mikluke mikluke force-pushed the upgrade-v0.47 branch 2 times, most recently from 48785a7 to 171925c Compare May 31, 2024 09:51
.golangci.yml Outdated
@@ -1,8 +1,7 @@
linters:
enable:
- bodyclose
- deadcode
- depguard
# - deadcode

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any deadcode still needed?

@@ -81,3 +81,13 @@ func (k Keeper) Burn(ctx sdk.Context, addr sdk.AccAddress, coin sdk.Coin) error

return nil
}

func contains[T comparable](s []T, v T) bool {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikluke mikluke merged commit 4153599 into main Jul 17, 2024
1 check passed
@mikluke mikluke deleted the upgrade-v0.47 branch July 17, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants