From f3ab45d066113d9a70cda6b1889bda75a91e6cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Thu, 22 Oct 2020 17:31:56 +0200 Subject: [PATCH] Primitives & Light Client examples (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Primitives. * Docs. * Document primitives. * Simple tests. * Light client examples. * Fix stuff. * cargo fmt --all * Add a bunch of tests for imports. * Add more examples. * cargo fmt --all * Fix clippy. * cargo fmt --all * Apply suggestions from code review Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Add GRANDPA / FG clarifications. * Fix min number of signatures. Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> --- client/beefy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/beefy/Cargo.toml b/client/beefy/Cargo.toml index 8259d4aa6eb23..18a0b9015c26f 100644 --- a/client/beefy/Cargo.toml +++ b/client/beefy/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "sc-beefy-gadget" +name = "beefy-gadget" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018"