prysm-pulse/beacon-chain/operations/attestations/kv
Victor Farazdagi 572227d25e
Removes attestation pool pruning from UnaggregatedAttestations getter (#7204)
* removes att pool changing in getter
* test
* add prunning
* Merge refs/heads/master into no-pruning-in-unagg-att-getter
* Merge refs/heads/master into no-pruning-in-unagg-att-getter
* Merge refs/heads/master into no-pruning-in-unagg-att-getter
* Merge refs/heads/master into no-pruning-in-unagg-att-getter
2020-09-10 18:35:57 +00:00
..
aggregated_test.go Att aggregator filter by slot and index (#7206) 2020-09-10 15:55:45 +00:00
aggregated.go Att aggregator filter by slot and index (#7206) 2020-09-10 15:55:45 +00:00
benchmark_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
block_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
block.go Faster hashing for attestation pool (#5217) 2020-03-26 23:55:25 +00:00
BUILD.bazel Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
forkchoice_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
forkchoice.go Improve make() capacity allocations (#6517) 2020-07-09 15:50:58 +00:00
kv.go Pool: Use a TTL cache for seen bits (#7015) 2020-08-21 16:27:51 -07:00
seen_bits_test.go Disallows bitlist duplicates in seen_bits cache (#7203) 2020-09-10 15:24:23 +00:00
seen_bits.go Disallows bitlist duplicates in seen_bits cache (#7203) 2020-09-10 15:24:23 +00:00
unaggregated_test.go Removes attestation pool pruning from UnaggregatedAttestations getter (#7204) 2020-09-10 18:35:57 +00:00
unaggregated.go Removes attestation pool pruning from UnaggregatedAttestations getter (#7204) 2020-09-10 18:35:57 +00:00