2022-02-12
Basic Info
Meeting links:
Project Wiki Page https://lf-hyperledger.atlassian.net/wiki/display/cello/
In Process issues https://github.com/hyperledger/cello/projects/1#column-6892634
User dashboard API:
;API-engine API docs: https://docs.qq.com/doc/DUG5lamp2Z1JFeWh6
Agent API:
Attendee
Please input your name before the meeting
@Baohua Yang: yangbaohua@gmail.com
@Tong Li (Deactivated): litong01@us.ibm.com
@hightall: hightallyht@gmail.com
@Luke Chan: jiahaochen1993@gmail.com
@DuPeng: dupeng@h3c.com
@Dixing Xu: dixingxu@gmail.com
@xie ruitao: rtxie@h3c.com
@qiang xu : xq-310@163.com
@prince Gao: prince.zxgao@gmail.com
@Yuanmao Zhu
Agenda&Minutes
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/node into channel
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, update, start, stop, query
network: list, create, query, delete, update (add new org into the network)
channel: create, update, query, config-export
chaincode: package, install, approve, commit, invoke/query
Documentation
Start service workflow is up to date: https://github.com/hyperledger/cello#quick-start
Bugs:
Ongoing: Remove nginx from https://github.com/hyperledger/cello/blob/main/bootup/docker-compose-files/docker-compose.yml.
Peer/orderer node boots with a fixed port (api-engine will calculate the public port, e.g., from 10000, and send the port-map to the docker agent). See
. @Yuanmao Zhu
Release plan
1.0.0-alpha: deployment + finish user/agent/node features.
1.0.0-alpha2 (end of Mar):
user: update (password): 1pw
channel: add org into network/channel, config-export: 2pw
node: start, stop, query, update: 1pw
chaincode: package, install, approve, commit, invoke/query: 2pw
1.0.0-GA: deployment + major operations
submission of a mentorship project before Mar 9
Yuanyi: call for comments on mentorship projects
2021 proposal is at Operate Blockchain Network in an Efficient Way.
Yuanyi: performance group is planed to re-start after being inactive for a while. There's a sandbox tool to test fabric performance, and see if can collaborate with Cello project to do the fabric deployment.
Backlogs:
@qiang xu is working on the API Engine implementation
@Dixing Xu is working on using sdk to let user-dashboard to operation channels and chaincode;
Xuqiang used free tools to create Front end model:https://modao.cc/app/658be913a206443efed5b9e0b56653b228ea1211?simulator_type=device&sticky.
TODO: @feng yangto have a look.