Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

feat: outofband events#1635

Merged
troyronda merged 1 commit intohyperledger-aries:masterfrom
llorllale:outofband_events_actions
Apr 16, 2020
Merged

feat: outofband events#1635
troyronda merged 1 commit intohyperledger-aries:masterfrom
llorllale:outofband_events_actions

Conversation

@llorllale
Copy link
Contributor

Part of #1568

Signed-off-by: George Aristy george.aristy@securekey.com

@codecov
Copy link

codecov bot commented Apr 16, 2020

Codecov Report

Merging #1635 into master will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1635      +/-   ##
==========================================
+ Coverage   91.29%   91.35%   +0.05%     
==========================================
  Files         164      164              
  Lines       11698    11724      +26     
==========================================
+ Hits        10680    10710      +30     
+ Misses        579      576       -3     
+ Partials      439      438       -1     
Impacted Files Coverage Δ
pkg/client/outofband/client.go 91.57% <ø> (ø)
pkg/didcomm/protocol/outofband/service.go 91.86% <100.00%> (+3.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e9decc...b3ba91d. Read the comment docs.

Signed-off-by: George Aristy <george.aristy@securekey.com>
@troyronda troyronda merged commit 2419c82 into hyperledger-aries:master Apr 16, 2020
@llorllale llorllale deleted the outofband_events_actions branch April 16, 2020 13:23
Comment on lines +183 to +188
var stateName string

if msg.Type() == RequestMsgType {
stateName = StateRequested
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am a bit confused about that piece of code. It seems like StateID can be empty. Is that expected behavior?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@soluchok this should be refactored after the oob invitation msg type is added to the service

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants