mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 20:50:05 +00:00
918129cf36
* refactor initialization to blocking startup method * require genesisSetter in blockchain, fix tests * work-around gazelle weirdness * fix dep gazelle ignores * only call SetGenesis once * fix typo * validator test setup and fix to return right error * move waitForChainStart to Start * wire up sync Service.genesisWaiter * fix p2p genesisWaiter plumbing * remove extra clock type, integrate into genesis and rename * use time.Now when no Nower is specified * remove unused ClockSetter * simplify rpc context checking * fix typo * use clock everywhere in sync; [32]byte val root * don't use DeepEqual to compare [32]byte and []byte * don't use clock in init sync, not wired up yet * use clock waiter in blockchain as well * use cancelable contexts in tests with goroutines * missed a reference to WithClockSetter * Update beacon-chain/startup/genesis.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update beacon-chain/blockchain/service_test.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * more clear docs * doc for NewClock * move clock typedef to more logical file name * adding documentation * gaz * fixes for capella * reducing test raciness * fix races in committee cache tests * lint * add tests on Duration slot math helper * startup package test coverage * fix bad merge * set non-zero genesis time in tests that call Start * happy deepsource, happy me-epsource * replace Synced event with channel * remove unused error * remove accidental wip commit * gaz! * remove unused event constants * remove sync statefeed subscription to fix deadlock * remove state notifier * fix build --------- Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com> Co-authored-by: Radosław Kapka <rkapka@wp.pl> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> Co-authored-by: nisdas <nishdas93@gmail.com> |
||
---|---|---|
.. | ||
backfill | ||
checkpoint | ||
genesis | ||
initial-sync | ||
batch_verifier_test.go | ||
batch_verifier.go | ||
broadcast_bls_changes_test.go | ||
broadcast_bls_changes.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_bls_to_execution_change.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_bls_to_execution_change_test.go | ||
validate_bls_to_execution_change.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 |