* First take at updating everything to v5 * Patch gRPC gateway to use prysm v5 Fix patch * Update go ssz --------- Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
* remove validation package * structs cleanup * merge with apimiddleware removal * more validation and Bls capitalization * builder test fix * use strconv for uint->str conversions * use DecodeHexWithLength * use exact param names * rename http package to httputil * change conversions to fmt.Sprintf * handle query paramsd and route variables * spans and receiver name * split structs, move bytes helper * missing ok check * fix reference to indexed failure * errors fixup * add godoc to helper * fix BLS casing and chainhead ref * review * fix import in tests * gzl
* adding migration for import and export slashing protection * Update validator/rpc/handle_slashing.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update validator/rpc/handle_slashing.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update validator/rpc/handle_slashing.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update validator/rpc/handle_slashing.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * addressing comments * fixing unit test errors after view comments --------- Co-authored-by: Radosław Kapka <rkapka@wp.pl>