ethDreamer
721323f045
get_active_validator_indices() now has bound check ( #1300 )
2020-06-29 18:21:51 +10:00
Michael Sproul
305724770d
Bump all spec tags to v0.12.1 ( #1275 )
2020-06-19 11:18:27 +10:00
Michael Sproul
bcb6afa0aa
Process exits and slashings off the network ( #1253 )
...
* Process exits and slashings off the network
* Fix rest_api tests
* Add op verification tests
* Add tests for pruning of slashings in the op pool
* Address Paul's review comments
2020-06-18 21:06:34 +10:00
Michael Sproul
e6f97bf466
Merge remote-tracking branch 'origin/master' into spec-v0.12
2020-06-17 12:34:11 +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
Michael Sproul
39bf05e3e5
Update v0.12.0 to v0.12.1 ( #1259 )
2020-06-11 10:07:10 +10:00
Michael Sproul
fe03ff0f21
Consensus updates for v0.12 ( #1228 )
...
* Update state processing for v0.12
* Fix EF test runners for v0.12
* Fix some tests
* Fix broken attestation verification test
* More test fixes
* Fix typo found in review
2020-06-03 14:56:54 +10:00
Justin
e889c2eb22
Avoid implicit validator status assumption ( #1188 )
...
* Avoid implicit validator status assumption
Replacement for #1092
* Update registry_updates.rs
* Fix compilation errors
Co-authored-by: Michael Sproul <michael@sigmaprime.io>
2020-05-26 10:10:52 +10:00
Michael Sproul
ddd63c0de1
Fix Schlesi-splitting penalty bug ( #1166 )
...
* Fix Schlesi-splitting penalty bug
* Print correct spec version in lcli
2020-05-19 13:49:23 +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