-
Notifications
You must be signed in to change notification settings - Fork 64
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
Feature/dev #513
Feature/dev #513
Conversation
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.49.0...v1.50.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…thub.com/golangci/golangci-lint-1.50.0 Bump github.com/golangci/golangci-lint from 1.49.0 to 1.50.0
state init for asset and apps in upgrade
liquidity pair creation
resolve all lint issues, gosec issues and refactor
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.49.0...v1.50.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
upgrade code added, unused file removed
…thub.com/golangci/golangci-lint-1.50.0 Bump github.com/golangci/golangci-lint from 1.49.0 to 1.50.0
…thub.com/spf13/cobra-1.6.0 Bump github.com/spf13/cobra from 1.5.0 to 1.6.0
Minimum epoch duration, reward refactor
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.49.0...v1.50.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…thub.com/spf13/cobra-1.6.0 Bump github.com/spf13/cobra from 1.5.0 to 1.6.0
…thub.com/golangci/golangci-lint-1.50.0 Bump github.com/golangci/golangci-lint from 1.49.0 to 1.50.0
band integrated
} | ||
} | ||
} | ||
} | ||
} else { | ||
assets := k.GetAssets(ctx) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods
} else { | ||
assets := k.GetAssets(ctx) | ||
for _, asset := range assets { | ||
twa, found := k.GetTwa(ctx, asset.Id) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods
continue | ||
} | ||
twa.IsPriceActive = false | ||
k.SetTwa(ctx, twa) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods
Remove alias.go
No description provided.