Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Refactor idemix implementation #7

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Refactor idemix implementation #7

wants to merge 3 commits into from

Commits on Sep 28, 2021

  1. Improve wording of log message

    The log message that indicates which, if any, extra endorsers are required by the gateway is unclear.
    This commit improves the wording.
    
    Resolves hyperledger/fabric-gateway#203
    
    Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
    andrew-coleman authored and ale-linux committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    210d20f View commit details
    Browse the repository at this point in the history
  2. Randomize selection of orderer nodes with retry (hyperledger#2951)

    In the Submit() API method, the list of available orderers has been randomized to support improved load balancing.
    Retry logic has been added such that if the selected orderer fails to return a success code, then the next orderer in the list is tried. If no orderers succeed, then return an error (containing details from each orderer) to the client.
    
    Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
    andrew-coleman authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    3a93662 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Refactor idemix implementation

    This PR removes the internal implementation of the idemix protocol and uses
    an external dependency that contains the same implementation.
    
    Signed-off-by: Alessandro Sorniotti <aso@zurich.ibm.com>
    ale-linux committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    8c1c8a3 View commit details
    Browse the repository at this point in the history