Skip to content

Commit

Permalink
chore: revert "feat(protos): added packetforward to rust-protos"
Browse files Browse the repository at this point in the history
This reverts commit 2735fcb.
  • Loading branch information
PoisonPhang committed Mar 27, 2024
1 parent 6ef58a0 commit 7591acc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
galoisd = ./galoisd/proto;
cometbls = inputs.cometbls;
cosmossdk = inputs.cosmossdk;
packet-forward-middleware = inputs.packet-forward-middleware;
packet-foward-middleware = inputs.packet-forward-middleware;
};

# Used as the salt when executing `instantiate2` in CosmWasm.
Expand Down
10 changes: 0 additions & 10 deletions tools/rust-proto.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,6 @@
sed -i 's/DenyList(Validators)/DenyList(ValidatorsVec)/' "./src/cosmos.staking.v1beta1.rs"
'';
};
packet-forward-middleware = rec {
src = "${proto.packet-forward-middleware}/middleware/packet-forward-middleware/proto";
proto-deps = [
src
"${proto.cosmossdk}/proto"
"${proto.cosmosproto}/proto"
google.src
"${proto.googleapis}"
];
};
};

fold-opts = attrs: with pkgs.lib; escapeShellArg (
Expand Down

0 comments on commit 7591acc

Please sign in to comment.