prysm-pulse/beacon-chain/sync
terence tsao bcea2c1b22
Config/flag: medalla as default (#6770)
* config: use medalla as default

* Tests: align with medalla spec

* Config/flag: deprecate medalla feature flag

* Update shared/featureconfig/flags.go

* Spectest: set genesis forkversion to 0,0,0,0

* Config: set medalla as defat in Configure

* Extra space

* Shard: use copy

* Revert a p2p fork test

* Update default medalla for tools

* Use medalla config for e2e

* Fix E2E

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
2020-07-30 08:45:00 -05:00
..
initial-sync Handles case when no peers with finalized blocks are found (#6679) 2020-07-22 18:14:24 +00:00
BUILD.bazel QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
deadlines.go Validate RPC Topics Before Sending Requests (#6558) 2020-07-13 09:20:53 +08:00
decode_pubsub.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
error.go Fix Metadata Sequence Checks (#6711) 2020-07-25 11:53:41 -05:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go add fix and test (#6533) 2020-07-09 09:46:35 -05:00
pending_attestations_queue_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
pending_attestations_queue.go Remove Deprecated SSZ Decode Edge Case for BeaconBlocksByRoots (#6771) 2020-07-29 23:15:14 +00:00
pending_blocks_queue_test.go Account for Bad Blocks in Gossip (#6726) 2020-07-27 19:57:19 +08:00
pending_blocks_queue.go Remove Deprecated SSZ Decode Edge Case for BeaconBlocksByRoots (#6771) 2020-07-29 23:15:14 +00:00
rate_limiter_test.go QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
rate_limiter.go Adds peer scorer manager (#6752) 2020-07-29 09:26:46 +00:00
rpc_beacon_blocks_by_range_test.go Adds peer scorer manager (#6752) 2020-07-29 09:26:46 +00:00
rpc_beacon_blocks_by_range.go QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
rpc_beacon_blocks_by_root_test.go QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
rpc_beacon_blocks_by_root.go Remove Deprecated SSZ Decode Edge Case for BeaconBlocksByRoots (#6771) 2020-07-29 23:15:14 +00:00
rpc_chunked_response.go QSP 32: Add Appropriate Stream Deadlines for RPC Requests (#6583) 2020-07-13 19:40:12 +00:00
rpc_goodbye_test.go QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
rpc_goodbye.go QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
rpc_metadata_test.go QSP 29: Add Rate Limiter For All Topics (#6606) 2020-07-17 08:58:51 +00:00
rpc_metadata.go Adds peer scorer manager (#6752) 2020-07-29 09:26:46 +00:00
rpc_ping_test.go Adds peer scorer manager (#6752) 2020-07-29 09:26:46 +00:00
rpc_ping.go Adds peer scorer manager (#6752) 2020-07-29 09:26:46 +00:00
rpc_status_test.go Adds peer scorer manager (#6752) 2020-07-29 09:26:46 +00:00
rpc_status.go Adds peer scorer manager (#6752) 2020-07-29 09:26:46 +00:00
rpc_test.go Fix Metadata Sequence Checks (#6711) 2020-07-25 11:53:41 -05:00
rpc.go Validate RPC Topics Before Sending Requests (#6558) 2020-07-13 09:20:53 +08:00
service_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
service.go Account for Bad Blocks in Gossip (#6726) 2020-07-27 19:57:19 +08:00
subscriber_beacon_aggregate_proof_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
subscriber_beacon_aggregate_proof.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
subscriber_beacon_attestation_test.go Config/flag: medalla as default (#6770) 2020-07-30 08:45:00 -05:00
subscriber_beacon_attestation.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
subscriber_beacon_blocks_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
subscriber_beacon_blocks.go Account for Bad Blocks in Gossip (#6726) 2020-07-27 19:57:19 +08:00
subscriber_handlers.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
subscriber_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
subscriber.go Refactors calls to deprecated libp2p methods (#6554) 2020-07-13 02:28:40 +00:00
sync_test.go Refactors redundant global variables from sync (#5860) 2020-05-15 08:53:19 +00:00
utils_test.go Use spec attestation time verification in gRPC requests (#6429) 2020-06-28 14:37:17 -07:00
utils.go Improve make() capacity allocations (#6517) 2020-07-09 15:50:58 +00:00
validate_aggregate_proof_test.go Config/flag: medalla as default (#6770) 2020-07-30 08:45:00 -05:00
validate_aggregate_proof.go Move ValidateAttestationTime earlier for sync (#6755) 2020-07-29 05:31:50 +00:00
validate_attester_slashing_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
validate_attester_slashing.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
validate_beacon_attestation_test.go Account for Bad Blocks in Gossip (#6726) 2020-07-27 19:57:19 +08:00
validate_beacon_attestation.go Move ValidateAttestationTime earlier for sync (#6755) 2020-07-29 05:31:50 +00:00
validate_beacon_blocks_test.go Account for Bad Blocks in Gossip (#6726) 2020-07-27 19:57:19 +08:00
validate_beacon_blocks.go Account for Bad Blocks in Gossip (#6726) 2020-07-27 19:57:19 +08:00
validate_proposer_slashing_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
validate_proposer_slashing.go Renames receiver in sync service (#6348) 2020-06-22 20:37:48 +00:00
validate_voluntary_exit_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
validate_voluntary_exit.go QSP-9 Prevent Casting to Int if Possible (#6349) 2020-06-26 11:07:00 -05:00