|
get specific records after GetHistoryForKey
#fabric-chaincode
#chaincode
#database
#fabric-questions
Hello; In terms of parsing the history really would need to be parsed to find specific values; depending on the size you could always put the data into a different data structure, so it becomes a clas
Hello; In terms of parsing the history really would need to be parsed to find specific values; depending on the size you could always put the data into a different data structure, so it becomes a clas
|
By
Matthew White
· #11498
·
|
|
get specific records after GetHistoryForKey
#fabric-chaincode
#chaincode
#database
#fabric-questions
Hello, I use Level DB and I am using GetHistoryForKey to get the history of a key which return some records. Is there an efficient way to parse the returned records in order to find some specific valu
Hello, I use Level DB and I am using GetHistoryForKey to get the history of a key which return some records. Is there an efficient way to parse the returned records in order to find some specific valu
|
By
Nikos Karamolegkos
· #11497
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
The system is working now. documenting just in case if any1 in future facing the same errors which I faced. 1)while doing a system channel update if you face the below error, check your admin cert in
The system is working now. documenting just in case if any1 in future facing the same errors which I faced. 1)while doing a system channel update if you face the below error, check your admin cert in
|
By
Vijaya Bhaskar
· #11286
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
Thanks Satheesh, it worked. I had to specify the relative path for the tls cert, I was specifying the absolute path. now I am trying to edit system channel and getting the following error. any idea ab
Thanks Satheesh, it worked. I had to specify the relative path for the tls cert, I was specifying the absolute path. now I am trying to edit system channel and getting the following error. any idea ab
|
By
Vijaya Bhaskar
· #11285
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
orderer host need to be fully qualified with domain name. And if orderer is running on a different host, you need to provide that instead of locallhost along with port number where orderer is listenin
orderer host need to be fully qualified with domain name. And if orderer is running on a different host, you need to provide that instead of locallhost along with port number where orderer is listenin
|
By
satheesh
· #11284
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
thanks for the reply Satheesh. I tried the suggestion. the orderer name is just orderer0 so instead of orderer.example.com, I have used just orderer0. (this is correct right?). the error still persist
thanks for the reply Satheesh. I tried the suggestion. the orderer name is just orderer0 so instead of orderer.example.com, I have used just orderer0. (this is correct right?). the error still persist
|
By
Vijaya Bhaskar
· #11283
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
you need to pass orderer details as well: for e.g., -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com
you need to pass orderer details as well: for e.g., -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com
|
By
satheesh
· #11282
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
Hey guys, overview of the problem i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info. I am
Hey guys, overview of the problem i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info. I am
|
By
...
· #11281
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
I would like to mention that this setup is spread between 2 clusters, I am exposing services between clusters to interconnect using skupper. the current running blockchain is on azure central India cl
I would like to mention that this setup is spread between 2 clusters, I am exposing services between clusters to interconnect using skupper. the current running blockchain is on azure central India cl
|
By
Vijaya Bhaskar
· #11279
·
|
|
unable to fetch config block of system channel from the orderer pod
#orderer
#fabric-orderer
#fabric-kubernetes
#fabric-questions
#grpc
Hey guys, overview of the problem i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info. I am
Hey guys, overview of the problem i need to add a new consortium to a an existing HLF setup.For that i need to fetch config block of the system channel and edit it to add the new consortium info. I am
|
By
Vijaya Bhaskar
· #11278
·
|
|
Update org's admin certificate in channel config
#channel
#configtxgen
#fabric-peer
#fabric-questions
#fabric-orderer
I'm not very familiar with BAF. Is NodeOU enabled on the channels? https://hyperledger-fabric.readthedocs.io/en/release-2.2/msp.html?highlight=nodeou#organizational-units
I'm not very familiar with BAF. Is NodeOU enabled on the channels? https://hyperledger-fabric.readthedocs.io/en/release-2.2/msp.html?highlight=nodeou#organizational-units
|
By
chris.elder@...
· #11102
·
|
|
Update org's admin certificate in channel config
#channel
#configtxgen
#fabric-peer
#fabric-questions
#fabric-orderer
The orderers need to be configured to allow the expired admin certificate to be used to sign the change to the channel configuration. This can be accomplished by overriding the orderers to allow expir
The orderers need to be configured to allow the expired admin certificate to be used to sign the change to the channel configuration. This can be accomplished by overriding the orderers to allow expir
|
By
chris.elder@...
· #11088
·
|
|
Update org's admin certificate in channel config
#channel
#configtxgen
#fabric-peer
#fabric-questions
#fabric-orderer
Hi all, I created a test network which has 2 orgs (each with one peer), 1 orderer in kubernetes using BAF. Orgs are joined in the channel called testchannel. Orderer msp, peer msp and tls certs expire
Hi all, I created a test network which has 2 orgs (each with one peer), 1 orderer in kubernetes using BAF. Orgs are joined in the channel called testchannel. Orderer msp, peer msp and tls certs expire
|
By
manju.venkatachalam@...
· #11076
·
|
|
Fabric-SDK -Golang -API error
#fabric-questions
I was trying to implement Fabric SDK-Golang. I was trying to submit the transactions using api I got the below error: 2022/02/25 19:53:15 ============ application-golang starts ============ Submit Tra
I was trying to implement Fabric SDK-Golang. I was trying to submit the transactions using api I got the below error: 2022/02/25 19:53:15 ============ application-golang starts ============ Submit Tra
|
By
jeff.jo95z@...
· #10975
·
|
|
Fabric-SDK -Golang error
#fabric-questions
The 'Details' field within the error will give you a clue as to why it failed to endorse. Take a look at this sample code for how to extract the details.
The 'Details' field within the error will give you a clue as to why it failed to endorse. Take a look at this sample code for how to extract the details.
|
By
Andrew Coleman
· #10970
·
|
|
Fabric-SDK -Golang error
#fabric-questions
I was trying to implement fabric SDK-Golang. Only a single organization is there in the network While submitting the transaction got this error: createCar: Submit Transaction: createCar panic: failed
I was trying to implement fabric SDK-Golang. Only a single organization is there in the network While submitting the transaction got this error: createCar: Submit Transaction: createCar panic: failed
|
By
jeff.jo95z@...
· #10967
·
|
|
Fabric-SDK -Golang error
#fabric-questions
Make sure you are using a Fabric v2.4 peer with the Gateway service enabled (which it is by default). The Gateway service is not available in Fabric versions prior to v2.4 so you won't be able to use
Make sure you are using a Fabric v2.4 peer with the Gateway service enabled (which it is by default). The Gateway service is not available in Fabric versions prior to v2.4 so you won't be able to use
|
By
Mark Lewis
· #10964
·
|
|
Fabric-SDK -Golang error
#fabric-questions
Hi team, I was trying to do the transactions with the help of Fabric-sdk-Go lang While executing I got the following error: panic: failed to submit transaction: rpc error: code = Unimplemented desc =
Hi team, I was trying to do the transactions with the help of Fabric-sdk-Go lang While executing I got the following error: panic: failed to submit transaction: rpc error: code = Unimplemented desc =
|
By
jeff.jo95z@...
· #10959
·
|
|
Expired certificates and orderers not running using handshake time shift
#fabric-questions
#hyperledger-fabric
#tls
#signcerts
Hy everyone, I'm having a problem with expired certificates, I'm running a cluster with several channels and I updated the certificates on time for most of them, but I forgot about a channel that was
Hy everyone, I'm having a problem with expired certificates, I'm running a cluster with several channels and I updated the certificates on time for most of them, but I forgot about a channel that was
|
By
afrancoc2000@...
· #10911
·
|
|
chaincode invoke is succesful but i can't see database and data into couchdb
#fabric-questions
Hello, Kumari: A few things I would like to run by you: 1. Did you expose Port 5984? In general, CouchDB databases are configured by default to NOT expose that port to the outside world. If you want t
Hello, Kumari: A few things I would like to run by you: 1. Did you expose Port 5984? In general, CouchDB databases are configured by default to NOT expose that port to the outside world. If you want t
|
By
pavon@...
· #10865
·
|