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 issue caused by diff version of proto-gen-go-grpc #8

Open
wants to merge 3 commits into
base: 0glabs-v0.47.10-release-x.old
Choose a base branch
from

Conversation

Solovyov1796
Copy link
Collaborator

@Solovyov1796 Solovyov1796 commented Aug 1, 2024

This change is Reviewable

out := new(ResponseBeginBlock)
err := c.cc.Invoke(ctx, ABCIApplication_BeginBlock_FullMethodName, in, out, cOpts...)
err := c.cc.Invoke(ctx, ABCIApplication_BeginBlock_FullMethodName, in, out, opts...)

Check warning

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

path flow from Begin/EndBlock to a panic call
out := new(ResponseEndBlock)
err := c.cc.Invoke(ctx, ABCIApplication_EndBlock_FullMethodName, in, out, cOpts...)
err := c.cc.Invoke(ctx, ABCIApplication_EndBlock_FullMethodName, in, out, opts...)

Check warning

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

path flow from Begin/EndBlock to a panic call
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.

2 participants