|
Updating CA server certs
Hello Team, Is there any document / detailed steps that helps us with updating the CA server certificates before expiry?
Hello Team, Is there any document / detailed steps that helps us with updating the CA server certificates before expiry?
|
By
Suhan Sumeet
· #10104
·
|
|
Difference between "peer lifecycle chaincode" vs "peer chaincode list"
Hello Team, Can you guys confirm what would be the difference between "peer lifecycle chaincode querycommitted" and "peer chaincode list --instantiated" command. What makes the end result different an
Hello Team, Can you guys confirm what would be the difference between "peer lifecycle chaincode querycommitted" and "peer chaincode list --instantiated" command. What makes the end result different an
|
By
Suhan Sumeet
· #9656
·
|
|
Multiple smart contracts in single chaincode
Hello Team, Am trying to implement two smart contracts in a single chaincode contractapi.NewChaincode(&Contract1{}, &Contract2{}) There is no error or warning in it but am only able to call methods fo
Hello Team, Am trying to implement two smart contracts in a single chaincode contractapi.NewChaincode(&Contract1{}, &Contract2{}) There is no error or warning in it but am only able to call methods fo
|
By
Suhan Sumeet
· #9154
·
|
|
Purpose of defining a smart contract type in chaincode
Hello Team, Can anyone please explain the purpose of defining a type Smatcontract in our chaincode type SmartContract struct { contractapi.Contract } I understand we use this reference where we define
Hello Team, Can anyone please explain the purpose of defining a type Smatcontract in our chaincode type SmartContract struct { contractapi.Contract } I understand we use this reference where we define
|
By
Suhan Sumeet
· #9117
·
|
|
GO SDK support for fabric 2.0
Hello Folks, Is there any update on GO SDK for fabric 2.0
Hello Folks, Is there any update on GO SDK for fabric 2.0
|
By
Suhan Sumeet
· #8144
·
|
|
GO SDK support for fabric 2.0
Hello Team, Do we have GO SDK for fabric 2.0, and if not any idea by when we are going to have it for fabric 2.0 Regards, Sunil Suseelan
Hello Team, Do we have GO SDK for fabric 2.0, and if not any idea by when we are going to have it for fabric 2.0 Regards, Sunil Suseelan
|
By
Suhan Sumeet
· #7872
·
|
|
IMP: Failed to update batch size in fabric
Hello Team, I have an urgent requirement to fulfill and am trying to update the batch size for my network Am following the tutorial to "Add org3 in to network" that lists out the steps to updated a ch
Hello Team, I have an urgent requirement to fulfill and am trying to update the batch size for my network Am following the tutorial to "Add org3 in to network" that lists out the steps to updated a ch
|
By
Suhan Sumeet
· #7537
·
|
|
Migrating from Solo to Kafka
Hello Team, Is it possible to replace/migrate ordering service of a established hyperledger fabric network from solo to kafka or do we have to set a complete new network with kafka.
Hello Team, Is it possible to replace/migrate ordering service of a established hyperledger fabric network from solo to kafka or do we have to set a complete new network with kafka.
|
By
Suhan Sumeet
· #7531
·
|
|
Fabric CA server installation fails
It worked thanks :)
By
Suhan Sumeet
· #7482
·
|
|
Fabric CA server installation fails
Hello Team, Am following the fabric CA documentation and while am trying to do the installation with "go get -u github.com/hyperledger/fabric-ca/cmd/..." command it fails with below error # github.com
Hello Team, Am following the fabric CA documentation and while am trying to do the installation with "go get -u github.com/hyperledger/fabric-ca/cmd/..." command it fails with below error # github.com
|
By
Suhan Sumeet
· #7479
·
|
|
Adding org to existing network fails with mismatched channel ID $CHANNEL_NAME != mychannel
Found the reason, The step to create envelope for "org3_update.json" and adding header fields to form "org3_update_in_envelope.json" has the issue echo '{"payload":{"header":{"channel_header":{"channe
Found the reason, The step to create envelope for "org3_update.json" and adding header fields to form "org3_update_in_envelope.json" has the issue echo '{"payload":{"header":{"channel_header":{"channe
|
By
Suhan Sumeet
· #7444
·
|
|
Adding org to existing network fails with mismatched channel ID $CHANNEL_NAME != mychannel
Hello Team, Am trying to add an org to existing channel and following the steps from https://hyperledger-fabric.readthedocs.io/en/release-1.4/channel_update_tutorial.html, but at the final step for ch
Hello Team, Am trying to add an org to existing channel and following the steps from https://hyperledger-fabric.readthedocs.io/en/release-1.4/channel_update_tutorial.html, but at the final step for ch
|
By
Suhan Sumeet
· #7443
·
|
|
Purpose of certificate in new org.json
Hello Team, Am trying to add an org to a network and in the process of creating the JSON output for the new org came across below certificate entry inside the JSON file, Can anyone please explain whic
Hello Team, Am trying to add an org to a network and in the process of creating the JSON output for the new org came across below certificate entry inside the JSON file, Can anyone please explain whic
|
By
Suhan Sumeet
· #7436
·
|
|
Can't query chaincode on new peer
Hello Team, I am trying to add a new peer to org and all the steps were successful but only when I try to query chaincode for that peer it fails with The chaincode is installed successfully on peer an
Hello Team, I am trying to add a new peer to org and all the steps were successful but only when I try to query chaincode for that peer it fails with The chaincode is installed successfully on peer an
|
By
Suhan Sumeet
· #7403
·
|
|
stateDatabase field in core.yaml always shows goleveldb
Thanks for the clarification Gari. But then how can we confirm that a peer is using couchdb as statedb by checking any configuration and not verifying from the server
Thanks for the clarification Gari. But then how can we confirm that a peer is using couchdb as statedb by checking any configuration and not verifying from the server
|
By
Suhan Sumeet
· #7388
·
|
|
stateDatabase field in core.yaml always shows goleveldb
Hello Team, Am trying to set BYFN network using couchdb and even I can see the records popping into the db serer, but when I check core.yaml of individual peers the "stateDatabase" field still contain
Hello Team, Am trying to set BYFN network using couchdb and even I can see the records popping into the db serer, but when I check core.yaml of individual peers the "stateDatabase" field still contain
|
By
Suhan Sumeet
· #7386
·
|
|
Reviews on AWS Managed Blockchain Platform
#fabric
Hello Mrudav, I did try the AWS managed blockchain and I felt its quite complex to work on, no doubt it helps you to host Hyperledger over cloud but there are not of additional steps and commands to b
Hello Mrudav, I did try the AWS managed blockchain and I felt its quite complex to work on, no doubt it helps you to host Hyperledger over cloud but there are not of additional steps and commands to b
|
By
Suhan Sumeet
· #6459
·
|
|
How transactions for assets are linked across blocks
Hello David, Thanks for the response,Is there any document or material that talks about this level db storage that maintains index for key along the the Blocks & transaction associated to it. Regards,
Hello David, Thanks for the response,Is there any document or material that talks about this level db storage that maintains index for key along the the Blocks & transaction associated to it. Regards,
|
By
Suhan Sumeet
· #6051
·
|
|
How transactions for assets are linked across blocks
Can anyone please share some guidance on this query. Thanks in advance :)
Can anyone please share some guidance on this query. Thanks in advance :)
|
By
Suhan Sumeet
· #6030
·
|
|
How transactions for assets are linked across blocks
Hello Folks, As per my understanding in Hyperledger fabric the blocks are created based on criteria's like time/ number of blocks n etc. My questions here is since we store asset by key value and tran
Hello Folks, As per my understanding in Hyperledger fabric the blocks are created based on criteria's like time/ number of blocks n etc. My questions here is since we store asset by key value and tran
|
By
Suhan Sumeet
· #6021
·
|