Sandeep Nishad
Sandeep Nishad
Hi, you have commented that SoftMultiCategoricalPd: doesnt't work yet. File: maddpg/common/distributions.py Line: 272 Can you tell me have you fixed it or working on it? And also can you please...
This is to request a feature. Lets say Client C calls a chaincode S, and that chaincode (using chaincode to chaincode call) invokes chaincode T, now if T sets some...
- Corda Images 4.8.1 to 4.8.6, none of them are available at Dockerhub right now. Can someone please help on this? Its been more than 48 hours I think. Edit:...
Hi, I'm using Corda version 4.8.11, and due to log4j vulnerability had to move to gradle version 7.0+, and the only corda gradle plugin version 5.1.1 supports gradle version 7.0+....
Hi, we are using your repo for sample contracts, we provide link to this repo because of that. But we can't use word `master` in our project, can you release...
In PR #3001 , `libsqlite` was added to the relay module. But there were issues when statically linking `libsqlite` to the `x86_64-unknown-linux-musl` relay binary in relay image, so we used...
I believe `https://github.com/hyperledger/fabric-protos-go` is deprecated, and `https://github.com/hyperledger/fabric-protos-go-apiv2` is the latest fabric-protos-go package. Hence this needs to be updated in all `.proto` definitions as: ``` option go_package = "github.com/hyperledger/fabric-protos-go-apiv2"; ``` This...
**Pull Request Requirements** - [ ] Rebased onto `upstream/main` branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that...
**Describe the bug** This is about the script `tools/custom-checks/check-package-json-fields.ts`, which validates lots of fields in `package.json`, one of them is `engine`. The current behaviour is not correct and should be...