prysm-pulse/beacon-chain/core/blocks
Ivan Martinez 9a1157465e
Change non-mutating validator accesses to ReadOnly (#5776)
* Change instances of ValidatorAtIndex to ReadOnly where possible

* Use ReadOnly for VerifyExit and Slashings

* Move length check to before lock

* Improve readonly tests

* undo process attester changes

* Fix test
2020-05-07 14:15:51 -04:00
..
spectest Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
block_operations_fuzz_test.go Change non-mutating validator accesses to ReadOnly (#5776) 2020-05-07 14:15:51 -04:00
block_operations_test.go Change non-mutating validator accesses to ReadOnly (#5776) 2020-05-07 14:15:51 -04:00
block_operations.go Change non-mutating validator accesses to ReadOnly (#5776) 2020-05-07 14:15:51 -04:00
block_regression_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
block_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
block.go All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
eth1_data_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00