lighthouse/common
Paul Hauner b73c497be2 Support multiple BLS implementations (#1335)
## Issue Addressed

NA

## Proposed Changes

- Refactor the `bls` crate to support multiple BLS "backends" (e.g., milagro, blst, etc).
- Removes some duplicate, unused code in `common/rest_types/src/validator.rs`.
- Removes the old "upgrade legacy keypairs" functionality (these were unencrypted keys that haven't been supported for a few testnets, no one should be using them anymore).

## Additional Info

Most of the files changed are just inconsequential changes to function names.

## TODO

- [x] Optimization levels
- [x] Infinity point: https://github.com/supranational/blst/issues/11
- [x] Ensure milagro *and* blst are tested via CI
- [x] What to do with unsafe code?
- [x] Test infinity point in signature sets
2020-07-25 02:03:18 +00:00
..
account_utils Introduce validator definition file for VC (#1357) 2020-07-22 09:34:55 +00:00
clap_utils Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
compare_fields Check for unused deps in CI (#1262) 2020-06-14 10:59:50 +10:00
compare_fields_derive Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
deposit_contract Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
eth2_config Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
eth2_interop_keypairs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
eth2_testnet_config Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
eth2_wallet_manager Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
hashset_delay Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
lighthouse_metrics Update deps (#1322) 2020-07-06 11:55:56 +10:00
logging Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
remote_beacon_node Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
rest_types Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
slot_clock Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
test_random_derive Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
validator_dir Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
README.md Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.