Versions Compared

Key

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

...

  • How to fix all the bot pull requests
  • Review supply chain project and issue #450
  • Methane project
  • Harsh mentorship wrap up.   Outstanding issues:
    • OrbitDB refactoring
    • Using OrbitDB in Fabric docker containers, which requires Node 16

Steps taken so far to try and get OrbitDB to run with chaincode:

  • Upgraded Fabric version to v2.4.3 (latest release at the time of writing) because it supports running Node v16 in the chaincode environment
  • Set the CORE_CHAINCODE_NODE_RUNTIME environment variable to "hyperledger/fabric-nodeenv:2.4.1" (as mentioned in the compatibility docs for fabric-chaincode-node). However, on trying to print out the value of this environment variable in the container itself (using echo $CORE_CHAINCODE_NODE_RUNTIME), there is no output (i.e. this variable is not being set, despite being in the YAML configuration.)
  • Created a new Dockerfile for compiling chaincode from TS into JS, using Node v16, and built and used this image for compilation (this is working as expected, and the chaincode is being compiled correctly).

View file
namevideo1444856276.mp4
height250

Time:

...