From 99f49448fa61b853fe4ccc116305b815ed9694d0 Mon Sep 17 00:00:00 2001 From: Jonathan Brown Date: Thu, 7 Dec 2023 12:50:04 +0700 Subject: [PATCH] Create hybrid2-3.md --- deliveries/hybrid2-3.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 deliveries/hybrid2-3.md diff --git a/deliveries/hybrid2-3.md b/deliveries/hybrid2-3.md new file mode 100644 index 000000000..621ad2d68 --- /dev/null +++ b/deliveries/hybrid2-3.md @@ -0,0 +1,18 @@ +# Milestone Delivery :mailbox: + +**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** + +* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/hybrid2.md +* **Milestone Number:** 3 + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| -------| ----------- | ---- | ----- | +| 0a. | License | [LICENSE](https://github.com/hybrid-explorer/hybrid-indexer/blob/main/LICENSE) | Apache 2.0 | +| 0b. | Documentation | [tutorial.md](https://github.com/hybrid-explorer/hybrid-indexer/blob/main/doc/tutorial.md) | Describes how to build an indexer for a Substrate chain. | +| 0c. | Testing and Testing Guide | [testing-guide.md](https://github.com/hybrid-explorer/hybrid-indexer/blob/main/doc/testing-guide.md) | This guide explains how to verify the deliverables in this milestone. | +| 0d. | Docker | [Dockerfile](https://github.com/hybrid-explorer/polkadot-indexer/blob/main/Dockerfile) | | +| 1. | Support additional indexes | [shared.rs](https://github.com/hybrid-explorer/hybrid-indexer/blob/main/src/shared.rs#L42) | Required significant refactoring and use of generic and associated Rust types. | +| 2. | Variant index optional | [substrate.rs](https://github.com/hybrid-explorer/hybrid-indexer/blob/47d9c4efcef524da8bb36ccb56f74cec3cf84055/src/substrate.rs#L179) | When enabled, spans that have already been indexed without the variant index will be re-indexed. | +| 3. | Expose cache_capacity() and mode() | [lib.rs](https://github.com/hybrid-explorer/hybrid-indexer/blob/47d9c4efcef524da8bb36ccb56f74cec3cf84055/src/lib.rs#L102) | |