Skip to content

Commit

Permalink
relayer: fill in new fields in cosmos-sdk 0.50 protos
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Mar 4, 2024
1 parent d2ceb85 commit 247ee8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/relayer/src/chain/cosmos/query/balance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pub async fn query_all_balances(
let request = tonic::Request::new(QueryAllBalancesRequest {
address: account_address.to_string(),
pagination: None,
resolve_denom: false,
});

let response = client
Expand Down
1 change: 1 addition & 0 deletions crates/relayer/src/upgrade_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ fn build_upgrade_proposal(
metadata: "".to_string(),
title: "proposal 0".to_string(),
summary: "upgrade the chain software and unbonding period".to_string(),
expedited: false,
};

let mut buf_msg = Vec::new();
Expand Down

0 comments on commit 247ee8b

Please sign in to comment.