-
Notifications
You must be signed in to change notification settings - Fork 237
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: recent bug fixes on ethermint not used #378
Conversation
- [Quick fix for eth_feeHistory when reward is nil](evmos/ethermint#975) - [Add buffer to eth_gasPrice response](evmos/ethermint#968) - [Fix GasMeter reset in AnteHandler, aka. return correct gasWanted to tendermint](evmos/ethermint#964) modified to only fix checkTx mode to avoid breaking consensus.
Codecov Report
@@ Coverage Diff @@
## main #378 +/- ##
===========================================
+ Coverage 21.51% 41.06% +19.54%
===========================================
Files 27 30 +3
Lines 1729 1505 -224
===========================================
+ Hits 372 618 +246
+ Misses 1324 841 -483
- Partials 33 46 +13
|
what about evmos/ethermint#955? |
it's already included by this PR: #370 |
@@ -164,7 +164,7 @@ replace ( | |||
// See https://github.com/tecbot/gorocksdb/pull/216 | |||
github.com/tecbot/gorocksdb => github.com/cosmos/gorocksdb v1.1.1 | |||
|
|||
github.com/tharsis/ethermint => github.com/crypto-org-chain/ethermint v0.10.0-alpha1-cronos-6.0.20220301081024-4ec8b052c769 | |||
github.com/tharsis/ethermint => github.com/crypto-org-chain/ethermint v0.10.0-alpha1-cronos-7 |
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.
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.
looks okay 👍
modified to only fix checkTx mode to avoid breaking consensus.
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)