prysm-pulse/cmd/validator/accounts
Sammy Rosso 20f4d21b83
Keymanager API: Add validator voluntary exit endpoint (#12299)
* Initial setup

* Fix + Cleanup

* Add query

* Fix

* Add epoch

* James' review part 1

* James' review part 2

* James' review part 3

* Radek' review

* Gazelle

* Fix cycle

* Start unit test

* fixing part of the test

* Mostly fix test

* Fix tests

* Cleanup

* Handle error

* Remove times

* Fix all tests

* Fix accidental deletion

* Unmarshal epoch

* Add custom_type

* Small fix

* Fix epoch

* Lint fix

* Add test + fix empty query panic

* Add comment

* Fix regex

* Add correct error message

* Change current epoch to use slot

* Return error if incorrect epoch passed

* Remove redundant type conversion

* Fix tests

* gaz

* Remove nodeClient + pass slot

* Remove slot from parameters

* Fix tests

* Fix test attempt 2

* Fix test attempt 2

* Remove nodeClient from ProposeExit

* Fix

* Fix tests

---------

Co-authored-by: james-prysm <james@prysmaticlabs.com>
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
2023-06-21 14:06:16 -05:00
..
accounts.go prysmctl: Add support for writing signed validator exits to disk (#12262) 2023-04-17 18:01:13 +00:00
backup_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
backup.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Improve validator import logs (#12429) 2023-05-23 15:41:41 -05:00
delete_test.go Reopenning fix for keystore field name change to align with EIP2335 (#12530) 2023-06-14 15:48:30 -05:00
delete.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
exit_test.go Keymanager API: Add validator voluntary exit endpoint (#12299) 2023-06-21 14:06:16 -05:00
exit.go prysmctl: Add support for writing signed validator exits to disk (#12262) 2023-04-17 18:01:13 +00:00
import_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
import.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
list.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
wallet_utils_test.go Improve validator import logs (#12429) 2023-05-23 15:41:41 -05:00
wallet_utils.go Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00