prysm-pulse/beacon-chain
Jim McDonald 61855bc596
Add block number to deposit log (#6200)
* Add block number to deposit log
* Update beacon-chain/powchain/log_processing.go

Co-authored-by: Nishant Das <nish1993@hotmail.com>
* Merge branch 'master' into log-deposit-block
* gofmt
* Merge branch 'master' into log-deposit-block
2020-06-10 14:31:58 +00:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
cache Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
core Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
db Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
flags change gateway port (#6203) 2020-06-10 06:56:39 -07:00
forkchoice Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
gateway Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
interop-cold-start Use FastSSZ Everywhere Applicable (#6135) 2020-06-05 13:48:40 +00:00
node Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
operations Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
p2p Use Updated Connection Manager (#6184) 2020-06-10 00:22:45 +00:00
powchain Add block number to deposit log (#6200) 2020-06-10 14:31:58 +00:00
rpc Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
state Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
sync Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
BUILD.bazel Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
main.go Rename white/blacklist to allow/deny list (#6173) 2020-06-08 04:35:15 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Rename white/blacklist to allow/deny list (#6173) 2020-06-08 04:35:15 +00:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum Serenity in Golang by Prysmatic Labs. Before you begin, check out our Contribution Guidelines and join our active chat room on Discord or Gitter below:

Discord Gitter

Also, read the latest beacon chain design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Check out the FAQs. Refer this page on why we are combining sharding and casper together.