mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
06a5548424
* `Test_processAttestations`: Remove duplicated tests. * Sort indexed attestations by data root. * `processAttestations`: Don't return duplicate slashings anymore. Fix https://github.com/prysmaticlabs/prysm/issues/13592. * `AttesterDoubleVote`: Rename fields. * Detect double votes in different batches. In order to do that: 1. Each attestation of the batch is tested against the other attestations of the batch. 2. Each attestation of the batch is tested against the content of the database. 2. Attestations are saved into the database. Fixes https://github.com/prysmaticlabs/prysm/issues/13590. |
||
---|---|---|
.. | ||
assert | ||
assertions | ||
benchmark | ||
bls | ||
endtoend | ||
middleware | ||
mock | ||
require | ||
slasher/simulator | ||
spectest | ||
spectypes | ||
util | ||
validator-mock | ||
README.md |
Prysm Testing
Special bazel tags:
"CI_race_detection"
: Apply this tag to test targets that want to run with race detection in CI.