Go to file
Radosław Kapka 6a638bd148
HTTP handler for Beacon API events (#13207)
* in progress

* implementation done

* bzl

* fixes

* tests in progress

* tests

* go mod tidy

* Update beacon-chain/rpc/eth/events/events.go

Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>

* fix config test

* fix unreachable code issue

* remove proto service dir

* test fix

---------

Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
2023-11-28 23:20:02 +00:00
.github Default to the portable version of blst (#12720) 2023-09-29 15:35:15 -05:00
.well-known
api Allow validators registration batching on Builder API /eth/v1/builder/validators (#13178) 2023-11-28 00:23:48 +00:00
async Release Lock Before Panicking (#12464) 2023-05-25 06:42:21 -07:00
beacon-chain HTTP handler for Beacon API events (#13207) 2023-11-28 23:20:02 +00:00
build
cache
cmd Allow validators registration batching on Builder API /eth/v1/builder/validators (#13178) 2023-11-28 00:23:48 +00:00
config Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
consensus-types Update proposer RPC to new blob sidecar format (#13189) 2023-11-27 15:44:52 -08:00
container Implement Merkle proof spectests (#13146) 2023-11-02 23:08:16 +00:00
contracts/deposit
crypto Replace Empty Slice Literals with Nil Slices (#13093) 2023-10-23 16:36:11 +00:00
encoding Allow validators registration batching on Builder API /eth/v1/builder/validators (#13178) 2023-11-28 00:23:48 +00:00
hack integrate validator count endpoint in validator client (#12912) 2023-10-11 15:23:02 +02:00
io Blob filesystem: Save Blobs (#13129) 2023-11-03 16:24:30 +00:00
math Deneb produce blockv3 (#12708) 2023-09-01 12:51:27 +02:00
monitoring Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
network Better error handling in REST VC (#13203) 2023-11-21 17:42:55 +01:00
proto HTTP handler for Beacon API events (#13207) 2023-11-28 23:20:02 +00:00
runtime Verified roblobs (#13190) 2023-11-21 18:44:38 +00:00
testing HTTP handler for Beacon API events (#13207) 2023-11-28 23:20:02 +00:00
third_party Update rules_go and gazelle to 0.42 & 0.33 (latest releases) (#13021) 2023-10-10 12:50:29 +08:00
time
tools bazel: Run buildifier, general cleanup (#13193) 2023-11-16 18:41:37 +00:00
validator Allow validators registration batching on Builder API /eth/v1/builder/validators (#13178) 2023-11-28 00:23:48 +00:00
.bazelrc pgo: Enable pgo behind release flag (#13158) 2023-11-08 13:33:26 +00:00
.bazelversion
.buildkite-bazelrc Multiarch docker containers (#12428) 2023-09-28 15:24:16 +00:00
.codecov.yml
.deepsource.toml
.dockerignore
.gitattributes
.gitignore
.golangci.yml
.policy.yml
.travis.yml
bazel.sh
BUILD.bazel pgo: Enable pgo behind release flag (#13158) 2023-11-08 13:33:26 +00:00
CONTRIBUTING.md
DEPENDENCIES.md
deps.bzl Update spectest and changed minimal preset for field elements (#13090) 2023-10-30 11:41:58 +00:00
fuzzbuzz.yaml
go.mod HTTP handler for Beacon API events (#13207) 2023-11-28 23:20:02 +00:00
go.sum HTTP handler for Beacon API events (#13207) 2023-11-28 23:20:02 +00:00
INTEROP.md
LICENSE.md
nogo_config.json
prysm.bat Fix typos (#13053) 2023-10-19 12:23:11 +00:00
prysm.ps1
prysm.sh
README.md
SECURITY.md
service-account.json.enc
TERMS_OF_SERVICE.md Update Terms of Service (#13163) 2023-11-02 17:11:11 +00:00
WORKSPACE zig: Update zig to recent main branch commit (#13142) 2023-10-30 23:48:45 +00:00

Prysm: An Ethereum Consensus Implementation Written in Go

Build status Go Report Card Consensus_Spec_Version 1.3.0 Execution_API_Version 1.0.0-beta.2 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