|
Re: Performance Improvement: Max number of assets and max size of payload in single Transaction?
Adhav
The number of assets in a single transaction depends on several factors, e.g., the key-value size.
Putting many large data in one transaction may consume heavy CPU and memory at the peer, and
Adhav
The number of assets in a single transaction depends on several factors, e.g., the key-value size.
Putting many large data in one transaction may consume heavy CPU and memory at the peer, and
|
By
Baohua Yang
·
#7742
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 02/14/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 14 February 2020
4:00pm to 5:00pm
(GMT+00:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 14 February 2020
4:00pm to 5:00pm
(GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#7741
·
|
|
Re: Error: failed to create deliver client
Hi Faisal,
I copied the environment variable incomplete by mistake.
TLS_PARAMETERS=" --tls true --cafile$ORDERER_CA_ROOTFILE"
export
Hi Faisal,
I copied the environment variable incomplete by mistake.
TLS_PARAMETERS=" --tls true --cafile$ORDERER_CA_ROOTFILE"
export
|
By
Marina Wanis <marinamaged1996@...>
·
#7740
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 02/14/2020 4:00pm-5:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 14 February 2020, 4:00pm to 5:00pm, (GMT+00:00)
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 14 February 2020, 4:00pm to 5:00pm, (GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#7739
·
|
|
Re: Performance Improvement: Max number of assets and max size of payload in single Transaction?
The maximum payload is ~100MB. This is actually set at the transport protocol level and is not configurable.
Given there is some additional overhead included in the Fabric protocol layer, you are
The maximum payload is ~100MB. This is actually set at the transport protocol level and is not configurable.
Given there is some additional overhead included in the Fabric protocol layer, you are
|
By
Gari Singh <garis@...>
·
#7738
·
|
|
Performance Improvement: Max number of assets and max size of payload in single Transaction?
Hello Experts,
I have some concerns about number of assets and size of the payload in a single transaction.
1) How big payload in terms of size, we can add in a single transaction in Hyperledger
Hello Experts,
I have some concerns about number of assets and size of the payload in a single transaction.
1) How big payload in terms of size, we can add in a single transaction in Hyperledger
|
By
Adhav Pavan
·
#7737
·
|
|
Re: Error: failed to create deliver client
all the path to the file after the --cafile parameter your command should be include the tlsca.pem file
export TLS_PARAMETERS = --tls true --cafile /PATH/tlsca.phone.com-cert.pem
all the path to the file after the --cafile parameter your command should be include the tlsca.pem file
export TLS_PARAMETERS = --tls true --cafile /PATH/tlsca.phone.com-cert.pem
|
By
Faisal
·
#7736
·
|
|
Error: failed to create deliver client
Hi,
Does anyone know why am I getting this error when I try to create the channel with the command:
peer channel create -c phonechannel -f ./phonechannel.tx --outputBlock ./phonechannel.block -o
Hi,
Does anyone know why am I getting this error when I try to create the channel with the command:
peer channel create -c phonechannel -f ./phonechannel.tx --outputBlock ./phonechannel.block -o
|
By
Marina Wanis <marinamaged1996@...>
·
#7735
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 02/14/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 14 February 2020
6:00am to 7:00am
(GMT+00:00)
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 14 February 2020
6:00am to 7:00am
(GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#7734
·
|
|
Documentation Workgroup: Agenda for Friday, 14 Feb
Hello!
We will hold thedocumentation workgroup call this Friday, both Western and Eastern hemispheres. Thanks to everyone who attended last week's call.
The summary minutesfor last week's meeting:
Hello!
We will hold thedocumentation workgroup call this Friday, both Western and Eastern hemispheres. Thanks to everyone who attended last week's call.
The summary minutesfor last week's meeting:
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#7733
·
|
|
[common.deliver] deliverBlocks -> DEBU 371 Rejecting deliver for X.X.X.X:42926 because channel tracktrace not found
we have a network that runs fine without Docker but when we try to containerize it we get this error in orderer logs:
2020-02-13 22:19:16.706 UTC [common.deliver] deliverBlocks -> DEBU 371 Rejecting
we have a network that runs fine without Docker but when we try to containerize it we get this error in orderer logs:
2020-02-13 22:19:16.706 UTC [common.deliver] deliverBlocks -> DEBU 371 Rejecting
|
By
Siddharth Jain
·
#7732
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 02/14/2020 6:00am-7:00am
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 14 February 2020, 6:00am to 7:00am, (GMT+00:00)
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 14 February 2020, 6:00am to 7:00am, (GMT+00:00)
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#7731
·
|
|
Re: 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
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
|
By
Brett T Logan <brett.t.logan@...>
·
#7730
·
|
|
Re: How to unpackage (or unpack, unzip, extract) a chaincode?
-xvzf
On 2/12/2020 5:39 PM, Siddharth Jain wrote:
-xvzf
On 2/12/2020 5:39 PM, Siddharth Jain wrote:
|
By
Nye Liu <nye@...>
·
#7729
·
|
|
Re: How to unpackage (or unpack, unzip, extract) a chaincode?
How do i do that?
Get Outlook for Android
How do i do that?
Get Outlook for Android
|
By
Siddharth Jain
·
#7728
·
|
|
Re: How to unpackage (or unpack, unzip, extract) a chaincode?
If you're using the new lifecycle commands, the chaincode package is a gzip compressed tar; if you're using the legacy (lscc) commands, the package is a protobuf encoded chaincode deployment spec.
If you're using the new lifecycle commands, the chaincode package is a gzip compressed tar; if you're using the legacy (lscc) commands, the package is a protobuf encoded chaincode deployment spec.
|
By
Matthew Sykes
·
#7727
·
|
|
Re: Modify Chain code container
The peer does not "fire the docker run cmd" but uses the docker API to create and start the container.
release 1.4:
The peer does not "fire the docker run cmd" but uses the docker API to create and start the container.
release 1.4:
|
By
Matthew Sykes
·
#7726
·
|
|
How to unpackage (or unpack, unzip, extract) a chaincode?
Anyone knows how do we unpackage a chaincode? tar -xvf does not work.
$ tar -xvf mycc.1.0
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
in above mycc.1.0 is what got
Anyone knows how do we unpackage a chaincode? tar -xvf does not work.
$ tar -xvf mycc.1.0
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
in above mycc.1.0 is what got
|
By
Siddharth Jain
·
#7725
·
|
|
Re: Local Collections in Fabric 2.0
#fabric
Martin
A transaction that uses collections leaks information about the involved parties in 3 ways: 1) the creator; 2) the collection name and 3) endorsements. Point 1 can be addressed by using
Martin
A transaction that uses collections leaks information about the involved parties in 3 ways: 1) the creator; 2) the collection name and 3) endorsements. Point 1 can be addressed by using
|
By
Alessandro Sorniotti
·
#7724
·
|
|
Re: Local Collections in Fabric 2.0
#fabric
The pattern mentioned in 'Keeping transactors private' would meet the requirement of keeping the collaborators of a business transaction private in Fabric v2.0. In this pattern, each party writes
The pattern mentioned in 'Keeping transactors private' would meet the requirement of keeping the collaborators of a business transaction private in Fabric v2.0. In this pattern, each party writes
|
By
David Enyeart
·
#7723
·
|