mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
ae31eed013
* Add store with tests * Rm genesis time * Previous finalized * Go fmt * Update beacon-chain/blockchain/store/type.go Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
5 lines
258 B
Go
5 lines
258 B
Go
// Package store implements the store object defined in the phase0 fork choice spec.
|
|
// It serves as a helpful middleware layer in between blockchain pkg and fork choice protoarray pkg.
|
|
// All the getters and setters are concurrent thread safe
|
|
package store
|