Skip to content

Commit

Permalink
End-to-end successful path ICS23 transfer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Sep 10, 2024
1 parent 4315b00 commit c3ee89a
Show file tree
Hide file tree
Showing 6 changed files with 655 additions and 317 deletions.
17 changes: 0 additions & 17 deletions crates/core/app/tests/common/ibc_tests/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,28 +139,11 @@ impl TestNodeWithIBC {
.with_context(|| "could not connect to grpc server")
.tap_err(|error| tracing::error!(?error, "could not connect to grpc server"))?;

// // Spawn the client-side view server...
// let fvk = chain_b_client.fvk;
// let view_server = {
// penumbra_view::ViewServer::load_or_initialize(
// None::<&camino::Utf8Path>,
// None::<&camino::Utf8Path>,
// &*test_keys::FULL_VIEWING_KEY,
// grpc_url,
// )
// .await
// .map(ViewServiceServer::new)
// .context("initializing view server")?
// };

let ibc_connection_query_client = IbcConnectionQueryClient::new(channel.clone());
let ibc_channel_query_client = IbcChannelQueryClient::new(channel.clone());
let ibc_client_query_client = IbcClientQueryClient::new(channel.clone());
let tendermint_proxy_service_client = TendermintProxyServiceClient::new(channel.clone());

// Create a view client, and get the test wallet's notes.
// let mut view_client = ViewServiceClient::new(view_server);

let pk = node
.keyring()
.iter()
Expand Down
Loading

0 comments on commit c3ee89a

Please sign in to comment.