Versions Compared

Key

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

...

  • Add wikipage: https://github.com/hyperledger/cello/wiki/Debug-cello-by-container
  • PR this week
  • v1.0.0-alpha release is done zhao shihongis the release manager
    • front end: feng yang
      • user can login, register
      • create agent
      • create node
      • create channel
      • TODO: add org into channel (waiting for backend API)
      • TODO: add peer into channel (waiting for backend API)
    • back end: zhao shihong Yuanmao Zhu
      • user: register, login, update, query
      • agent (docker): create, query, get, update
      • org: TODO: test if API can be faked
      • node (peer/orderer): create, start, stop, query, update, (Yuanmao Zhu )
      • network: list, create, query, delete, update (add new org into the system_channel, app_channel/Application-section, zhao shihong )
      • channel: create, update, query, config-export
      • chaincode: package, install, approve, commit, invoke/query (low priority)
        • API-Engine image needs to install go env
        • First step is to build the image from local
    • Documentation
  • Release plan
    • 1.0.0-alpha: deployment + finish user/agent/node features.
    • 1.0.0-alpha2 (end of AprilMay):  
      • user: update (password): 1pw
      • org: Download msp json file
      • channel: add org into channel, download the genesis block file (peer channel fetch oldest businesschannel_0.block -c ${APP_CHANNEL} -o orderer:7050). config-export → latest config json file: 2pw
      • node: create (docker create), start (stopped-->running), stop (stop the container), delete (delete the node own info from DB), restart (docker restart); query, update (config file): 1pw
        • Upload a config block file (peer join channel with the genesis block of the channel: peer channel join -b ${APP_CHANNEL}.block) 
        • node list returns the node status (creating/deploying, running, stopped): https://github.com/hyperledger/cello/pull/433
      • chaincode: package, install, approve, commit, invoke/query: 2pw
        • feng yangmet a chaincode upload issue ("Not a file"). zhao shihongsuggest suggests using Postman to test it first.
    • 1.0.0-GA: deployment + major operations
  • feng yang
  • zhao shihonghttps://go.dev/doc/install
  • Mentorship project is calling for applicants! feng yang

...