Go to file
Nishant Das 7f443e8387
Add Optimistic Sync Scenario Testing (#10836)
* add latest changes

* fix it

* add multiclient support

* fix tests

* Apply suggestions from code review

* fix test

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-06-09 23:24:53 +00:00
.github Fix Fuzzing (#10798) 2022-06-01 13:15:50 +00:00
.well-known
api Validator client builder support (#10749) 2022-06-06 19:32:41 +00:00
async
beacon-chain Forkchoice checkpoints (#10823) 2022-06-09 22:28:30 +00:00
build/bazel Add static analysis for unsafe uint casting (#10318) 2022-03-11 09:34:30 +00:00
cache/lru
cmd Refactor validator accounts backup to remove cli context dependency (#10824) 2022-06-07 15:19:12 +00:00
config Fix default mainnet log when using chain config (#10855) 2022-06-09 21:31:59 +00:00
consensus-types Native Blocks Ep. 1 - New types and functions (#10837) 2022-06-09 13:13:02 +00:00
container
contracts/deposit
crypto Fix Fuzzing (#10798) 2022-06-01 13:15:50 +00:00
encoding
hack
io
math
monitoring
network Integrate Engine Proxy into E2E (#10808) 2022-06-06 23:35:54 +00:00
proto Add optimistic status to chainhead (#10842) 2022-06-09 17:37:52 +00:00
runtime
testing Add Optimistic Sync Scenario Testing (#10836) 2022-06-09 23:24:53 +00:00
third_party
time
tools
validator Refactor validator accounts backup to remove cli context dependency (#10824) 2022-06-07 15:19:12 +00:00
.bazelrc
.bazelversion
.buildkite-bazelrc
.codecov.yml Codecov: ignore testing directories (#8777) 2021-04-16 08:44:36 -05:00
.deepsource.toml
.dockerignore
.gitattributes
.gitignore Implement generate-auth-secret on beacon node CLI (#10733) 2022-06-07 07:37:12 +00:00
.golangci.yml
.policy.yml
.travis.yml
bazel.sh
BUILD.bazel
CONTRIBUTING.md
DEPENDENCIES.md
deps.bzl
fuzzbuzz.yaml Fix Fuzzing (#10798) 2022-06-01 13:15:50 +00:00
go.mod
go.sum
interop.Dockerfile
INTEROP.md
LICENSE.md
nogo_config.json
prysm.bat
prysm.ps1
prysm.sh
README.md Update spec labels (#10833) 2022-06-06 18:13:59 -04:00
SECURITY.md Add how users should report security vulnerabilities for this repository (#9525) 2021-09-10 03:13:09 +00:00
service-account.json.enc
TERMS_OF_SERVICE.md
WORKSPACE updating to match current checksum from github (#10756) 2022-05-25 18:29:17 +00:00

Prysm: An Ethereum Consensus Implementation Written in Go

Build status Go Report Card Consensus_Spec_Version 1.2.0-rc.1 Execution_API_Version 1.0.0-alpha.9 Discord

This is the core repository for Prysm, a Golang implementation of the Ethereum Consensus specification, developed by Prysmatic Labs. See the Changelog for details of the latest releases and upcoming breaking changes.

Getting Started

A detailed set of installation and usage instructions as well as breakdowns of each individual component are available in the official documentation portal. If you still have questions, feel free to stop by our Discord.

Staking on Mainnet

To participate in staking, you can join the official eth2 launchpad. The launchpad is the only recommended way to become a validator on mainnet. You can explore validator rewards/penalties via Bitfly's block explorer: beaconcha.in, and follow the latest blocks added to the chain on beaconscan.

Contributing

Branches

Prysm maintains two permanent branches:

  • master: This points to the latest stable release. It is ideal for most users.
  • develop: This is used for development, it contains the latest PRs. Developers should base their PRs on this branch.

Guide

Want to get involved? Check out our Contribution Guide to learn more!

License

GNU General Public License v3.0

Terms of Use