prysm-pulse/beacon-chain/core/helpers
Preston Van Loon 2c28e4e7a3 Improvements to Committee Assignments for multiple key requests (#4294)
* Add committees helper, benchmark, results show 62ms for 8k validators which was previously 4 minutes
* Add regression test with same data
* fix epoch conversion
* lint
* undo and lint
* Merge branch 'master' of github.com:prysmaticlabs/prysm into zoom-zoom-assignments
* remove validaotr index span
* fix comment, add test to test against spec definition method for consistency.
* Deprecate CommitteeAssignment, delete unused reference to CommitteeAssignment
* Merge branch 'master' of github.com:prysmaticlabs/prysm into zoom-zoom-assignments
* remove new line
* make test be more complicated with validators activated in an epoch transition
* add feature flag for fast-assignments
* Merge branch 'master' of github.com:prysmaticlabs/prysm into zoom-zoom-assignments
* gaz, gofmt, add deprecated code back
* Update beacon-chain/core/helpers/committee.go

Co-Authored-By: Ivan Martinez <ivanthegreatdev@gmail.com>
* Merge refs/heads/master into zoom-zoom-assignments
* Merge refs/heads/master into zoom-zoom-assignments
* Merge refs/heads/master into zoom-zoom-assignments
2019-12-17 03:05:26 +00:00
..
spectest Removed active count and shuffling cache (#4266) 2019-12-12 01:15:44 +00:00
attestation_aggregation_bench_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
attestation_test.go Don't serialize bls signature just to deserialize it again (#4298) 2019-12-16 19:01:40 +00:00
attestation.go Don't serialize bls signature just to deserialize it again (#4298) 2019-12-16 19:01:40 +00:00
block_test.go Add Block Generation Util to testutil package (#3674) (#3709) 2019-10-04 16:07:46 -07:00
block.go Add Block Generation Util to testutil package (#3674) (#3709) 2019-10-04 16:07:46 -07:00
BUILD.bazel Improvements to Committee Assignments for multiple key requests (#4294) 2019-12-17 03:05:26 +00:00
committee_test.go Improvements to Committee Assignments for multiple key requests (#4294) 2019-12-17 03:05:26 +00:00
committee.go Improvements to Committee Assignments for multiple key requests (#4294) 2019-12-17 03:05:26 +00:00
randao_test.go Removed active count and shuffling cache (#4266) 2019-12-12 01:15:44 +00:00
randao.go Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
rewards_penalties_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
rewards_penalties.go Remove dead cache (#3584) 2019-09-25 18:23:15 -07:00
shuffle_test.go Move SplitOffset to Sliceutil (#3606) 2019-09-26 16:25:55 -07:00
shuffle.go Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
slot_epoch_test.go Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
slot_epoch.go Abstract verifySlot to helper package (#3731) 2019-10-07 16:15:50 +09:00
validators_test.go Removed active count and shuffling cache (#4266) 2019-12-12 01:15:44 +00:00
validators.go Hardening Committee Cache for Runtime (#4270) 2019-12-16 10:14:21 -08:00