...
- 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
- Yuanmao Zhu
- 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) Xichen Pan
- 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:
- Xichen Panhelp find&fix bugs for the deployment features
- Then continue with node lifecycle
- Welcome to the intern student, and some work to start with:
...