prysm-pulse/validator/accounts
james-prysm d6ae838bbf
replace receive slot with event stream (#13563)
* WIP

* event stream wip

* returning nil

* temp removing some tests

* wip health checks

* fixing conficts

* updating fields based on linting

* fixing more errors

* fixing mocks

* fixing more mocks

* fixing more linting

* removing white space for lint

* fixing log format

* gaz

* reverting changes on grpc

* fixing unit tests

* adding in tests for health tracker and event stream

* adding more tests for streaming slot

* gaz

* Update api/client/event/event_stream.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* review comments

* Update validator/client/runner.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/validator.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/validator.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/validator.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/validator.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/beacon-api/beacon_api_validator_client.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/validator.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/validator.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* addressing radek comments

* Update validator/client/validator.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* addressing review feedback

* moving things to below next slot ticker

* fixing tests

* update naming

* adding TODO comment

* Update api/client/beacon/health.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* addressing comments

* fixing broken linting

* fixing more import issues

* fixing more import issues

* linting

* updating based on radek's comments

* addressing more comments

* fixing nogo error

* fixing duplicate import

* gaz

* adding radek's review suggestion

* Update proto/prysm/v1alpha1/node.proto

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>

* preston review comments

* Update api/client/event/event_stream.go

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>

* Update validator/client/validator.go

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>

* addressing some more preston review items

* fixing tests for linting

* fixing missed linting

* updating based on feedback to simplify

* adding interface check at the top

* reverting some comments

* cleaning up intatiations

* reworking the health tracker

* fixing linting

* fixing more linting to adhear to interface

* adding interface check at the the top of the file

* fixing unit tests

* attempting to fix dependency cycle

* addressing radek's comment

* Update validator/client/beacon-api/beacon_api_validator_client.go

Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>

* adding more tests and feedback items

* fixing TODO comment

---------

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
2024-03-13 13:01:05 +00:00
..
iface Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
petnames Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
testdata/fuzz/FuzzValidateMnemonic Fix Mnemonic Validation (#10354) 2022-03-14 07:30:11 +08:00
testing replace receive slot with event stream (#13563) 2024-03-13 13:01:05 +00:00
userprompt Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
wallet Implement EIP-3076 minimal slashing protection, using a filesystem database (#13360) 2024-03-05 15:27:15 +00:00
accounts_backup.go Implement EIP-3076 minimal slashing protection, using a filesystem database (#13360) 2024-03-05 15:27:15 +00:00
accounts_delete_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
accounts_delete.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
accounts_exit_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
accounts_exit.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
accounts_helper.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
accounts_import_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
accounts_import.go Implement EIP-3076 minimal slashing protection, using a filesystem database (#13360) 2024-03-05 15:27:15 +00:00
accounts_list_test.go Switch gomock library (#13639) 2024-02-21 18:37:17 +00:00
accounts_list.go removing show deposit data flag (#13618) 2024-02-15 19:49:50 +00:00
accounts.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
BUILD.bazel Switch gomock library (#13639) 2024-02-21 18:37:17 +00:00
cli_manager.go replace receive slot with event stream (#13563) 2024-03-13 13:01:05 +00:00
cli_options.go removing show deposit data flag (#13618) 2024-02-15 19:49:50 +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 Unify log fields (#13654) 2024-02-22 22:40:36 +00:00
wallet_recover_fuzz_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
wallet_recover_test.go Wallet recover CLI Manager migration (#11278) 2022-08-24 16:57:03 +00:00
wallet_recover.go Unify log fields (#13654) 2024-02-22 22:40:36 +00:00