Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Previously deprecated features that have already been removed in v3 main branch
    • system channel
    • solo ordering (instead, utilize single node Raft)
    • kafka ordering (instead, utilize Raft)
    • configtxgen flag --outputAnchorPeersUpdate  flag (instead, utilize channel config updates)
    • fabric-tools image (instead, utilize client connections into Fabric networks)
  • Need to finish
    • Finish SmartBFT
      • Finish tests
      • Fix frequent test failures in SmartBFT unit tests and integration test
      • Allow the peer delivery client to select between Deliverer or BFTDeliverer - PR #4856
    • Finish v1 chaincode lifecycle removal - keep external APIs but just return an error message
    • Specifying Remove ability to specify orderer endpoints (in channel configuration at global level 'Orderer.Addresses' ) at the global level in channel configuration as deprecated in v2 (instead, utilize v2 'OrdererEndpoints' in org config) - PR #4800
    • Change peer property blockGossipEnabled default to false - Block dissemination via gossip already deprecated in v2 (recommendation is to configure all peers as org leaders to receive blocks from ordering service).

...