|
Client TLS CA signing fabcar - how does thepeer know this is genuine?
We take feedback from our community very seriously. And we try to help out every chance we get. We would like for everything to be perfect, but the reality of the situation is sometimes things get mis
We take feedback from our community very seriously. And we try to help out every chance we get. We would like for everything to be perfect, but the reality of the situation is sometimes things get mis
|
By
...
· #8772
·
|
|
#fabric #hyperledger-fabric #consensus #fabric-questions In hyperleger fabric v2.2, how can I add peers in org?
#consensus
#fabric-questions
#fabric
#hyperledger-fabric
You have a space between `--config=` and the file name. So it's parsing the file name as a flag, not as an input to a flag. Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail:
You have a space between `--config=` and the file name. So it's parsing the file name as a flag, not as an input to a flag. Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail:
|
By
...
· #8750
·
|
|
confirm e-mail
Hi Raphael, You can subscribe to the mailing list here: https://lists.hyperledger.org/g/fabric/topics Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
Hi Raphael, You can subscribe to the mailing list here: https://lists.hyperledger.org/g/fabric/topics Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
|
By
...
· #8705
·
|
|
How is fabric coin going?
FabToken was removed from Fabric. The reasoning surrounding that decision can be found here: https://lists.hyperledger.org/g/fabric/message/6228 Brett Logan Software Engineer, IBM Blockchain Phone: 1-
FabToken was removed from Fabric. The reasoning surrounding that decision can be found here: https://lists.hyperledger.org/g/fabric/message/6228 Brett Logan Software Engineer, IBM Blockchain Phone: 1-
|
By
...
· #8697
·
|
|
Why can't my peers connect to couchdb?
#couchdb
#docker
#fabric
How did you download all the components for fabric samples? Did you use the convenience script we provide? If so what parameters did you use on it. If you downloaded everything late last week, it's po
How did you download all the components for fabric samples? Did you use the convenience script we provide? If so what parameters did you use on it. If you downloaded everything late last week, it's po
|
By
...
· #8675
·
|
|
Error instantiating chaincode due to node version
Per RocketChat, we worked through this. It was a dependency mismatch with the `contract-api` Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
Per RocketChat, we worked through this. It was a dependency mismatch with the `contract-api` Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
|
By
...
· #8661
·
|
|
Critical: Chaincode package Installation error in Openshift Platform with Fabric v2.1.0 using external chaincode service
#fabric
#externalbuilders
This is correct. Docker is still the default implementation if none of the externalBuilders you set pass validation. You would need to do more debugging to figure out why the externalBuidlers you spec
This is correct. Docker is still the default implementation if none of the externalBuilders you set pass validation. You would need to do more debugging to figure out why the externalBuidlers you spec
|
By
...
· #8641
·
|
|
Test cases for Chaincode written with fabric-contract-api
With the new chaincode model you can simply use standard mocking tools in your language of choice. While I don't have experience with mocking NodeJS, a quick Google search show's multiple mocking tool
With the new chaincode model you can simply use standard mocking tools in your language of choice. While I don't have experience with mocking NodeJS, a quick Google search show's multiple mocking tool
|
By
...
· #8625
·
|
|
Homebrew Fabric Archival Proposal
Hello Everyone, As analytics tell us, most of you probably DON'T know, but Fabric has a repository github.com/hyperledger/homebrew-fabric which hosts a homebrew tap for installing the fabric-binaries.
Hello Everyone, As analytics tell us, most of you probably DON'T know, but Fabric has a repository github.com/hyperledger/homebrew-fabric which hosts a homebrew tap for installing the fabric-binaries.
|
By
...
· #8590
·
|
|
Peer failed getting private key from HSM
Are you setting up the peer and orderer to communicate with the external CA's HSM? Did you generate the CSR yourself, and thus you have the private key and you provided it to them for import, or did t
Are you setting up the peer and orderer to communicate with the external CA's HSM? Did you generate the CSR yourself, and thus you have the private key and you provided it to them for import, or did t
|
By
...
· #8585
·
|
|
Fabric support on MIPS 64 based architecture
Hi Ethan, You can check out a pull request we had recently around this same request with regard to supporting arm64 which has a lot of information and feedback from the Fabric maintainers: https://git
Hi Ethan, You can check out a pull request we had recently around this same request with regard to supporting arm64 which has a lot of information and feedback from the Fabric maintainers: https://git
|
By
...
· #8579
·
|
|
What changes have improved the performance between v2.0.1 and v2.1.0?
#fabric
#hyperledger-fabric
Yoojin, There a many things that influence performance of a network, some things to consider are: How many times have you executed the performance test? Were they executed on a common host, i.e. were
Yoojin, There a many things that influence performance of a network, some things to consider are: How many times have you executed the performance test? Were they executed on a common host, i.e. were
|
By
...
· #8475
·
|
|
Convert private data hash to string
Ah, its hex, you need to use one of the functions on: https://golang.org/pkg/encoding/hex/ to decode it or you can use `fmt.Sprintf("%x", bytes)` to convert it to a raw string Brett Logan Software Eng
Ah, its hex, you need to use one of the functions on: https://golang.org/pkg/encoding/hex/ to decode it or you can use `fmt.Sprintf("%x", bytes)` to convert it to a raw string Brett Logan Software Eng
|
By
...
· #8408
·
|
|
Convert private data hash to string
Byte slices in Go can be cast directly to strings `string(bytes)` Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
Byte slices in Go can be cast directly to strings `string(bytes)` Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
|
By
...
· #8397
·
|
|
Is there any way to control what version of Node will be used by the chaincode container?
Node chaincode by default is run in the hyperledger/fabric-nodeenv:<fabric version> docker image. And this image is specified in core.yaml at CORE_CHAINCODE_NODE_RUNTIME, you can modify this value to
Node chaincode by default is run in the hyperledger/fabric-nodeenv:<fabric version> docker image. And this image is specified in core.yaml at CORE_CHAINCODE_NODE_RUNTIME, you can modify this value to
|
By
...
· #8389
·
|
|
#hyperledger-fabric
#hyperledger-fabric
Fabric does not use the REST protocol. Under the covers the CLI and other Fabric components use gRPC and protocol buffers. Postman does not support this out of the box. While you can make a tool to ma
Fabric does not use the REST protocol. Under the covers the CLI and other Fabric components use gRPC and protocol buffers. Postman does not support this out of the box. While you can make a tool to ma
|
By
...
· #8386
·
|
|
#fabric #docker-compose #Fabric #fabric-orderer
#fabric
#docker-compose
#fabric-orderer
You created the channel "Orderer-channel" here: https://github.com/AbdelrahmanAshraf9079/ExpleoHyperledgerFabric/blob/master/fixtures/config.sh#L10 Brett Logan Software Engineer, IBM Blockchain Phone:
You created the channel "Orderer-channel" here: https://github.com/AbdelrahmanAshraf9079/ExpleoHyperledgerFabric/blob/master/fixtures/config.sh#L10 Brett Logan Software Engineer, IBM Blockchain Phone:
|
By
...
· #8371
·
|
|
[FAB-17598] Improve the efficiency of viperutil.EnhancedExactUnmarshal
This Jira is to improve the overall performance of the EnhancedExactUnmarshal. You won't be able to reproduce the slow times anymore as a change was push to cache the result of the call to EnhancedExa
This Jira is to improve the overall performance of the EnhancedExactUnmarshal. You won't be able to reproduce the slow times anymore as a change was push to cache the result of the call to EnhancedExa
|
By
...
· #8360
·
|
|
Hyperledger Fabric : test-network client failed to connect
#hyperledger-fabric
#fabric-questions
I just deployed a raw CentOS VM and tested the network, since we usually test on Ubuntu I wanted to make sure it actually worked on Centos 6, 7 and 8 with the default firewall rules in places, and I h
I just deployed a raw CentOS VM and tested the network, since we usually test on Ubuntu I wanted to make sure it actually worked on Centos 6, 7 and 8 with the default firewall rules in places, and I h
|
By
...
· #8265
·
|
|
What is the difference between GenesisFile and BootstrapFile?
This is a renaming. They were renamed since the 'provisional' GenesisMethod of generating the system channel for orderers was removed, and we now expect users to use the method of generating a genesis
This is a renaming. They were renamed since the 'provisional' GenesisMethod of generating the system channel for orderers was removed, and we now expect users to use the method of generating a genesis
|
By
...
· #8118
·
|