mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
a7345c1094
* Add funnction to retrieve deposit contract's address from powchain * change bytes.Equal to assert.DeepEqual * add DepositContractAddress to mocks * Extract powchain info to a separate struct * span * Revert "Extract powchain info to a separate struct" This reverts commit e01dd5222b2ddc92607391f4b927b099100e03dd. * implementation + test * use the correct hexutil library * read contract address from configuration * return ETH1 chain ID instead of fork version * gzl (I hate you) * remove unused ChainInfoFetcher Co-authored-by: terence tsao <terence@prysmaticlabs.com> |
||
---|---|---|
.. | ||
blockchain | ||
cache | ||
core | ||
db | ||
flags | ||
forkchoice | ||
gateway | ||
interop-cold-start | ||
node | ||
operations | ||
p2p | ||
powchain | ||
rpc | ||
state | ||
sync | ||
BUILD.bazel | ||
log.go | ||
main.go | ||
README.md | ||
usage_test.go | ||
usage.go |
Prysmatic Labs Beacon Chain Implementation
This is the main project folder for the beacon chain implementation of eth2 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.