|
Build blockchain with timeshift feature
#fabric-chaincode
Hello all, I have this requirement for test and qat environment to have the possibility to shift the time on the blockchain. For example, today is 13/07/2020, for testing reasons I would like to shift
Hello all, I have this requirement for test and qat environment to have the possibility to shift the time on the blockchain. For example, today is 13/07/2020, for testing reasons I would like to shift
|
By
...
· #8663
·
|
|
Lag between initialization of call in Gateway and ContractRouter
#fabric-chaincode
#fabric-sdk-java
#hyperledger-fabric
Hello Matthew, This is exactly the behavior, there is a single request with payload that has for example 146 records. In my service I’m doing 146 'putState' calls to store data to CouchDb. The 100Kb i
Hello Matthew, This is exactly the behavior, there is a single request with payload that has for example 146 records. In my service I’m doing 146 'putState' calls to store data to CouchDb. The 100Kb i
|
By
...
· #8659
·
|
|
Lag between initialization of call in Gateway and ContractRouter
#fabric-chaincode
#fabric-sdk-java
#hyperledger-fabric
Hello Marek; Just to check I understand your situation. You're submitting a single transaction, that in effect, does a number of 'putState' calls. When that number gets to the ~140 the end-end time ha
Hello Marek; Just to check I understand your situation. You're submitting a single transaction, that in effect, does a number of 'putState' calls. When that number gets to the ~140 the end-end time ha
|
By
Matthew White
· #8657
·
|
|
Lag between initialization of call in Gateway and ContractRouter
#fabric-chaincode
#fabric-sdk-java
#hyperledger-fabric
Hello Guys, I have a problem with executing my chaincode when sending not that big payload (around 100Kb). There is a big, incremental time lag when waiting for the proposal response back to the gatew
Hello Guys, I have a problem with executing my chaincode when sending not that big payload (around 100Kb). There is a big, incremental time lag when waiting for the proposal response back to the gatew
|
By
...
· #8652
·
|
|
Creation of couchdb index on an already running network
#couchdb
#fabric-chaincode
If couchdb returned an error status code while processing the index, we do log the error but chaincode upgrade would succeed irrespective of that. I would suggest to search for the term index to see w
If couchdb returned an error status code while processing the index, we do log the error but chaincode upgrade would succeed irrespective of that. I would suggest to search for the term index to see w
|
By
Senthil Nathan
· #8559
·
|
|
Creation of couchdb index on an already running network
#couchdb
#fabric-chaincode
What should I search for in the peer logs? Some sort of error? Because I can't see the index on the couchdb entries
What should I search for in the peer logs? Some sort of error? Because I can't see the index on the couchdb entries
|
By
Joao Antunes
· #8558
·
|
|
Creation of couchdb index on an already running network
#couchdb
#fabric-chaincode
Do you have the peer logs? Regards, Senthil
Do you have the peer logs? Regards, Senthil
|
By
Senthil Nathan
· #8556
·
|
|
Creation of couchdb index on an already running network
#couchdb
#fabric-chaincode
Hi, I currently trying to add a new index to my 1.4 network. I have the folders correctly set too. When I update the chaincode with the new index folder I can see that my peers have the package correc
Hi, I currently trying to add a new index to my 1.4 network. I have the folders correctly set too. When I update the chaincode with the new index folder I can see that my peers have the package correc
|
By
Joao Antunes
· #8554
·
|
|
#fabric-chaincode #fabric-rfcs Wasm Smart Contracts
#fabric-rfcs
#fabric-chaincode
Hello; The Wasm Smart Contracts RFC was discussed on the Contributors Call yesterday. I've added a couple of comments to the Wasm Smart Contract RFC from the discussion. Based on this can ask the main
Hello; The Wasm Smart Contracts RFC was discussed on the Contributors Call yesterday. I've added a couple of comments to the Wasm Smart Contract RFC from the discussion. Based on this can ask the main
|
By
Matthew White
· #8488
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Great thanks Santiago!
By
Jay Chandran
· #8453
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Jay, Thanks for the advice. From it, I applied the recommendations of FAB-15470 (https://jira.hyperledger.org/browse/FAB-15470) and now it works for me.
Jay, Thanks for the advice. From it, I applied the recommendations of FAB-15470 (https://jira.hyperledger.org/browse/FAB-15470) and now it works for me.
|
By
Santiago Figueroa Lorenzo
· #8450
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Santiago, There was a problem with vendoring and now the chaincode is installed. Installing chaincode on peer0.org1... + peer chaincode install -n fabcarcc -v 1.0 -l golang -p github.com/fabcar-networ
Santiago, There was a problem with vendoring and now the chaincode is installed. Installing chaincode on peer0.org1... + peer chaincode install -n fabcarcc -v 1.0 -l golang -p github.com/fabcar-networ
|
By
Jay Chandran
· #8449
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Further update: When I check via the cli container, only the hyperledger/fabric/peer/ is available. The hyperledger/fabric-chaincode-go/shim/ and the hyperledger/fabric-protos-go/peer dependencies are
Further update: When I check via the cli container, only the hyperledger/fabric/peer/ is available. The hyperledger/fabric-chaincode-go/shim/ and the hyperledger/fabric-protos-go/peer dependencies are
|
By
Jay Chandran
· #8448
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Thanks, I have found this jira (https://jira.hyperledger.org/browse/FAB-15782), where it is defined the environmental variable CHAINCODE_VENDORSHIM as a possible solution. Maybe it helps you. I am try
Thanks, I have found this jira (https://jira.hyperledger.org/browse/FAB-15782), where it is defined the environmental variable CHAINCODE_VENDORSHIM as a possible solution. Maybe it helps you. I am try
|
By
Santiago Figueroa Lorenzo
· #8445
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
No Santiago, I have not been able to solve the problem yet.
No Santiago, I have not been able to solve the problem yet.
|
By
Jay Chandran
· #8444
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Hi Jay, Have you solved the issue? I have the same problem in my case trying to deploy the chaincode using the Caliper tool to perform a performance analysis. In addition to what you mention, I have t
Hi Jay, Have you solved the issue? I have the same problem in my case trying to deploy the chaincode using the Caliper tool to perform a performance analysis. In addition to what you mention, I have t
|
By
Santiago Figueroa Lorenzo
· #8443
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Snippet of the go code...
Snippet of the go code...
|
By
Jay Chandran
· #8440
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Hi, I am using Hyperledger fabric 1.4.7 and using the fabcar as an example to build a sample network and using the Go sdk. Its the same code base as in the fabric-samples just that I have taken it and
Hi, I am using Hyperledger fabric 1.4.7 and using the fabcar as an example to build a sample network and using the Go sdk. Its the same code base as in the fabric-samples just that I have taken it and
|
By
Jay Chandran
· #8439
·
|
|
New RFC: Wasm Smart Contracts
#fabric-chaincode
Hello; Today I've created a new PR for the "Wasm Smart Contracts RFC". This is the PR https://github.com/hyperledger/fabric-rfcs/pull/28 And the document it self is https://github.com/hyperledger/fabr
Hello; Today I've created a new PR for the "Wasm Smart Contracts RFC". This is the PR https://github.com/hyperledger/fabric-rfcs/pull/28 And the document it self is https://github.com/hyperledger/fabr
|
By
Matthew White
· #8437
·
|
|
How to integrate chaincode with message brokers?
#fabric-chaincode
See the sample at https://github.com/hyperledger/fabric-samples/tree/master/off_chain_data It shows how to receive block events with guaranteed delivery, which can then be processed however you like.
See the sample at https://github.com/hyperledger/fabric-samples/tree/master/off_chain_data It shows how to receive block events with guaranteed delivery, which can then be processed however you like.
|
By
David Enyeart
· #8436
·
|