sei-protocol / sei-chain

Apache License 2.0
2.67k stars 797 forks source link

Show empty trace on insufficient funds error #1732

Closed jewei1997 closed 2 weeks ago

jewei1997 commented 2 weeks ago

Describe your changes and provide context

Just bumping the go-ethereum version to pull in empty trace on insufficient funds error. Related go-ethereum change: https://github.com/sei-protocol/go-ethereum/pull/31

Testing performed to validate your change

modified unit tests on geth since it is a bit hard to trigger this error

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.79%. Comparing base (d065752) to head (d5ad255).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1732/graphs/tree.svg?width=650&height=150&src=pr&token=DG7ZZJ3PVV&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol)](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1732?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol) ```diff @@ Coverage Diff @@ ## main #1732 +/- ## ========================================== + Coverage 60.77% 60.79% +0.02% ========================================== Files 371 371 Lines 27472 27472 ========================================== + Hits 16695 16701 +6 + Misses 9637 9630 -7 - Partials 1140 1141 +1 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1732/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol)