Skip to content
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

fabconnect async calls + setting broadcast/private message header types #841

Merged
merged 3 commits into from
May 31, 2022

Conversation

shorsher
Copy link
Member

This PR adds two changes included in future release 1.0.2 into upstream firefly.

#838
#836

The fabconnect default for /transactions is synchronous. The fabric
plugin currently expects async responses, so adding the `x-firefly-sync`
header.

Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
FireFly now sets the message type for any broadcast or private messages
sent via the API.

Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
@codecov-commenter
Copy link

Codecov Report

Merging #841 (70d964b) into main (6229fed) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #841   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          301       301           
  Lines        19715     19718    +3     
=========================================
+ Hits         19715     19718    +3     
Impacted Files Coverage Δ
internal/blockchain/fabric/fabric.go 100.00% <100.00%> (ø)
internal/broadcast/message.go 100.00% <100.00%> (ø)
internal/privatemessaging/message.go 100.00% <100.00%> (ø)

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 6229fed...70d964b. Read the comment docs.

@awrichar awrichar merged commit 6ad84ee into hyperledger:main May 31, 2022
@awrichar awrichar deleted the upstream-ports branch May 31, 2022 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants