From eb1eea71c420c9e03154815785a8acb17a278074 Mon Sep 17 00:00:00 2001 From: jenks-guo-filecoin Date: Mon, 1 Aug 2022 23:24:10 +1000 Subject: [PATCH 1/2] Update to mark Fuhon as deprecated. This update is in response to issue #1298. --- content/implementations/_index.md | 2 +- content/implementations/fuhon.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/content/implementations/_index.md b/content/implementations/_index.md index 1d71e04d5..a6b3b620a 100644 --- a/content/implementations/_index.md +++ b/content/implementations/_index.md @@ -14,7 +14,7 @@ Filecoin is targeting [multiple implementations](https://filecoin.io/blog/announ - [Lotus](https://lotu.sh): the Go-based implementation, supported by [Protocol Labs](https://protocol.ai), - [Forest](https://github.com/ChainSafe/forest): the Rust-based implementation, supported by [ChainSafe](https://chainsafe.io), -- [Fuhon](https://github.com/filecoin-project/cpp-filecoin): the C++-based implementation, supported by [Soramitsu](https://soramitsu.co.jp), +- [Fuhon (deprecated)](https://github.com/filecoin-project/cpp-filecoin): the C++-based implementation, supported by [Soramitsu](https://soramitsu.co.jp), - [Venus](https://github.com/filecoin-project/go-filecoin): a second Go-based implementation of Filecoin, previously called `go-filecoin`, which is maintained by the [IPFS-Force Community](https://github.com/ipfs-force-community). {{}} diff --git a/content/implementations/fuhon.md b/content/implementations/fuhon.md index 1192f1b38..eb17c89fb 100644 --- a/content/implementations/fuhon.md +++ b/content/implementations/fuhon.md @@ -1,5 +1,5 @@ --- -title: Fuhon +title: Fuhon (deprecated) weight: 4 dashboardWeight: 1 dashboardState: reliable @@ -14,4 +14,6 @@ Fuhon is the C++ implementation of Filecoin. The implementation uses Rust librar You can find the Fuhon codebase [here](https://github.com/filecoin-project/cpp-filecoin). -The Fuhon implementation of Filecoin is supported by [Soramitsu](https://soramitsu.co.jp/). +The Fuhon implementation of Filecoin is supported by [Soramitsu](https://soramitsu.co.jp/). + +Since May 2022, this implementation has been deprecated and out of support. The existing code repositories will remain public. \ No newline at end of file From d2c97adb91235d3fd6b0b11f75e92e7989e04e0f Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Fri, 14 Jul 2023 18:17:00 -0700 Subject: [PATCH 2/2] prettier --write --- content/implementations/fuhon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/implementations/fuhon.md b/content/implementations/fuhon.md index eb17c89fb..05ccccec5 100644 --- a/content/implementations/fuhon.md +++ b/content/implementations/fuhon.md @@ -14,6 +14,6 @@ Fuhon is the C++ implementation of Filecoin. The implementation uses Rust librar You can find the Fuhon codebase [here](https://github.com/filecoin-project/cpp-filecoin). -The Fuhon implementation of Filecoin is supported by [Soramitsu](https://soramitsu.co.jp/). +The Fuhon implementation of Filecoin is supported by [Soramitsu](https://soramitsu.co.jp/). -Since May 2022, this implementation has been deprecated and out of support. The existing code repositories will remain public. \ No newline at end of file +Since May 2022, this implementation has been deprecated and out of support. The existing code repositories will remain public.