Basic Info

Attendee

Please input your name before the meeting 

Agenda&Minutes

  • Add wikipage: https://github.com/hyperledger/cello/wiki/Debug-cello-by-container
  • PR this week
  • v1.0.0-beta1 release is on-going
    • 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 (June): fix bugs + finish most channel features.
    • 1.0.0-beta1 (Q3):  
      • 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) 
      • chaincode: package, install, approve, commit, invoke/query: 2pw
        • feng yangmet a chaincode upload issue ("Not a file"). zhao shihongsuggests using Postman to test it first.
    • 1.0.0-GA: deployment + major operations
  • zhao shihonghttps://go.dev/doc/install
  • Internship project is started! feng yang Xichen Pan
  • Yuanmao Zhumoved the API engine doc to confluence: Cello API-Engine API.
  • Cancel next week meeting due to US holidays?
  • No labels