|
Re: Working flow of passport-jwt for Authentication Rest Apis.
The "balance transfer" example demonstrate use of JSON webtoken, you can download the samples from http://hyperledger-fabric.readthedocs.io/en/release-1.1/samples.html
The "balance transfer" example demonstrate use of JSON webtoken, you can download the samples from http://hyperledger-fabric.readthedocs.io/en/release-1.1/samples.html
|
By
PM <hyperledger@...>
·
#3736
·
|
|
Re: One suggestion to the fuction named createLedgerID
To correct my previous reply - Dave reminded me of what we wanted to achieve here and the purpose of passing the block in this function at the first place.
So, this is a bug and thanks Dave for
To correct my previous reply - Dave reminded me of what we wanted to achieve here and the purpose of passing the block in this function at the first place.
So, this is a bug and thanks Dave for
|
By
Manish
·
#3735
·
|
|
Re: multiple channels versus multiple networks?
Some thoughts ...
Blockchain sub-networks get attached to larger business networks, which themselves probably include an IoT sub-network (brokers, devices, gateways, and such) and are interconnected
Some thoughts ...
Blockchain sub-networks get attached to larger business networks, which themselves probably include an IoT sub-network (brokers, devices, gateways, and such) and are interconnected
|
By
Kim Letkeman <kletkema@...>
·
#3734
·
|
|
One suggestion to the fuction named createLedgerID
Somehow, hit the ‘reply’ instead of reply all...
---------- Forwarded message ----------
From: Manish Sethi <manish.sethi@...>
Date: Wed, May 16, 2018 at 11:56 AM
Subject: Re: [Hyperledger Fabric]
Somehow, hit the ‘reply’ instead of reply all...
---------- Forwarded message ----------
From: Manish Sethi <manish.sethi@...>
Date: Wed, May 16, 2018 at 11:56 AM
Subject: Re: [Hyperledger Fabric]
|
By
Manish
·
#3733
·
|
|
Re: Some questions about the orderer service
Only users from the orderer organization is authorized to read from the orderer system channel. Be sure that you have configured your CORE_PEER_LOCALMSPID to be "OrdererOrg" and
Only users from the orderer organization is authorized to read from the orderer system channel. Be sure that you have configured your CORE_PEER_LOCALMSPID to be "OrdererOrg" and
|
By
Jason Yellick <jyellick@...>
·
#3732
·
|
|
Re: Keeping Peer-Orderer connection alive
any chance of also getting a tcpdump logon both ends (peer and orderer) ? :)
From: "Yash" <yashgt@...>
To: Gari Singh <garis@...>
Cc:
any chance of also getting a tcpdump logon both ends (peer and orderer) ? :)
From: "Yash" <yashgt@...>
To: Gari Singh <garis@...>
Cc:
|
By
Yacov
·
#3731
·
|
|
Re: Keeping Peer-Orderer connection alive
Hi Gari,
I have attached the log that shows messages from the deliveryClient module in peer. It shows that after every 15 min, the connection is terminated by the Peer and a reattempt is made. This
Hi Gari,
I have attached the log that shows messages from the deliveryClient module in peer. It shows that after every 15 min, the connection is terminated by the Peer and a reattempt is made. This
|
By
Yash <yashgt@...>
·
#3730
·
|
|
Re: multiple channels versus multiple networks?
recently, i asked if there was any rationale for, rather than
creating another channel within an existing fabric network, just
creating an entirely new network, whereupon christopher ferris
replied:
recently, i asked if there was any rationale for, rather than
creating another channel within an existing fabric network, just
creating an entirely new network, whereupon christopher ferris
replied:
|
By
rpjday@crashcourse.ca <rpjday@...>
·
#3729
·
|
|
Re: Keeping Peer-Orderer connection alive
Hi Yash -
gRPC keepalives should work with nghttpx (we've used it in the past as a reverse proxy as well).
Can you share your settings (keep alive settings for the peer as well as the various
Hi Yash -
gRPC keepalives should work with nghttpx (we've used it in the past as a reverse proxy as well).
Can you share your settings (keep alive settings for the peer as well as the various
|
By
Gari Singh <garis@...>
·
#3728
·
|
|
Working flow of passport-jwt for Authentication Rest Apis.
Hello Guys,
I want to use passport-jwt as part of authentication for composer rest api. I followed https://github.com/hyperledger/composer/issues/2038#issuecomment-340540726 and do the same thing
Hello Guys,
I want to use passport-jwt as part of authentication for composer rest api. I followed https://github.com/hyperledger/composer/issues/2038#issuecomment-340540726 and do the same thing
|
By
Bhavesh Patadiya
·
#3727
·
|
|
Keeping Peer-Orderer connection alive
Hi,
The Peer to Orderer connection needs to be kept alive so that whenever there are new transactions, the orderer can send them to the peer for committing. The Peer already uses a TCP keepAlive to
Hi,
The Peer to Orderer connection needs to be kept alive so that whenever there are new transactions, the orderer can send them to the peer for committing. The Peer already uses a TCP keepAlive to
|
By
Yash <yashgt@...>
·
#3726
·
|
|
One suggestion to the fuction named createLedgerID
func (s *idStore) createLedgerID(ledgerID string, gb *common.Block) error {
key := s.encodeLedgerKey(ledgerID)
var val []byte
var err error
if val, err = proto.Marshal(gb); err != nil {
return
func (s *idStore) createLedgerID(ledgerID string, gb *common.Block) error {
key := s.encodeLedgerKey(ledgerID)
var val []byte
var err error
if val, err = proto.Marshal(gb); err != nil {
return
|
By
??? <wangzhipengxlj@...>
·
#3725
·
|
|
Re: the difference of kafka and sbft
Hi Baohua,
thank you for the link.
Maybe, kafka is good at detecting crash failure while bft is good at detecting malicous failure.
best regards,
qs meng
在 2018-05-15 21:06:23,"Baohua Yang"
Hi Baohua,
thank you for the link.
Maybe, kafka is good at detecting crash failure while bft is good at detecting malicous failure.
best regards,
qs meng
在 2018-05-15 21:06:23,"Baohua Yang"
|
By
qs meng <qsmeng@...>
·
#3724
·
|
|
Unable to create Hyperledger Fabric on Multiple VM's
#fabric
Hello team,
I am trying to create a Hyperledger fabric environment with Multiple organizations across multiple VM's. I took hyperledger/fabric-sample/first-network as reference and separated
Hello team,
I am trying to create a Hyperledger fabric environment with Multiple organizations across multiple VM's. I took hyperledger/fabric-sample/first-network as reference and separated
|
By
phanikumar
·
#3723
·
Edited
|
|
Re: defining peer for multiple orgs
Hello Vineet,
Thanks a lot for the reply, but is it mandatory to give 7051 as listen port for peer and if yes then why.
Because if I try using any port apart from 7051 I can’t connect to that
Hello Vineet,
Thanks a lot for the reply, but is it mandatory to give 7051 as listen port for peer and if yes then why.
Because if I try using any port apart from 7051 I can’t connect to that
|
By
Sunil Suseelan <sunil.suseelan@...>
·
#3722
·
|
|
Java Chaincode
Hi,
I am somewhat confused as to the state of Java Chaincode. Is there any way to write Java Smart Contracts at the moment? Or is Java currently disabled?
Thanks,
js
Hi,
I am somewhat confused as to the state of Java Chaincode. Is there any way to write Java Smart Contracts at the moment? Or is Java currently disabled?
Thanks,
js
|
By
jonas.schiffl@...
·
#3721
·
|
|
Re: Load Testing
Hi Dmitriy, thanks for the link to StackOverflow. @AdnanC is doing couchDB scalability and performance work and does see similar symptoms. He communicates on the fabric-quality channel..
Thanks,
Hi Dmitriy, thanks for the link to StackOverflow. @AdnanC is doing couchDB scalability and performance work and does see similar symptoms. He communicates on the fabric-quality channel..
Thanks,
|
By
Barry
·
#3720
·
|
|
Re: Some questions about the orderer service
This is Fabric's standard mode of operation. One ordering network (or in the case of 'Solo', one orderer) may serve an arbitrary number of channels, created dynamically over time.
For an
This is Fabric's standard mode of operation. One ordering network (or in the case of 'Solo', one orderer) may serve an arbitrary number of channels, created dynamically over time.
For an
|
By
Jason Yellick <jyellick@...>
·
#3719
·
|
|
Re: the difference of kafka and sbft
qs
Here might give some explanation.
https://www.quora.com/What-is-the-difference-between-Crash-Faults-and-Byzantine-Faults
Besides, the maillist has removed all "hyperledger-" prefix, hence we can
qs
Here might give some explanation.
https://www.quora.com/What-is-the-difference-between-Crash-Faults-and-Byzantine-Faults
Besides, the maillist has removed all "hyperledger-" prefix, hence we can
|
By
Baohua Yang
·
#3718
·
|
|
Re: Hyperledger clean query.
Depends how you provisioned the network, but basically, if you want a fresh start, re-create the network.
Chris
Depends how you provisioned the network, but basically, if you want a fresh start, re-create the network.
Chris
|
By
Christopher Ferris
·
#3717
·
|