prysm-pulse/beacon-chain/cache
Marcin Górzyński 02966e64d8
Feature lru cache wrapper 2 (#9511)
* Add Wrapper to LRU Cache to handle Invalid Parameters #9461

* Regenerate BUILD.bazel and simplify tests using lru.Cache

* Fix: fuzz_exports.go build error

* Fix: block_fuzz.go

* Revert lru.Cache interface

* Remove redundant err check in pending_attestations_queue_test.go

* Add tests for lru wrapper

* Use lru package in prysm/shared instead of lruwrpr

* Fix: goimports

* Fix: BUILD.bazel

Co-authored-by: Nishant Das <nishdas93@gmail.com>
2021-09-02 18:36:54 +08:00
..
depositcache Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
active_balance_disabled.go Use active balance cache (#9469) 2021-08-26 14:32:40 +00:00
active_balance_test.go Use active balance cache (#9469) 2021-08-26 14:32:40 +00:00
active_balance.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
attestation_data_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
attestation_data.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
BUILD.bazel Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
cache_test.go Deprecate Uneeded Flags (#8455) 2021-02-16 15:27:37 +00:00
checkpoint_state_test.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
checkpoint_state.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
committee_disabled.go Altair Committee Cache Changes (#9366) 2021-08-12 00:04:40 -05:00
committee_fuzz_test.go Change To LRU from FIFO Cache (#8996) 2021-06-10 21:53:34 +00:00
committee_test.go Update Core Helpers (#9393) 2021-08-19 12:18:27 +00:00
committee.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
committees.go Update Core Helpers (#9393) 2021-08-19 12:18:27 +00:00
common.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
doc.go Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
error.go Update Blockchain Package From Altair (#9422) 2021-08-26 05:01:09 +00:00
proposer_indices_disabled.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
proposer_indices_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
proposer_indices_type.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
proposer_indices.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
skip_slot_cache_test.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
skip_slot_cache.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
subnet_ids_test.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
subnet_ids.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
sync_committee_disabled.go Cache: sync committee index position (#9317) 2021-08-05 17:44:13 +00:00
sync_committee_head_state_test.go Update Blockchain Package From Altair (#9422) 2021-08-26 05:01:09 +00:00
sync_committee_head_state.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
sync_committee_test.go Cache: sync committee index position (#9317) 2021-08-05 17:44:13 +00:00
sync_committee.go Cache: sync committee index position (#9317) 2021-08-05 17:44:13 +00:00
sync_subnet_ids_test.go Sync committee subnet cache (#9350) 2021-08-11 00:26:20 +00:00
sync_subnet_ids.go Sync committee subnet cache (#9350) 2021-08-11 00:26:20 +00:00