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

fix(feeabs): fix BeginBlocker disabled #200

Merged
merged 10 commits into from
May 31, 2024
Merged

Conversation

tuantran1702
Copy link
Collaborator

No description provided.

@tuantran1702 tuantran1702 changed the base branch from main to release/v8.0.x May 29, 2024 17:27
@tuantran1702 tuantran1702 requested a review from tnv1 May 29, 2024 17:27
x/feeabs/module.go Fixed Show fixed Hide fixed

func (am AppModule) BeginBlock(ctx context.Context) error {
sdkContext := sdk.UnwrapSDKContext(ctx)
return am.keeper.BeginBlock(sdkContext)

Check warning

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

path flow from Begin/EndBlock to a panic call
@hoank101 hoank101 merged commit 2180ed9 into release/v8.0.x May 31, 2024
13 checks passed
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