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
blacktemplar
23a8f31f83
Fix clippy warnings ( #1385 )
...
## Issue Addressed
NA
## Proposed Changes
Fixes most clippy warnings and ignores the rest of them, see issue #1388 .
2020-07-23 14:18:00 +00:00
Paul Hauner
916a133043
Loose VC lockfile and slashing protection registers ( #1314 )
2020-06-29 21:04:07 +10:00
pscott
02174e21d8
Fix clippy's performance lints ( #1286 )
...
* Fix clippy perf lints
* Cargo fmt
* Add and to lint rule in Makefile
* Fix some leftover clippy lints
2020-06-26 00:04:08 +10:00
Michael Sproul
7818447fd2
Check for unused deps in CI ( #1262 )
...
* Check for unused deps in CI
* Bump slashing protection parking_lot version
2020-06-14 10:59:50 +10:00
Paul Hauner
a214032e1f
Update docs to suit sigp/docker-compose updates ( #1235 )
2020-06-01 21:18:48 +10:00
Paul Hauner
8bc82c573d
Update local testnet scripts, fix eth1 sim ( #1184 )
...
* Update local testnet scripts
* Add logs when decrypting validators
* Update comment
* Update account manager
* Make random key generation explicit
* Remove unnecessary clap constraint
* Only decrypt voting keypair for eth1 deposit
* Use insecure kdf for insecure keypairs
* Simplify local testnet keygen
* Update local testnet
* Fix eth1 sim
* Add eth1 sim to CI again
* Remove old local testnet docs
* Tidy
* Remove checks for existing validators
* Tidy
* Fix typos
2020-05-26 18:30:44 +10:00
Paul Hauner
ad4e5adabc
Integrate Witti testnet ( #1193 )
...
* Update for latest master
* Shift delay inside loop
* Clean up genesis service
* Tidy
* Tidy logs
* Address Michael's comments
* Add pre-genesis logging
* Remove est time till genesis
* Fix time formatting
* Tidy
* Update docs for Witti
* Update JS for Witti
* Ensure deposit data is 0x-prefixed hex
* Hard code witti testnet dir
* Add --auto-register warning
* Integrate local sigp testnet source
* Reword warning
2020-05-26 15:31:41 +10:00
Paul Hauner
c93f9c351b
Improve bls::SecretKey privacy ( #1164 )
...
* Improve bls::SecretKey privacy
* Add missed file
* Remove more methods from bls::SecretKey
* Add as_bytes() to SecretKey, remove as_raw
* Remove as_raw
* Add back as_raw
* Address review comments
2020-05-19 11:23:08 +10:00
Paul Hauner
4331834003
Directory Restructure ( #1163 )
...
* Move tests -> testing
* Directory restructure
* Update Cargo.toml during restructure
* Update Makefile during restructure
* Fix arbitrary path
2020-05-18 21:24:23 +10:00