Go to file
Nishant Das 3d337b07e1
Remove Ropsten Testnet Config (#12058)
* remove support for ropsten testnet

* add deprecated flag for ropsten

---------

Co-authored-by: P <1674920+peterbitfly@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2023-03-01 13:26:32 +08:00
.github
.well-known
api Add Eth-Consensus-Version header to SubmitBlindedBlock (#12029) 2023-02-22 17:42:05 +00:00
async
beacon-chain Store Blinded Beacon Blocks by Default for New Prysm Databases (#11591) 2023-03-01 00:07:23 +00:00
build Bazel: cleanup .bazelrc file (#12059) 2023-02-28 21:36:43 +00:00
cache/lru
cmd Remove Ropsten Testnet Config (#12058) 2023-03-01 13:26:32 +08:00
config Remove Ropsten Testnet Config (#12058) 2023-03-01 13:26:32 +08:00
consensus-types Process blind withdrawals (#11995) 2023-02-17 15:49:30 +08:00
container Generic map (#11953) 2023-02-02 17:59:51 +00:00
contracts/deposit
crypto Fix #11948 and reduces call to GetFeeRecipientByPubKey only in ListFeeRecipientByPubkey in nothing is defined in VC (#11970) 2023-02-14 04:53:54 +00:00
encoding Capella E2E (#11951) 2023-02-10 14:19:15 +08:00
hack Fix #11948 and reduces call to GetFeeRecipientByPubKey only in ListFeeRecipientByPubkey in nothing is defined in VC (#11970) 2023-02-14 04:53:54 +00:00
io
math
monitoring
network
proto Prysm v4 - mark old endpoints for deprecation (#11997) 2023-02-23 16:32:03 +00:00
runtime Capella E2E (#11951) 2023-02-10 14:19:15 +08:00
testing Store Blinded Beacon Blocks by Default for New Prysm Databases (#11591) 2023-03-01 00:07:23 +00:00
third_party
time Implement should_override_forkchoice_update (#11981) 2023-02-18 07:37:03 -03:00
tools Update distroless base images (#12061) 2023-02-28 22:50:37 +00:00
validator Remove the gRPC fallback client from the validator REST API (#12051) 2023-02-27 12:46:34 +00:00
.bazelrc Bazel: cleanup .bazelrc file (#12059) 2023-02-28 21:36:43 +00:00
.bazelversion
.buildkite-bazelrc
.codecov.yml
.deepsource.toml
.dockerignore
.gitattributes linguist-generated=true for mock and pb go files (#1465) 2019-02-02 17:25:28 -05:00
.gitignore
.golangci.yml
.policy.yml
.travis.yml
bazel.sh
BUILD.bazel
CONTRIBUTING.md
DEPENDENCIES.md
deps.bzl Update protoc-gen-go-cast to suppress tool output (#12062) 2023-02-28 23:04:22 +00:00
fuzzbuzz.yaml
go.mod Update protoc-gen-go-cast to suppress tool output (#12062) 2023-02-28 23:04:22 +00:00
go.sum Update protoc-gen-go-cast to suppress tool output (#12062) 2023-02-28 23:04:22 +00:00
INTEROP.md
LICENSE.md
nogo_config.json
prysm.bat
prysm.ps1
prysm.sh
README.md
SECURITY.md
service-account.json.enc
TERMS_OF_SERVICE.md
WORKSPACE Update distroless base images (#12061) 2023-02-28 22:50:37 +00:00

Prysm: An Ethereum Consensus Implementation Written in Go

Build status Go Report Card Consensus_Spec_Version 1.2.0 Execution_API_Version 1.0.0-beta.1 Discord GitPOAP Badge

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