prysm-pulse/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
..
iface Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
petnames Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
testdata/fuzz/FuzzValidateMnemonic Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08:00
testing change update duties to handle all validators exited check (#12505) 2023-06-12 14:27:52 +00:00
userprompt Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00
wallet Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
accounts_backup.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
accounts_delete.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
accounts_exit_test.go prysmctl: Add support for writing signed validator exits to disk (#12262) 2023-04-17 18:01:13 +00:00
accounts_exit.go Keymanager API: Add validator voluntary exit endpoint (#12299) 2023-06-21 14:06:16 -05:00
accounts_helper.go removing phrasing on not being able to withdraw (#12306) 2023-04-19 11:46:27 +08:00
accounts_import_test.go Reopenning fix for keystore field name change to align with EIP2335 (#12530) 2023-06-14 15:48:30 -05:00
accounts_import.go Reopenning fix for keystore field name change to align with EIP2335 (#12530) 2023-06-14 15:48:30 -05:00
accounts_list_test.go Reopenning fix for keystore field name change to align with EIP2335 (#12530) 2023-06-14 15:48:30 -05:00
accounts_list.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
accounts.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel prysmctl: Add support for writing signed validator exits to disk (#12262) 2023-04-17 18:01:13 +00:00
cli_manager.go prysmctl: Add support for writing signed validator exits to disk (#12262) 2023-04-17 18:01:13 +00:00
cli_options.go prysmctl: Add support for writing signed validator exits to disk (#12262) 2023-04-17 18:01:13 +00:00
doc.go Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
wallet_create.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
wallet_recover_fuzz_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
wallet_recover_test.go Wallet recover CLI Manager migration (#11278) 2022-08-24 16:57:03 +00:00
wallet_recover.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00