What do we mean by a validating peer

0 votes

Is a validating peer a node that verifies that X was the before state, T is the transaction and X' is the current state, or is it a node that verifies the business logic that T represents and the access level that should exist to invoke T?

Apr 19, 2018 in Blockchain by nsv999
• 5,500 points
894 views

1 answer to this question.

0 votes

The term validating peer was used in the V0.6 of the Hyperledger Fabric

In Hyperledger v1.0 there are the following peers:

  • Endorser Peers: Nodes that receive a transaction and execute them against the Smart Contrat and they sign the result. They send the transaction signed to the peer that has sent it.
  • Committer Peers: Peers that get the Blocks (with the validates transactions) and commit them to its ledger.
  • Orderes: Nodes that sort the transactions and generate the blocks.

A peer can be Endorser and Comitter and an Endorser Peer can execute its own transactions.

  1. A peer gets the client request. This peer sends to the Endorser Peers the corresponding request.
  2. Then the Endorser Peers executes the request against their Smart Contract. They sign the response and send it to the initial Peer.
  3. If the result of all the responses is equal and the signatures are correct, the Initial Peer builds the transaction with the signs. It is sent to the Orderer.
  4. In the Ordering Service the signatures are verified. The Ordering Service creates the blocks cronologically and by channel. They are sent to the Comitter Peers.
  5. Each Comitter Peer validates each transaction of the Block. If OK, it append the Block to each local ledger.
answered Apr 19, 2018 by Christine
• 15,790 points

Related Questions In Blockchain

0 votes
1 answer
+1 vote
1 answer
0 votes
1 answer

Do we require a specific condition when working with indices on solidity?

Your code is written correctly. require is intended to ...READ MORE

answered Jul 23, 2018 in Blockchain by Perry
• 17,100 points
396 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,233 views
0 votes
1 answer

How to achieve consensus with peers from different departments?

Defining one MSP to represent each division. ...READ MORE

answered Jul 16, 2018 in Blockchain by digger
• 26,740 points
465 views
+1 vote
4 answers

How PBFT algorithm works?

PBFT is a way for a distributed ...READ MORE

answered Apr 25, 2019 in Blockchain by Kiran
7,602 views
+4 votes
2 answers

How do I create a new block in Hyperledger Fabric?

This link might help you: https://github.com/hyperledger/fabric-sample ...READ MORE

answered Oct 11, 2018 in Blockchain by Sahu
2,345 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP