Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Org3cli and configtx.yaml anchor peers from test-network #401

Merged
merged 2 commits into from
Jan 11, 2021

Commits on Jan 7, 2021

  1. Remove Org3cli from test-network

    FAB-18381
    
    Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
    wlahti committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    460579e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Remove configtx.yaml anchor peers from test-network

    These values were only used by configtxgen's --outputAnchorPeerUpdate
    function and should not be set in a channel genesis block This is because
    a peer cannot be an anchor peer for a channel until it has joined that
    channel and it can't join a channel until the genesis block has been
    created.
    
    FAB-18381
    
    Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
    wlahti committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    7c7372d View commit details
    Browse the repository at this point in the history