prysm-pulse/beacon-chain/core/helpers
Preston Van Loon 412ddbb29e
beacon-chain/state/v1: ReadOnlyValidator wrapper constructor method (#9221)
* Introduce changes from Altair hf1 branch

* go pkg viz changes

* Fix test

* goimports for some reason

* Use a more safe method of wrapping validators with regards to nil validators. Add basic tests for this wrapped validator

* Use a more safe method of wrapping validators with regards to nil validators. Add basic tests for this wrapped validator

* Panic fixes

* Fix tests

* remove nil validator test as it is no longer possible

* goimports for some reason

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-07-19 18:26:39 +00:00
..
attestation_test.go beacon-chain/state/v1: ReadOnlyValidator wrapper constructor method (#9221) 2021-07-19 18:26:39 +00:00
attestation.go Process future Blocks and Attestations (#8975) 2021-06-17 00:17:52 +00:00
block_test.go beacon-chain/state/v1: ReadOnlyValidator wrapper constructor method (#9221) 2021-07-19 18:26:39 +00:00
block.go Move block interface next to generated pb (#9146) 2021-07-06 15:34:05 +00:00
BUILD.bazel Move block interface next to generated pb (#9146) 2021-07-06 15:34:05 +00:00
committee_test.go beacon-chain/state/v1: ReadOnlyValidator wrapper constructor method (#9221) 2021-07-19 18:26:39 +00:00
committee.go Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
genesis.go Refactor helpers for Altair (#9026) 2021-06-11 19:29:50 +00:00
randao_test.go beacon-chain/state/v1: ReadOnlyValidator wrapper constructor method (#9221) 2021-07-19 18:26:39 +00:00
randao.go Update spec comments (#8727) 2021-04-08 19:33:54 +00:00
rewards_penalties_test.go beacon-chain/state/v1: ReadOnlyValidator wrapper constructor method (#9221) 2021-07-19 18:26:39 +00:00
rewards_penalties.go Calculate epoch outside of loop (#9178) 2021-07-12 12:35:36 -07:00
shuffle_test.go Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
shuffle.go Update spec comments (#8727) 2021-04-08 19:33:54 +00:00
signing_root_test.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
signing_root.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
slot_epoch_test.go beacon-chain/state/v1: ReadOnlyValidator wrapper constructor method (#9221) 2021-07-19 18:26:39 +00:00
slot_epoch.go Minor changes from hf1 branch (#8906) 2021-05-19 16:11:48 +00:00
validators_test.go beacon-chain/state/v1: ReadOnlyValidator wrapper constructor method (#9221) 2021-07-19 18:26:39 +00:00
validators.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
weak_subjectivity_test.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
weak_subjectivity.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00