prysm-pulse/beacon-chain/core/state
Preston Van Loon 27254ad362 Use a better skip slots cache with a lock around it for identical parallel ProcessSlots requests (#4597)
* Use a better skip slots cache with a lock around it for common requests
* Merge refs/heads/master into better-skip-slots-cache
* add test
* Merge branch 'better-skip-slots-cache' of github.com:prysmaticlabs/prysm into better-skip-slots-cache
* Merge refs/heads/master into better-skip-slots-cache
* exit process slots if the context expired
* Revert "exit process slots if the context expired"

This reverts commit 1430d8ab1914a74c9387a17463121d55b7ad8ca9.
* ensure validation has a pubsub timeout
* Merge refs/heads/master into better-skip-slots-cache
* PR feedback
* Merge branch 'better-skip-slots-cache' of github.com:prysmaticlabs/prysm into better-skip-slots-cache
2020-01-21 02:19:42 +00:00
..
interop Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
spectest Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
stateutils Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
benchmarks_test.go Refactor generated benchmark files to allow for more general usage (#4436) 2020-01-17 12:25:35 -05:00
BUILD.bazel Use a better skip slots cache with a lock around it for identical parallel ProcessSlots requests (#4597) 2020-01-21 02:19:42 +00:00
skip_slot_cache_test.go Cleanup testutil and change name scheme to reference deterministic (#4167) 2019-12-05 19:51:33 +00:00
skip_slot_cache.go Use a better skip slots cache with a lock around it for identical parallel ProcessSlots requests (#4597) 2020-01-21 02:19:42 +00:00
state_test.go Revert 4372 and 4373 (#4375) 2019-12-30 01:21:08 +00:00
state.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
transition_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
transition.go Use a better skip slots cache with a lock around it for identical parallel ProcessSlots requests (#4597) 2020-01-21 02:19:42 +00:00