From f2857424da86a648e23cd67f6feacc8de2985653 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 22 Nov 2019 10:23:37 -0800 Subject: [PATCH] Added C++17 Implementation of Filecoin --- data/ecosystems/f/filecoin.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/ecosystems/f/filecoin.toml b/data/ecosystems/f/filecoin.toml index ded6f5aa..85d2f8ec 100644 --- a/data/ecosystems/f/filecoin.toml +++ b/data/ecosystems/f/filecoin.toml @@ -24,6 +24,9 @@ url = "https://github.com/filecoin-project/community" [[repo]] url = "https://github.com/filecoin-project/consensus" +[[repo]] +url = "https://github.com/filecoin-project/cpp-filecoin" + [[repo]] url = "https://github.com/filecoin-project/cryptolab" @@ -96,6 +99,9 @@ url = "https://github.com/filecoin-project/go-leb128" [[repo]] url = "https://github.com/filecoin-project/go-sectorbuilder" +[[repo]] +url = "https://github.com/filecoin-project/group" + [[repo]] url = "https://github.com/filecoin-project/infra" @@ -141,6 +147,9 @@ url = "https://github.com/filecoin-project/research" [[repo]] url = "https://github.com/filecoin-project/rust-fil-ffi-toolkit" +[[repo]] +url = "https://github.com/filecoin-project/rust-fil-logger" + [[repo]] url = "https://github.com/filecoin-project/rust-fil-proofs"