|
Hyperledger Fabric meets Kubernetes
This isn't support within Fabric for Kubernetes, it is a set of tools (Helm Charts) for deploying the existing Fabric components
This isn't support within Fabric for Kubernetes, it is a set of tools (Helm Charts) for deploying the existing Fabric components
|
By
...
· #6220
·
|
|
image unavailable: hyperledger/cello-api-engine
The docker-compose files assume you've built the images locally, you can run `make docker` from the root of the project after cloning it. The Docker Hub images are just tagged as `cello-engine`. Brett
The docker-compose files assume you've built the images locally, you can run `make docker` from the root of the project after cloning it. The Docker Hub images are just tagged as `cello-engine`. Brett
|
By
...
· #6532
·
|
|
Hyperledger Fabric-CA GitHub Migration
Hello Fabric Contributors, Several months ago, the Fabric team set out to improve the CI process for Fabric repositories. Since the project inception, our CI system has been plagued by flakes, hardwar
Hello Fabric Contributors, Several months ago, the Fabric team set out to improve the CI process for Fabric repositories. Since the project inception, our CI system has been plagued by flakes, hardwar
|
By
...
· #6932
·
|
|
Stable version for Fabcoin
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
...
· #6990
·
|
|
Hyperledger Fabric Vs Composer ACLs
There is a finite set of resources you can place an ACL on using the following documentation: https://hyperledger-fabric.readthedocs.io/en/release-1.4/access_control.html To create more fine-grained c
There is a finite set of resources you can place an ACL on using the following documentation: https://hyperledger-fabric.readthedocs.io/en/release-1.4/access_control.html To create more fine-grained c
|
By
...
· #7201
·
|
|
Hyperledger Fabric GitHub Migration
Hello Contributors, The time has finally come. The Hyperledger Fabric maintainers are planning for a migration of the core Fabric repository to GitHub this Friday morning Eastern Standard Time. We are
Hello Contributors, The time has finally come. The Hyperledger Fabric maintainers are planning for a migration of the core Fabric repository to GitHub this Friday morning Eastern Standard Time. We are
|
By
...
· #7231
·
|
|
Maintainer nominations
We could gate the DocBuild, UT and IT behind the success of VerifyBuild like we do today, and can set variables (BuildDoc and RunTests) as true or false and make them the conditions on which the DocBu
We could gate the DocBuild, UT and IT behind the success of VerifyBuild like we do today, and can set variables (BuildDoc and RunTests) as true or false and make them the conditions on which the DocBu
|
By
...
· #7282
·
|
|
changing merge rules
What do we need to do to make this an official vote and relax the rules? It would be nice to have this changed before the holiday's really get going. It's going to be harder than ever over the next mo
What do we need to do to make this an official vote and relax the rules? It would be nice to have this changed before the holiday's really get going. It's going to be harder than ever over the next mo
|
By
...
· #7397
·
|
|
Adding org to existing network fails with mismatched channel ID $CHANNEL_NAME != mychannel
I'll add, anyone is welcome to submit the cherry-pick, keeping up with doc changes is no easy task :) Anoop Vijayan --- [EXTERNAL] Re: [Hyperledger Fabric] Adding org to existing network fails with mi
I'll add, anyone is welcome to submit the cherry-pick, keeping up with doc changes is no easy task :) Anoop Vijayan --- [EXTERNAL] Re: [Hyperledger Fabric] Adding org to existing network fails with mi
|
By
...
· #7447
·
|
|
Fabric CA server installation fails
What version of golang are you using? We recently added support for TLS1.3 and I assume the version of Go you are using doesn't support it. Brett Suhan Sumeet --- [EXTERNAL] [Hyperledger Fabric] Fabri
What version of golang are you using? We recently added support for TLS1.3 and I assume the version of Go you are using doesn't support it. Brett Suhan Sumeet --- [EXTERNAL] [Hyperledger Fabric] Fabri
|
By
...
· #7480
·
|
|
Hyperledger Nexus Repository Sunset
As we close out the migration of Hyperledger Fabric and its supporting projects off of Gerrit and Jenkins to GitHub and Azure Pipeline's, our final task was to retire the use of Nexus for serving non-
As we close out the migration of Hyperledger Fabric and its supporting projects off of Gerrit and Jenkins to GitHub and Azure Pipeline's, our final task was to retire the use of Nexus for serving non-
|
By
...
· #7604
·
|
|
Chaincode Upgrade Docker Container Environment
In core.yaml you can specify your own chaincode runtime image for golang, Java or Node. So you can extend the image to include your tools, publish the image to a Docker registry and then use that as t
In core.yaml you can specify your own chaincode runtime image for golang, Java or Node. So you can extend the image to include your tools, publish the image to a Docker registry and then use that as t
|
By
...
· #7620
·
|
|
Customize chaincode docker image
Part of the chaincode instantiation process is to compile the JAR, this isn't something you can hijack in 1.4.x without modifying the source code. Fabric v2.0 (which released last week) provides a fra
Part of the chaincode instantiation process is to compile the JAR, this isn't something you can hijack in 1.4.x without modifying the source code. Fabric v2.0 (which released last week) provides a fra
|
By
...
· #7677
·
|
|
Why does the Ordering Consensus Work?
The ordering services job is to assemble blocks from transactions and determine the final order of the transactions. It doesn't participate in the validation of the endorsed transactions. Once the ord
The ordering services job is to assemble blocks from transactions and determine the final order of the transactions. It doesn't participate in the validation of the endorsed transactions. Once the ord
|
By
...
· #7688
·
|
|
Is it efficient when "Upgrade Chaincode New Docker Container will be created"?
In 2.0 Fabric we added logic to remove unreferenced chaincode containers, so once your old version is no longer used anywhere it would be cleaned up. We also introduced a new chaincode builder and lau
In 2.0 Fabric we added logic to remove unreferenced chaincode containers, so once your old version is no longer used anywhere it would be cleaned up. We also introduced a new chaincode builder and lau
|
By
...
· #7693
·
|
|
Hyperperledger 1.4 LTS, until when?
We expect sometime mid-year to announce Fabric 2.x as LTS. Once this happens there will be a period of time where both 1.4.4 and 2.x are LTS to provide a transition period for users to migrate to 2.x.
We expect sometime mid-year to announce Fabric 2.x as LTS. Once this happens there will be a period of time where both 1.4.4 and 2.x are LTS to provide a transition period for users to migrate to 2.x.
|
By
...
· #7709
·
|
|
How to unpackage (or unpack, unzip, extract) a chaincode?
Here is a very, very basic program to ingest the chaincode package and output a tarball of it: https://github.com/yeasy/blockchain_guide/blob/master/_code/unpack_chaincode.go Credit to Baohua Yang for
Here is a very, very basic program to ingest the chaincode package and output a tarball of it: https://github.com/yeasy/blockchain_guide/blob/master/_code/unpack_chaincode.go Credit to Baohua Yang for
|
By
...
· #7730
·
|
|
dev mode does not work in Fabric 2.0
While not a "known" issue, there was a likelihood that 2.0 changes broke devmode. We have an open item to test it amongst the dev team, and if not easily fixable to disable the codepath. Brett Logan S
While not a "known" issue, there was a likelihood that 2.0 changes broke devmode. We have an open item to test it amongst the dev team, and if not easily fixable to disable the codepath. Brett Logan S
|
By
...
· #7821
·
|
|
Privacy within a channel - multi members
I'm not sure I understand the use case. If you have some transaction that the other members on your channel should in no way be party to or have knowledge of, you should have a separate channel on whi
I'm not sure I understand the use case. If you have some transaction that the other members on your channel should in no way be party to or have knowledge of, you should have a separate channel on whi
|
By
...
· #7854
·
|
|
Where is the blockchain stored
The block files can be found in /var/hyperledger/production/ledgersData Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
The block files can be found in /var/hyperledger/production/ledgersData Brett Logan Software Engineer, IBM Blockchain Phone: 1-984-242-6890 E-mail: brett.t.logan@...
|
By
...
· #7888
·
|