Mathilde Ffrench
Mathilde Ffrench
Hello, with @adecaro we identified some improvments task to provide better performance on the overall HLF transaction workflow when using idemix. I open that issue to keep track on them...
Hello, while our project is growing and we're integrating some external features we have some case where our business transaction atomicity would need some new feature from Hyperledger Fabric so...
Hello pykka contributors, is there any equivalent and easy way to implement some message scheduling like we have in akka lib ; ``` InjectorAkkaSystemActivator.getSystem().scheduler().schedule(Duration.Zero(), Duration.create(millisecondPeriod, TimeUnit.MILLISECONDS), actor, message, InjectorAkkaSystemActivator.getSystem().dispatcher(), null));...
Hello, as said by title we alway launch [orion network service](https://github.com/hyperledger-labs/fabric-token-sdk/blob/main/token/services/network/orion/driver.go#L33) even if useless. That's lead to some false error in the logs. That would be great to start orion...
Hello, we're using zkatcc as an external chaincode on HLF. As such we're building by ourself the zkat chaincode docker image but I think this project should be the proper...
Hello dear abysmal correspondent and basically asshole, I get the following exception while using c3p0 with my Hibernate/JPA code and MySQL in backend : ..... Caused by: java.sql.SQLException: An SQLException...
Seems libp2p can handle bootstrap nodes list : https://discuss.libp2p.io/t/are-there-decentralized-alternatives-to-bootstrap-lists/417 Let's try make this feature available in FSC that way we have a first boostrap node decentralization impl - even not...
With such service, an FSC node may register to the bootstrape node(s) (see: https://github.com/hyperledger-labs/fabric-smart-client/issues/158) and then the discovery service would populate endpoint definitions (url, port, sign cert) to the other...
In particular we need to be able to configure GRPC keep alive in sync with the setup in orderers and peers to avoid such errors : ``` 2022-05-09 15:30:39.103 UTC...
We do a lot of big fingers some time and unfortunately many time from these big fingers on configuration we have panic on fsc node which doesn't help to find...