Skip to content

Commit

Permalink
Problem: patch not compatible with current solomachine
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Feb 28, 2025
1 parent 507282e commit 43b9708
Show file tree
Hide file tree
Showing 4 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 @@ -196,7 +196,7 @@ replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
github.com/cometbft/cometbft-db => github.com/crypto-org-chain/cometbft-db v0.0.0-20230412133340-ac70df4b45f6
github.com/cosmos/cosmos-sdk => github.com/crypto-org-chain/cosmos-sdk v0.46.16-0.20250220173250-5ab318c11638
github.com/cosmos/ibc-go/v5 => github.com/crypto-org-chain/ibc-go/v5 v5.2.2-0.20250228015013-c036d6517373
github.com/cosmos/ibc-go/v5 => github.com/crypto-org-chain/ibc-go/v5 v5.2.2-0.20250228042756-4cb8fbb89fa4
// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ github.com/crypto-org-chain/cronos/store v0.0.5-0.20230904032434-c575f4797ca4 h1
github.com/crypto-org-chain/cronos/store v0.0.5-0.20230904032434-c575f4797ca4/go.mod h1:KC9cV7VK8BNIJySzztw2nWSqPqVGcffsumMl3sORPCM=
github.com/crypto-org-chain/cronos/versiondb v0.0.0-20230904032434-c575f4797ca4 h1:V88JCIhw059oKuFanb8WbKW1o1TezG3uGRvzL7/VQKI=
github.com/crypto-org-chain/cronos/versiondb v0.0.0-20230904032434-c575f4797ca4/go.mod h1:i9e8vrU54C/JvSM+rX/jUidFRBcyXZ8FgNX+EvrasQc=
github.com/crypto-org-chain/ibc-go/v5 v5.2.2-0.20250228015013-c036d6517373 h1:7doxh2I95h1TyR4RZmiuoRLr3m76msVMgZr/weyiuiU=
github.com/crypto-org-chain/ibc-go/v5 v5.2.2-0.20250228015013-c036d6517373/go.mod h1:eH18ghfqGGT9gDCTMDLWg1zPLXplSnPxXRNWPx98xhU=
github.com/crypto-org-chain/ibc-go/v5 v5.2.2-0.20250228042756-4cb8fbb89fa4 h1:seSseg+uGWWqTgwY5TrgZOBkLi9+PmptUtYtPNWGges=
github.com/crypto-org-chain/ibc-go/v5 v5.2.2-0.20250228042756-4cb8fbb89fa4/go.mod h1:eH18ghfqGGT9gDCTMDLWg1zPLXplSnPxXRNWPx98xhU=
github.com/crypto-org-chain/tm-db v0.6.8-0.20230424032152-87c7e7f4fb61 h1:Y5OuzOkZtjCfO53Jgzl+H8re6pOU4X205a1VMkDcUdk=
github.com/crypto-org-chain/tm-db v0.6.8-0.20230424032152-87c7e7f4fb61/go.mod h1:BA6bNc7haulu2IjMy/I2SJiKWjQzfIb7LEAMsnIoLWU=
github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4=
Expand Down
4 changes: 2 additions & 2 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ schema = 3
version = "v0.19.6"
hash = "sha256-0Om7nXftrgVkCpRTGNTGnc2lUJsFQ9aihwgtkUkwleg="
[mod."github.com/cosmos/ibc-go/v5"]
version = "v5.2.2-0.20250228015013-c036d6517373"
hash = "sha256-GsTjvG1yVr7AcqLnkE8ySx7SC2kf49w4D7Ye/m4nAFs="
version = "v5.2.2-0.20250228042756-4cb8fbb89fa4"
hash = "sha256-+VYlGG99rE0pu3I2Zggmxp/LOOar5McpWnKbGVUDCAA="
replaced = "github.com/crypto-org-chain/ibc-go/v5"
[mod."github.com/cosmos/ledger-cosmos-go"]
version = "v0.12.4"
Expand Down
6 changes: 3 additions & 3 deletions nix/solomachine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ rustPlatform.buildRustPackage rec {
version = "0.1.2";

src = fetchFromGitHub {
owner = "mmsqe";
owner = "crypto-com";
repo = pname;
rev = "95a08151c584565a975530c2a52d24082ccf4824";
sha256 = "sha256-qNifHvgI3dYUVGfbfkDCrTRJeB9+d8zC8gYJba7ATZg=";
rev = "v${version}";
sha256 = "sha256-9eUyljX0Sh/jbM7uiNo78vUevnTBP/MxvpDiiJLZ8Hk=";
};

cargoSha256 = "sha256-cuDc8h0Hb6fiizvhMKe3v2nPXkaIXx+1mgCH68KsB4g=";
Expand Down

0 comments on commit 43b9708

Please sign in to comment.