From a080284563e0bbb1153b51636b3cc77f4ff989db Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Wed, 27 Feb 2019 12:09:08 +0000 Subject: [PATCH] disable gen_gen crate (#2636) --- etc/gen_gen/README.md | 2 ++ etc/gen_gen/{Cargo.toml => _Cargo.toml} | 0 2 files changed, 2 insertions(+) rename etc/gen_gen/{Cargo.toml => _Cargo.toml} (100%) diff --git a/etc/gen_gen/README.md b/etc/gen_gen/README.md index d97b67579..b6f9d3d81 100644 --- a/etc/gen_gen/README.md +++ b/etc/gen_gen/README.md @@ -1,5 +1,7 @@ # Genesis Genesis +N.B: This crate's `Cargo.toml` file has been disabled by renaming it to `_Cargo.toml`. It no longer builds due to changes in the project structure. + This crate isn't strictly part of grin but allows the generation and release of a new Grin Genesis in an automated fashion. The process is the following: * Prepare a multisig output and kernel to use as coinbase. In the case of Grin mainnet, this is done and owned by the council treasurers. This can be down a few days prior. diff --git a/etc/gen_gen/Cargo.toml b/etc/gen_gen/_Cargo.toml similarity index 100% rename from etc/gen_gen/Cargo.toml rename to etc/gen_gen/_Cargo.toml