David Reis
David Reis
Hi. same issue here. Any hints to solve this problem? Or workaround? PS C:\Users\david> multipass --version multipass 1.10.1+win multipassd 1.10.1+win
Not working with angular 1.4.x?
panic: tocommit(25) is out of range [lastIndex(16)]. Was the raft log corrupted, truncated, or lost?
> > I have created different organizations in multiple servers. Each organization has multiple peer nodes and an orderer node. **Everything on one server has been cleared.** Later, I redeployed...
Hello. I notice that you removed the k8s_builder from the following file: [defaultconfig/peer/v25/core.yaml](https://github.com/hyperledger-labs/fabric-operator/blob/main/defaultconfig/peer/v25/core.yaml#L604-L624) Is there a reason? I need to rebuild a new operator image to add again the k8s...
> Defining resource limits definitely seems like a good idea. Configuration for the builder is done via environment variables since the chaincode package should be what is being deployed, not...
I think: - separate environment variables for cpu/memory requests/limits I think that It's easiear to handle and a more direct approach. A high level small/medium/large approach will have the need...
Having a way for deploying each chaincode in a specifc namespace will be good and is a solution for the weird chaincode hash names. :)
@denyeart Thanks. Specifically, whats was changed? Only the function: `function generateCaAuthToken(opts: { client_prv_key_b64pem: string, client_cert_b64pem: string, body_obj: any, path: string, method: string }, ` ? So, in fabric-sdk-py we should...