-
Notifications
You must be signed in to change notification settings - Fork 43
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
Problem: block overrides is not supported in debug_traceCall #392
Conversation
x/evm/keeper/state_transition.go
Outdated
Coinbase: cfg.CoinBase, | ||
GasLimit: ethermint.BlockGasLimit(ctx), | ||
BlockNumber: big.NewInt(ctx.BlockHeight()), | ||
Time: uint64(ctx.BlockHeader().Time.Unix()), |
Check failure
Code scanning / gosec
Potential integer overflow by integer type conversion Error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Xinyu <91446598+XinyuCRO@users.noreply.github.com> Signed-off-by: mmsqe <mavis@crypto.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#393
let's cleanup ApplyMessageWithConfig api first
Co-authored-by: yihuang <huang@crypto.com> Signed-off-by: mmsqe <mavis@crypto.com>
this bug was introduced in evmos@d4621f3
Closes: #XXX
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)