prysm-pulse/beacon-chain/core/altair
terence tsao 45b6a80a30
Validator: perform sync committee duties (#9411)
* Validator sync committee methods

* Gazelle

* Update visibility

* Add setupWithKey

* Refactor selection proofs

* Fix build

* Refactor compute and sign

* Fix sign request

* Fix test

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-08-24 17:33:42 +00:00
..
attestation_test.go Optimize process attestations (#9418) 2021-08-18 15:41:09 -07:00
attestation.go Optimize process attestations (#9418) 2021-08-18 15:41:09 -07:00
block_test.go Block: process sync aggregate (#9308) 2021-08-03 16:14:15 +00:00
block.go Implement GetEpochSyncCommittees in the beacon API (#9434) 2021-08-20 21:32:56 +00:00
BUILD.bazel Validator: perform sync committee duties (#9411) 2021-08-24 17:33:42 +00:00
deposit_fuzz_test.go Fix more duplicated import prefix (#9306) 2021-07-30 18:05:38 +00:00
deposit_test.go Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
deposit.go Core/deposit: refactor blocks.ProcessDeposit for less complex altair implementation (#9305) 2021-07-31 23:42:07 +00:00
epoch_precompute_test.go Rewards/penalties: epoch processing for Altair (#9334) 2021-08-06 20:02:35 +00:00
epoch_precompute.go Process epoch: precompute previous and finalized epoch (#9445) 2021-08-24 01:42:05 +00:00
epoch_spec_test.go Add altair epoch processing functions (#9404) 2021-08-20 16:55:42 -07:00
epoch_spec.go Add altair epoch processing functions (#9404) 2021-08-20 16:55:42 -07:00
reward_test.go Reward: altair base reward (#9307) 2021-07-30 19:17:20 +00:00
reward.go Reward: altair base reward (#9307) 2021-07-30 19:17:20 +00:00
sync_committee_test.go Fix Flaky Sync Committee Test (#9337) 2021-08-09 14:49:13 +00:00
sync_committee.go Fixes Issues Found by Goland IDE Code Inspect (#9368) 2021-08-11 20:12:22 +00:00
transition_test.go Add altair process epoch (#9449) 2021-08-24 16:07:11 +00:00
transition.go Add altair process epoch (#9449) 2021-08-24 16:07:11 +00:00
upgrade_test.go Core: upgrade state to Altair (#9349) 2021-08-09 21:27:51 +00:00
upgrade.go Core: upgrade state to Altair (#9349) 2021-08-09 21:27:51 +00:00