Skip to content

Commit

Permalink
fix invariant
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe authored and yihuang committed Apr 11, 2024
1 parent 2f0c16e commit 7ba4a79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ replace (
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.20-0.20231207063621-43cf32d91c3e
// block-stm branch
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.6.1-0.20240410090610-25da222be9a2
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.6.1-0.20240411012927-07565aa410c5
// Fix upstream GHSA-h395-qcrw-5vmq and GHSA-3vp4-m3rf-835h vulnerabilities.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ github.com/crypto-org-chain/cosmos-sdk/store v0.0.0-20240410035034-e8854d5aada6
github.com/crypto-org-chain/cosmos-sdk/store v0.0.0-20240410035034-e8854d5aada6/go.mod h1:lfuLI1f4o+0SGtlHQS4x5qsjRcZZfYqG8bp3k8hM0M8=
github.com/crypto-org-chain/cosmos-sdk/x/tx v0.0.0-20240410035034-e8854d5aada6 h1:oQVP5BWGHvbuY37s+SUKNFu74y2oFpp6lWgBbVkm7oU=
github.com/crypto-org-chain/cosmos-sdk/x/tx v0.0.0-20240410035034-e8854d5aada6/go.mod h1:CBCU6fsRVz23QGFIQBb1DNX2DztJCf3jWyEkHY2nJQ0=
github.com/crypto-org-chain/ethermint v0.6.1-0.20240410090610-25da222be9a2 h1:0MnRa5RXBZM0S31WPFwPZwnyMKhG6LpPAqwQW5rpkpA=
github.com/crypto-org-chain/ethermint v0.6.1-0.20240410090610-25da222be9a2/go.mod h1:GHeWjnCLV8HPl9CqEHSuRcbwSJ5TG08J1xeY1C6p7y8=
github.com/crypto-org-chain/ethermint v0.6.1-0.20240411012927-07565aa410c5 h1:XrZMOMvFGYSADHSrRnTqUh9XIR3Dd/HwJANwJURmpJc=
github.com/crypto-org-chain/ethermint v0.6.1-0.20240411012927-07565aa410c5/go.mod h1:GHeWjnCLV8HPl9CqEHSuRcbwSJ5TG08J1xeY1C6p7y8=
github.com/crypto-org-chain/go-block-stm v0.0.0-20240408011717-9f11af197bde h1:sQIHTJfVt5VTrF7po9eZiFkZiPjlHbFvnXtGCOoBjNM=
github.com/crypto-org-chain/go-block-stm v0.0.0-20240408011717-9f11af197bde/go.mod h1:iwQTX9xMX8NV9k3o2BiWXA0SswpsZrDk5q3gA7nWYiE=
github.com/crypto-org-chain/go-ethereum v1.10.20-0.20231207063621-43cf32d91c3e h1:vnyepPQ/m25+19xcTuBUdRxmltZ/EjVWNqEjhg7Ummk=
Expand Down
4 changes: 2 additions & 2 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ schema = 3
hash = "sha256-lDIqRLUrXYCb9mmFBY/+WW+ee69+IkxOgqjHVyo4ij0="
replaced = "github.com/crypto-org-chain/go-ethereum"
[mod."github.com/evmos/ethermint"]
version = "v0.6.1-0.20240410090610-25da222be9a2"
hash = "sha256-J1ZW6IxGvFE6PJCCtj5oDlvzo+Ap/JANrrN9CLmYC7Q="
version = "v0.6.1-0.20240411012927-07565aa410c5"
hash = "sha256-My4VeIzU9bdE3mc/BAySJTMNOk6+7bs63XwFhFhyXms="
replaced = "github.com/crypto-org-chain/ethermint"
[mod."github.com/fatih/color"]
version = "v1.16.0"
Expand Down

0 comments on commit 7ba4a79

Please sign in to comment.