-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor and strip down Aries transport abstraction and further code trimming #1040
Refactor and strip down Aries transport abstraction and further code trimming #1040
Conversation
Develops on commits from #1029 |
66bb7e1
to
c086f55
Compare
Codecov Report
@@ Coverage Diff @@
## main #1040 +/- ##
=====================================
Coverage 0.05% 0.05%
=====================================
Files 384 384
Lines 21249 21249
Branches 3835 3835
=====================================
Hits 12 12
Misses 21236 21236
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Hi Naian, indeed as you sugggested, if you base this on #1029 I can do review for this before 1029 is merged |
c086f55
to
82bae34
Compare
@Patrik-Stas Done. Please have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cff4ad5
to
79d5045
Compare
Barely used and uses push _aries_envelope method of AriesTransport trait, which is going to change too. Signed-off-by: Naian <[email protected]>
Send envelope and await on single response instead. Signed-off-by: Naian <[email protected]>
…in mediator proper. Signed-off-by: Naian <[email protected]>
Signed-off-by: Naian <[email protected]>
Signed-off-by: Naian <[email protected]>
connection is already tested in aries-connection test file Signed-off-by: Naian <[email protected]>
Signed-off-by: Naian <[email protected]>
Signed-off-by: Naian <[email protected]>
79d5045
to
c534273
Compare
Signed-off-by: Naian <[email protected]>
Signed-off-by: Naian <[email protected]>
No description provided.