Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch eth/v1 and v1alpha1 to protoc-gen-go-cast (#210)
* Set fields as optional * Remove unneeded * Support protoc-gen-go-cast for v1 * WIP * Replace gengo with go-cast and update * Change to go-cast * Change to optional and compile * Add new PBs * Update version * Remove optional for now * Fixes * Revert "Remove optional for now" This reverts commit 617ed8d. * Generate ssz and protos (not optional) * Add grpc and finish script for v1 * Add v1lpha1 * Script improvements * Fixes * Add back import * Fixes * Improve script * Compile grpc * Compile * Fix ssz target * remove all gogoproto * Update gocast * Fix go_proto target * Fix target * Fix ssz * Rename to deposit data * compile * Fixes * Merge branch 'master' of github.com:prysmaticlabs/ethereumapis into gen-go-cast * Remove optional and use standard proto * Properly build with grpc plugin * Update * Final look through * Fix * Add gateway to v1 * readme * Fix after review * Fix DepositData * Regen pbs * remove * Fix * Move options.proto to separate package * Update * Merge gateway into normal protos * temp change compilers * Merge gateway and protos * Fix target embed * Fix bazel * Fix deps * Fix spacing * Fixes Please enter the commit message for your changes. Lines starting * Fix bazels * Fix script * Fixes * change to use glob * Add grpc-gateway fork * FIX GRPCCCCCC * FIX GRPC * Run script * Fix perms * FIX SCRIPT * Fix perms * Update commit * Properly cast arrays * Replace @com_github_golang_protobuf//descriptor:go_default_library with @io_bazel_rules_go//proto/wkt:descriptor_go_proto. Same as #232 * use wkt protos * use wkt protos more * use wkt protos more 2 * use wkt protos more 3 * fix dup dep * fix dup dep 2 * Compile * Rename to move forward * Compile * Fix interface bug!!! * Fix nested fields * Update grpc-gateway * Undo spec change * Use newer go-cast * Update ver * Make gateway targets private * Add back readmes * Update grpc-gateway * Properly set body in order to use outbound marshaler * Update with using parser * Update for sing optionalsptiona * Update endpoints path and structures * Update to latest spec minus missing functoins * Review fixes * Fix optionals * Fix imports * Revert "Fix imports" This reverts commit b798ec6. * fix types * Fix types * Fix index * Update go.mod Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> * Update version Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
- Loading branch information