mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
2377d6d6ea
* adding in beacon API request Object * fixed proto generation * fixing protos * adding new API logic and fixing linting * adding work in progress unit test for validator registrations * fixing unit test * fixing linting * fixing function name to match interface * changing emptypb to empty.Empty * fixing import complaint * removing unused import * fixing import * Update beacon-chain/rpc/eth/validator/validator.go Co-authored-by: terencechain <terence@prysmaticlabs.com> * adding emptypb.Empty back in * Update beacon-chain/rpc/eth/validator/validator.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update beacon-chain/rpc/eth/validator/validator.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update beacon-chain/rpc/eth/validator/validator.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * adding validator registration API to apimiddleware * fixing import * fixing import format * fixing protos * fixing goimports * removing duplicate import * fixing proto * fixing error message in test Co-authored-by: terencechain <terence@prysmaticlabs.com> Co-authored-by: Radosław Kapka <rkapka@wp.pl> |
||
---|---|---|
.. | ||
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.