mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 18:51:19 +00:00
0a87210514
* write locks * fix forkchoice tests * blockchain locks * lock on IsOptimistic * use forkchoice instead of chaininfo within savehead * Use forkchoice HasNode to check if a block is consistent with finality * interface fix * Use forkchoice HasNode to check if a block is consistent with finality * interface fix * fix tests * remove VerifyFinalizedBlkDescendant * don't write lock wrappers * fix validateBeaconBlock * Terence's review and more missing locks * add lock for InForkChoice * lock head on fillMissingBlockPayload * fix lock on IsOptimisticForRoot * fix lock in fillMissingBlockPayloadId * extra comments * lock proposerBoost on spectests * nishant's review --------- Co-authored-by: Nishant Das <nishdas93@gmail.com> |
||
---|---|---|
.. | ||
blockchain | ||
builder | ||
cache | ||
core | ||
db | ||
deterministic-genesis | ||
execution | ||
forkchoice | ||
gateway | ||
monitor | ||
node | ||
operations | ||
p2p | ||
package | ||
rpc | ||
server | ||
slasher | ||
state | ||
sync | ||
BUILD.bazel | ||
README.md |
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.
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.