prysm-pulse/beacon-chain/operations/attestations/kv
Preston Van Loon 0882908d2c
Improve attestation cache check from O(n) to O(1) access time (#4837)
* use O(1) method to access the blocks
* Merge branch 'master' into better-has-aggregated-attestation
2020-02-11 21:57:42 +00:00
..
aggregated_test.go Use helper to aggregate attestations in pool (#4794) 2020-02-08 01:03:50 +00:00
aggregated.go Improve attestation cache check from O(n) to O(1) access time (#4837) 2020-02-11 21:57:42 +00:00
block_test.go Fix up attestation pool (#4493) 2020-01-11 13:59:06 -08:00
block.go Attestation Verification Improvements (#4753) 2020-02-06 05:46:25 +00:00
BUILD.bazel Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
forkchoice_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
forkchoice.go Attestation Verification Improvements (#4753) 2020-02-06 05:46:25 +00:00
kv.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
unaggregated_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
unaggregated.go Attestation Verification Improvements (#4753) 2020-02-06 05:46:25 +00:00