prysm-pulse/beacon-chain
terence tsao e1840f7523
Share finalized state at start up (#9843)
* Reuse finalized beacon state at startup

* Better logging for replay

* Update tests

* Fix lint

* Add `WithFinalizedStateAtStartup`

* Update service.go

* Remove unused fields

* Update service_test.go

* Update service_test.go

* Update service_test.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-11-06 13:45:16 +00:00
..
blockchain Share finalized state at start up (#9843) 2021-11-06 13:45:16 +00:00
cache Add in Stronger Length Checks (#9758) 2021-10-08 17:41:36 +00:00
core Use prev epoch source naming correctly (#9840) 2021-11-03 21:50:41 +00:00
db Use BeaconBlockIsNil helper more (#9834) 2021-11-01 14:13:05 +00:00
deterministic-genesis Rename Interop-Cold-Start Package to Deterministic-Genesis (#9841) 2021-11-02 14:55:36 +00:00
forkchoice Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
gateway Register v1alpha2 endpoints in the gateway (#9768) 2021-10-12 15:13:52 +00:00
node Share finalized state at start up (#9843) 2021-11-06 13:45:16 +00:00
operations Pool returns empty contribution slice instead of nil (#9808) 2021-10-20 14:45:57 -07:00
p2p Minor cleanups (#9743) 2021-10-06 13:23:40 -05:00
package Move Miscellaneous Shared/ Packages Into Semantic Groups (#9624) 2021-09-17 19:20:50 +00:00
powchain Share finalized state at start up (#9843) 2021-11-06 13:45:16 +00:00
rpc Use math.MaxUint64 (#9857) 2021-11-04 18:48:09 +00:00
server Register v1alpha2 endpoints in the gateway (#9768) 2021-10-12 15:13:52 +00:00
slasher Use Unique Slot Time Tickers for Slasher (#9723) 2021-10-03 07:49:01 +00:00
state Share finalized state at start up (#9843) 2021-11-06 13:45:16 +00:00
sync [Service Config Revamp] - Sync Service With Functional Options (#9859) 2021-11-05 19:08:58 +00:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum written in Go by Prysmatic Labs.

You can also read our main README and join our active chat room on Discord.

Discord

Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.