Skip to content

Conversation

@mmsqe
Copy link

@mmsqe mmsqe commented Jan 9, 2024

Closes: #XXX

Description


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

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

Potential integer overflow by integer type conversion
@mmsqe mmsqe marked this pull request as ready for review January 10, 2024 01:44
@mmsqe mmsqe requested review from XinyuCRO and yihuang January 10, 2024 01:44
Copy link

@XinyuCRO XinyuCRO left a 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 <[email protected]>
Signed-off-by: mmsqe <[email protected]>
Copy link

@yihuang yihuang left a 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

continue
}
cfg.TxConfig.TxHash = ethTx.Hash()
cfg.TxConfig.TxIndex = uint(i)

Check failure

Code scanning / gosec

Potential integer overflow by integer type conversion

Potential integer overflow by integer type conversion
@mmsqe mmsqe merged commit fd9a87e into crypto-org-chain:develop Jan 12, 2024
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