Versions Compared

Key

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

...

  • Need to finish
    • Finish SmartBFT
      • Finish tests
      • Fix frequent test failures in SmartBFT unit tests and integration test
    • Finish v1 chaincode lifecycle removal - keep external APIs but just return an error message - Tatsuya can help Artem
      • Legacy lifecycle has been removed from integration test and peer cli, meaning no one could use it.

      • Updated tests and removed logic that relied on legacy LCC.

      • What is still to be done?

        • Need to remove the initialization of the LSCC code as a chaincode (in progress)

        • Need to ensure peers won't crash in case we get connected to the legacy system, meaning the system is probably being upgraded. We need to ensure newly joined peers won't crash on instantiate transactions; the validation part should still be aware of these updates.

        • The last thing is mostly cosmetics to refactor the code to move or fuse legacy validation logic with new _lifecycle.

        • Ensure all documentation is updated
    • 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).

...