prysm-pulse/proto
james-prysm 7f931bf65b
Keymanager APIs - get,post,delete graffiti (#13474)
* wip

* adding set and delete graffiti

* fixing mock

* fixing mock linting and putting in scaffolds for unit tests

* adding some tests

* gaz

* adding tests

* updating missing unit test

* fixing unit test

* Update validator/rpc/handlers_keymanager.go

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

* Update validator/client/propose.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/rpc/handlers_keymanager.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/propose.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* radek's feedback

* fixing tests

* using wrapper for graffiti

* fixing linting

* wip

* fixing setting proposer settings

* more partial fixes to tests

* gaz

* fixing tests and setting logic

* changing keymanager

* fixing tests and making graffiti optional in the proposer file

* remove unneeded lines

* reverting unintended changes

* Update validator/client/propose.go

Co-authored-by: Manu NALEPA <enalepa@offchainlabs.com>

* addressing feedback

* removing uneeded line

* fixing bad merge resolution

* gofmt

* gaz

---------

Co-authored-by: Sammy Rosso <15244892+saolyn@users.noreply.github.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Manu NALEPA <enalepa@offchainlabs.com>
2024-03-18 15:03:08 +00:00
..
dbval Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
engine/v1 Clean up some unused beacon state proto types and related code (#13735) 2024-03-13 03:20:36 +00:00
eth Clean up some unused beacon state proto types and related code (#13735) 2024-03-13 03:20:36 +00:00
migration Clean up some unused beacon state proto types and related code (#13735) 2024-03-13 03:20:36 +00:00
prysm Keymanager APIs - get,post,delete graffiti (#13474) 2024-03-18 15:03:08 +00:00
testing Clean up some unused beacon state proto types and related code (#13735) 2024-03-13 03:20:36 +00:00
BUILD.bazel Update bazel, rules_go, gazelle, and go versions (#13724) 2024-03-12 14:33:37 +00:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
ssz_proto_library.bzl Fix a few minor nits in protobuf definitions (#13512) 2024-02-06 21:17:32 +00:00

Prysm Protocol Buffers

This package defines common protobuf messages and services used by Prysm. For now, we are checking in all generated code to support native go dependency management.