Skip to content

Commit

Permalink
Problem: recent bug fixes on ethermint not used
Browse files Browse the repository at this point in the history
- [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.
  • Loading branch information
yihuang committed Mar 7, 2022
1 parent 5ab0aa1 commit ae2a101
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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/yihuang/ethermint v0.10.0-alpha1-cronos-6.0.20220307015653-5c0a5dd5f33e

google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsr
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/crypto-org-chain/ethermint v0.10.0-alpha1-cronos-6.0.20220301081024-4ec8b052c769 h1:HDKdfGPtF/P1q96TsbX2bUMohvy7HnLVKqNNyCDgFnc=
github.com/crypto-org-chain/ethermint v0.10.0-alpha1-cronos-6.0.20220301081024-4ec8b052c769/go.mod h1:lbIwMQ01hPOGZ4AwXPppMxo30R3yModpbv/54sTYhME=
github.com/crypto-org-chain/ibc-go/v2 v2.0.2-hooks h1:d2MOrJQE6lZQ+nUznUaSlE8/QQZ4j5rkv5hw2DnCt50=
github.com/crypto-org-chain/ibc-go/v2 v2.0.2-hooks/go.mod h1:XUmW7wmubCRhIEAGtMGS+5IjiSSmcAwihoN/yPGd6Kk=
github.com/crypto-org-chain/keyring v1.1.6-fixes h1:AUFSu56NY6XobY6XfRoDx6v3loiOrHK5MNUm32GEjwA=
Expand Down Expand Up @@ -1095,6 +1093,8 @@ github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6/go.mod h1:ce1O1j6UtZfjr22oyGxGLbauSBp2YVXpARAosm7dHBg=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
github.com/ybbus/jsonrpc v2.1.2+incompatible/go.mod h1:XJrh1eMSzdIYFbM08flv0wp5G35eRniyeGut1z+LSiE=
github.com/yihuang/ethermint v0.10.0-alpha1-cronos-6.0.20220307015653-5c0a5dd5f33e h1:JZtyy5nJvACIVUR0oln/L0kX4ZtzibhBaNCfP13xR7o=
github.com/yihuang/ethermint v0.10.0-alpha1-cronos-6.0.20220307015653-5c0a5dd5f33e/go.mod h1:lbIwMQ01hPOGZ4AwXPppMxo30R3yModpbv/54sTYhME=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
10 changes: 5 additions & 5 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3756,13 +3756,13 @@
sha256 = "1sgjf2vaq554ybc0cwkzn17cz2ibzph2rq0dgaw21c2hym09437x"

["github.com/tharsis/ethermint"]
sumVersion = "v0.10.0-alpha1-cronos-6.0.20220301081024-4ec8b052c769"
vendorPath = "github.com/crypto-org-chain/ethermint"
sumVersion = "v0.10.0-alpha1-cronos-6.0.20220307015653-5c0a5dd5f33e"
vendorPath = "github.com/yihuang/ethermint"
["github.com/tharsis/ethermint".fetch]
type = "git"
url = "https://github.com/crypto-org-chain/ethermint"
rev = "4ec8b052c7697732a15b5f83de6e76872a7c881a"
sha256 = "0l5b8b5fqr8q561fh5gj6yhrpig11y3iry1qpynxlg3vsbxm10q9"
url = "https://github.com/yihuang/ethermint"
rev = "5c0a5dd5f33e5e027c40a8b16d5488d3d5825f09"
sha256 = "1x61nk997azc8vr5pvydsmbraigjmywa234vd1hx9bliwqn6r73v"

["github.com/tidwall/gjson"]
sumVersion = "v1.6.7"
Expand Down

0 comments on commit ae2a101

Please sign in to comment.