prysm-pulse/beacon-chain/state/stategen
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
..
BUILD.bazel Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
epoch_boundary_state_cache_test.go Use DeepSSZEqual to satisfy go tests (#8499) 2021-02-23 22:20:11 +00:00
epoch_boundary_state_cache.go State: move state interfaces into state package (#9268) 2021-07-23 16:11:21 +00:00
errors.go Fix Miscellaneous Deep Source Issues (#8007) 2020-11-30 19:55:30 -06:00
getter_test.go Stategen: fix state by slot off by 1 (#9509) 2021-09-02 03:05:08 +00:00
getter.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
hot_state_cache_test.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
hot_state_cache.go Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
init_test.go Embedded mainnet genesis state + load genesis.ssz from file (#8614) 2021-03-18 21:00:00 +00:00
log.go Feature flag to gate prune state upon start up (#5011) 2020-03-05 06:24:59 +00:00
metrics.go Cleanup stategen pkg (#7127) 2020-08-27 22:29:59 +00:00
migrate_test.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
migrate.go State: move state interfaces into state package (#9268) 2021-07-23 16:11:21 +00:00
mock.go Stategen: replay altair epoch (#9468) 2021-08-30 23:57:08 +00:00
replay_test.go Stategen: replay altair epoch (#9468) 2021-08-30 23:57:08 +00:00
replay.go Stategen: fix state by slot off by 1 (#9509) 2021-09-02 03:05:08 +00:00
service_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
service.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
setter_test.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
setter.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00