forked from hyperledger/aries-vcx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove agency client from libvcx-core tests and aries-vcx-agent (hype…
…rledger#985) * Remove agency client from libvcx-core tests * Remove commented mediated connection tests * Remove mediated connection from aries-vcx-agent --------- Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
- Loading branch information
Showing
9 changed files
with
32 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
use aries_vcx::agency_client::configuration::AgencyClientConfig; | ||
use aries_vcx_core::wallet::indy::{IssuerConfig, WalletConfig}; | ||
|
||
#[derive(Clone)] | ||
pub struct AgentConfig { | ||
pub config_wallet: WalletConfig, | ||
pub config_agency_client: Option<AgencyClientConfig>, | ||
pub config_issuer: IssuerConfig, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
166 changes: 0 additions & 166 deletions
166
agents/rust/aries-vcx-agent/src/services/mediated_connection.rs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.