lighthouse/lighthouse
Michael Sproul 3ea01ac26b Add top-level feature to enable Milagro (#1428)
## Proposed Changes

In the continuing war against unportable binaries I figured we should have an option to enable building the Lighthouse binary itself with Milagro. This PR adds a `milagro` feature that can be used with `cargo install --path lighthouse --features milagro --force --locked`. The BLS library in-use will also show up under `lighthouse --version` like this:

```
Lighthouse 0.1.2-7d8acc20a(modified)
BLS Library: milagro
```

Future work: add other cool stuff like the compiler version and CPU target to `--version`.
2020-08-01 05:52:55 +00:00
..
environment Add support for multiple testnet flags (#1396) 2020-07-29 06:39:29 +00:00
src Add top-level feature to enable Milagro (#1428) 2020-08-01 05:52:55 +00:00
tests Add EF launchpad import (#1381) 2020-07-29 04:32:50 +00:00
Cargo.toml Add top-level feature to enable Milagro (#1428) 2020-08-01 05:52:55 +00:00