mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
a860648960
* remove all mentions * more changes * folder by folder Co-authored-by: terence tsao <terence@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
6 lines
262 B
Go
6 lines
262 B
Go
// Package cache includes all important caches for the runtime
|
|
// of an Ethereum Beacon Node, ensuring the node does not spend
|
|
// resources computing duplicate operations such as committee
|
|
// calculations for validators during the same epoch, etc.
|
|
package cache
|