Usanov-Kornilov Nickolay
Usanov-Kornilov Nickolay
MaxRecvMsgSize && MaxSendMsgSize must be filled in Client Config from viper https://github.com/hyperledger/fabric/blob/main/core/deliverservice/deliveryclient.go#L130
When I using your dante docker image (https://hub.docker.com/r/vimagick/dante/) I need to configure my user and password when I already started docker container. Now I am using next combination: run.sh: docker-compose...
Hello, I've heard that [Secret started implementing rollups support](https://medium.com/@dYmensionXYZ/vertically-scaling-the-cosmos-with-dymension-and-secret-network-2d573d6472fd) for cosmos SDK, but I quickly checked codebase, did not find anything related to that. Is there any progress with rollups...
Было бы классно добавить фичу по парсингу результатов поиска и скачиванию новых появившихся результатов, так как часто сериалы выкладываются по сериям (на самом деле для сериалов это не столь критично,...
Because of changes in Fabric 2.3.3 GRPC message size must be configurable via peer.maxSendMsgSize [changelog](https://github.com/hyperledger/fabric/releases/tag/v2.3.3) But in chaincode client it is hardcoded to 100M: https://github.com/hyperledger/fabric-chaincode-go/blob/main/shim/internal/client.go#L19 Peer must provide actual size...
It is impossible now to send requests to Giphy using requests in custom (non-English) languages, using this update it'll be possible to pass lang argument to constuctor to use queries...