lighthouse/crypto/bls/src
realbigsean 50321c6671 Updates to make crates publishable (#2472)
## Issue Addressed

Related to: #2259

Made an attempt at all the necessary updates here to publish the crates to crates.io. I incremented the minor versions on all the crates that have been previously published. We still might run into some issues as we try to publish because I'm not able to test this out but I think it's a good starting point.

## Proposed Changes

- Add description and license to `ssz_types` and `serde_util`
- rename `serde_util` to `eth2_serde_util`
- increment minor versions
- remove path dependencies
- remove patch dependencies 

## Additional Info
Crates published: 

- [x] `tree_hash` -- need to publish `tree_hash_derive` and `eth2_hashing` first
- [x] `eth2_ssz_types` -- need to publish `eth2_serde_util` first
- [x] `tree_hash_derive`
- [x] `eth2_ssz`
- [x] `eth2_ssz_derive`
- [x] `eth2_serde_util`
- [x] `eth2_hashing`


Co-authored-by: realbigsean <seananderson33@gmail.com>
2021-09-03 01:10:25 +00:00
..
impls Rust 1.54.0 lints (#2483) 2021-07-30 01:11:47 +00:00
generic_aggregate_public_key.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
generic_aggregate_signature.rs Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
generic_keypair.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
generic_public_key_bytes.rs Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
generic_public_key.rs Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
generic_secret_key.rs Update to spec v1.0.0-rc.0 and BLSv4 (#1765) 2020-10-28 22:19:38 +00:00
generic_signature_bytes.rs Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
generic_signature_set.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
generic_signature.rs Updates to make crates publishable (#2472) 2021-09-03 01:10:25 +00:00
get_withdrawal_credentials.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
lib.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
macros.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
zeroize_hash.rs Implement key cache to reduce keystore loading times for validator_client (#1695) 2020-10-05 10:50:43 +00:00