prysm-pulse/validator
dependabot[bot] ecb26e9885
Bump google.golang.org/grpc from 1.40.0 to 1.53.0 (#12595)
* Bump google.golang.org/grpc from 1.40.0 to 1.53.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.40.0...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run gazelle and fix new gRPC API

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
2023-07-06 20:11:43 +00:00
..
accounts Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
client Bump google.golang.org/grpc from 1.40.0 to 1.53.0 (#12595) 2023-07-06 20:11:43 +00:00
db Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
graffiti Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
helpers Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
keymanager Reopenning fix for keystore field name change to align with EIP2335 (#12530) 2023-06-14 15:48:30 -05:00
node Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
package Update cross compile toolchains (#12069) 2023-03-07 20:09:46 +00:00
rpc Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
slashing-protection-history Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
testing Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
web Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00

Prysmatic Labs Validator Client Implementation

This is the main project folder for a validator client implementation of Ethereum written in Go by Prysmatic Labs. A validator client attaches to a running beacon node in order to perform proposer/attester responsibilities for eth.

You can also read our main README and join our active chat room on Discord.

Discord

To further understand the responsibilities of an Ethereum validator, we recommend reading the official specification here