|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 12/25/2020 6:00am-7:00am
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 25 December 2020, 6:00am to 7:00am, (GMT+00:00)
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 25 December 2020, 6:00am to 7:00am, (GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#9426
·
|
|
Fabric Contributor Meeting - Wed, 12/23/2020
#cal-notice
Fabric Contributor Meeting
When:
Wednesday, 23 December 2020
9:00am to 10:00am
(GMT-05:00) America/New
Fabric Contributor Meeting
When:
Wednesday, 23 December 2020
9:00am to 10:00am
(GMT-05:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9425
·
|
|
what does cauthdsl mean in fabric/common/cauthdsl package
#fabric-questions
#fabric
It looks like a compound word of c, auth and dsl i guess but don't know what does c stand for
It looks like a compound word of c, auth and dsl i guess but don't know what does c stand for
|
By
sukill
·
#9424
·
|
|
Private Chaincode Lab - Tue, 12/22/2020
#cal-notice
Private Chaincode Lab
When:
Tuesday, 22 December 2020
8:00am to 9:00am
(GMT-08:00) America/Los
Private Chaincode Lab
When:
Tuesday, 22 December 2020
8:00am to 9:00am
(GMT-08:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9422
·
|
|
Getting block data in a user chaincode
#hyperledger-fabric
#qscc
Block data can be retrieved invoking the QSCC using its, e.g. GetBlockByNumber(), functions. However, qscc cannot be invoked from other chaincodes (line 96 of
Block data can be retrieved invoking the QSCC using its, e.g. GetBlockByNumber(), functions. However, qscc cannot be invoked from other chaincodes (line 96 of
|
By
@secure12
·
#9421
·
|
|
Why cannot do range query on composite key?
#fabric
#fabric-questions
I see that fabric-chaincode-go implementation limits GetStateByRange to only simple keys. However, it would be nice if I can get a set of composite keys by range and then fetch corresponding state
I see that fabric-chaincode-go implementation limits GetStateByRange to only simple keys. However, it would be nice if I can get a set of composite keys by range and then fetch corresponding state
|
By
Yueming Xu
·
#9420
·
|
|
Re: Hyperledger Fabric Operator
Hello again,
We released a new version of the Hyperledger Fabric Operator which includes:
New Kubectl plugin to create a network with a few commands
Parametrization for the peer and ordering
Hello again,
We released a new version of the Hyperledger Fabric Operator which includes:
New Kubectl plugin to create a network with a few commands
Parametrization for the peer and ordering
|
By
DAVID VIEJO POMATA
·
#9419
·
|
|
Why does only the first peer report TLS handshake errors?
#tls
#docker-compose
#fabric-questions
I am trying to deploy a three-orderer two-peer network in Docker swarm, but somehow I keep seeing TLS handshake errors logged in only the first peer.
I'm working with Fabric 1.4.9, and these are the
I am trying to deploy a three-orderer two-peer network in Docker swarm, but somehow I keep seeing TLS handshake errors logged in only the first peer.
I'm working with Fabric 1.4.9, and these are the
|
By
chin-kai.ong@...
·
#9418
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 12/18/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 18 December 2020
6:00am to 7:00am
(GMT+00:00)
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 18 December 2020
6:00am to 7:00am
(GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9417
·
|
|
Network Hardware Requirement
Hello there, I wanted to know if there is a document somewhere about the question of hardware requirements for a network, for example RAM, type of disk, bandwidth for one peer, for one orderer etc
Hello there, I wanted to know if there is a document somewhere about the question of hardware requirements for a network, for example RAM, type of disk, bandwidth for one peer, for one orderer etc
|
By
q p <arthus.dot@...>
·
#9416
·
|
|
Re: Orderer Election Problem
Hello, thank you for your answer, here is an example of the logs inside the docker container :
2020-11-13 23:13:34.057 UTC [orderer.consensus.etcdraft] Save -> WARN ce8 slow fdatasync
Hello, thank you for your answer, here is an example of the logs inside the docker container :
2020-11-13 23:13:34.057 UTC [orderer.consensus.etcdraft] Save -> WARN ce8 slow fdatasync
|
By
q p <arthus.dot@...>
·
#9415
·
|
|
Re: Orderer Election Problem
The Raft protocol, and pretty much everyother consensus protocol, writes data to the disk during its runtime.
Fabric uses the etcd implementationof Raft, and it is single threaded, so while it writes
The Raft protocol, and pretty much everyother consensus protocol, writes data to the disk during its runtime.
Fabric uses the etcd implementationof Raft, and it is single threaded, so while it writes
|
By
Yacov
·
#9414
·
|
|
Orderer Election Problem
Hello there everyone, like many I am coming here to seek help from support.
I was wondering if you are familiar with the following warnings and errors inside orderers containers' logs :
"slow fdata
Hello there everyone, like many I am coming here to seek help from support.
I was wondering if you are familiar with the following warnings and errors inside orderers containers' logs :
"slow fdata
|
By
q p <arthus.dot@...>
·
#9413
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 12/18/2020 6:00am-7:00am
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 18 December 2020, 6:00am to 7:00am, (GMT+00:00)
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 18 December 2020, 6:00am to 7:00am, (GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#9412
·
|
|
Re: chaincodelanguage arg in gateway invoke transaction is hard code?
I'd agree Mark - it would be best not to rely on the implementation language of the chaincode..
Rather focus on the exposed metadata that defines the 'API' of what the contract is exposing.
On a
I'd agree Mark - it would be best not to rely on the implementation language of the chaincode..
Rather focus on the exposed metadata that defines the 'API' of what the contract is exposing.
On a
|
By
Matthew White
·
#9411
·
|
|
Re: chaincodelanguage arg in gateway invoke transaction is hard code?
Somebody else might have better information but I don't think anything actually uses the chaincode type set in the ChaincodeSpec for a transaction invocation. At least not for regular transaction
Somebody else might have better information but I don't think anything actually uses the chaincode type set in the ChaincodeSpec for a transaction invocation. At least not for regular transaction
|
By
Mark Lewis
·
#9410
·
|
|
chaincodelanguage arg in gateway invoke transaction is hard code?
We came across an issue when we use gateway SDK to send transactions, the chaincode language type of the generated transaction in block is always GOLANG even the chaincode invoked is JAVA or NODE.
We came across an issue when we use gateway SDK to send transactions, the chaincode language type of the generated transaction in block is always GOLANG even the chaincode invoked is JAVA or NODE.
|
By
grapebaba
·
#9409
·
|
|
Private Chaincode Lab - Tue, 12/15/2020
#cal-notice
Private Chaincode Lab
When:
Tuesday, 15 December 2020
8:00am to 9:00am
(GMT-08:00) America/Los
Private Chaincode Lab
When:
Tuesday, 15 December 2020
8:00am to 9:00am
(GMT-08:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9408
·
|
|
fabric sdkfor v2.3
Hi All,
With the launch of v2.3, the need for a system channel has been removed. However, the SDKs seem to require a system channel (I prefer to work with the low level java sdks). E.g. The HFClient
Hi All,
With the launch of v2.3, the need for a system channel has been removed. However, the SDKs seem to require a system channel (I prefer to work with the low level java sdks). E.g. The HFClient
|
By
Chris Davidson
·
#9407
·
|
|
Re: The Application definition within the system channel profile
You are right, you should not include the Application section in system channel profiles.
It looks like the Application section was added to this system channel profile for an internal
You are right, you should not include the Application section in system channel profiles.
It looks like the Application section was added to this system channel profile for an internal
|
By
David Enyeart
·
#9406
·
|