From 8fc2ef70685fcf44d1a38cc18856520b9aec8b68 Mon Sep 17 00:00:00 2001 From: weimeme Date: Fri, 20 Dec 2024 13:47:01 +0800 Subject: [PATCH] add frontier-pos-template-m1 --- deliveries/frontier-pos-template-m1.md | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 deliveries/frontier-pos-template-m1.md diff --git a/deliveries/frontier-pos-template-m1.md b/deliveries/frontier-pos-template-m1.md new file mode 100644 index 000000000..4ffe70c16 --- /dev/null +++ b/deliveries/frontier-pos-template-m1.md @@ -0,0 +1,31 @@ +# 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/frontier-pos-template.md](https://github.com/w3f/Grants-Program/blob/master/applications/frontier-pos-template.md) +* **Milestone Number:** 1 + +**Context** +This template introduces two new crates, [babe-consensus-data-provider](https://github.com/ChainSupport/frontier-pos-template/blob/main/client/babe-consensus-data-provider/src/lib.rs) and [ecdsa-keyring](https://github.com/ChainSupport/frontier-pos-template/blob/main/client/ecdsa-keyring/src/lib.rs). Their purpose is to simplify subsequent development and test code writing, as well as to adapt to Ethereum's pending transactions. Unit tests are required only for these two crates. + +The client and runtime code are sourced from [Substrate](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/bin/node) and [Frontier](https://github.com/polkadot-evm/frontier/tree/master/template), while also referencing implementations from Bifrost and Moonbeam. Following the principle of minimal code changes ensures more efficient and secure future updates and upgrades. Thus, there is no need for repetitive testing of the client and runtime. Nevertheless, achieving this compatibility took the longest development time, nearly a month. We aim to prevent other teams from engaging in similar redundant and time-consuming work. + +Additionally, with our support, the testnet for [SuperEx](https://www.superex.com/) is now live at [https://test-scschain.novax.dev/](https://test-scschain.novax.dev/), and the mainnet will soon follow. Looking ahead, we hope to bring Polkadot technology to more and more teams. This template will serve as the development network for all supported networks. + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 0a. | License| https://github.com/ChainSupport/frontier-pos-template?tab=readme-ov-file#license| | +| 0b. | Documentation| https://github.com/ChainSupport/frontier-pos-template/blob/main/README.md | | +| 0c. | Testing and Testing Guide | https://github.com/ChainSupport/frontier-pos-template/blob/main/docs/test.md | | +| 0d. | Docker | https://github.com/ChainSupport/frontier-pos-template/tree/main/docker | | +| 1. | Client | https://github.com/ChainSupport/frontier-pos-template/tree/main/node/cli | | +| 2. | crate: babe-consensus-data-provider | https://github.com/ChainSupport/frontier-pos-template/blob/main/client/babe-consensus-data-provider/src/lib.rs | Provide unit tests| +| 3. | crate: ecdsa-keyring | https://github.com/ChainSupport/frontier-pos-template/blob/main/client/ecdsa-keyring/src/lib.rs | Provide unit tests.| +| 4. | Friendly code structure | https://github.com/ChainSupport/frontier-pos-template | Provided two features, `testnet` and `mainnet`, which enable launching the testnet and mainnet.| +| 5. | Substrate chain | https://github.com/ChainSupport/frontier-pos-template, https://github.com/superexchain/scs-chain | | + + +