fabric-sdk-java
fabric-sdk-java copied to clipboard
Added an API to return an Identity Mixer Enrollment as a Serialized String Signed-off-by: Kavin
We have observed that below ERROR level log is getting printed for every invalid transaction sdk receives and we think that this log should be at INFO level. Receiving invalid...
There is not such thing [in the connection profile ref doc](https://hlf.readthedocs.io/en/latest/developapps/connectionprofile.html). We are only aware of that by walking through your code [here](https://github.com/hyperledger/fabric-sdk-java/blob/87e99f63091db3bc946a2bdfc0c387d985d53e93/src/main/java/org/hyperledger/fabric/sdk/NetworkConfig.java#L243) .
Bumps org.apache.commons:commons-compress from 1.24.0 to 1.26.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
> Error: Failures: > Error: End2endJavaIT.setup:60->End2endIT.runFabricTest:209->End2endIT.runChannel:791 expected: but was: The test code needs to be updated to either accurately capture the ordering (possibly a concurrency issue) or, if the implementation...
I'm trying to use the fabric sdk to install a chaincode on my network. The chaincode gets correctly packaged. I then approve it. which returns some weird thing: ```java System.out.printf("[approve]...