Set graffiti per validator (#2044)

## Issue Addressed

Resolves #1944 

## Proposed Changes

Adds a "graffiti" key to the `validator_definitions.yml`. Setting the key will override anything passed through the validator `--graffiti` flag. 
Returns an error if the value for the graffiti key is > 32 bytes instead of silently truncating.
This commit is contained in:
Pawan Dhananjay
2021-03-02 22:35:46 +00:00
parent 1c507c588e
commit da8791abd7
18 changed files with 428 additions and 14 deletions

View File

@@ -279,7 +279,8 @@ Typical Responses | 200
{
"enable": true,
"description": "validator_one",
"deposit_gwei": "32000000000"
"deposit_gwei": "32000000000",
"graffiti": "Mr F was here"
},
{
"enable": false,