mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 18:51:19 +00:00
20e99fd1f9
* updating mock * adding new internal api * adding generated code * converting validator index to pubkey * adding new API endpoint * fixing mock related new API * fixing unit tests * preventing failure on startup, replacing with warnings * improving log message * changing warn log to error log * fixing error formatting * improve log on beacon node side on startup * fixing deepsource issue * improving logs * fixing unit tests * fixing more tests * adding error check * adding in new case for fee recipient to avoid conflicts on changing beacon node suggested fee recipient * adding default fee recipient check for gas limit as well * adding improved unit tests * accidently checked in tmp folder * adding more unit tests * fixing gas limit unit test * Update validator/rpc/standard_api_test.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update validator/rpc/standard_api_test.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update validator/rpc/standard_api_test.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update beacon-chain/node/config.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update beacon-chain/node/config.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update proto/prysm/v1alpha1/validator.proto Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update validator/rpc/standard_api.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update validator/client/runner.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * addressing comments * updating proto generated files * fixing linting and addressign review comments * fixing unit test * improve error handling * accidently added tmp folder * improving function error returns * realizing i am wrapping error incorrectly * fixing unit test * addressing review comment * fixing linting * fixing unit test * improving ux around enable builder Co-authored-by: Radosław Kapka <rkapka@wp.pl> Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> |
||
---|---|---|
.. | ||
attestation | ||
metadata | ||
slashings | ||
validator-client | ||
attestation.pb.go | ||
attestation.pb.gw.go | ||
attestation.proto | ||
beacon_block.pb.go | ||
beacon_block.pb.gw.go | ||
beacon_block.proto | ||
beacon_chain.pb.go | ||
beacon_chain.pb.gw.go | ||
beacon_chain.proto | ||
beacon_state.pb.go | ||
beacon_state.pb.gw.go | ||
beacon_state.proto | ||
BUILD.bazel | ||
cloners_test.go | ||
cloners.go | ||
debug.pb.go | ||
debug.pb.gw.go | ||
debug.proto | ||
finalized_block_root_container.pb.go | ||
finalized_block_root_container.pb.gw.go | ||
finalized_block_root_container.proto | ||
generated.ssz.go | ||
health.pb.go | ||
health.pb.gw.go | ||
health.proto | ||
node.pb.go | ||
node.pb.gw.go | ||
node.proto | ||
p2p_messages.pb.go | ||
p2p_messages.pb.gw.go | ||
p2p_messages.proto | ||
powchain.pb.go | ||
powchain.pb.gw.go | ||
powchain.proto | ||
README.md | ||
slasher.pb.go | ||
slasher.pb.gw.go | ||
slasher.proto | ||
swagger_description.md | ||
swagger.proto | ||
swagger.swagger.json | ||
sync_committee_mainnet.go | ||
sync_committee_minimal.go | ||
sync_committee.pb.go | ||
sync_committee.pb.gw.go | ||
sync_committee.proto | ||
validator.pb.go | ||
validator.pb.gw.go | ||
validator.proto | ||
withdrawals.pb.go | ||
withdrawals.pb.gw.go | ||
withdrawals.proto |
gRPC Gateway
This package is contains generated files for applications that wish to use eth/v1alpha as a gRPC gateway.