| | |
|---|
June 1 - June 19 | Onboarding and documentation exercises Get high level understanding of Fablo codebase Read Documentation for hyperledger fabric operator Environment Setup
| Done |
June 20 - June 30 | Use https://github.com/hyperledger-labs/hlf-operator to set up a simple network on k8s. Network should contain: two organizations (Orderer, Org1) one Orderer named orderer0.orderer.example.com two peers peer0.org1.example.com, peer1.org1.example.com both using LevelDb one channel `my-channel1` that joins both peer one chaincode `chaincode1` installed on `my-channel1` (we can provide sample one)
Try to do the setup as a separate script, independent of Fablo generated files. We will connect them later. Try to list every component that Hyperledger offers (peers, orderers, ca's) and read about them. (we can provide useful links)
| Done |
July 1 - July 19 | Rewrite Fablo target scripts for the simplest network on Kubernetes operators (CAs, Orderers, Peers) Learning part (by Mentor): Certificates. How they are used in Hyperledger, why they are so important, how they are implemented in k8s operators
| done |
July 20 - July 31 | Rewrite Fablo target scripts for the simplest network on Kubernetes operators (channels, chaincodes) Learning part (by Mentor): How do we test Fablo using GitHub actions
| done |
August 1 - August 19 | | done |
August 20 - August 31 | | |
Septemeber 1 - September 19 | | |
October 1 - October 19 | Investigate the possibility to support Fablo's advanced feat Use https://github.com/hyperledger-labs/hlf-operator to set up a simple network on k8s. Network should contain: two organizations (Orderer, Org1) one Orderer named orderer0.orderer.example.com two peers peer0.org1.example.com, peer1.org1.example.com both using LevelDb one channel `my-channel1` that joins both peer one chaincode `chaincode1` installed on `my-channel1` (we can provide sample one) Try to do the setup as a separate script, independent of Fablo generated files. We will connect them later. Try to list every component that Hyperledger offers (peers, orderers, ca's) and read about them. (we can provide useful links) July 1 - July 19 Rewrite Fablo target scripts for the simplest network on Kubernetes operators (CAs, Orderers, Peers) Learning part (by Mentor): Certificates. How they are used in Hyperledger, why they are so important, how they are implemented in k8s operators ures: Orderer sharding Chaincode upgrade Snapshot/restore Fablo REST Channel query scripts
| done |
October 19 - October 31 | | done |
November 1 - November 12 | | done |