...
- Meeting links:
- Project Wiki Page https://wikilf-hyperledger.hyperledgeratlassian.orgnet/wiki/display/cello/
- In Process issues https://github.com/hyperledger/cello/projects/1#column-6892634
- User dashboard API: ;
- API-engine API docs: Cello API-Engine API, https://docs.qq.com/doc/DUG5lamp2Z1JFeWh6
- Agent API:
...
- Baohua Yang: yangbaohua@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
- Tong Li (Deactivated): litong01@us.ibm.com
- hightall: hightallyht@gmail.com
- @Luke Chan: jiahaochen1993@gmail.com
- Xichen Pan: xichen.pan@gmail.com
Agenda&Minutes
- Add wikipage: https://github.com/hyperledger/cello/wiki/Debug-cello-by-container
- Start service workflow is up to date: https://github.com/hyperledger/cello#quick-start
- PR this week
- 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: Yuanmao Zhu
- TODO: Download msp json file
- channel: Yuanmao Zhu
- add org into channel, download the config block file (peer channel fetch config businesschannel_cfg.block -c ${APP_CHANNEL} -o orderer:7050). config-export → latest config json file: 2pw
- node: Xichen Pan
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 (wait till channel can add org): feng yang
- package, install, approve, commit, invoke/query: 2pw
- feng yangmet a chaincode upload issue ("Not a file"). zhao shihongsuggests using Postman to test it first.
- chaincode upload: org1 upload a zip file, and share it to org2 to upload.
- org can approve/commit at its dashboard, and see other orgs' approval status.
- 1.0.0-GA: deployment + major operations
- Internship project feng yang Xichen Pan
Welcome to the intern student, and some work to start with:docs;install&run;Read code and get familiar with implementation
Review plan at Project Plan - Blockchain Network Operation in a Decentralized Way.Initial evaluation has been submitted by Baohua Yang- Xichen Panwill enable github action to run `make check` for each commit:
- https://github.com/hyperledger/cello/pull/470
- TODO: comment out `test-api` when `make check`
- Xichen Panhelp find&fix bugs for the deployment features
- Then continue with node lifecycle
...