prysm-pulse/beacon-chain/operations/attestations
Preston Van Loon c4c9a8465a
Faster hashing for attestation pool (#5217)
* use faster hash proto
* Merge branch 'master' into faster-att-pool
* gaz
* Merge branch 'faster-att-pool' of github.com:prysmaticlabs/prysm into faster-att-pool
* nil checks and failing tests
* Merge refs/heads/master into faster-att-pool
* Merge refs/heads/master into faster-att-pool
* Merge refs/heads/master into faster-att-pool
* Merge refs/heads/master into faster-att-pool
* Merge refs/heads/master into faster-att-pool
* Fix
* Merge branch 'faster-att-pool' of github.com:prysmaticlabs/prysm into faster-att-pool
* Fix tests
2020-03-26 23:55:25 +00:00
..
kv Faster hashing for attestation pool (#5217) 2020-03-26 23:55:25 +00:00
aggregate_test.go Release flag to aggregate attestations in fork choice. (#4820) 2020-02-10 19:57:30 +00:00
aggregate.go Fix aggregated attestation pool grows large in size (#4932) 2020-02-24 10:18:34 -06:00
BUILD.bazel Update to go 1.14 (#4947) 2020-03-14 00:12:52 +00:00
log.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
metrics.go Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
pool_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
pool.go attestations in pool count metrics (#4930) 2020-02-23 22:30:52 +00:00
prepare_forkchoice_test.go Update to go 1.14 (#4947) 2020-03-14 00:12:52 +00:00
prepare_forkchoice.go Update to go 1.14 (#4947) 2020-03-14 00:12:52 +00:00
prune_expired_test.go Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
prune_expired.go Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
service_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
service.go New state setter (#5100) 2020-03-14 16:31:21 +00:00