Skip to content

Conversation

@nguyer
Copy link
Contributor

@nguyer nguyer commented Feb 16, 2022

This PR also removes query parameters on POST requests to Fabconnect in favor of always using the request body and a well defined payloadSchema

Signed-off-by: Nicko Guyer <[email protected]>
asset := nanoid.New()
invokeFabContract(suite.T(), suite.fabClient, "firefly", suite.chaincodeName, "org_0", "CreateAsset", []string{asset})
assetName := nanoid.New()
// invokeFabContract(suite.T(), suite.fabClient, "firefly", suite.chaincodeName, "org_0", "CreateAsset", []string{asset})
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this line be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. Thanks

Signed-off-by: Nicko Guyer <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Merging #533 (e185742) into main (8f9e048) will not change coverage.
The diff coverage is 100.00%.

❗ Current head e185742 differs from pull request most recent head 6930644. Consider uploading reports for the commit 6930644 to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #533   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          275       275           
  Lines        15809     15833   +24     
=========================================
+ Hits         15809     15833   +24     
Impacted Files Coverage Δ
internal/blockchain/fabric/fabric.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 8f9e048...6930644. Read the comment docs.

@nguyer nguyer merged commit a57cc8a into hyperledger:main Feb 18, 2022
@nguyer nguyer deleted the fabric-query branch February 18, 2022 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants