mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
1c51f6d1be
* test: better InvalidSignature validation Added digest to topic so that the test would not fail at decodePubsubMessage. Generated a valid signature from an invalid key so that it would be considered invalid. Added a check for the correct error: ErrSigFailedToVerify. Related to #9791. * test: better BlockAlreadyPresentInDB validation Added digest to topic so that the test would not fail at decodePubsubMessage. Added a check that the block is ignored. Related to #9791. * test: better Syncing validation Replaced error silencing with NoError assertion. Added check for the expected validation decision: ValidationIgnore. Related to #9791. * test: better IgnoreAndQueueBlocksFromNearFuture validation Rename test to best describe it's function. Replace error silencing with a check for the expected error. Related to #9791. * test: better RejectBlocksFromFuture validation Added digest to topic so that the test would not fail at decodePubsubMessage. Replaced error silencing with NoError assertion. Added check for the expected validation decision: ValidationIgnore. Related to #9791. * test: better RejectBlocksFromThePast validation Added digest to topic so that the test would not fail at decodePubsubMessage. Replaced error silencing with a check for the expected error. Added check for the expected validation decision: ValidationIgnore. Related to #9791. * test: better SeenProposerSlot validation Added digest to topic so that the test would not fail at decodePubsubMessage. Replaced error silencing with NoError assertion. Added check for the expected validation decision: ValidationIgnore. Related to #9791. * test: fix topic and silenced errors * set chain service slot * test: better RejectBlocksFromBadParent validation Set bad parent block. Fixed expected errors and validation decision. * revert: correct log msg for unknown parent block Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
backfill | ||
checkpoint | ||
genesis | ||
initial-sync | ||
batch_verifier_test.go | ||
batch_verifier.go | ||
BUILD.bazel | ||
context_test.go | ||
context.go | ||
deadlines.go | ||
decode_pubsub_test.go | ||
decode_pubsub.go | ||
doc.go | ||
error_test.go | ||
error.go | ||
fork_watcher_test.go | ||
fork_watcher.go | ||
fuzz_exports.go | ||
log.go | ||
metrics.go | ||
options.go | ||
pending_attestations_queue_test.go | ||
pending_attestations_queue.go | ||
pending_blocks_queue_test.go | ||
pending_blocks_queue.go | ||
rate_limiter_test.go | ||
rate_limiter.go | ||
rpc_beacon_blocks_by_range_test.go | ||
rpc_beacon_blocks_by_range.go | ||
rpc_beacon_blocks_by_root_test.go | ||
rpc_beacon_blocks_by_root.go | ||
rpc_chunked_response_test.go | ||
rpc_chunked_response.go | ||
rpc_goodbye_test.go | ||
rpc_goodbye.go | ||
rpc_metadata_test.go | ||
rpc_metadata.go | ||
rpc_ping_test.go | ||
rpc_ping.go | ||
rpc_send_request_test.go | ||
rpc_send_request.go | ||
rpc_status_test.go | ||
rpc_status.go | ||
rpc_test.go | ||
rpc.go | ||
service_test.go | ||
service.go | ||
subscriber_beacon_aggregate_proof_test.go | ||
subscriber_beacon_aggregate_proof.go | ||
subscriber_beacon_attestation.go | ||
subscriber_beacon_blocks_test.go | ||
subscriber_beacon_blocks.go | ||
subscriber_handlers.go | ||
subscriber_sync_committee_message.go | ||
subscriber_sync_contribution_proof.go | ||
subscriber_test.go | ||
subscriber.go | ||
subscription_topic_handler_test.go | ||
subscription_topic_handler.go | ||
sync_fuzz_test.go | ||
sync_test.go | ||
utils_test.go | ||
utils.go | ||
validate_aggregate_proof_test.go | ||
validate_aggregate_proof.go | ||
validate_attester_slashing_test.go | ||
validate_attester_slashing.go | ||
validate_beacon_attestation_test.go | ||
validate_beacon_attestation.go | ||
validate_beacon_blocks_test.go | ||
validate_beacon_blocks.go | ||
validate_proposer_slashing_test.go | ||
validate_proposer_slashing.go | ||
validate_sync_committee_message_test.go | ||
validate_sync_committee_message.go | ||
validate_sync_contribution_proof_test.go | ||
validate_sync_contribution_proof.go | ||
validate_voluntary_exit_test.go | ||
validate_voluntary_exit.go |