Parameswaran Selvam
Parameswaran Selvam
As it is described in the RFC https://github.com/hyperledger/fabric-rfcs/pull/50/files#diff-8ba0214c161394f52cdac8a5414042fa8e99926620fb37556f8349e73cec1321R262 mutual TLS with pinning will be replaced with the TLSBinding based authentication. **Authentication Method:** The connection between the orderers is secured using...
Refer [#48](https://github.com/hyperledger/fabric-rfcs/pull/48) for complete details Workitems: - [ ] Story: Define and implement a generic BFT Block Replication Module - [ ] [Implement a new interface BlockFetcher with source suspicious...
Write new integration tests for new block replication service #3411
Update the existing replication client to use new BFT block replication service #3412
Update the existing deliver client to use new BFT block replication service #3412
Implement the new block signature verification logic for BFT block replication module. Find more details in the RFC: [Block Verification](https://github.com/hyperledger/fabric-rfcs/blob/main/text/0010-bft-signatures.md#block-signature-verification-1)
As described in RFC sections [BlockReplication](https://github.com/hyperledger/fabric-rfcs/blob/main/text/0010-bft-signatures.md#block-replication-1) & [Implementation](https://github.com/hyperledger/fabric-rfcs/blob/main/text/0010-bft-signatures.md#implementation-plan), new interface will be implemented to pull blocks in BFT setting.
Issue #303 I see exactly the same error on ubuntu system. cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS" ``` /usr/local/bin/fsh -> /usr/local/lib/node_modules/@ibm-functions/shell/bin/fsh > @ibm-functions/[email protected] postinstall /usr/local/lib/node_modules/@ibm-functions/shell > node bin/install.js...
#### Type of change - Bug fix #### Description The thread which was waiting on the notifyc channel was not notified as the other thread well passed the execution before...