Skip to content

Commit

Permalink
split table into two
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetbhagat committed Aug 16, 2023
1 parent df98edc commit ba953e5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions applications/chainlens_substrate_phase4.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ While a number of open-source alternatives have emerged, none of them have suppo
- Full-Time Equivalent (FTE): 1
- Total Costs: €27,500

| Nº | Deliverable | Specification
| :-- | :-- | :--
| 0a. | Licence | Apache 2.0 |
| 0b. | Documentation | We will provide inline documentation of the code and documentation on how to set up an explorer instance. |
| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. We will describe how to run these tests in the guide. |
| 0d. | Docker | We will provide a Dockerfile and Docker Compose file(s) to ease the deployment and execution of the system. |
| 1. | Verifications querying microservice | A microservice that will fetch info about verification requests from the persistence layer. |
| 2. | Updated Explorer UI | We will introduce a new page to display contract verification requests. |
| 3. | Updated verification service | The service will now make the verification requests persist and will support configuring storage option type for the uploaded artefacts. |

### Milestone 2

- Total Estimated Duration: 2 months
Expand All @@ -168,10 +178,8 @@ While a number of open-source alternatives have emerged, none of them have suppo
| 0b. | Documentation | We will provide inline documentation of the code and documentation on how to set up an explorer instance. |
| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. We will describe how to run these tests in the guide. |
| 0d. | Docker | We will provide a Dockerfile and Docker Compose file(s) to ease the deployment and execution of the system. |
| 1. | Verifications querying microservice | A microservice that will fetch info about verification requests from the persistence layer. |
| 2. | Updated Explorer UI | We will introduce new pages to display contract verification requests and statistics for chain data. |
| 3. | Updated verification service | The service will now make the verification requests persist and will support configuring storage option type for the uploaded artefacts. |
| 4. | Updated ink verifier image | The ink verifier image will now use the `--verifiable` flag of the cargo-contract tool to build a verifiable contract. |
| 1. | Updated Explorer UI | We will introduce new page to display statistics in the form of various charts, labels for chain data. |
| 2. | Updated ink verifier image | The ink verifier image will now use the `--verifiable` flag of the cargo-contract tool to build a verifiable contract as well as be able to detect active toolchain version from `config.toml` file. |

## Team 👥

Expand Down

0 comments on commit ba953e5

Please sign in to comment.