From c343761dc3336df1020592fa60141ec0bbc62aa9 Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Tue, 20 Aug 2024 18:17:06 +0800 Subject: [PATCH] Add subcoin-milestone-3 --- deliveries/subcoin-milestone-3.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 deliveries/subcoin-milestone-3.md diff --git a/deliveries/subcoin-milestone-3.md b/deliveries/subcoin-milestone-3.md new file mode 100644 index 000000000..06d40c3b3 --- /dev/null +++ b/deliveries/subcoin-milestone-3.md @@ -0,0 +1,22 @@ +# 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/Subcoin.md +* **Milestone Number:** 3 + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| --- | --- | --- | --- | +| 0a. | License | https://github.com/subcoin-project/subcoin/blob/subcoin-milestone-3/LICENSE | | +| 0b. | Documentation | Each module has its own docs. The rendered inline rustdoc is deployed at https://subcoin-project.github.io/subcoin/. | | +| 0c. | Testing and Testing Guide | Install rust on your system and use this command to run tests: https://github.com/subcoin-project/subcoin/tree/subcoin-milestone-3?tab=readme-ov-file#run-tests | | +| 0d. | Docker | https://github.com/subcoin-project/subcoin/blob/subcoin-milestone-3/Dockerfile The docker image is available at https://github.com/subcoin-project/subcoin/pkgs/container/subcoin/263310548?tag=v0.3.0 | | +| 1. | Article | https://liuchengxu.notion.site/Subcoin-Introducing-Decentralized-Fast-Sync-for-Bitcoin-68762427a4484d73906a91602d789be9?pvs=74 | | +| 2. | Fast Sync | https://github.com/subcoin-project/subcoin/blob/subcoin-milestone-3/docs/src/test_fast_sync.md | +| 2. | Bitcoin Transaction Broadcasting | RPC `subcoin_sendRawTransaction` is added, please refer to https://github.com/subcoin-project/subcoin/blob/subcoin-milestone-3/docs/src/test_bitcoin_transaction_broadcasting.md for the complete guide of `subcoin_sendRawTransaction` testing. | | + +**Additional Information** + +- The article may be published on other platforms, such as Medium, after it has been proofread.