prysm-pulse/beacon-chain/core/blocks
Radosław Kapka 86a9d4c6a4
Configurable testutil's BeaconState (#8407)
* Configurable testutil's BeaconState

* fix shared and fuzz tests

* return state copy

* use mainnet config values for default state

* handle error in block fuzz

* goimports

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-02-08 20:00:09 +00:00
..
spectest Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
testdata Fuzz: sigp/beaconfuzz#91 (#7725) 2020-11-04 14:05:48 +00:00
attestation_regression_test.go Fuzz: sigp/beaconfuzz#78 (#7684) 2020-10-30 02:06:53 +00:00
attestation_test.go Configurable testutil's BeaconState (#8407) 2021-02-08 20:00:09 +00:00
attestation.go Return error on AttestingIndices bitfield length check (#8285) 2021-01-20 03:00:52 +00:00
attester_slashing_test.go Add hydrate indexed att test helper (#8261) 2021-01-13 22:05:57 +00:00
attester_slashing.go Add Back New Attester Protection DB Logic (#8242) 2021-01-11 23:59:17 +00:00
block_operations_fuzz_test.go Pass By Value Instead Of Reference (#7710) 2020-11-09 10:08:08 +00:00
block_regression_test.go Hydrate attestation for tests (#8228) 2021-01-07 21:00:21 +00:00
BUILD.bazel Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
deposit_test.go Add space at the start of comments (#8202) 2021-01-05 13:09:41 +00:00
deposit.go verifyDepositDataWithDomain: Use helpers.ComputeSigningRoot (#8302) 2021-01-20 20:30:58 +00:00
eth1_data_test.go Update ProcessBlock to use a pipeline (#7148) 2020-08-31 18:29:27 -07:00
eth1_data.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
exit_test.go log validator index in verifyExitConditions (#7773) 2020-11-11 12:55:33 +01:00
exit.go log validator index in verifyExitConditions (#7773) 2020-11-11 12:55:33 +01:00
genesis_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
genesis.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
header_test.go Configurable testutil's BeaconState (#8407) 2021-02-08 20:00:09 +00:00
header.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
log.go Split block_operations.go into smaller files (#6495) 2020-07-06 15:27:42 -07:00
proposer_slashing_regression_test.go Fuzz: sigp/beaconfuzz#91 (#7725) 2020-11-04 14:05:48 +00:00
proposer_slashing_test.go Hydrate header test helper (#8234) 2021-01-09 16:45:45 +00:00
proposer_slashing.go Fuzz: sigp/beaconfuzz#91 (#7725) 2020-11-04 14:05:48 +00:00
randao_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
randao.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
signature.go Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00