From f4b9f1fe969bb719b9cc12f7f67b586b43a4bd5b Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sun, 26 Apr 2020 20:15:23 -0700 Subject: [PATCH] Added wasmi and covid-self-reporting repos for Enigma --- data/ecosystems/e/enigma.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/ecosystems/e/enigma.toml b/data/ecosystems/e/enigma.toml index d3b61637..4e20bb8a 100644 --- a/data/ecosystems/e/enigma.toml +++ b/data/ecosystems/e/enigma.toml @@ -24,6 +24,9 @@ url = "https://github.com/enigmampc/coinjoin-poc" [[repo]] url = "https://github.com/enigmampc/cosmos-faucet" +[[repo]] +url = "https://github.com/enigmampc/covid-self-reporting" + [[repo]] url = "https://github.com/enigmampc/dev-help" @@ -57,6 +60,9 @@ url = "https://github.com/enigmampc/ecosystem-tools" [[repo]] url = "https://github.com/enigmampc/enigma-benchmarking" +[[repo]] +url = "https://github.com/enigmampc/enigma-blockchain-contracts-guide" + [[repo]] url = "https://github.com/enigmampc/enigma-contract" @@ -165,6 +171,9 @@ url = "https://github.com/enigmampc/rust-sgx-sdk" [[repo]] url = "https://github.com/enigmampc/rustc-hex" +[[repo]] +url = "https://github.com/enigmampc/SafeTrace" + [[repo]] url = "https://github.com/enigmampc/salad" @@ -203,3 +212,9 @@ url = "https://github.com/enigmampc/wasm-utils" [[repo]] url = "https://github.com/enigmampc/wasmi" + +[[repo]] +url = "https://github.com/enigmampc/wasmi-in-enclave-test" + +[[repo]] +url = "https://github.com/enigmampc/WasmiMemoryTest"