From a284c5bdb4684d84a4347bd55c1e1802b8f3fb86 Mon Sep 17 00:00:00 2001 From: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com> Date: Fri, 28 Jul 2023 21:24:58 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fecf82ea..d626fe19 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,8 @@ _This project is under active development. For questions, please join us at [Threshold Network Discord](https://discord.com/invite/threshold&ved=2ahUKEwivucaW2Y3-AhXiwosKHQCEAKUQFnoECA0QAQ&usg=AOvVaw08x-9JYJFDcd6PEOx0xAeg)_ -_See original README.md below_ - -## Testing - -```bash -cargo test --no-default-features -``` - --- -# Ferveo - A synchronous Distributed Key Generation protocol for front-running protection on public blockchains. ## About @@ -39,7 +29,7 @@ A preprint paper describing the construction of Ferveo and the novel cryptosyste ## Build -A Rust toolchain with version `>= 1.53.0` is required. In the future, Ferveo will target the `stable` toolchain. +A Rust toolchain with version `>= 1.65.0` is required. In the future, Ferveo will target the `stable` toolchain. Installation via [rustup](https://rustup.rs/) is recommended. Run `cargo build --release` to build. @@ -47,7 +37,13 @@ Please note that performance may be significantly poorer when compiling in `Debu ## Testing -Run `cargo test --release` to run tests. Please note that performance may be significantly poorer when testing + +```bash + +``` + + +Run `cargo test --no-default-features --release` to run tests. Please note that performance may be significantly poorer when testing in `Debug` mode. ## Benchmarks From 6e0fd02486c5822d1e7e81bd20f7dfc7a2fcfa5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Mon, 31 Jul 2023 10:23:19 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d626fe19..a7d1a9a1 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,6 @@ Please note that performance may be significantly poorer when compiling in `Debu ## Testing - -```bash - -``` - - Run `cargo test --no-default-features --release` to run tests. Please note that performance may be significantly poorer when testing in `Debug` mode.