* first pass on pow faucet for testnet
* delete unused thing
* remove unneeded thing
* remove other thing
* https & remove a log
* don't force redirect on https, its not working?
* some renaming of stuff
* lint
* lint
* some stablity config
* move protos to proto directory, add generated pb file for go users
* add health probe
* add hpa and request cpu
* handle err
* some more config
* initial validator attesthead rewrite based on proposer rewrite
* proceed with fetching committees and tree hashing the canonical head at assigned attester slot
* complete filling the properties of attestation data and all associated root hashes
* add when to attest todo
* finish entire attester client logic
* tests with mocks checked in
* tests passing in client
* stubbed out server implementation
* fixed build due to old property
* regen mocks with new mockgen version
* fixed broken tests
* complete bazel build fix
* address some review comments
* deep proto test
* tests passing after checking for empty committee and crosslink root
* address nishant comments
* Add version linking to binaries via --workspace_status_command=./scripts/workspace_status.sh
* dont export some things
* lint and better date
* even better date