mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
1c180e5088
* remove v2 from all messages that are not request/responses * rename StreamBlocksAltair to StreamBlocks * fix tests * fix validator module (cherry picked from commit 7f2263e90e80499a851c2e09605e2ef5dccb0df8) # Conflicts: # testing/mock/beacon_validator_client_mock.go # testing/mock/beacon_validator_server_mock.go * fix mocks * update validator.pb.go * Revert "rename StreamBlocksAltair to StreamBlocks" This reverts commit 9c961c4e643e1c4d292f07acadab3c981e760fe4. # Conflicts: # proto/prysm/v1alpha1/validator.pb.go # testing/mock/beacon_validator_client_mock.go # testing/mock/beacon_validator_server_mock.go * Revert "Auxiliary commit to revert individual files from a872c9d59dee869da5a9c7236c7ac34fcaf8d54c" This reverts commit 89f19e4f15006c4a0efe593229abc433491e578e. * Revert "Auxiliary commit to revert individual files from 9acbf7b0160626dae0d39c58fa0d8a3e48c203e0" This reverts commit 398ecc9cef460c27e7fc92efe4df3fc9d3dbe566. * update mocks * fix build errors * patch up * fix Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.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.