prysm-pulse/beacon-chain/rpc
metanull-operator 1222ebb6db Graffiti flag (#4213)
* Implementation of graffiti flag without tests.
* Updated to pass graffiti as string instead of []byte all the way to the ProposeBlock RPC call. This ensures that the ToBytes32() call is handled in ProposeBlock as opposed to relying on the caller to ensure that the value passed is only 32 bytes. This adds work by doing that conversion on each proposed block for a static value of graffiti, but it also helps protect against an RPC call to ProposeBlock that has more than 32 bytes for graffiti.
* Added test case for validator.
* Added GraffitiFlag to validate usage test.
* Updated data structures and logic to convert graffiti flag from string to byte array earlier in the process. Now converting when setting up ValidatorService.
* Updated test case to correctly set up validator using byte array.
* Merge branch 'master' into graffitiFlag
2019-12-07 19:13:56 +00:00
..
aggregator Change BLS to Herumi Again (#4181) 2019-12-03 20:29:05 +00:00
attester Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
beacon Add operation feed (#4215) 2019-12-07 17:57:26 +00:00
node Implement ListPeers API call (#4151) 2019-11-30 05:36:02 +00:00
proposer Graffiti flag (#4213) 2019-12-07 19:13:56 +00:00
testing Change All Caches To Ristretto (#4208) 2019-12-06 20:06:37 +00:00
validator Add operation feed (#4215) 2019-12-07 17:57:26 +00:00
BUILD.bazel Add operation feed (#4215) 2019-12-07 17:57:26 +00:00
service_test.go Move StateInitialized and ChainStarted to state feed (#4084) 2019-11-23 03:35:47 +00:00
service.go Add operation feed (#4215) 2019-12-07 17:57:26 +00:00