prysm-pulse/validator/client
Radosław Kapka 94fa046ce1
Voluntary exit CLI/Client integration (#7162)
* rewrite of ProposeExit

# Conflicts:
#	validator/accounts/v2/accounts_exit.go

* translate todos to English

* use node client to calculate current epoch

* resolve dependency cycle

* add missing dependencies

* changed required epochs error message

* fix ProposeExit tests

* remove unused metrics

* simplify public-keys flag name

* organize CLI function

* fix incorrect list of exited keys

* fix formatting of non-exited keys

* add exit root to span attributes

* use errors instead of logs

* log info when all exits failed

* do not log stack trace for non-critical errors

* modify test asserts

* use standard way of displaying errors

* remove todo

* add missing function to wallet mock

* gazelle

* gazelle after stash

* move creating clients to separate function

* gazelle
2020-09-09 13:29:17 -05:00
..
aggregate_test.go Ensure aggregateAndProofSig returns when err'ing (#7182) 2020-09-06 06:56:17 +00:00
aggregate.go Ensure aggregateAndProofSig returns when err'ing (#7182) 2020-09-06 06:56:17 +00:00
attest_protect_test.go Handle empty local slashing protection data (#6877) 2020-08-05 01:03:40 +00:00
attest_protect.go Handle empty local slashing protection data (#6877) 2020-08-05 01:03:40 +00:00
attest_test.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
attest.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
BUILD.bazel Voluntary exit CLI/Client integration (#7162) 2020-09-09 13:29:17 -05:00
log.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
metrics_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
metrics.go Voluntary exit CLI/Client integration (#7162) 2020-09-09 13:29:17 -05:00
mock_validator.go Prepare Validator Client for Web Usage (#7158) 2020-09-03 15:11:17 +00:00
propose_protect_test.go Applies assertion funcs to validator/client tests (#6654) 2020-07-21 13:02:21 +00:00
propose_protect.go Merge separated local slashing protection flags (#6487) 2020-07-03 21:01:54 -05:00
propose_test.go Voluntary exit CLI/Client integration (#7162) 2020-09-09 13:29:17 -05:00
propose.go Voluntary exit CLI/Client integration (#7162) 2020-09-09 13:29:17 -05:00
runner_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
runner.go Remove deprecated health end points (#7170) 2020-09-03 17:39:30 -05:00
service_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
service.go Voluntary exit CLI/Client integration (#7162) 2020-09-09 13:29:17 -05:00
validator_test.go Remove deprecated health end points (#7170) 2020-09-03 17:39:30 -05:00
validator.go Voluntary exit CLI/Client integration (#7162) 2020-09-09 13:29:17 -05:00