From 92bd211e4dfb583d7d3602e21a48e38f753155d9 Mon Sep 17 00:00:00 2001 From: Bastin <43618253+Inspector-Butters@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:16:23 +0100 Subject: [PATCH] upgrade v6 to v7 (#15989) * upgrade v6 to v7 * changelog * update-go-ssz --- .deepsource.toml | 2 +- BUILD.bazel | 2 +- api/BUILD.bazel | 2 +- api/apiutil/BUILD.bazel | 2 +- api/apiutil/common.go | 2 +- api/apiutil/common_test.go | 4 +- api/apiutil/header_test.go | 2 +- api/client/BUILD.bazel | 2 +- api/client/beacon/BUILD.bazel | 2 +- api/client/beacon/client.go | 12 +- api/client/beacon/client_test.go | 4 +- api/client/builder/BUILD.bazel | 2 +- api/client/builder/bid.go | 14 +- api/client/builder/client.go | 24 +- api/client/builder/client_test.go | 24 +- api/client/builder/testing/BUILD.bazel | 2 +- api/client/builder/testing/mock.go | 12 +- api/client/builder/types.go | 20 +- api/client/builder/types_test.go | 18 +- api/client/client_test.go | 2 +- api/client/event/BUILD.bazel | 2 +- api/client/event/event_stream.go | 4 +- api/client/event/event_stream_test.go | 2 +- api/client/event/utils_test.go | 2 +- api/client/transport_test.go | 4 +- api/client/validator/BUILD.bazel | 2 +- api/client/validator/client.go | 4 +- api/grpc/BUILD.bazel | 2 +- api/grpc/grpcutils_test.go | 4 +- api/jwt.go | 2 +- api/jwt_test.go | 2 +- api/pagination/BUILD.bazel | 2 +- api/pagination/pagination.go | 2 +- api/pagination/pagination_test.go | 6 +- api/server/BUILD.bazel | 2 +- api/server/error_test.go | 2 +- api/server/httprest/BUILD.bazel | 2 +- api/server/httprest/options.go | 2 +- api/server/httprest/server.go | 4 +- api/server/httprest/server_test.go | 6 +- api/server/middleware/BUILD.bazel | 2 +- api/server/middleware/middleware.go | 4 +- api/server/middleware/middleware_test.go | 4 +- api/server/middleware/util_test.go | 4 +- api/server/structs/BUILD.bazel | 2 +- api/server/structs/conversions.go | 24 +- api/server/structs/conversions_blob.go | 6 +- api/server/structs/conversions_block.go | 16 +- .../structs/conversions_block_execution.go | 16 +- .../conversions_block_execution_test.go | 4 +- api/server/structs/conversions_lightclient.go | 6 +- api/server/structs/conversions_state.go | 4 +- api/server/structs/conversions_test.go | 6 +- api/server/structs/endpoints_validator.go | 2 +- async/BUILD.bazel | 2 +- async/abool/BUILD.bazel | 2 +- async/benchmark_test.go | 4 +- async/debounce_test.go | 8 +- async/event/BUILD.bazel | 2 +- async/event/example_scope_test.go | 2 +- async/event/example_subscription_test.go | 2 +- async/event/subscription.go | 2 +- async/event/subscription_test.go | 2 +- async/every_test.go | 2 +- async/scatter_test.go | 6 +- beacon-chain/blockchain/BUILD.bazel | 2 +- beacon-chain/blockchain/chain_info.go | 28 +- .../blockchain/chain_info_forkchoice.go | 12 +- .../blockchain/chain_info_norace_test.go | 10 +- beacon-chain/blockchain/chain_info_test.go | 30 +- beacon-chain/blockchain/defragment.go | 4 +- beacon-chain/blockchain/error.go | 2 +- beacon-chain/blockchain/error_test.go | 4 +- beacon-chain/blockchain/execution_engine.go | 42 +- .../blockchain/execution_engine_test.go | 40 +- .../blockchain/forkchoice_update_execution.go | 16 +- .../forkchoice_update_execution_test.go | 18 +- beacon-chain/blockchain/head.go | 30 +- .../blockchain/head_sync_committee_info.go | 22 +- .../head_sync_committee_info_test.go | 14 +- beacon-chain/blockchain/head_test.go | 28 +- .../blockchain/init_sync_process_block.go | 4 +- .../init_sync_process_block_test.go | 8 +- beacon-chain/blockchain/init_test.go | 2 +- beacon-chain/blockchain/kzg/BUILD.bazel | 2 +- .../blockchain/kzg/trusted_setup_test.go | 2 +- beacon-chain/blockchain/kzg/validation.go | 2 +- .../blockchain/kzg/validation_test.go | 6 +- beacon-chain/blockchain/log.go | 18 +- beacon-chain/blockchain/log_test.go | 10 +- beacon-chain/blockchain/metrics.go | 18 +- beacon-chain/blockchain/metrics_test.go | 6 +- beacon-chain/blockchain/mock_test.go | 12 +- beacon-chain/blockchain/options.go | 34 +- beacon-chain/blockchain/pow_block.go | 14 +- beacon-chain/blockchain/pow_block_test.go | 16 +- .../blockchain/process_attestation.go | 14 +- .../blockchain/process_attestation_helpers.go | 18 +- .../blockchain/process_attestation_test.go | 24 +- beacon-chain/blockchain/process_block.go | 46 +- .../blockchain/process_block_helpers.go | 34 +- beacon-chain/blockchain/process_block_test.go | 74 +-- .../blockchain/receive_attestation.go | 20 +- .../blockchain/receive_attestation_test.go | 24 +- beacon-chain/blockchain/receive_blob.go | 4 +- beacon-chain/blockchain/receive_block.go | 42 +- beacon-chain/blockchain/receive_block_test.go | 42 +- .../blockchain/receive_data_column.go | 2 +- beacon-chain/blockchain/service.go | 60 +-- .../blockchain/service_norace_test.go | 6 +- beacon-chain/blockchain/service_test.go | 64 +-- beacon-chain/blockchain/setup_forkchoice.go | 14 +- .../blockchain/setup_forkchoice_test.go | 16 +- beacon-chain/blockchain/setup_test.go | 48 +- beacon-chain/blockchain/testing/BUILD.bazel | 2 +- beacon-chain/blockchain/testing/mock.go | 42 +- beacon-chain/blockchain/tracked_proposer.go | 10 +- .../blockchain/weak_subjectivity_checks.go | 12 +- .../weak_subjectivity_checks_test.go | 16 +- beacon-chain/builder/BUILD.bazel | 2 +- beacon-chain/builder/option.go | 10 +- beacon-chain/builder/service.go | 22 +- beacon-chain/builder/service_test.go | 14 +- beacon-chain/builder/testing/BUILD.bazel | 2 +- beacon-chain/builder/testing/mock.go | 22 +- beacon-chain/cache/BUILD.bazel | 2 +- beacon-chain/cache/active_balance.go | 4 +- beacon-chain/cache/active_balance_disabled.go | 2 +- beacon-chain/cache/active_balance_test.go | 12 +- beacon-chain/cache/attestation.go | 10 +- beacon-chain/cache/attestation_data.go | 4 +- beacon-chain/cache/attestation_data_test.go | 4 +- beacon-chain/cache/attestation_test.go | 14 +- beacon-chain/cache/balance_cache_key.go | 6 +- beacon-chain/cache/checkpoint_state.go | 8 +- beacon-chain/cache/checkpoint_state_test.go | 18 +- beacon-chain/cache/committee.go | 12 +- beacon-chain/cache/committee_disabled.go | 2 +- beacon-chain/cache/committee_fuzz_test.go | 4 +- beacon-chain/cache/committee_test.go | 10 +- beacon-chain/cache/committees.go | 2 +- .../cache/depositsnapshot/BUILD.bazel | 2 +- .../depositsnapshot/deposit_cache_test.go | 16 +- .../cache/depositsnapshot/deposit_fetcher.go | 8 +- .../depositsnapshot/deposit_fetcher_test.go | 4 +- .../cache/depositsnapshot/deposit_inserter.go | 6 +- .../cache/depositsnapshot/deposit_pruner.go | 4 +- .../depositsnapshot/deposit_pruner_test.go | 8 +- .../cache/depositsnapshot/deposit_tree.go | 8 +- .../depositsnapshot/deposit_tree_snapshot.go | 8 +- .../deposit_tree_snapshot_test.go | 2 +- .../cache/depositsnapshot/merkle_tree.go | 8 +- .../cache/depositsnapshot/merkle_tree_test.go | 8 +- .../cache/depositsnapshot/spec_test.go | 10 +- beacon-chain/cache/interfaces.go | 2 +- beacon-chain/cache/payload_id.go | 2 +- beacon-chain/cache/payload_id_test.go | 4 +- beacon-chain/cache/private_access_test.go | 2 +- beacon-chain/cache/proposer_indices.go | 6 +- .../cache/proposer_indices_disabled.go | 6 +- beacon-chain/cache/proposer_indices_test.go | 8 +- beacon-chain/cache/proposer_indices_type.go | 2 +- beacon-chain/cache/registration.go | 8 +- beacon-chain/cache/registration_test.go | 6 +- beacon-chain/cache/skip_slot_cache.go | 6 +- beacon-chain/cache/skip_slot_cache_test.go | 12 +- beacon-chain/cache/subnet_ids.go | 8 +- beacon-chain/cache/subnet_ids_test.go | 4 +- beacon-chain/cache/sync_committee.go | 6 +- beacon-chain/cache/sync_committee_disabled.go | 4 +- .../cache/sync_committee_head_state.go | 8 +- .../cache/sync_committee_head_state_test.go | 14 +- beacon-chain/cache/sync_committee_test.go | 10 +- beacon-chain/cache/sync_subnet_ids.go | 10 +- beacon-chain/cache/sync_subnet_ids_test.go | 8 +- beacon-chain/cache/tracked_validators.go | 2 +- beacon-chain/cache/tracked_validators_test.go | 4 +- beacon-chain/core/altair/BUILD.bazel | 2 +- beacon-chain/core/altair/attestation.go | 22 +- beacon-chain/core/altair/attestation_test.go | 34 +- beacon-chain/core/altair/block.go | 18 +- beacon-chain/core/altair/block_test.go | 30 +- beacon-chain/core/altair/deposit.go | 14 +- beacon-chain/core/altair/deposit_fuzz_test.go | 10 +- beacon-chain/core/altair/deposit_test.go | 26 +- beacon-chain/core/altair/epoch_precompute.go | 14 +- .../core/altair/epoch_precompute_test.go | 16 +- beacon-chain/core/altair/epoch_spec.go | 8 +- beacon-chain/core/altair/epoch_spec_test.go | 24 +- beacon-chain/core/altair/reward.go | 10 +- beacon-chain/core/altair/reward_test.go | 14 +- beacon-chain/core/altair/sync_committee.go | 24 +- .../core/altair/sync_committee_test.go | 24 +- beacon-chain/core/altair/transition.go | 8 +- beacon-chain/core/altair/transition_test.go | 8 +- beacon-chain/core/altair/upgrade.go | 14 +- beacon-chain/core/altair/upgrade_test.go | 18 +- beacon-chain/core/blocks/BUILD.bazel | 2 +- beacon-chain/core/blocks/attestation.go | 26 +- .../blocks/attestation_regression_test.go | 14 +- beacon-chain/core/blocks/attestation_test.go | 32 +- beacon-chain/core/blocks/attester_slashing.go | 18 +- .../core/blocks/attester_slashing_test.go | 30 +- .../core/blocks/block_operations_fuzz_test.go | 18 +- .../core/blocks/block_regression_test.go | 20 +- beacon-chain/core/blocks/deposit.go | 16 +- beacon-chain/core/blocks/deposit_test.go | 20 +- beacon-chain/core/blocks/eth1_data.go | 6 +- beacon-chain/core/blocks/eth1_data_test.go | 20 +- beacon-chain/core/blocks/exit.go | 16 +- beacon-chain/core/blocks/exit_test.go | 30 +- beacon-chain/core/blocks/genesis.go | 16 +- beacon-chain/core/blocks/genesis_test.go | 6 +- beacon-chain/core/blocks/header.go | 14 +- beacon-chain/core/blocks/header_test.go | 26 +- beacon-chain/core/blocks/payload.go | 20 +- beacon-chain/core/blocks/payload_test.go | 30 +- beacon-chain/core/blocks/proposer_slashing.go | 16 +- .../proposer_slashing_regression_test.go | 8 +- .../core/blocks/proposer_slashing_test.go | 30 +- beacon-chain/core/blocks/randao.go | 12 +- beacon-chain/core/blocks/randao_test.go | 22 +- beacon-chain/core/blocks/signature.go | 20 +- beacon-chain/core/blocks/signature_test.go | 20 +- beacon-chain/core/blocks/withdrawals.go | 26 +- beacon-chain/core/blocks/withdrawals_test.go | 38 +- beacon-chain/core/capella/BUILD.bazel | 2 +- beacon-chain/core/capella/upgrade.go | 12 +- beacon-chain/core/capella/upgrade_test.go | 16 +- beacon-chain/core/deneb/BUILD.bazel | 2 +- beacon-chain/core/deneb/upgrade.go | 12 +- beacon-chain/core/deneb/upgrade_test.go | 14 +- beacon-chain/core/electra/BUILD.bazel | 2 +- beacon-chain/core/electra/attestation.go | 18 +- beacon-chain/core/electra/churn.go | 10 +- beacon-chain/core/electra/churn_test.go | 18 +- beacon-chain/core/electra/consolidations.go | 20 +- .../core/electra/consolidations_test.go | 20 +- .../core/electra/deposit_fuzz_test.go | 10 +- beacon-chain/core/electra/deposits.go | 28 +- beacon-chain/core/electra/deposits_test.go | 30 +- .../core/electra/effective_balance_updates.go | 6 +- .../electra/effective_balance_updates_test.go | 12 +- beacon-chain/core/electra/registry_updates.go | 12 +- .../core/electra/registry_updates_test.go | 20 +- beacon-chain/core/electra/transition.go | 16 +- .../core/electra/transition_no_verify_sig.go | 10 +- .../electra/transition_no_verify_sig_test.go | 12 +- beacon-chain/core/electra/transition_test.go | 16 +- beacon-chain/core/electra/upgrade.go | 18 +- beacon-chain/core/electra/upgrade_test.go | 20 +- beacon-chain/core/electra/validator.go | 10 +- beacon-chain/core/electra/validator_test.go | 14 +- beacon-chain/core/electra/withdrawals.go | 22 +- beacon-chain/core/electra/withdrawals_test.go | 20 +- beacon-chain/core/epoch/BUILD.bazel | 2 +- beacon-chain/core/epoch/epoch_processing.go | 22 +- .../core/epoch/epoch_processing_fuzz_test.go | 8 +- .../core/epoch/epoch_processing_test.go | 28 +- .../core/epoch/precompute/BUILD.bazel | 2 +- .../core/epoch/precompute/attestation.go | 20 +- .../core/epoch/precompute/attestation_test.go | 18 +- .../precompute/justification_finalization.go | 12 +- .../justification_finalization_test.go | 18 +- beacon-chain/core/epoch/precompute/new.go | 10 +- .../core/epoch/precompute/new_test.go | 12 +- .../core/epoch/precompute/reward_penalty.go | 12 +- .../epoch/precompute/reward_penalty_test.go | 24 +- .../core/epoch/precompute/slashing.go | 8 +- .../core/epoch/precompute/slashing_test.go | 12 +- beacon-chain/core/epoch/precompute/type.go | 2 +- beacon-chain/core/epoch/sortable_indices.go | 4 +- .../core/epoch/sortable_indices_test.go | 8 +- beacon-chain/core/execution/BUILD.bazel | 2 +- beacon-chain/core/execution/upgrade.go | 12 +- beacon-chain/core/execution/upgrade_test.go | 14 +- beacon-chain/core/feed/BUILD.bazel | 2 +- beacon-chain/core/feed/block/BUILD.bazel | 2 +- beacon-chain/core/feed/block/events.go | 2 +- beacon-chain/core/feed/block/notifier.go | 2 +- beacon-chain/core/feed/operation/BUILD.bazel | 2 +- beacon-chain/core/feed/operation/events.go | 8 +- beacon-chain/core/feed/operation/notifier.go | 2 +- beacon-chain/core/feed/state/BUILD.bazel | 2 +- beacon-chain/core/feed/state/events.go | 4 +- beacon-chain/core/feed/state/notifier.go | 2 +- beacon-chain/core/fulu/BUILD.bazel | 2 +- beacon-chain/core/fulu/transition.go | 12 +- beacon-chain/core/fulu/transition_test.go | 8 +- beacon-chain/core/fulu/upgrade.go | 18 +- beacon-chain/core/fulu/upgrade_test.go | 16 +- beacon-chain/core/helpers/BUILD.bazel | 2 +- beacon-chain/core/helpers/attestation.go | 10 +- beacon-chain/core/helpers/attestation_test.go | 20 +- beacon-chain/core/helpers/beacon_committee.go | 30 +- .../core/helpers/beacon_committee_test.go | 26 +- beacon-chain/core/helpers/block.go | 8 +- beacon-chain/core/helpers/block_test.go | 14 +- beacon-chain/core/helpers/genesis.go | 8 +- beacon-chain/core/helpers/legacy.go | 4 +- beacon-chain/core/helpers/legacy_test.go | 4 +- .../helpers/private_access_fuzz_noop_test.go | 2 +- .../core/helpers/private_access_test.go | 2 +- beacon-chain/core/helpers/randao.go | 12 +- beacon-chain/core/helpers/randao_test.go | 16 +- beacon-chain/core/helpers/ranges_test.go | 4 +- .../core/helpers/rewards_penalties.go | 12 +- .../core/helpers/rewards_penalties_test.go | 16 +- beacon-chain/core/helpers/shuffle.go | 10 +- beacon-chain/core/helpers/shuffle_test.go | 10 +- beacon-chain/core/helpers/sync_committee.go | 16 +- .../core/helpers/sync_committee_test.go | 18 +- beacon-chain/core/helpers/validator_churn.go | 4 +- .../core/helpers/validator_churn_test.go | 8 +- beacon-chain/core/helpers/validators.go | 26 +- beacon-chain/core/helpers/validators_test.go | 28 +- .../core/helpers/weak_subjectivity.go | 16 +- .../core/helpers/weak_subjectivity_test.go | 18 +- beacon-chain/core/peerdas/BUILD.bazel | 2 +- beacon-chain/core/peerdas/das_core.go | 6 +- beacon-chain/core/peerdas/das_core_test.go | 6 +- beacon-chain/core/peerdas/info_test.go | 4 +- beacon-chain/core/peerdas/p2p_interface.go | 10 +- .../core/peerdas/p2p_interface_test.go | 18 +- beacon-chain/core/peerdas/reconstruction.go | 12 +- .../core/peerdas/reconstruction_test.go | 16 +- beacon-chain/core/peerdas/utils_test.go | 2 +- beacon-chain/core/peerdas/validator.go | 14 +- beacon-chain/core/peerdas/validator_test.go | 18 +- beacon-chain/core/peerdas/verification.go | 6 +- .../core/peerdas/verification_test.go | 12 +- beacon-chain/core/signing/BUILD.bazel | 2 +- beacon-chain/core/signing/domain.go | 6 +- beacon-chain/core/signing/domain_test.go | 10 +- beacon-chain/core/signing/signing_root.go | 12 +- .../core/signing/signing_root_test.go | 24 +- beacon-chain/core/time/BUILD.bazel | 2 +- beacon-chain/core/time/slot_epoch.go | 10 +- beacon-chain/core/time/slot_epoch_test.go | 20 +- beacon-chain/core/transition/BUILD.bazel | 2 +- .../altair_transition_no_verify_sig_test.go | 32 +- ...bellatrix_transition_no_verify_sig_test.go | 36 +- .../core/transition/benchmarks_test.go | 20 +- .../core/transition/interop/BUILD.bazel | 2 +- .../transition/interop/write_block_to_disk.go | 6 +- .../transition/interop/write_state_to_disk.go | 6 +- .../core/transition/skip_slot_cache.go | 8 +- .../core/transition/skip_slot_cache_test.go | 18 +- .../core/transition/state-bellatrix.go | 20 +- beacon-chain/core/transition/state.go | 18 +- .../core/transition/state_fuzz_test.go | 6 +- beacon-chain/core/transition/state_test.go | 18 +- .../core/transition/stateutils/BUILD.bazel | 2 +- .../stateutils/validator_index_map.go | 8 +- .../stateutils/validator_index_map_test.go | 16 +- .../transition/trailing_slot_state_cache.go | 6 +- .../trailing_slot_state_cache_test.go | 10 +- beacon-chain/core/transition/transition.go | 40 +- .../core/transition/transition_fuzz_test.go | 12 +- .../transition/transition_no_verify_sig.go | 28 +- .../transition_no_verify_sig_test.go | 20 +- .../core/transition/transition_test.go | 38 +- beacon-chain/core/validators/BUILD.bazel | 2 +- beacon-chain/core/validators/slashing.go | 4 +- beacon-chain/core/validators/slashing_test.go | 4 +- beacon-chain/core/validators/validator.go | 18 +- .../core/validators/validator_test.go | 22 +- beacon-chain/das/BUILD.bazel | 2 +- beacon-chain/das/availability_blobs.go | 16 +- beacon-chain/das/availability_blobs_test.go | 18 +- beacon-chain/das/blob_cache.go | 10 +- beacon-chain/das/blob_cache_test.go | 16 +- beacon-chain/das/data_column_cache.go | 6 +- beacon-chain/das/data_column_cache_test.go | 10 +- beacon-chain/das/iface.go | 4 +- beacon-chain/das/mock.go | 4 +- beacon-chain/db/BUILD.bazel | 2 +- beacon-chain/db/alias.go | 2 +- beacon-chain/db/db.go | 2 +- beacon-chain/db/db_test.go | 2 +- beacon-chain/db/errors.go | 2 +- beacon-chain/db/filesystem/BUILD.bazel | 2 +- beacon-chain/db/filesystem/blob.go | 12 +- beacon-chain/db/filesystem/blob_test.go | 16 +- beacon-chain/db/filesystem/cache.go | 8 +- beacon-chain/db/filesystem/cache_test.go | 8 +- beacon-chain/db/filesystem/data_column.go | 18 +- .../db/filesystem/data_column_cache.go | 6 +- .../db/filesystem/data_column_cache_test.go | 8 +- .../db/filesystem/data_column_test.go | 12 +- beacon-chain/db/filesystem/iteration.go | 2 +- beacon-chain/db/filesystem/iteration_test.go | 10 +- beacon-chain/db/filesystem/layout.go | 8 +- beacon-chain/db/filesystem/layout_by_epoch.go | 4 +- beacon-chain/db/filesystem/layout_flat.go | 4 +- beacon-chain/db/filesystem/layout_test.go | 4 +- beacon-chain/db/filesystem/migration_test.go | 8 +- beacon-chain/db/filesystem/mock.go | 8 +- beacon-chain/db/filesystem/pruner.go | 2 +- beacon-chain/db/filesystem/pruner_test.go | 12 +- beacon-chain/db/filters/BUILD.bazel | 2 +- beacon-chain/db/filters/filter.go | 2 +- beacon-chain/db/filters/filter_test.go | 6 +- beacon-chain/db/iface/BUILD.bazel | 2 +- beacon-chain/db/iface/interface.go | 18 +- beacon-chain/db/kv/BUILD.bazel | 2 +- beacon-chain/db/kv/archived_point.go | 6 +- beacon-chain/db/kv/archived_point_test.go | 8 +- beacon-chain/db/kv/backfill.go | 4 +- beacon-chain/db/kv/backfill_test.go | 6 +- beacon-chain/db/kv/backup.go | 8 +- beacon-chain/db/kv/backup_test.go | 8 +- beacon-chain/db/kv/blocks.go | 22 +- beacon-chain/db/kv/blocks_test.go | 24 +- beacon-chain/db/kv/checkpoint.go | 10 +- beacon-chain/db/kv/checkpoint_test.go | 14 +- beacon-chain/db/kv/custody.go | 10 +- beacon-chain/db/kv/custody_test.go | 10 +- beacon-chain/db/kv/deposit_contract.go | 2 +- beacon-chain/db/kv/deposit_contract_test.go | 4 +- beacon-chain/db/kv/encoding.go | 4 +- beacon-chain/db/kv/encoding_test.go | 4 +- beacon-chain/db/kv/execution_chain.go | 6 +- beacon-chain/db/kv/execution_chain_test.go | 2 +- beacon-chain/db/kv/finalized_block_roots.go | 14 +- .../db/kv/finalized_block_roots_test.go | 20 +- beacon-chain/db/kv/genesis.go | 12 +- beacon-chain/db/kv/genesis_test.go | 14 +- beacon-chain/db/kv/init_test.go | 2 +- beacon-chain/db/kv/kv.go | 14 +- beacon-chain/db/kv/kv_test.go | 10 +- beacon-chain/db/kv/lightclient.go | 16 +- beacon-chain/db/kv/lightclient_test.go | 24 +- .../db/kv/migration_archived_index.go | 6 +- .../db/kv/migration_archived_index_test.go | 6 +- .../db/kv/migration_block_slot_index.go | 2 +- .../db/kv/migration_block_slot_index_test.go | 4 +- .../db/kv/migration_finalized_parent.go | 6 +- .../db/kv/migration_state_validators.go | 8 +- .../db/kv/migration_state_validators_test.go | 16 +- beacon-chain/db/kv/p2p.go | 4 +- beacon-chain/db/kv/p2p_test.go | 4 +- beacon-chain/db/kv/state.go | 24 +- beacon-chain/db/kv/state_summary.go | 6 +- beacon-chain/db/kv/state_summary_cache.go | 2 +- beacon-chain/db/kv/state_summary_test.go | 10 +- beacon-chain/db/kv/state_test.go | 28 +- beacon-chain/db/kv/utils.go | 4 +- beacon-chain/db/kv/utils_test.go | 6 +- beacon-chain/db/kv/validated_checkpoint.go | 6 +- .../db/kv/validated_checkpoint_test.go | 12 +- beacon-chain/db/kv/wss.go | 12 +- beacon-chain/db/kv/wss_test.go | 10 +- beacon-chain/db/pruner/BUILD.bazel | 2 +- beacon-chain/db/pruner/pruner.go | 10 +- beacon-chain/db/pruner/pruner_test.go | 18 +- beacon-chain/db/restore.go | 8 +- beacon-chain/db/restore_test.go | 14 +- beacon-chain/db/slasherkv/BUILD.bazel | 2 +- beacon-chain/db/slasherkv/kv.go | 6 +- beacon-chain/db/slasherkv/kv_test.go | 2 +- beacon-chain/db/slasherkv/migrate.go | 4 +- beacon-chain/db/slasherkv/migrate_test.go | 6 +- beacon-chain/db/slasherkv/pruning.go | 4 +- beacon-chain/db/slasherkv/pruning_test.go | 12 +- beacon-chain/db/slasherkv/slasher.go | 14 +- beacon-chain/db/slasherkv/slasher_test.go | 14 +- beacon-chain/db/testing/BUILD.bazel | 2 +- beacon-chain/db/testing/setup_db.go | 8 +- beacon-chain/execution/BUILD.bazel | 2 +- beacon-chain/execution/block_cache.go | 4 +- beacon-chain/execution/block_cache_test.go | 8 +- beacon-chain/execution/block_reader.go | 8 +- beacon-chain/execution/block_reader_test.go | 16 +- beacon-chain/execution/deposit.go | 6 +- beacon-chain/execution/deposit_test.go | 28 +- beacon-chain/execution/engine_client.go | 32 +- .../execution/engine_client_fuzz_test.go | 6 +- beacon-chain/execution/engine_client_test.go | 36 +- beacon-chain/execution/init_test.go | 2 +- beacon-chain/execution/log_processing.go | 26 +- beacon-chain/execution/log_processing_test.go | 24 +- beacon-chain/execution/mock_test.go | 4 +- beacon-chain/execution/options.go | 16 +- beacon-chain/execution/payload_body.go | 10 +- beacon-chain/execution/payload_body_test.go | 20 +- beacon-chain/execution/prometheus.go | 2 +- beacon-chain/execution/prometheus_test.go | 2 +- beacon-chain/execution/rpc_connection.go | 10 +- beacon-chain/execution/service.go | 42 +- beacon-chain/execution/service_test.go | 44 +- beacon-chain/execution/testing/BUILD.bazel | 2 +- .../execution/testing/mock_engine_client.go | 18 +- .../execution/testing/mock_execution_chain.go | 12 +- .../execution/testing/mock_faulty_powchain.go | 10 +- beacon-chain/execution/types/BUILD.bazel | 2 +- beacon-chain/execution/types/eth1_types.go | 2 +- .../execution/types/eth1_types_test.go | 2 +- beacon-chain/forkchoice/BUILD.bazel | 2 +- .../forkchoice/doubly-linked-tree/BUILD.bazel | 2 +- .../doubly-linked-tree/ffg_update_test.go | 10 +- .../doubly-linked-tree/forkchoice.go | 26 +- .../doubly-linked-tree/forkchoice_test.go | 26 +- .../doubly-linked-tree/last_root.go | 4 +- .../doubly-linked-tree/last_root_test.go | 4 +- .../doubly-linked-tree/no_vote_test.go | 6 +- .../forkchoice/doubly-linked-tree/node.go | 8 +- .../doubly-linked-tree/node_test.go | 10 +- .../forkchoice/doubly-linked-tree/on_tick.go | 4 +- .../doubly-linked-tree/on_tick_test.go | 8 +- .../doubly-linked-tree/optimistic_sync.go | 2 +- .../optimistic_sync_test.go | 6 +- .../doubly-linked-tree/proposer_boost.go | 4 +- .../doubly-linked-tree/proposer_boost_test.go | 8 +- .../doubly-linked-tree/reorg_late_blocks.go | 4 +- .../reorg_late_blocks_test.go | 4 +- .../forkchoice/doubly-linked-tree/store.go | 14 +- .../doubly-linked-tree/store_test.go | 10 +- .../forkchoice/doubly-linked-tree/types.go | 8 +- .../unrealized_justification.go | 16 +- .../unrealized_justification_test.go | 10 +- .../doubly-linked-tree/vote_test.go | 6 +- beacon-chain/forkchoice/interfaces.go | 12 +- beacon-chain/forkchoice/ro.go | 6 +- beacon-chain/forkchoice/ro_test.go | 8 +- beacon-chain/forkchoice/types/BUILD.bazel | 2 +- beacon-chain/forkchoice/types/types.go | 8 +- beacon-chain/light-client/BUILD.bazel | 2 +- beacon-chain/light-client/cache.go | 4 +- beacon-chain/light-client/cache_test.go | 2 +- beacon-chain/light-client/helpers.go | 22 +- beacon-chain/light-client/lightclient.go | 24 +- beacon-chain/light-client/lightclient_test.go | 24 +- beacon-chain/light-client/store.go | 18 +- beacon-chain/light-client/store_test.go | 26 +- beacon-chain/monitor/BUILD.bazel | 2 +- beacon-chain/monitor/process_attestation.go | 22 +- .../monitor/process_attestation_test.go | 10 +- beacon-chain/monitor/process_block.go | 14 +- beacon-chain/monitor/process_block_test.go | 16 +- beacon-chain/monitor/process_exit.go | 4 +- beacon-chain/monitor/process_exit_test.go | 8 +- .../monitor/process_sync_committee.go | 8 +- .../monitor/process_sync_committee_test.go | 8 +- beacon-chain/monitor/service.go | 20 +- beacon-chain/monitor/service_test.go | 26 +- beacon-chain/node/BUILD.bazel | 2 +- beacon-chain/node/clear_db.go | 10 +- beacon-chain/node/config.go | 10 +- beacon-chain/node/config_test.go | 12 +- beacon-chain/node/node.go | 94 ++-- beacon-chain/node/node_test.go | 26 +- beacon-chain/node/options.go | 10 +- beacon-chain/node/registration/BUILD.bazel | 2 +- beacon-chain/node/registration/p2p.go | 4 +- beacon-chain/node/registration/p2p_test.go | 8 +- .../operations/attestations/BUILD.bazel | 2 +- .../attestations/attmap/BUILD.bazel | 2 +- .../operations/attestations/attmap/map.go | 4 +- .../operations/attestations/kv/BUILD.bazel | 2 +- .../operations/attestations/kv/aggregated.go | 14 +- .../attestations/kv/aggregated_test.go | 14 +- .../operations/attestations/kv/block.go | 4 +- .../operations/attestations/kv/block_test.go | 8 +- .../attestations/kv/forkchoice_test.go | 8 +- beacon-chain/operations/attestations/kv/kv.go | 8 +- .../operations/attestations/kv/seen_bits.go | 4 +- .../attestations/kv/seen_bits_test.go | 8 +- .../attestations/kv/unaggregated.go | 10 +- .../attestations/kv/unaggregated_test.go | 14 +- .../operations/attestations/mock/BUILD.bazel | 2 +- .../operations/attestations/mock/mock.go | 6 +- beacon-chain/operations/attestations/pool.go | 6 +- .../operations/attestations/pool_test.go | 2 +- .../attestations/prepare_forkchoice.go | 14 +- .../attestations/prepare_forkchoice_test.go | 12 +- .../operations/attestations/prune_expired.go | 6 +- .../attestations/prune_expired_test.go | 16 +- .../operations/attestations/service.go | 8 +- .../operations/attestations/service_test.go | 4 +- beacon-chain/operations/blstoexec/BUILD.bazel | 2 +- .../operations/blstoexec/mock/BUILD.bazel | 2 +- .../operations/blstoexec/mock/mock.go | 6 +- beacon-chain/operations/blstoexec/pool.go | 12 +- .../operations/blstoexec/pool_test.go | 24 +- beacon-chain/operations/slashings/BUILD.bazel | 2 +- .../operations/slashings/mock/BUILD.bazel | 2 +- .../operations/slashings/mock/mock.go | 4 +- beacon-chain/operations/slashings/pool.go | 20 +- beacon-chain/operations/slashings/service.go | 8 +- .../slashings/service_attester_test.go | 18 +- .../operations/slashings/service_new_test.go | 14 +- .../slashings/service_proposer_test.go | 14 +- .../operations/slashings/service_test.go | 4 +- beacon-chain/operations/slashings/types.go | 8 +- .../operations/synccommittee/BUILD.bazel | 2 +- .../operations/synccommittee/contribution.go | 6 +- .../synccommittee/contribution_test.go | 4 +- beacon-chain/operations/synccommittee/kv.go | 2 +- .../operations/synccommittee/message.go | 6 +- .../operations/synccommittee/message_test.go | 4 +- beacon-chain/operations/synccommittee/pool.go | 4 +- .../operations/voluntaryexits/BUILD.bazel | 2 +- .../voluntaryexits/mock/BUILD.bazel | 2 +- .../operations/voluntaryexits/mock/mock.go | 6 +- .../operations/voluntaryexits/pool.go | 14 +- .../operations/voluntaryexits/pool_test.go | 22 +- beacon-chain/p2p/BUILD.bazel | 2 +- beacon-chain/p2p/addr_factory_test.go | 4 +- beacon-chain/p2p/broadcaster.go | 26 +- beacon-chain/p2p/broadcaster_test.go | 42 +- beacon-chain/p2p/config.go | 6 +- beacon-chain/p2p/connection_gater_test.go | 16 +- beacon-chain/p2p/custody.go | 8 +- beacon-chain/p2p/custody_test.go | 20 +- beacon-chain/p2p/dial_relay_node.go | 2 +- beacon-chain/p2p/dial_relay_node_test.go | 4 +- beacon-chain/p2p/discovery.go | 16 +- beacon-chain/p2p/discovery_test.go | 34 +- beacon-chain/p2p/encoder/BUILD.bazel | 2 +- beacon-chain/p2p/encoder/snappy_test.go | 2 +- beacon-chain/p2p/encoder/ssz.go | 4 +- beacon-chain/p2p/encoder/ssz_test.go | 12 +- beacon-chain/p2p/encoder/varint_test.go | 4 +- beacon-chain/p2p/fork.go | 6 +- beacon-chain/p2p/fork_test.go | 10 +- beacon-chain/p2p/fork_watcher.go | 4 +- beacon-chain/p2p/gossip_scoring_params.go | 6 +- .../p2p/gossip_scoring_params_test.go | 12 +- beacon-chain/p2p/gossip_topic_mappings.go | 6 +- .../p2p/gossip_topic_mappings_test.go | 10 +- beacon-chain/p2p/handshake.go | 6 +- beacon-chain/p2p/interfaces.go | 16 +- beacon-chain/p2p/message_id.go | 12 +- beacon-chain/p2p/message_id_test.go | 14 +- beacon-chain/p2p/monitoring.go | 2 +- beacon-chain/p2p/options.go | 6 +- beacon-chain/p2p/options_test.go | 12 +- beacon-chain/p2p/parameter_test.go | 4 +- beacon-chain/p2p/peers/BUILD.bazel | 2 +- beacon-chain/p2p/peers/assigner.go | 6 +- beacon-chain/p2p/peers/assigner_test.go | 2 +- beacon-chain/p2p/peers/peerdata/BUILD.bazel | 2 +- beacon-chain/p2p/peers/peerdata/store.go | 4 +- beacon-chain/p2p/peers/peerdata/store_test.go | 6 +- beacon-chain/p2p/peers/peers_test.go | 4 +- beacon-chain/p2p/peers/scorers/BUILD.bazel | 2 +- .../p2p/peers/scorers/bad_responses.go | 2 +- .../p2p/peers/scorers/bad_responses_test.go | 10 +- .../p2p/peers/scorers/block_providers.go | 8 +- .../p2p/peers/scorers/block_providers_test.go | 14 +- .../p2p/peers/scorers/gossip_scorer.go | 4 +- .../p2p/peers/scorers/gossip_scorer_test.go | 8 +- beacon-chain/p2p/peers/scorers/peer_status.go | 8 +- .../p2p/peers/scorers/peer_status_test.go | 16 +- .../p2p/peers/scorers/scorers_test.go | 6 +- beacon-chain/p2p/peers/scorers/service.go | 4 +- .../p2p/peers/scorers/service_test.go | 8 +- beacon-chain/p2p/peers/status.go | 22 +- beacon-chain/p2p/peers/status_test.go | 22 +- beacon-chain/p2p/pubsub.go | 10 +- beacon-chain/p2p/pubsub_filter.go | 4 +- beacon-chain/p2p/pubsub_filter_test.go | 14 +- beacon-chain/p2p/pubsub_fuzz_test.go | 4 +- beacon-chain/p2p/pubsub_test.go | 14 +- beacon-chain/p2p/rpc_topic_mappings.go | 10 +- beacon-chain/p2p/rpc_topic_mappings_test.go | 14 +- beacon-chain/p2p/sender.go | 4 +- beacon-chain/p2p/sender_test.go | 12 +- beacon-chain/p2p/service.go | 30 +- beacon-chain/p2p/service_test.go | 24 +- beacon-chain/p2p/subnets.go | 24 +- beacon-chain/p2p/subnets_test.go | 24 +- beacon-chain/p2p/testing/BUILD.bazel | 2 +- beacon-chain/p2p/testing/fuzz_p2p.go | 16 +- beacon-chain/p2p/testing/mock_broadcaster.go | 6 +- .../p2p/testing/mock_metadataprovider.go | 2 +- beacon-chain/p2p/testing/mock_peermanager.go | 2 +- .../p2p/testing/mock_peersprovider.go | 6 +- beacon-chain/p2p/testing/p2p.go | 24 +- beacon-chain/p2p/topics.go | 6 +- beacon-chain/p2p/topics_test.go | 6 +- beacon-chain/p2p/types/BUILD.bazel | 2 +- beacon-chain/p2p/types/object_mapping.go | 18 +- beacon-chain/p2p/types/object_mapping_test.go | 10 +- beacon-chain/p2p/types/rpc_goodbye_codes.go | 2 +- beacon-chain/p2p/types/types.go | 6 +- beacon-chain/p2p/types/types_test.go | 14 +- beacon-chain/p2p/utils.go | 16 +- beacon-chain/p2p/utils_test.go | 8 +- beacon-chain/p2p/watch_peers.go | 2 +- beacon-chain/rpc/BUILD.bazel | 2 +- beacon-chain/rpc/core/BUILD.bazel | 2 +- beacon-chain/rpc/core/beacon.go | 10 +- beacon-chain/rpc/core/service.go | 16 +- beacon-chain/rpc/core/validator.go | 46 +- beacon-chain/rpc/core/validator_test.go | 20 +- beacon-chain/rpc/endpoints.go | 38 +- beacon-chain/rpc/endpoints_test.go | 4 +- beacon-chain/rpc/eth/beacon/BUILD.bazel | 2 +- beacon-chain/rpc/eth/beacon/handlers.go | 40 +- .../eth/beacon/handlers_equivocation_test.go | 8 +- beacon-chain/rpc/eth/beacon/handlers_pool.go | 40 +- .../rpc/eth/beacon/handlers_pool_test.go | 60 +-- beacon-chain/rpc/eth/beacon/handlers_state.go | 26 +- .../rpc/eth/beacon/handlers_state_test.go | 26 +- beacon-chain/rpc/eth/beacon/handlers_test.go | 56 +-- .../rpc/eth/beacon/handlers_validator.go | 26 +- .../eth/beacon/handlers_validators_test.go | 28 +- beacon-chain/rpc/eth/beacon/init_test.go | 2 +- beacon-chain/rpc/eth/beacon/server.go | 32 +- beacon-chain/rpc/eth/blob/BUILD.bazel | 2 +- beacon-chain/rpc/eth/blob/handlers.go | 24 +- beacon-chain/rpc/eth/blob/handlers_test.go | 36 +- beacon-chain/rpc/eth/blob/server.go | 4 +- beacon-chain/rpc/eth/config/BUILD.bazel | 2 +- beacon-chain/rpc/eth/config/handlers.go | 8 +- beacon-chain/rpc/eth/config/handlers_test.go | 10 +- beacon-chain/rpc/eth/debug/BUILD.bazel | 2 +- beacon-chain/rpc/eth/debug/handlers.go | 24 +- beacon-chain/rpc/eth/debug/handlers_test.go | 34 +- beacon-chain/rpc/eth/debug/server.go | 6 +- beacon-chain/rpc/eth/events/BUILD.bazel | 2 +- beacon-chain/rpc/eth/events/events.go | 38 +- beacon-chain/rpc/eth/events/events_test.go | 36 +- beacon-chain/rpc/eth/events/http_test.go | 2 +- beacon-chain/rpc/eth/events/server.go | 10 +- beacon-chain/rpc/eth/helpers/BUILD.bazel | 2 +- .../rpc/eth/helpers/error_handling.go | 12 +- beacon-chain/rpc/eth/helpers/sync.go | 14 +- beacon-chain/rpc/eth/helpers/sync_test.go | 34 +- .../rpc/eth/helpers/validator_status.go | 8 +- .../rpc/eth/helpers/validator_status_test.go | 16 +- beacon-chain/rpc/eth/light-client/BUILD.bazel | 2 +- beacon-chain/rpc/eth/light-client/handlers.go | 20 +- .../rpc/eth/light-client/handlers_test.go | 38 +- beacon-chain/rpc/eth/light-client/server.go | 4 +- beacon-chain/rpc/eth/node/BUILD.bazel | 2 +- beacon-chain/rpc/eth/node/handlers.go | 18 +- beacon-chain/rpc/eth/node/handlers_peers.go | 16 +- .../rpc/eth/node/handlers_peers_test.go | 14 +- beacon-chain/rpc/eth/node/handlers_test.go | 30 +- beacon-chain/rpc/eth/node/server.go | 10 +- beacon-chain/rpc/eth/rewards/BUILD.bazel | 2 +- beacon-chain/rpc/eth/rewards/handlers.go | 26 +- beacon-chain/rpc/eth/rewards/handlers_test.go | 46 +- beacon-chain/rpc/eth/rewards/server.go | 4 +- beacon-chain/rpc/eth/rewards/service.go | 24 +- beacon-chain/rpc/eth/rewards/service_test.go | 12 +- .../rpc/eth/rewards/testing/BUILD.bazel | 2 +- beacon-chain/rpc/eth/rewards/testing/mock.go | 8 +- beacon-chain/rpc/eth/shared/BUILD.bazel | 2 +- beacon-chain/rpc/eth/shared/errors.go | 8 +- beacon-chain/rpc/eth/shared/errors_test.go | 6 +- beacon-chain/rpc/eth/shared/request.go | 8 +- .../rpc/eth/shared/testing/BUILD.bazel | 2 +- beacon-chain/rpc/eth/validator/BUILD.bazel | 2 +- beacon-chain/rpc/eth/validator/handlers.go | 48 +- .../rpc/eth/validator/handlers_block.go | 26 +- .../rpc/eth/validator/handlers_block_test.go | 22 +- .../rpc/eth/validator/handlers_test.go | 60 +-- beacon-chain/rpc/eth/validator/server.go | 26 +- beacon-chain/rpc/lookup/BUILD.bazel | 2 +- beacon-chain/rpc/lookup/blocker.go | 28 +- beacon-chain/rpc/lookup/blocker_test.go | 36 +- beacon-chain/rpc/lookup/stater.go | 20 +- beacon-chain/rpc/lookup/stater_test.go | 26 +- beacon-chain/rpc/options/BUILD.bazel | 2 +- beacon-chain/rpc/prysm/beacon/BUILD.bazel | 2 +- beacon-chain/rpc/prysm/beacon/handlers.go | 24 +- .../rpc/prysm/beacon/handlers_test.go | 44 +- beacon-chain/rpc/prysm/beacon/server.go | 14 +- beacon-chain/rpc/prysm/beacon/ssz_query.go | 18 +- .../rpc/prysm/beacon/ssz_query_test.go | 26 +- .../rpc/prysm/beacon/validator_count.go | 22 +- .../rpc/prysm/beacon/validator_count_test.go | 22 +- beacon-chain/rpc/prysm/node/BUILD.bazel | 2 +- beacon-chain/rpc/prysm/node/handlers.go | 14 +- beacon-chain/rpc/prysm/node/handlers_test.go | 14 +- beacon-chain/rpc/prysm/node/server.go | 10 +- beacon-chain/rpc/prysm/testing/BUILD.bazel | 2 +- .../rpc/prysm/v1alpha1/beacon/BUILD.bazel | 2 +- .../rpc/prysm/v1alpha1/beacon/assignments.go | 14 +- .../prysm/v1alpha1/beacon/assignments_test.go | 28 +- .../rpc/prysm/v1alpha1/beacon/attestations.go | 26 +- .../v1alpha1/beacon/attestations_test.go | 40 +- .../rpc/prysm/v1alpha1/beacon/beacon_test.go | 4 +- .../rpc/prysm/v1alpha1/beacon/blocks.go | 16 +- .../rpc/prysm/v1alpha1/beacon/blocks_test.go | 32 +- .../rpc/prysm/v1alpha1/beacon/committees.go | 14 +- .../prysm/v1alpha1/beacon/committees_test.go | 34 +- .../rpc/prysm/v1alpha1/beacon/config.go | 4 +- .../rpc/prysm/v1alpha1/beacon/config_test.go | 6 +- .../rpc/prysm/v1alpha1/beacon/init_test.go | 2 +- .../rpc/prysm/v1alpha1/beacon/server.go | 28 +- .../rpc/prysm/v1alpha1/beacon/slashings.go | 8 +- .../prysm/v1alpha1/beacon/slashings_test.go | 18 +- .../rpc/prysm/v1alpha1/beacon/validators.go | 26 +- .../prysm/v1alpha1/beacon/validators_test.go | 58 +-- .../rpc/prysm/v1alpha1/debug/BUILD.bazel | 2 +- .../rpc/prysm/v1alpha1/debug/block.go | 16 +- .../rpc/prysm/v1alpha1/debug/block_test.go | 22 +- beacon-chain/rpc/prysm/v1alpha1/debug/p2p.go | 4 +- .../rpc/prysm/v1alpha1/debug/p2p_test.go | 8 +- .../rpc/prysm/v1alpha1/debug/server.go | 10 +- .../rpc/prysm/v1alpha1/debug/state.go | 4 +- .../rpc/prysm/v1alpha1/debug/state_test.go | 20 +- .../rpc/prysm/v1alpha1/node/BUILD.bazel | 2 +- .../rpc/prysm/v1alpha1/node/server.go | 18 +- .../rpc/prysm/v1alpha1/node/server_test.go | 24 +- .../rpc/prysm/v1alpha1/validator/BUILD.bazel | 2 +- .../prysm/v1alpha1/validator/aggregator.go | 20 +- .../v1alpha1/validator/aggregator_test.go | 38 +- .../rpc/prysm/v1alpha1/validator/attester.go | 26 +- .../validator/attester_mainnet_test.go | 20 +- .../prysm/v1alpha1/validator/attester_test.go | 36 +- .../rpc/prysm/v1alpha1/validator/blocks.go | 16 +- .../prysm/v1alpha1/validator/blocks_test.go | 26 +- .../validator/construct_generic_block.go | 10 +- .../validator/construct_generic_block_test.go | 14 +- .../rpc/prysm/v1alpha1/validator/duties.go | 18 +- .../prysm/v1alpha1/validator/duties_test.go | 34 +- .../rpc/prysm/v1alpha1/validator/duties_v2.go | 20 +- .../v1alpha1/validator/duties_v2_test.go | 38 +- .../rpc/prysm/v1alpha1/validator/exit.go | 10 +- .../rpc/prysm/v1alpha1/validator/exit_test.go | 32 +- .../rpc/prysm/v1alpha1/validator/proposer.go | 44 +- .../v1alpha1/validator/proposer_altair.go | 26 +- .../validator/proposer_altair_test.go | 26 +- .../validator/proposer_attestations.go | 28 +- .../proposer_attestations_electra.go | 6 +- .../proposer_attestations_electra_test.go | 14 +- .../validator/proposer_attestations_test.go | 28 +- .../v1alpha1/validator/proposer_bellatrix.go | 28 +- .../validator/proposer_bellatrix_test.go | 46 +- .../v1alpha1/validator/proposer_builder.go | 12 +- .../validator/proposer_builder_test.go | 30 +- .../v1alpha1/validator/proposer_capella.go | 8 +- .../v1alpha1/validator/proposer_deneb.go | 8 +- .../validator/proposer_deneb_bench_test.go | 14 +- .../v1alpha1/validator/proposer_deneb_test.go | 10 +- .../v1alpha1/validator/proposer_deposits.go | 18 +- .../validator/proposer_deposits_test.go | 22 +- .../validator/proposer_empty_block.go | 12 +- .../validator/proposer_empty_block_test.go | 12 +- .../v1alpha1/validator/proposer_eth1data.go | 22 +- .../validator/proposer_execution_payload.go | 34 +- .../proposer_execution_payload_test.go | 26 +- .../v1alpha1/validator/proposer_exits.go | 6 +- .../v1alpha1/validator/proposer_exits_test.go | 12 +- .../v1alpha1/validator/proposer_slashings.go | 10 +- .../validator/proposer_slashings_test.go | 12 +- .../validator/proposer_sync_aggregate.go | 2 +- .../validator/proposer_sync_aggregate_test.go | 6 +- .../prysm/v1alpha1/validator/proposer_test.go | 86 ++-- .../validator/proposer_utils_bench_test.go | 8 +- .../rpc/prysm/v1alpha1/validator/server.go | 52 +-- .../v1alpha1/validator/server_mainnet_test.go | 28 +- .../prysm/v1alpha1/validator/server_test.go | 34 +- .../rpc/prysm/v1alpha1/validator/status.go | 28 +- .../v1alpha1/validator/status_mainnet_test.go | 24 +- .../prysm/v1alpha1/validator/status_test.go | 36 +- .../v1alpha1/validator/sync_committee.go | 6 +- .../v1alpha1/validator/sync_committee_test.go | 30 +- .../rpc/prysm/v1alpha1/validator/unblinder.go | 12 +- .../v1alpha1/validator/unblinder_test.go | 10 +- .../v1alpha1/validator/validator_test.go | 2 +- beacon-chain/rpc/prysm/validator/BUILD.bazel | 2 +- beacon-chain/rpc/prysm/validator/handlers.go | 14 +- .../rpc/prysm/validator/handlers_test.go | 50 +-- beacon-chain/rpc/prysm/validator/server.go | 8 +- .../prysm/validator/validator_performance.go | 10 +- .../validator/validator_performance_test.go | 28 +- beacon-chain/rpc/service.go | 64 +-- beacon-chain/rpc/service_test.go | 12 +- beacon-chain/rpc/testutil/BUILD.bazel | 2 +- beacon-chain/rpc/testutil/db.go | 16 +- beacon-chain/rpc/testutil/mock_blocker.go | 12 +- .../rpc/testutil/mock_genesis_timefetcher.go | 4 +- beacon-chain/rpc/testutil/mock_sidecars.go | 2 +- beacon-chain/rpc/testutil/mock_stater.go | 6 +- beacon-chain/slasher/BUILD.bazel | 2 +- beacon-chain/slasher/chunks.go | 10 +- beacon-chain/slasher/chunks_test.go | 14 +- beacon-chain/slasher/detect_attestations.go | 12 +- .../slasher/detect_attestations_test.go | 36 +- beacon-chain/slasher/detect_blocks.go | 6 +- beacon-chain/slasher/detect_blocks_test.go | 30 +- beacon-chain/slasher/helpers.go | 16 +- beacon-chain/slasher/helpers_test.go | 14 +- beacon-chain/slasher/params.go | 2 +- beacon-chain/slasher/params_test.go | 4 +- beacon-chain/slasher/process_slashings.go | 8 +- .../slasher/process_slashings_test.go | 26 +- beacon-chain/slasher/queue.go | 2 +- beacon-chain/slasher/queue_test.go | 8 +- beacon-chain/slasher/receive.go | 10 +- beacon-chain/slasher/receive_test.go | 26 +- beacon-chain/slasher/service.go | 26 +- beacon-chain/slasher/service_test.go | 18 +- beacon-chain/slasher/types/BUILD.bazel | 2 +- beacon-chain/slasher/types/types.go | 4 +- beacon-chain/startup/BUILD.bazel | 2 +- beacon-chain/startup/clock.go | 4 +- beacon-chain/startup/clock_test.go | 6 +- beacon-chain/startup/synchronizer_test.go | 4 +- beacon-chain/startup/testing.go | 4 +- beacon-chain/state/BUILD.bazel | 2 +- beacon-chain/state/fieldtrie/BUILD.bazel | 2 +- beacon-chain/state/fieldtrie/field_trie.go | 8 +- .../state/fieldtrie/field_trie_helpers.go | 12 +- .../state/fieldtrie/field_trie_test.go | 22 +- beacon-chain/state/fieldtrie/helpers_test.go | 18 +- beacon-chain/state/interfaces.go | 14 +- beacon-chain/state/state-native/BUILD.bazel | 2 +- .../state/state-native/beacon_state.go | 14 +- .../state-native/custom-types/BUILD.bazel | 2 +- .../state-native/custom-types/block_roots.go | 2 +- .../custom-types/block_roots_test.go | 4 +- .../custom-types/historical_roots_test.go | 2 +- .../state-native/custom-types/randao_mixes.go | 2 +- .../custom-types/randao_mixes_test.go | 4 +- .../state-native/custom-types/state_roots.go | 2 +- .../custom-types/state_roots_test.go | 4 +- .../state/state-native/getters_attestation.go | 4 +- .../state-native/getters_attestation_test.go | 4 +- .../state/state-native/getters_block.go | 4 +- .../state/state-native/getters_block_test.go | 6 +- .../state/state-native/getters_checkpoint.go | 4 +- .../state-native/getters_checkpoint_test.go | 6 +- .../state-native/getters_consolidation.go | 6 +- .../getters_consolidation_test.go | 8 +- .../state-native/getters_deposit_requests.go | 2 +- .../getters_deposit_requests_test.go | 8 +- .../state/state-native/getters_deposits.go | 6 +- .../state-native/getters_deposits_test.go | 8 +- .../state/state-native/getters_eth1.go | 2 +- .../state/state-native/getters_exit.go | 4 +- .../state/state-native/getters_exit_test.go | 10 +- .../state/state-native/getters_misc.go | 6 +- .../state-native/getters_participation.go | 8 +- .../getters_participation_test.go | 6 +- .../state-native/getters_payload_header.go | 6 +- .../getters_proposer_lookahead.go | 4 +- .../state/state-native/getters_randao.go | 2 +- .../getters_setters_lookahead_test.go | 10 +- .../state/state-native/getters_state.go | 6 +- .../state-native/getters_sync_committee.go | 6 +- .../state/state-native/getters_test.go | 6 +- .../state/state-native/getters_validator.go | 14 +- .../state-native/getters_validator_test.go | 16 +- .../state/state-native/getters_withdrawal.go | 18 +- .../state-native/getters_withdrawal_test.go | 18 +- beacon-chain/state/state-native/hasher.go | 16 +- .../state/state-native/hasher_test.go | 18 +- .../state/state-native/multi_value_slices.go | 10 +- .../state/state-native/mvslice_fuzz_test.go | 6 +- beacon-chain/state/state-native/proofs.go | 8 +- .../state/state-native/proofs_test.go | 8 +- .../state/state-native/readonly_validator.go | 10 +- .../state-native/readonly_validator_test.go | 12 +- .../state/state-native/references_test.go | 12 +- .../state/state-native/setters_attestation.go | 10 +- .../state-native/setters_attestation_test.go | 12 +- .../state/state-native/setters_block.go | 4 +- .../state/state-native/setters_checkpoint.go | 4 +- .../state/state-native/setters_churn.go | 10 +- .../state/state-native/setters_churn_test.go | 16 +- .../state-native/setters_consolidation.go | 10 +- .../setters_consolidation_test.go | 8 +- .../state-native/setters_deposit_requests.go | 4 +- .../setters_deposit_requests_test.go | 8 +- .../state/state-native/setters_deposits.go | 10 +- .../state-native/setters_deposits_test.go | 8 +- .../state/state-native/setters_eth1.go | 6 +- .../state/state-native/setters_eth1_test.go | 8 +- .../state/state-native/setters_misc.go | 18 +- .../state/state-native/setters_misc_test.go | 10 +- .../state-native/setters_participation.go | 8 +- .../setters_participation_test.go | 6 +- .../state-native/setters_payload_header.go | 12 +- .../setters_payload_header_test.go | 12 +- .../setters_proposer_lookahead.go | 10 +- .../state/state-native/setters_randao.go | 2 +- .../state/state-native/setters_state.go | 2 +- .../state-native/setters_sync_committee.go | 6 +- .../state/state-native/setters_validator.go | 14 +- .../state-native/setters_validator_test.go | 6 +- .../state/state-native/setters_withdrawal.go | 10 +- .../state-native/setters_withdrawal_test.go | 10 +- .../state/state-native/spec_parameters.go | 4 +- .../state/state-native/state_fuzz_test.go | 16 +- beacon-chain/state/state-native/state_test.go | 20 +- beacon-chain/state/state-native/state_trie.go | 30 +- .../state/state-native/state_trie_test.go | 16 +- beacon-chain/state/state-native/types.go | 6 +- .../state/state-native/types/BUILD.bazel | 2 +- .../state/state-native/types/types.go | 2 +- beacon-chain/state/state-native/types_test.go | 16 +- beacon-chain/state/stategen/BUILD.bazel | 2 +- beacon-chain/state/stategen/cacher.go | 2 +- .../stategen/epoch_boundary_state_cache.go | 4 +- .../epoch_boundary_state_cache_test.go | 8 +- beacon-chain/state/stategen/getter.go | 18 +- beacon-chain/state/stategen/getter_test.go | 26 +- beacon-chain/state/stategen/history.go | 14 +- beacon-chain/state/stategen/history_test.go | 10 +- .../state/stategen/hot_state_cache.go | 4 +- .../state/stategen/hot_state_cache_test.go | 10 +- beacon-chain/state/stategen/init_test.go | 2 +- beacon-chain/state/stategen/migrate.go | 6 +- beacon-chain/state/stategen/migrate_test.go | 18 +- beacon-chain/state/stategen/mock/BUILD.bazel | 2 +- beacon-chain/state/stategen/mock/mock.go | 4 +- beacon-chain/state/stategen/mock/replayer.go | 6 +- beacon-chain/state/stategen/mock_test.go | 22 +- beacon-chain/state/stategen/replay.go | 14 +- beacon-chain/state/stategen/replay_test.go | 34 +- beacon-chain/state/stategen/replayer.go | 8 +- beacon-chain/state/stategen/replayer_test.go | 10 +- beacon-chain/state/stategen/service.go | 22 +- beacon-chain/state/stategen/service_test.go | 14 +- beacon-chain/state/stategen/setter.go | 14 +- beacon-chain/state/stategen/setter_test.go | 14 +- beacon-chain/state/stateutil/BUILD.bazel | 2 +- .../state/stateutil/benchmark_test.go | 6 +- .../state/stateutil/block_header_root.go | 6 +- beacon-chain/state/stateutil/eth1_root.go | 8 +- .../state/stateutil/field_root_attestation.go | 6 +- .../state/stateutil/field_root_eth1.go | 2 +- .../state/stateutil/field_root_test.go | 2 +- .../state/stateutil/field_root_validator.go | 8 +- .../stateutil/field_root_validator_test.go | 8 +- .../state/stateutil/field_root_vector.go | 2 +- .../stateutil/historical_summaries_root.go | 6 +- .../state/stateutil/participation_bit_root.go | 4 +- .../stateutil/pending_attestation_root.go | 8 +- .../stateutil/pending_consolidations_root.go | 6 +- .../state/stateutil/pending_deposits_root.go | 6 +- .../pending_partial_withdrawals_root.go | 6 +- .../stateutil/proposer_lookahead_root.go | 4 +- .../stateutil/proposer_lookahead_root_test.go | 6 +- .../state/stateutil/state_root_test.go | 12 +- .../state/stateutil/sync_committee.root.go | 6 +- beacon-chain/state/stateutil/trie_helpers.go | 10 +- .../state/stateutil/trie_helpers_test.go | 18 +- .../stateutil/unrealized_justification.go | 6 +- .../unrealized_justification_test.go | 8 +- .../state/stateutil/validator_map_handler.go | 8 +- .../state/stateutil/validator_reader.go | 4 +- .../state/stateutil/validator_root.go | 8 +- .../state/stateutil/validator_root_test.go | 2 +- beacon-chain/state/testing/BUILD.bazel | 2 +- beacon-chain/state/testing/generators.go | 16 +- beacon-chain/state/testing/getters.go | 12 +- beacon-chain/state/testing/getters_block.go | 10 +- .../state/testing/getters_checkpoint.go | 10 +- .../state/testing/getters_validator.go | 6 +- beacon-chain/sync/BUILD.bazel | 2 +- beacon-chain/sync/backfill/BUILD.bazel | 2 +- beacon-chain/sync/backfill/batch.go | 10 +- beacon-chain/sync/backfill/batch_test.go | 4 +- beacon-chain/sync/backfill/batcher.go | 2 +- beacon-chain/sync/backfill/batcher_test.go | 4 +- beacon-chain/sync/backfill/blobs.go | 16 +- beacon-chain/sync/backfill/blobs_test.go | 16 +- .../sync/backfill/coverage/BUILD.bazel | 2 +- .../sync/backfill/coverage/coverage.go | 2 +- beacon-chain/sync/backfill/metrics.go | 6 +- beacon-chain/sync/backfill/pool.go | 14 +- beacon-chain/sync/backfill/pool_test.go | 18 +- beacon-chain/sync/backfill/service.go | 24 +- beacon-chain/sync/backfill/service_test.go | 22 +- beacon-chain/sync/backfill/status.go | 16 +- beacon-chain/sync/backfill/status_test.go | 20 +- beacon-chain/sync/backfill/verify.go | 20 +- beacon-chain/sync/backfill/verify_test.go | 22 +- beacon-chain/sync/backfill/worker.go | 10 +- beacon-chain/sync/batch_verifier.go | 12 +- beacon-chain/sync/batch_verifier_test.go | 8 +- beacon-chain/sync/blobs_test.go | 42 +- beacon-chain/sync/block_batcher.go | 8 +- beacon-chain/sync/block_batcher_test.go | 10 +- beacon-chain/sync/checkpoint/BUILD.bazel | 2 +- beacon-chain/sync/checkpoint/api.go | 22 +- beacon-chain/sync/checkpoint/api_test.go | 18 +- beacon-chain/sync/checkpoint/file.go | 6 +- .../sync/checkpoint/weak-subjectivity.go | 14 +- .../sync/checkpoint/weak-subjectivity_test.go | 26 +- beacon-chain/sync/context.go | 4 +- beacon-chain/sync/context_test.go | 8 +- beacon-chain/sync/custody.go | 10 +- beacon-chain/sync/custody_test.go | 24 +- beacon-chain/sync/data_column_sidecars.go | 28 +- .../sync/data_column_sidecars_test.go | 38 +- beacon-chain/sync/data_columns_reconstruct.go | 12 +- .../sync/data_columns_reconstruct_test.go | 16 +- beacon-chain/sync/deadlines.go | 2 +- beacon-chain/sync/decode_pubsub.go | 14 +- beacon-chain/sync/decode_pubsub_test.go | 30 +- beacon-chain/sync/error.go | 8 +- beacon-chain/sync/error_test.go | 8 +- beacon-chain/sync/fork_watcher.go | 8 +- beacon-chain/sync/fork_watcher_test.go | 22 +- beacon-chain/sync/initial-sync/BUILD.bazel | 2 +- .../sync/initial-sync/blocks_fetcher.go | 46 +- .../sync/initial-sync/blocks_fetcher_peers.go | 12 +- .../initial-sync/blocks_fetcher_peers_test.go | 14 +- .../sync/initial-sync/blocks_fetcher_test.go | 44 +- .../sync/initial-sync/blocks_fetcher_utils.go | 18 +- .../initial-sync/blocks_fetcher_utils_test.go | 34 +- .../sync/initial-sync/blocks_queue.go | 18 +- .../sync/initial-sync/blocks_queue_test.go | 38 +- .../sync/initial-sync/blocks_queue_utils.go | 2 +- .../sync/initial-sync/downscore_test.go | 20 +- beacon-chain/sync/initial-sync/fsm.go | 6 +- .../sync/initial-sync/fsm_benchmark_test.go | 2 +- beacon-chain/sync/initial-sync/fsm_test.go | 6 +- .../sync/initial-sync/initial_sync_test.go | 42 +- beacon-chain/sync/initial-sync/round_robin.go | 18 +- .../sync/initial-sync/round_robin_test.go | 32 +- beacon-chain/sync/initial-sync/service.go | 46 +- .../sync/initial-sync/service_test.go | 50 +-- .../sync/initial-sync/testing/BUILD.bazel | 2 +- beacon-chain/sync/kzg_batch_verifier_test.go | 12 +- beacon-chain/sync/metrics.go | 12 +- beacon-chain/sync/options.go | 40 +- .../sync/pending_attestations_queue.go | 32 +- .../pending_attestations_queue_bucket_test.go | 12 +- .../sync/pending_attestations_queue_test.go | 48 +- beacon-chain/sync/pending_blocks_queue.go | 28 +- .../sync/pending_blocks_queue_test.go | 38 +- beacon-chain/sync/rate_limiter.go | 8 +- beacon-chain/sync/rate_limiter_test.go | 12 +- beacon-chain/sync/rpc.go | 14 +- .../sync/rpc_beacon_blocks_by_range.go | 20 +- .../sync/rpc_beacon_blocks_by_range_test.go | 44 +- .../sync/rpc_beacon_blocks_by_root.go | 28 +- .../sync/rpc_beacon_blocks_by_root_test.go | 44 +- .../sync/rpc_blob_sidecars_by_range.go | 18 +- .../sync/rpc_blob_sidecars_by_range_test.go | 18 +- .../sync/rpc_blob_sidecars_by_root.go | 22 +- .../sync/rpc_blob_sidecars_by_root_test.go | 22 +- beacon-chain/sync/rpc_chunked_response.go | 18 +- .../sync/rpc_data_column_sidecars_by_range.go | 14 +- .../rpc_data_column_sidecars_by_range_test.go | 26 +- .../sync/rpc_data_column_sidecars_by_root.go | 20 +- .../rpc_data_column_sidecars_by_root_test.go | 30 +- beacon-chain/sync/rpc_goodbye.go | 10 +- beacon-chain/sync/rpc_goodbye_test.go | 22 +- beacon-chain/sync/rpc_handler_test.go | 6 +- beacon-chain/sync/rpc_light_client.go | 16 +- beacon-chain/sync/rpc_light_client_test.go | 34 +- beacon-chain/sync/rpc_metadata.go | 16 +- beacon-chain/sync/rpc_metadata_test.go | 28 +- beacon-chain/sync/rpc_ping.go | 10 +- beacon-chain/sync/rpc_ping_test.go | 26 +- beacon-chain/sync/rpc_send_request.go | 30 +- beacon-chain/sync/rpc_send_request_test.go | 36 +- beacon-chain/sync/rpc_status.go | 24 +- beacon-chain/sync/rpc_status_test.go | 52 +-- beacon-chain/sync/rpc_test.go | 16 +- beacon-chain/sync/service.go | 64 +-- beacon-chain/sync/service_test.go | 36 +- beacon-chain/sync/slot_aware_cache.go | 2 +- beacon-chain/sync/slot_aware_cache_test.go | 4 +- beacon-chain/sync/subscriber.go | 32 +- .../sync/subscriber_beacon_aggregate_proof.go | 4 +- .../subscriber_beacon_aggregate_proof_test.go | 16 +- .../sync/subscriber_beacon_attestation.go | 14 +- beacon-chain/sync/subscriber_beacon_blocks.go | 24 +- .../sync/subscriber_beacon_blocks_test.go | 38 +- beacon-chain/sync/subscriber_blob_sidecar.go | 6 +- .../subscriber_bls_to_execution_change.go | 6 +- .../sync/subscriber_data_column_sidecar.go | 12 +- .../subscriber_data_column_sidecar_test.go | 18 +- beacon-chain/sync/subscriber_handlers.go | 2 +- .../sync/subscriber_sync_committee_message.go | 2 +- .../subscriber_sync_contribution_proof.go | 2 +- beacon-chain/sync/subscriber_test.go | 44 +- .../sync/subscription_topic_handler.go | 2 +- .../sync/subscription_topic_handler_test.go | 10 +- beacon-chain/sync/sync_fuzz_test.go | 32 +- beacon-chain/sync/sync_test.go | 2 +- beacon-chain/sync/validate_aggregate_proof.go | 34 +- .../sync/validate_aggregate_proof_test.go | 40 +- .../sync/validate_attester_slashing.go | 20 +- .../sync/validate_attester_slashing_test.go | 30 +- .../sync/validate_beacon_attestation.go | 34 +- .../sync/validate_beacon_attestation_test.go | 32 +- beacon-chain/sync/validate_beacon_blocks.go | 40 +- .../sync/validate_beacon_blocks_test.go | 52 +-- beacon-chain/sync/validate_blob.go | 24 +- beacon-chain/sync/validate_blob_test.go | 30 +- .../sync/validate_bls_to_execution_change.go | 8 +- .../validate_bls_to_execution_change_test.go | 38 +- beacon-chain/sync/validate_data_column.go | 26 +- .../sync/validate_data_column_test.go | 26 +- beacon-chain/sync/validate_light_client.go | 12 +- .../sync/validate_light_client_test.go | 30 +- .../sync/validate_proposer_slashing.go | 14 +- .../sync/validate_proposer_slashing_test.go | 32 +- .../sync/validate_sync_committee_message.go | 22 +- .../validate_sync_committee_message_test.go | 38 +- .../sync/validate_sync_contribution_proof.go | 24 +- .../validate_sync_contribution_proof_test.go | 56 +-- beacon-chain/sync/validate_voluntary_exit.go | 14 +- .../sync/validate_voluntary_exit_test.go | 34 +- beacon-chain/sync/verify/BUILD.bazel | 2 +- beacon-chain/sync/verify/blob.go | 8 +- beacon-chain/sync/verify/blob_test.go | 10 +- beacon-chain/verification/BUILD.bazel | 2 +- beacon-chain/verification/batch.go | 6 +- beacon-chain/verification/batch_test.go | 6 +- beacon-chain/verification/blob.go | 14 +- beacon-chain/verification/blob_test.go | 22 +- beacon-chain/verification/cache.go | 22 +- beacon-chain/verification/cache_test.go | 18 +- beacon-chain/verification/data_column.go | 20 +- beacon-chain/verification/data_column_test.go | 26 +- beacon-chain/verification/error.go | 2 +- beacon-chain/verification/fake.go | 2 +- beacon-chain/verification/filesystem.go | 6 +- beacon-chain/verification/filesystem_test.go | 6 +- beacon-chain/verification/initializer.go | 20 +- beacon-chain/verification/initializer_test.go | 6 +- beacon-chain/verification/interface.go | 4 +- beacon-chain/verification/mock.go | 4 +- beacon-chain/verification/result_test.go | 2 +- .../verification/verification_test.go | 2 +- build/bazel/BUILD.bazel | 2 +- build/bazel/bazel_test.go | 2 +- build/bazel/data_path.go | 2 +- cache/lru/BUILD.bazel | 2 +- cache/nonblocking/BUILD.bazel | 2 +- changelog/bastin_upgrade-v6-to-v7.md | 3 + cmd/BUILD.bazel | 2 +- cmd/beacon-chain/BUILD.bazel | 2 +- cmd/beacon-chain/blockchain/BUILD.bazel | 2 +- cmd/beacon-chain/blockchain/options.go | 8 +- cmd/beacon-chain/db/BUILD.bazel | 2 +- cmd/beacon-chain/db/db.go | 6 +- cmd/beacon-chain/execution/BUILD.bazel | 2 +- cmd/beacon-chain/execution/options.go | 6 +- cmd/beacon-chain/execution/options_test.go | 10 +- cmd/beacon-chain/flags/BUILD.bazel | 2 +- cmd/beacon-chain/flags/api_module_test.go | 2 +- cmd/beacon-chain/flags/base.go | 4 +- cmd/beacon-chain/flags/config.go | 2 +- cmd/beacon-chain/genesis/BUILD.bazel | 2 +- cmd/beacon-chain/genesis/options.go | 6 +- cmd/beacon-chain/jwt/BUILD.bazel | 2 +- cmd/beacon-chain/jwt/jwt.go | 6 +- cmd/beacon-chain/jwt/jwt_test.go | 6 +- cmd/beacon-chain/main.go | 46 +- cmd/beacon-chain/storage/BUILD.bazel | 2 +- cmd/beacon-chain/storage/options.go | 10 +- cmd/beacon-chain/storage/options_test.go | 12 +- cmd/beacon-chain/sync/backfill/BUILD.bazel | 2 +- .../sync/backfill/flags/BUILD.bazel | 2 +- cmd/beacon-chain/sync/backfill/options.go | 8 +- cmd/beacon-chain/sync/checkpoint/BUILD.bazel | 2 +- cmd/beacon-chain/sync/checkpoint/options.go | 4 +- cmd/beacon-chain/usage.go | 16 +- cmd/beacon-chain/usage_test.go | 2 +- cmd/client-stats/BUILD.bazel | 2 +- cmd/client-stats/flags/BUILD.bazel | 2 +- cmd/client-stats/main.go | 14 +- cmd/client-stats/usage.go | 4 +- cmd/config.go | 4 +- cmd/config_test.go | 6 +- cmd/defaults.go | 2 +- cmd/flags.go | 2 +- cmd/flags/BUILD.bazel | 2 +- cmd/flags_test.go | 2 +- cmd/helpers.go | 2 +- cmd/helpers_test.go | 6 +- cmd/mock/BUILD.bazel | 2 +- cmd/prysmctl/BUILD.bazel | 2 +- cmd/prysmctl/checkpointsync/BUILD.bazel | 2 +- cmd/prysmctl/checkpointsync/download.go | 6 +- cmd/prysmctl/db/BUILD.bazel | 2 +- cmd/prysmctl/db/buckets.go | 2 +- cmd/prysmctl/db/query.go | 2 +- cmd/prysmctl/db/span.go | 6 +- cmd/prysmctl/main.go | 12 +- cmd/prysmctl/p2p/BUILD.bazel | 2 +- cmd/prysmctl/p2p/client.go | 26 +- cmd/prysmctl/p2p/handler.go | 4 +- cmd/prysmctl/p2p/handshake.go | 10 +- cmd/prysmctl/p2p/mock_chain.go | 8 +- cmd/prysmctl/p2p/peers.go | 2 +- cmd/prysmctl/p2p/request_blobs.go | 16 +- cmd/prysmctl/p2p/request_blocks.go | 18 +- cmd/prysmctl/testnet/BUILD.bazel | 2 +- cmd/prysmctl/testnet/generate_genesis.go | 16 +- cmd/prysmctl/testnet/generate_genesis_test.go | 10 +- cmd/prysmctl/validator/BUILD.bazel | 2 +- cmd/prysmctl/validator/cmd.go | 10 +- cmd/prysmctl/validator/proposer_settings.go | 20 +- .../validator/proposer_settings_test.go | 6 +- cmd/prysmctl/validator/withdraw.go | 10 +- cmd/prysmctl/validator/withdraw_test.go | 10 +- cmd/prysmctl/weaksubjectivity/BUILD.bazel | 2 +- cmd/prysmctl/weaksubjectivity/checkpoint.go | 6 +- cmd/validator/BUILD.bazel | 2 +- cmd/validator/accounts/BUILD.bazel | 2 +- cmd/validator/accounts/accounts.go | 8 +- cmd/validator/accounts/backup.go | 12 +- cmd/validator/accounts/backup_test.go | 18 +- cmd/validator/accounts/delete.go | 10 +- cmd/validator/accounts/delete_test.go | 20 +- cmd/validator/accounts/exit.go | 20 +- cmd/validator/accounts/exit_test.go | 16 +- cmd/validator/accounts/import.go | 14 +- cmd/validator/accounts/import_test.go | 16 +- cmd/validator/accounts/list.go | 8 +- cmd/validator/accounts/wallet_utils.go | 10 +- cmd/validator/accounts/wallet_utils_test.go | 14 +- cmd/validator/db/BUILD.bazel | 2 +- cmd/validator/db/db.go | 6 +- cmd/validator/flags/BUILD.bazel | 2 +- cmd/validator/flags/flags.go | 6 +- cmd/validator/flags/flags_test.go | 4 +- cmd/validator/main.go | 34 +- cmd/validator/slashing-protection/BUILD.bazel | 2 +- cmd/validator/slashing-protection/export.go | 20 +- cmd/validator/slashing-protection/import.go | 16 +- .../slashing-protection/import_export_test.go | 18 +- .../slashing-protection.go | 8 +- cmd/validator/usage.go | 8 +- cmd/validator/usage_test.go | 2 +- cmd/validator/wallet/BUILD.bazel | 2 +- cmd/validator/wallet/create.go | 12 +- cmd/validator/wallet/create_test.go | 14 +- cmd/validator/wallet/recover.go | 10 +- cmd/validator/wallet/recover_test.go | 14 +- cmd/validator/wallet/wallet.go | 8 +- cmd/validator/web/BUILD.bazel | 2 +- cmd/validator/web/web.go | 12 +- config/BUILD.bazel | 2 +- config/features/BUILD.bazel | 2 +- config/features/config.go | 6 +- config/features/config_test.go | 4 +- config/features/deprecated_flags_test.go | 2 +- config/features/flags.go | 2 +- config/fieldparams/BUILD.bazel | 2 +- config/fieldparams/common_test.go | 6 +- config/fieldparams/mainnet_test.go | 6 +- config/fieldparams/minimal_test.go | 6 +- config/params/BUILD.bazel | 2 +- config/params/basis_points.go | 2 +- config/params/config.go | 12 +- config/params/config_test.go | 10 +- config/params/configset.go | 4 +- config/params/configset_test.go | 4 +- config/params/fork.go | 8 +- config/params/fork_test.go | 8 +- config/params/loader.go | 4 +- config/params/loader_test.go | 8 +- config/params/mainnet_config.go | 4 +- config/params/mainnet_config_test.go | 6 +- config/params/minimal_config.go | 2 +- config/params/network_config.go | 2 +- config/params/testnet_config_test.go | 8 +- config/params/testnet_holesky_config_test.go | 4 +- config/params/testnet_hoodi_config_test.go | 4 +- config/params/testnet_sepolia_config_test.go | 4 +- config/params/testutils.go | 2 +- config/proposer/BUILD.bazel | 2 +- config/proposer/loader/BUILD.bazel | 2 +- config/proposer/loader/loader.go | 14 +- config/proposer/loader/loader_test.go | 20 +- config/proposer/settings.go | 10 +- config/proposer/settings_test.go | 10 +- config/util_test.go | 6 +- consensus-types/BUILD.bazel | 2 +- consensus-types/blocks/BUILD.bazel | 2 +- consensus-types/blocks/execution.go | 12 +- consensus-types/blocks/execution_test.go | 14 +- consensus-types/blocks/factory.go | 8 +- consensus-types/blocks/factory_test.go | 14 +- consensus-types/blocks/get_payload.go | 8 +- consensus-types/blocks/getters.go | 16 +- consensus-types/blocks/getters_test.go | 20 +- consensus-types/blocks/kzg.go | 12 +- consensus-types/blocks/kzg_test.go | 12 +- consensus-types/blocks/proofs.go | 16 +- consensus-types/blocks/proofs_test.go | 4 +- consensus-types/blocks/proto.go | 10 +- consensus-types/blocks/proto_test.go | 16 +- consensus-types/blocks/roblob.go | 6 +- consensus-types/blocks/roblob_test.go | 12 +- consensus-types/blocks/roblock.go | 2 +- consensus-types/blocks/roblock_test.go | 12 +- consensus-types/blocks/rodatacolumn.go | 8 +- consensus-types/blocks/rodatacolumn_test.go | 12 +- consensus-types/blocks/setters.go | 12 +- consensus-types/blocks/testing/BUILD.bazel | 2 +- consensus-types/blocks/testing/factory.go | 6 +- consensus-types/blocks/testing/mutator.go | 8 +- consensus-types/blocks/types.go | 10 +- consensus-types/forkchoice/BUILD.bazel | 2 +- consensus-types/forkchoice/types.go | 4 +- consensus-types/hdiff/BUILD.bazel | 2 +- consensus-types/hdiff/fuzz_test.go | 154 +++---- consensus-types/hdiff/property_test.go | 118 ++--- consensus-types/hdiff/security_test.go | 144 +++--- consensus-types/hdiff/state_diff.go | 30 +- consensus-types/hdiff/state_diff_test.go | 20 +- consensus-types/helpers/BUILD.bazel | 2 +- consensus-types/helpers/comparisons.go | 2 +- consensus-types/helpers/comparisons_test.go | 2 +- consensus-types/interfaces/BUILD.bazel | 2 +- consensus-types/interfaces/beacon_block.go | 10 +- consensus-types/interfaces/error.go | 2 +- consensus-types/interfaces/error_test.go | 4 +- consensus-types/interfaces/light_client.go | 6 +- consensus-types/interfaces/utils.go | 2 +- consensus-types/interfaces/utils_test.go | 14 +- consensus-types/light-client/BUILD.bazel | 2 +- consensus-types/light-client/bootstrap.go | 12 +- .../light-client/finality_update.go | 12 +- consensus-types/light-client/header.go | 16 +- consensus-types/light-client/helpers.go | 4 +- .../light-client/optimistic_update.go | 10 +- consensus-types/light-client/update.go | 14 +- consensus-types/mock/BUILD.bazel | 2 +- consensus-types/mock/block.go | 14 +- consensus-types/payload-attribute/BUILD.bazel | 2 +- consensus-types/payload-attribute/getters.go | 6 +- .../payload-attribute/getters_test.go | 6 +- .../payload-attribute/interface.go | 2 +- consensus-types/payload-attribute/types.go | 12 +- consensus-types/primitives/BUILD.bazel | 2 +- consensus-types/primitives/epoch.go | 2 +- consensus-types/primitives/epoch_test.go | 6 +- consensus-types/primitives/slot.go | 2 +- consensus-types/primitives/slot_test.go | 4 +- consensus-types/primitives/sszbytes_test.go | 2 +- consensus-types/primitives/sszuint64_test.go | 2 +- consensus-types/primitives/wei_test.go | 4 +- consensus-types/types.go | 2 +- consensus-types/validator/BUILD.bazel | 2 +- .../validator/custom_types_test.go | 2 +- consensus-types/validator/types.go | 2 +- consensus-types/wrapper/BUILD.bazel | 2 +- consensus-types/wrapper/metadata.go | 6 +- container/doubly-linked-list/BUILD.bazel | 2 +- container/doubly-linked-list/list_test.go | 4 +- container/leaky-bucket/BUILD.bazel | 2 +- container/multi-value-slice/BUILD.bazel | 2 +- .../multi_value_slice_test.go | 4 +- container/queue/BUILD.bazel | 2 +- container/queue/priority_queue_test.go | 2 +- container/slice/BUILD.bazel | 2 +- container/slice/slice.go | 2 +- container/slice/slice_test.go | 6 +- container/thread-safe/BUILD.bazel | 2 +- container/thread-safe/map_test.go | 2 +- container/trie/BUILD.bazel | 2 +- container/trie/sparse_merkle.go | 6 +- container/trie/sparse_merkle_test.go | 18 +- .../trie/sparse_merkle_trie_fuzz_test.go | 10 +- contracts/deposit/BUILD.bazel | 2 +- contracts/deposit/contract_test.go | 10 +- contracts/deposit/deposit.go | 10 +- contracts/deposit/deposit_test.go | 16 +- contracts/deposit/deposit_tree_test.go | 12 +- contracts/deposit/mock/BUILD.bazel | 2 +- contracts/deposit/mock/mock.go | 2 +- crypto/bls/BUILD.bazel | 2 +- crypto/bls/bls.go | 6 +- crypto/bls/bls_test.go | 4 +- crypto/bls/blst/BUILD.bazel | 2 +- crypto/bls/blst/bls_benchmark_test.go | 6 +- crypto/bls/blst/init.go | 4 +- crypto/bls/blst/public_key.go | 8 +- crypto/bls/blst/public_key_test.go | 8 +- crypto/bls/blst/secret_key.go | 6 +- crypto/bls/blst/secret_key_test.go | 10 +- crypto/bls/blst/signature.go | 6 +- crypto/bls/blst/signature_test.go | 6 +- crypto/bls/blst/stub.go | 2 +- crypto/bls/common/BUILD.bazel | 2 +- crypto/bls/common/constants.go | 2 +- crypto/bls/common/mock/BUILD.bazel | 2 +- crypto/bls/common/mock/interface_mock.go | 2 +- crypto/bls/herumi/BUILD.bazel | 2 +- crypto/bls/interface.go | 2 +- crypto/bls/signature_batch_test.go | 6 +- crypto/ecdsa/BUILD.bazel | 2 +- crypto/ecdsa/utils_test.go | 4 +- crypto/hash/BUILD.bazel | 2 +- crypto/hash/hash.go | 2 +- crypto/hash/hash_test.go | 14 +- crypto/hash/htr/BUILD.bazel | 2 +- crypto/hash/htr/hashtree_test.go | 2 +- crypto/keystore/BUILD.bazel | 2 +- crypto/keystore/key.go | 4 +- crypto/keystore/key_test.go | 6 +- crypto/keystore/keystore.go | 2 +- crypto/keystore/keystore_test.go | 8 +- crypto/keystore/utils.go | 4 +- crypto/rand/BUILD.bazel | 2 +- crypto/rand/rand.go | 4 +- crypto/random/BUILD.bazel | 2 +- crypto/random/random_test.go | 4 +- encoding/bytesutil/BUILD.bazel | 2 +- encoding/bytesutil/bits_test.go | 6 +- encoding/bytesutil/bytes_test.go | 4 +- encoding/bytesutil/eth_types.go | 4 +- encoding/bytesutil/eth_types_test.go | 8 +- encoding/bytesutil/hex.go | 2 +- encoding/bytesutil/hex_test.go | 6 +- encoding/bytesutil/integers.go | 2 +- encoding/bytesutil/integers_test.go | 4 +- encoding/ssz/BUILD.bazel | 2 +- encoding/ssz/detect/BUILD.bazel | 2 +- encoding/ssz/detect/configfork.go | 22 +- encoding/ssz/detect/configfork_test.go | 22 +- encoding/ssz/detect/fieldspec.go | 2 +- encoding/ssz/detect/fieldspec_test.go | 2 +- encoding/ssz/equality/BUILD.bazel | 2 +- encoding/ssz/equality/deep_equal.go | 2 +- encoding/ssz/equality/deep_equal_test.go | 6 +- encoding/ssz/hashers_test.go | 6 +- encoding/ssz/helpers.go | 2 +- encoding/ssz/helpers_test.go | 6 +- encoding/ssz/htrutils.go | 8 +- encoding/ssz/htrutils_fuzz_test.go | 6 +- encoding/ssz/htrutils_test.go | 14 +- encoding/ssz/merkleize.go | 4 +- encoding/ssz/merkleize_test.go | 10 +- encoding/ssz/query/BUILD.bazel | 2 +- encoding/ssz/query/generalized_index.go | 2 +- encoding/ssz/query/generalized_index_test.go | 6 +- encoding/ssz/query/path_test.go | 4 +- encoding/ssz/query/query_test.go | 8 +- encoding/ssz/query/tag_parser_test.go | 4 +- encoding/ssz/query/testutil/BUILD.bazel | 2 +- encoding/ssz/query/testutil/runner.go | 4 +- encoding/ssz/query/testutil/type.go | 2 +- genesis/BUILD.bazel | 2 +- genesis/embedded.go | 6 +- genesis/embedded_test.go | 6 +- genesis/initialize.go | 6 +- genesis/initialize_test.go | 16 +- genesis/internal/embedded/BUILD.bazel | 2 +- genesis/internal/embedded/lookup.go | 8 +- genesis/internal/embedded/lookup_test.go | 4 +- genesis/internal/embedded/mainnet.go | 2 +- genesis/providers.go | 8 +- genesis/storage.go | 8 +- genesis/testing.go | 2 +- go.mod | 2 +- hack/update-go-pbs.sh | 2 +- hack/update-mockgen.sh | 12 +- io/file/BUILD.bazel | 2 +- io/file/fileutil.go | 2 +- io/file/fileutil_test.go | 8 +- io/logs/BUILD.bazel | 2 +- io/logs/logutil.go | 4 +- io/logs/logutil_test.go | 2 +- io/logs/mock/BUILD.bazel | 2 +- io/logs/mock/mock_stream.go | 2 +- io/logs/stream.go | 6 +- io/logs/stream_test.go | 2 +- io/prompt/BUILD.bazel | 2 +- io/prompt/prompt.go | 2 +- io/prompt/validate_test.go | 4 +- math/BUILD.bazel | 2 +- math/math_helper_test.go | 4 +- monitoring/backup/BUILD.bazel | 2 +- monitoring/clientstats/BUILD.bazel | 2 +- monitoring/clientstats/scrapers.go | 2 +- monitoring/clientstats/scrapers_test.go | 2 +- monitoring/journald/BUILD.bazel | 2 +- monitoring/progress/BUILD.bazel | 2 +- monitoring/prometheus/BUILD.bazel | 2 +- .../prometheus/logrus_collector_test.go | 6 +- monitoring/prometheus/service.go | 2 +- monitoring/prometheus/service_test.go | 6 +- monitoring/tracing/BUILD.bazel | 2 +- .../tracing/recovery_interceptor_option.go | 2 +- monitoring/tracing/trace/BUILD.bazel | 2 +- monitoring/tracing/tracer.go | 4 +- network/BUILD.bazel | 2 +- network/auth_test.go | 4 +- network/authorization/BUILD.bazel | 2 +- network/endpoint.go | 2 +- network/endpoint_test.go | 6 +- network/external_ip_test.go | 6 +- network/httputil/BUILD.bazel | 2 +- network/httputil/reader.go | 2 +- network/httputil/reader_test.go | 6 +- network/httputil/writer.go | 2 +- proto/dbval/BUILD.bazel | 4 +- proto/dbval/dbval.pb.go | 2 +- proto/dbval/dbval.proto | 2 +- proto/engine/v1/BUILD.bazel | 4 +- proto/engine/v1/electra.pb.go | 4 +- proto/engine/v1/electra.proto | 2 +- proto/engine/v1/electra_test.go | 8 +- proto/engine/v1/engine.ssz.go | 4 +- proto/engine/v1/execution_engine.go | 2 +- proto/engine/v1/execution_engine.pb.go | 14 +- proto/engine/v1/execution_engine.proto | 4 +- proto/engine/v1/execution_engine_fuzz_test.go | 4 +- proto/engine/v1/json_marshal_unmarshal.go | 8 +- .../engine/v1/json_marshal_unmarshal_test.go | 10 +- proto/eth/ext/BUILD.bazel | 6 +- proto/eth/ext/options.pb.go | 2 +- proto/eth/ext/options.proto | 2 +- proto/eth/v1/BUILD.bazel | 4 +- proto/eth/v1/attestation.pb.go | 38 +- proto/eth/v1/attestation.proto | 10 +- proto/eth/v1/beacon_block.pb.go | 54 +-- proto/eth/v1/beacon_block.proto | 14 +- proto/eth/v1/beacon_chain.pb.go | 2 +- proto/eth/v1/beacon_chain.proto | 2 +- proto/eth/v1/events.pb.go | 46 +- proto/eth/v1/events.proto | 12 +- proto/eth/v1/gateway.ssz.go | 30 +- proto/eth/v1/node.pb.go | 2 +- proto/eth/v1/node.proto | 2 +- proto/eth/v1/validator.pb.go | 46 +- proto/eth/v1/validator.proto | 12 +- proto/migration/BUILD.bazel | 2 +- proto/migration/enums.go | 4 +- proto/migration/enums_test.go | 4 +- proto/migration/v1alpha1_to_v1.go | 4 +- proto/migration/v1alpha1_to_v1_test.go | 8 +- proto/prysm/v1alpha1/BUILD.bazel | 4 +- proto/prysm/v1alpha1/altair.ssz.go | 24 +- proto/prysm/v1alpha1/attestation.go | 6 +- proto/prysm/v1alpha1/attestation.pb.go | 62 +-- proto/prysm/v1alpha1/attestation.proto | 16 +- proto/prysm/v1alpha1/attestation/BUILD.bazel | 2 +- .../attestation/aggregation/BUILD.bazel | 2 +- .../aggregation/attestations/BUILD.bazel | 2 +- .../aggregation/attestations/attestations.go | 6 +- .../attestations/attestations_test.go | 16 +- .../aggregation/attestations/maxcover.go | 8 +- .../aggregation/attestations/maxcover_test.go | 10 +- .../aggregation/maxcover_bench_test.go | 6 +- .../attestation/aggregation/maxcover_test.go | 4 +- .../aggregation/sync_contribution/BUILD.bazel | 2 +- .../sync_contribution/contribution.go | 4 +- .../aggregation/sync_contribution/naive.go | 6 +- .../sync_contribution/naive_test.go | 12 +- .../aggregation/testing/BUILD.bazel | 2 +- .../aggregation/testing/bitlistutils.go | 8 +- .../v1alpha1/attestation/attestation_utils.go | 12 +- .../attestation/attestation_utils_test.go | 14 +- proto/prysm/v1alpha1/attestation/id.go | 6 +- proto/prysm/v1alpha1/attestation/id_test.go | 12 +- proto/prysm/v1alpha1/attestation_fuzz_test.go | 2 +- proto/prysm/v1alpha1/beacon_block.go | 4 +- proto/prysm/v1alpha1/beacon_block.pb.go | 184 ++++---- proto/prysm/v1alpha1/beacon_block.proto | 46 +- .../prysm/v1alpha1/beacon_block_fuzz_test.go | 2 +- proto/prysm/v1alpha1/beacon_chain.pb.go | 422 +++++++++--------- proto/prysm/v1alpha1/beacon_chain.proto | 106 ++--- proto/prysm/v1alpha1/beacon_core_types.pb.go | 78 ++-- proto/prysm/v1alpha1/beacon_core_types.proto | 20 +- proto/prysm/v1alpha1/beacon_state.pb.go | 208 ++++----- proto/prysm/v1alpha1/beacon_state.proto | 52 +-- proto/prysm/v1alpha1/bellatrix.ssz.go | 14 +- proto/prysm/v1alpha1/blobs.pb.go | 22 +- proto/prysm/v1alpha1/blobs.proto | 6 +- proto/prysm/v1alpha1/capella.ssz.go | 24 +- proto/prysm/v1alpha1/cloners.go | 2 +- proto/prysm/v1alpha1/cloners_test.go | 6 +- proto/prysm/v1alpha1/data_columns.pb.go | 4 +- proto/prysm/v1alpha1/data_columns.proto | 2 +- proto/prysm/v1alpha1/debug.pb.go | 30 +- proto/prysm/v1alpha1/debug.proto | 8 +- proto/prysm/v1alpha1/deneb.ssz.go | 22 +- proto/prysm/v1alpha1/eip_7251.pb.go | 46 +- proto/prysm/v1alpha1/eip_7251.proto | 12 +- proto/prysm/v1alpha1/eip_7521.go | 2 +- proto/prysm/v1alpha1/eip_7521_fuzz_test.go | 2 +- proto/prysm/v1alpha1/electra.ssz.go | 46 +- .../finalized_block_root_container.pb.go | 2 +- .../finalized_block_root_container.proto | 2 +- proto/prysm/v1alpha1/fulu.ssz.go | 28 +- proto/prysm/v1alpha1/fuzz_test.go | 4 +- proto/prysm/v1alpha1/gloas.pb.go | 176 ++++---- proto/prysm/v1alpha1/gloas.proto | 44 +- proto/prysm/v1alpha1/gloas.ssz.go | 46 +- proto/prysm/v1alpha1/health.pb.go | 2 +- proto/prysm/v1alpha1/health.proto | 2 +- proto/prysm/v1alpha1/light_client.pb.go | 96 ++-- proto/prysm/v1alpha1/light_client.proto | 24 +- proto/prysm/v1alpha1/metadata/BUILD.bazel | 2 +- .../v1alpha1/metadata/metadata_interfaces.go | 2 +- proto/prysm/v1alpha1/node.pb.go | 4 +- proto/prysm/v1alpha1/node.proto | 2 +- proto/prysm/v1alpha1/non-core.ssz.go | 10 +- proto/prysm/v1alpha1/p2p_messages.pb.go | 78 ++-- proto/prysm/v1alpha1/p2p_messages.proto | 20 +- proto/prysm/v1alpha1/phase0.ssz.go | 48 +- proto/prysm/v1alpha1/powchain.pb.go | 4 +- proto/prysm/v1alpha1/powchain.proto | 2 +- proto/prysm/v1alpha1/slasher.pb.go | 22 +- proto/prysm/v1alpha1/slasher.proto | 6 +- proto/prysm/v1alpha1/slashings/BUILD.bazel | 2 +- .../v1alpha1/slashings/surround_votes.go | 2 +- .../v1alpha1/slashings/surround_votes_test.go | 4 +- proto/prysm/v1alpha1/sync_committee.pb.go | 38 +- proto/prysm/v1alpha1/sync_committee.proto | 10 +- .../v1alpha1/validator-client/BUILD.bazel | 4 +- .../validator-client/keymanager.pb.go | 42 +- .../validator-client/keymanager.proto | 10 +- proto/prysm/v1alpha1/validator.go | 2 +- proto/prysm/v1alpha1/validator.pb.go | 262 +++++------ proto/prysm/v1alpha1/validator.proto | 66 +-- proto/prysm/v1alpha1/withdrawals.pb.go | 14 +- proto/prysm/v1alpha1/withdrawals.proto | 4 +- proto/ssz_query/BUILD.bazel | 4 +- proto/ssz_query/response.pb.go | 4 +- proto/ssz_query/response.proto | 2 +- proto/ssz_query/testing/BUILD.bazel | 4 +- proto/ssz_query/testing/test_containers.pb.go | 4 +- proto/ssz_query/testing/test_containers.proto | 2 +- proto/testing/BUILD.bazel | 4 +- proto/testing/tags_test.go | 8 +- runtime/BUILD.bazel | 2 +- runtime/debug/BUILD.bazel | 2 +- runtime/fdlimits/BUILD.bazel | 2 +- runtime/fdlimits/fdlimits_test.go | 4 +- runtime/interop/BUILD.bazel | 2 +- runtime/interop/generate_genesis_state.go | 22 +- .../generate_genesis_state_bellatrix.go | 14 +- .../generate_genesis_state_bellatrix_test.go | 12 +- .../interop/generate_genesis_state_test.go | 14 +- runtime/interop/generate_keys.go | 8 +- runtime/interop/generate_keys_test.go | 6 +- runtime/interop/genesis.go | 4 +- runtime/interop/premine-state.go | 30 +- runtime/interop/premine-state_test.go | 4 +- runtime/interop/premined_genesis_state.go | 10 +- runtime/logging/BUILD.bazel | 2 +- runtime/logging/blob.go | 2 +- runtime/logging/data_column.go | 2 +- .../logrus-prefixed-formatter/BUILD.bazel | 2 +- .../formatter_test.go | 4 +- runtime/maxprocs/BUILD.bazel | 2 +- runtime/messagehandler/BUILD.bazel | 2 +- runtime/messagehandler/messagehandler.go | 2 +- runtime/messagehandler/messagehandler_test.go | 4 +- runtime/prereqs/BUILD.bazel | 2 +- runtime/prereqs/prereq_test.go | 2 +- runtime/service_registry_test.go | 4 +- runtime/tos/BUILD.bazel | 2 +- runtime/tos/tos.go | 6 +- runtime/tos/tos_test.go | 4 +- runtime/version/BUILD.bazel | 2 +- testing/assert/BUILD.bazel | 2 +- testing/assert/assertions.go | 2 +- testing/assertions/BUILD.bazel | 2 +- testing/assertions/assertions.go | 2 +- testing/assertions/assertions_test.go | 10 +- testing/benchmark/BUILD.bazel | 2 +- testing/benchmark/pregen.go | 8 +- testing/benchmark/pregen_test.go | 2 +- testing/bls/BUILD.bazel | 2 +- testing/bls/aggregate_test.go | 8 +- testing/bls/aggregate_verify_test.go | 10 +- testing/bls/batch_verify_test.go | 10 +- testing/bls/deserialization_G1_test.go | 8 +- testing/bls/deserialization_G2_test.go | 6 +- testing/bls/fast_aggregate_verify_test.go | 10 +- testing/bls/hash_to_G2_test.go | 4 +- testing/bls/sign_test.go | 8 +- testing/bls/utils/BUILD.bazel | 2 +- testing/bls/utils/utils.go | 4 +- testing/bls/verify_test.go | 8 +- testing/endtoend/component_handler_test.go | 10 +- testing/endtoend/components/BUILD.bazel | 2 +- testing/endtoend/components/beacon_node.go | 22 +- testing/endtoend/components/boot_node.go | 6 +- testing/endtoend/components/builder.go | 10 +- testing/endtoend/components/eth1/BUILD.bazel | 2 +- testing/endtoend/components/eth1/depositor.go | 14 +- .../components/eth1/depositor_test.go | 4 +- testing/endtoend/components/eth1/helpers.go | 4 +- testing/endtoend/components/eth1/miner.go | 14 +- testing/endtoend/components/eth1/node.go | 12 +- testing/endtoend/components/eth1/node_set.go | 6 +- testing/endtoend/components/eth1/proxy.go | 10 +- .../endtoend/components/eth1/transactions.go | 8 +- .../endtoend/components/lighthouse_beacon.go | 10 +- .../components/lighthouse_validator.go | 14 +- testing/endtoend/components/tracing_sink.go | 6 +- testing/endtoend/components/validator.go | 22 +- .../endtoend/components/web3remotesigner.go | 12 +- .../components/web3remotesigner_test.go | 8 +- testing/endtoend/endtoend_setup_test.go | 14 +- testing/endtoend/endtoend_test.go | 36 +- testing/endtoend/evaluators/BUILD.bazel | 2 +- .../endtoend/evaluators/beaconapi/BUILD.bazel | 2 +- .../endtoend/evaluators/beaconapi/requests.go | 6 +- .../endtoend/evaluators/beaconapi/types.go | 2 +- testing/endtoend/evaluators/beaconapi/util.go | 4 +- .../endtoend/evaluators/beaconapi/verify.go | 16 +- testing/endtoend/evaluators/builder.go | 16 +- testing/endtoend/evaluators/data.go | 6 +- .../endtoend/evaluators/execution_engine.go | 16 +- testing/endtoend/evaluators/fee_recipient.go | 16 +- testing/endtoend/evaluators/finality.go | 8 +- testing/endtoend/evaluators/fork.go | 16 +- testing/endtoend/evaluators/metrics.go | 16 +- testing/endtoend/evaluators/node.go | 10 +- testing/endtoend/evaluators/operations.go | 32 +- testing/endtoend/evaluators/peers.go | 6 +- testing/endtoend/evaluators/slashing.go | 26 +- .../endtoend/evaluators/slashing_helper.go | 14 +- testing/endtoend/evaluators/validator.go | 28 +- testing/endtoend/helpers/BUILD.bazel | 2 +- testing/endtoend/helpers/epochTimer.go | 2 +- testing/endtoend/helpers/helpers.go | 10 +- testing/endtoend/mainnet_e2e_test.go | 6 +- testing/endtoend/mainnet_scenario_e2e_test.go | 6 +- testing/endtoend/minimal_builder_e2e_test.go | 6 +- testing/endtoend/minimal_e2e_test.go | 6 +- testing/endtoend/minimal_scenario_e2e_test.go | 6 +- testing/endtoend/minimal_slashing_e2e_test.go | 10 +- testing/endtoend/params/BUILD.bazel | 2 +- testing/endtoend/params/params.go | 2 +- testing/endtoend/params/params_test.go | 4 +- testing/endtoend/policies/BUILD.bazel | 2 +- testing/endtoend/policies/policies.go | 2 +- .../endtoend/slasher_simulator_e2e_test.go | 24 +- testing/endtoend/types/BUILD.bazel | 2 +- testing/endtoend/types/fork.go | 4 +- testing/endtoend/types/types.go | 8 +- testing/fuzz/BUILD.bazel | 2 +- testing/middleware/builder/BUILD.bazel | 2 +- testing/middleware/builder/builder.go | 30 +- .../middleware/engine-api-proxy/BUILD.bazel | 2 +- testing/middleware/engine-api-proxy/proxy.go | 2 +- .../middleware/engine-api-proxy/proxy_test.go | 6 +- testing/mock/BUILD.bazel | 2 +- .../beacon_altair_validator_client_mock.go | 2 +- .../beacon_altair_validator_server_mock.go | 2 +- testing/mock/beacon_service_mock.go | 6 +- testing/mock/beacon_validator_client_mock.go | 6 +- testing/mock/beacon_validator_server_mock.go | 6 +- testing/mock/node_service_mock.go | 6 +- testing/require/BUILD.bazel | 2 +- testing/require/requires.go | 2 +- testing/slasher/simulator/BUILD.bazel | 2 +- .../simulator/attestation_generator.go | 22 +- .../simulator/attestation_generator_test.go | 8 +- testing/slasher/simulator/block_generator.go | 16 +- .../slasher/simulator/block_generator_test.go | 2 +- testing/slasher/simulator/simulator.go | 32 +- testing/slasher/simulator/simulator_test.go | 16 +- ...__kzg__verify_blob_kzg_proof_batch_test.go | 12 +- ..._kzg__compute_cells_and_kzg_proofs_test.go | 10 +- .../general/fulu__kzg__compute_cells_test.go | 10 +- ..._kzg__recover_cells_and_kzg_proofs_test.go | 8 +- ...__kzg__verify_cell_kzg_proof_batch_test.go | 8 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...rocessing__historical_roots_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...ltair__epoch_processing__slashings_test.go | 2 +- .../altair__finality__finality_test.go | 2 +- ...ir__fork_helper__upgrade_to_altair_test.go | 2 +- ...ltair__fork_transition__transition_test.go | 2 +- .../altair__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- .../altair__operations__attestation_test.go | 2 +- ...air__operations__attester_slashing_test.go | 2 +- .../altair__operations__block_header_test.go | 2 +- .../altair__operations__deposit_test.go | 2 +- ...air__operations__proposer_slashing_test.go | 2 +- ...altair__operations__sync_committee_test.go | 2 +- ...altair__operations__voluntary_exit_test.go | 2 +- .../mainnet/altair__random__random_test.go | 2 +- .../mainnet/altair__rewards__rewards_test.go | 2 +- .../mainnet/altair__sanity__blocks_test.go | 2 +- .../mainnet/altair__sanity__slots_test.go | 2 +- .../altair__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...rocessing__historical_roots_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...atrix__epoch_processing__slashings_test.go | 2 +- .../bellatrix__finality__finality_test.go | 2 +- ...ix__fork_helper__upgrade_to_altair_test.go | 2 +- ...atrix__fork_transition__transition_test.go | 2 +- .../bellatrix__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- ...bellatrix__operations__attestation_test.go | 2 +- ...rix__operations__attester_slashing_test.go | 2 +- ...ellatrix__operations__block_header_test.go | 2 +- .../bellatrix__operations__deposit_test.go | 2 +- ...rix__operations__execution_payload_test.go | 2 +- ...rix__operations__proposer_slashing_test.go | 2 +- ...latrix__operations__sync_committee_test.go | 2 +- ...latrix__operations__voluntary_exit_test.go | 2 +- .../mainnet/bellatrix__random__random_test.go | 2 +- .../bellatrix__rewards__rewards_test.go | 2 +- .../mainnet/bellatrix__sanity__blocks_test.go | 2 +- .../mainnet/bellatrix__sanity__slots_test.go | 2 +- .../bellatrix__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...ssing__historical_summaries_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...pella__epoch_processing__slashings_test.go | 2 +- .../capella__finality__finality_test.go | 2 +- ...a__fork_helper__upgrade_to_capella_test.go | 2 +- ...pella__fork_transition__transition_test.go | 2 +- .../capella__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- .../capella__operations__attestation_test.go | 2 +- ...lla__operations__attester_slashing_test.go | 2 +- .../capella__operations__block_header_test.go | 2 +- ...perations__bls_to_execution_change_test.go | 2 +- .../capella__operations__deposit_test.go | 2 +- ...lla__operations__execution_payload_test.go | 2 +- ...lla__operations__proposer_slashing_test.go | 2 +- ...apella__operations__sync_committee_test.go | 2 +- ...apella__operations__voluntary_exit_test.go | 2 +- .../capella__operations__withdrawals_test.go | 2 +- .../mainnet/capella__random__random_test.go | 2 +- .../mainnet/capella__rewards__rewards_test.go | 2 +- .../mainnet/capella__sanity__blocks_test.go | 2 +- .../mainnet/capella__sanity__slots_test.go | 2 +- .../capella__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...ssing__historical_summaries_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...deneb__epoch_processing__slashings_test.go | 2 +- .../mainnet/deneb__finality__finality_test.go | 2 +- ...neb__fork_helper__upgrade_to_deneb_test.go | 2 +- ...deneb__fork_transition__transition_test.go | 2 +- .../deneb__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- .../deneb__merkle_proof__merkle_proof_test.go | 2 +- .../deneb__operations__attestation_test.go | 2 +- ...neb__operations__attester_slashing_test.go | 2 +- .../deneb__operations__block_header_test.go | 2 +- ...perations__bls_to_execution_change_test.go | 2 +- .../deneb__operations__deposit_test.go | 2 +- ...neb__operations__execution_payload_test.go | 2 +- ...neb__operations__proposer_slashing_test.go | 2 +- .../deneb__operations__sync_committee_test.go | 2 +- .../deneb__operations__voluntary_exit_test.go | 2 +- .../deneb__operations__withdrawals_test.go | 2 +- .../mainnet/deneb__random__random_test.go | 2 +- .../mainnet/deneb__rewards__rewards_test.go | 2 +- .../mainnet/deneb__sanity__blocks_test.go | 2 +- .../mainnet/deneb__sanity__slots_test.go | 2 +- .../deneb__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...ssing__historical_summaries_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...processing__pending_consolidations_test.go | 2 +- ...ocessing__pending_deposits_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...ectra__epoch_processing__slashings_test.go | 2 +- .../electra__finality__finality_test.go | 2 +- ...a__fork_helper__upgrade_to_electra_test.go | 2 +- ...ectra__fork_transition__transition_test.go | 2 +- .../electra__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- ...lectra__merkle_proof__merkle_proof_test.go | 2 +- .../electra__operations__attestation_test.go | 2 +- ...tra__operations__attester_slashing_test.go | 2 +- .../electra__operations__block_header_test.go | 2 +- ...perations__bls_to_execution_change_test.go | 2 +- ...electra__operations__consolidation_test.go | 2 +- ...ctra__operations__deposit_requests_test.go | 2 +- .../electra__operations__deposit_test.go | 2 +- ...tions__execution_layer_withdrawals_test.go | 2 +- ...tra__operations__execution_payload_test.go | 2 +- ...tra__operations__proposer_slashing_test.go | 2 +- ...lectra__operations__sync_committee_test.go | 2 +- ...lectra__operations__voluntary_exit_test.go | 2 +- .../electra__operations__withdrawals_test.go | 2 +- .../mainnet/electra__random__random_test.go | 2 +- .../mainnet/electra__rewards__rewards_test.go | 2 +- .../mainnet/electra__sanity__blocks_test.go | 2 +- .../mainnet/electra__sanity__slots_test.go | 2 +- .../electra__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...ssing__historical_summaries_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...processing__pending_consolidations_test.go | 2 +- ...ocessing__pending_deposits_updates_test.go | 2 +- ...och_processing__proposer_lookahead_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- .../fulu__epoch_processing__slashings_test.go | 2 +- .../mainnet/fulu__finality__finality_test.go | 2 +- .../fulu__fork__upgrade_to_fulu_test.go | 2 +- .../fulu__fork_transition__transition_test.go | 2 +- .../fulu__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- .../fulu__merkle_proof__merkle_proof_test.go | 2 +- .../fulu__networking__custody_groups_test.go | 2 +- .../fulu__operations__attestation_test.go | 2 +- ...ulu__operations__attester_slashing_test.go | 2 +- .../fulu__operations__block_header_test.go | 2 +- ...perations__bls_to_execution_change_test.go | 2 +- .../fulu__operations__consolidation_test.go | 2 +- ...fulu__operations__deposit_requests_test.go | 2 +- .../mainnet/fulu__operations__deposit_test.go | 2 +- ...tions__execution_layer_withdrawals_test.go | 2 +- ...ulu__operations__execution_payload_test.go | 2 +- ...ulu__operations__proposer_slashing_test.go | 2 +- .../fulu__operations__sync_committee_test.go | 2 +- .../fulu__operations__voluntary_exit_test.go | 2 +- .../fulu__operations__withdrawals_test.go | 2 +- .../mainnet/fulu__random__random_test.go | 2 +- .../mainnet/fulu__rewards__rewards_test.go | 2 +- .../mainnet/fulu__sanity__blocks_test.go | 2 +- .../mainnet/fulu__sanity__slots_test.go | 2 +- .../fulu__ssz_static__ssz_static_test.go | 2 +- .../gloas__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ...epoch_processing__epoch_processing_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...rocessing__historical_roots_update_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...sing__participation_record_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...hase0__epoch_processing__slashings_test.go | 2 +- .../phase0__finality__finality_test.go | 2 +- .../phase0__operations__attestation_test.go | 2 +- ...se0__operations__attester_slashing_test.go | 2 +- .../phase0__operations__block_header_test.go | 2 +- .../phase0__operations__deposit_test.go | 2 +- ...se0__operations__proposer_slashing_test.go | 2 +- ...phase0__operations__voluntary_exit_test.go | 2 +- .../mainnet/phase0__random__random_test.go | 2 +- .../mainnet/phase0__rewards__rewards_test.go | 2 +- .../mainnet/phase0__sanity__blocks_test.go | 2 +- .../mainnet/phase0__sanity__slots_test.go | 2 +- .../phase0__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...rocessing__historical_roots_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...ltair__epoch_processing__slashings_test.go | 2 +- .../altair__finality__finality_test.go | 2 +- .../altair__fork__upgrade_to_altair_test.go | 2 +- ...ltair__fork_transition__transition_test.go | 2 +- .../altair__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- ...tair__light_client__update_ranking_test.go | 4 +- .../altair__operations__attestation_test.go | 2 +- ...air__operations__attester_slashing_test.go | 2 +- .../altair__operations__block_header_test.go | 2 +- .../altair__operations__deposit_test.go | 2 +- ...air__operations__proposer_slashing_test.go | 2 +- ...altair__operations__sync_committee_test.go | 2 +- ...altair__operations__voluntary_exit_test.go | 2 +- .../minimal/altair__random__random_test.go | 2 +- .../minimal/altair__rewards__rewards_test.go | 2 +- .../minimal/altair__sanity__blocks_test.go | 2 +- .../minimal/altair__sanity__slots_test.go | 2 +- .../altair__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...rocessing__historical_roots_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...atrix__epoch_processing__slashings_test.go | 2 +- .../bellatrix__finality__finality_test.go | 2 +- ...bellatrix__fork__upgrade_to_altair_test.go | 2 +- ...atrix__fork_transition__transition_test.go | 2 +- .../bellatrix__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- ...trix__light_client__update_ranking_test.go | 4 +- ...bellatrix__operations__attestation_test.go | 2 +- ...rix__operations__attester_slashing_test.go | 2 +- ...ellatrix__operations__block_header_test.go | 2 +- .../bellatrix__operations__deposit_test.go | 2 +- ...rix__operations__execution_payload_test.go | 2 +- ...rix__operations__proposer_slashing_test.go | 2 +- ...latrix__operations__sync_committee_test.go | 2 +- ...latrix__operations__voluntary_exit_test.go | 2 +- .../minimal/bellatrix__random__random_test.go | 2 +- .../bellatrix__rewards__rewards_test.go | 2 +- .../minimal/bellatrix__sanity__blocks_test.go | 2 +- .../minimal/bellatrix__sanity__slots_test.go | 2 +- .../bellatrix__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...essing__historical_roots_summaries_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...pella__epoch_processing__slashings_test.go | 2 +- .../capella__finality__finality_test.go | 2 +- .../capella__fork__upgrade_to_capella_test.go | 2 +- ...pella__fork_transition__transition_test.go | 2 +- .../capella__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- ...ella__light_client__update_ranking_test.go | 4 +- .../capella__operations__attestation_test.go | 2 +- ...lla__operations__attester_slashing_test.go | 2 +- .../capella__operations__block_header_test.go | 2 +- ...perations__bls_to_execution_change_test.go | 2 +- .../capella__operations__deposit_test.go | 2 +- ...lla__operations__execution_payload_test.go | 2 +- ...lla__operations__proposer_slashing_test.go | 2 +- ...apella__operations__sync_committee_test.go | 2 +- ...apella__operations__voluntary_exit_test.go | 2 +- .../capella__operations__withdrawals_test.go | 2 +- .../minimal/capella__random__random_test.go | 2 +- .../minimal/capella__rewards__rewards_test.go | 2 +- .../minimal/capella__sanity__blocks_test.go | 2 +- .../minimal/capella__sanity__slots_test.go | 2 +- .../capella__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...ssing__historical_summaries_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...deneb__epoch_processing__slashings_test.go | 2 +- .../minimal/deneb__finality__finality_test.go | 2 +- .../deneb__fork__upgrade_to_deneb_test.go | 2 +- ...deneb__fork_transition__transition_test.go | 2 +- .../deneb__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- ...eneb__light_client__update_ranking_test.go | 4 +- .../deneb__merkle_proof__merkle_proof_test.go | 2 +- .../deneb__operations__attestation_test.go | 2 +- ...neb__operations__attester_slashing_test.go | 2 +- .../deneb__operations__block_header_test.go | 2 +- ...perations__bls_to_execution_change_test.go | 2 +- .../deneb__operations__deposit_test.go | 2 +- ...neb__operations__execution_payload_test.go | 2 +- ...neb__operations__proposer_slashing_test.go | 2 +- .../deneb__operations__sync_committee_test.go | 2 +- .../deneb__operations__voluntary_exit_test.go | 2 +- .../deneb__operations__withdrawals_test.go | 2 +- .../minimal/deneb__random__random_test.go | 2 +- .../minimal/deneb__rewards__rewards_test.go | 2 +- .../minimal/deneb__sanity__blocks_test.go | 2 +- .../minimal/deneb__sanity__slots_test.go | 2 +- .../deneb__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...ssing__historical_summaries_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...processing__pending_consolidations_test.go | 2 +- ...ocessing__pending_deposits_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...ectra__epoch_processing__slashings_test.go | 2 +- ...processing__sync_committee_updates_test.go | 2 +- .../electra__finality__finality_test.go | 2 +- .../electra__fork__upgrade_to_electra_test.go | 2 +- ...ectra__fork_transition__transition_test.go | 2 +- .../electra__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- ...ctra__light_client__update_ranking_test.go | 4 +- ...lectra__merkle_proof__merkle_proof_test.go | 2 +- .../electra__operations__attestation_test.go | 2 +- ...tra__operations__attester_slashing_test.go | 2 +- .../electra__operations__block_header_test.go | 2 +- ...perations__bls_to_execution_change_test.go | 2 +- ...electra__operations__consolidation_test.go | 2 +- ...ctra__operations__deposit_requests_test.go | 2 +- .../electra__operations__deposit_test.go | 2 +- ...tions__execution_layer_withdrawals_test.go | 2 +- ...tra__operations__execution_payload_test.go | 2 +- ...tra__operations__proposer_slashing_test.go | 2 +- ...lectra__operations__sync_committee_test.go | 2 +- ...lectra__operations__voluntary_exit_test.go | 2 +- .../electra__operations__withdrawals_test.go | 2 +- .../minimal/electra__random__random_test.go | 2 +- .../minimal/electra__rewards__rewards_test.go | 2 +- .../minimal/electra__sanity__blocks_test.go | 2 +- .../minimal/electra__sanity__slots_test.go | 2 +- .../electra__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...ssing__historical_summaries_update_test.go | 2 +- ...och_processing__inactivity_updates_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...essing__participation_flag_updates_test.go | 2 +- ...processing__pending_consolidations_test.go | 2 +- ...ocessing__pending_deposits_updates_test.go | 2 +- ...och_processing__proposer_lookahead_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- .../fulu__epoch_processing__slashings_test.go | 2 +- ...processing__sync_committee_updates_test.go | 2 +- .../minimal/fulu__finality__finality_test.go | 2 +- .../fulu__fork__upgrade_to_fulu_test.go | 2 +- .../fulu__fork_transition__transition_test.go | 2 +- .../fulu__forkchoice__forkchoice_test.go | 4 +- ..._light_client__single_merkle_proof_test.go | 4 +- .../fulu__merkle_proof__merkle_proof_test.go | 2 +- .../fulu__networking__custody_columns_test.go | 2 +- .../fulu__operations__attestation_test.go | 2 +- ...ulu__operations__attester_slashing_test.go | 2 +- .../fulu__operations__block_header_test.go | 2 +- ...perations__bls_to_execution_change_test.go | 2 +- .../fulu__operations__consolidation_test.go | 2 +- ...fulu__operations__deposit_requests_test.go | 2 +- .../minimal/fulu__operations__deposit_test.go | 2 +- ...tions__execution_layer_withdrawals_test.go | 2 +- ...ulu__operations__execution_payload_test.go | 2 +- ...ulu__operations__proposer_slashing_test.go | 2 +- .../fulu__operations__sync_committee_test.go | 2 +- .../fulu__operations__voluntary_exit_test.go | 2 +- .../fulu__operations__withdrawals_test.go | 2 +- .../minimal/fulu__random__random_test.go | 2 +- .../minimal/fulu__rewards__rewards_test.go | 2 +- .../minimal/fulu__sanity__blocks_test.go | 2 +- .../minimal/fulu__sanity__slots_test.go | 2 +- .../fulu__ssz_static__ssz_static_test.go | 2 +- .../gloas__ssz_static__ssz_static_test.go | 2 +- ...cessing__effective_balance_updates_test.go | 2 +- ...epoch_processing__epoch_processing_test.go | 2 +- ..._epoch_processing__eth1_data_reset_test.go | 2 +- ...rocessing__historical_roots_update_test.go | 2 +- ...ng__justification_and_finalization_test.go | 2 +- ...sing__participation_record_updates_test.go | 2 +- ...och_processing__randao_mixes_reset_test.go | 2 +- ...epoch_processing__registry_updates_test.go | 2 +- ..._processing__rewards_and_penalties_test.go | 2 +- ..._epoch_processing__slashings_reset_test.go | 2 +- ...hase0__epoch_processing__slashings_test.go | 2 +- .../phase0__finality__finality_test.go | 2 +- .../phase0__operations__attestation_test.go | 2 +- ...se0__operations__attester_slashing_test.go | 2 +- .../phase0__operations__block_header_test.go | 2 +- .../phase0__operations__deposit_test.go | 2 +- ...se0__operations__proposer_slashing_test.go | 2 +- ...phase0__operations__voluntary_exit_test.go | 2 +- .../minimal/phase0__random__random_test.go | 2 +- .../minimal/phase0__rewards__rewards_test.go | 2 +- .../minimal/phase0__sanity__blocks_test.go | 2 +- .../minimal/phase0__sanity__slots_test.go | 2 +- .../phase0__ssz_static__ssz_static_test.go | 2 +- .../altair/epoch_processing/BUILD.bazel | 2 +- .../effective_balance_updates.go | 8 +- .../epoch_processing/eth1_data_reset.go | 8 +- .../shared/altair/epoch_processing/helpers.go | 10 +- .../historical_roots_update.go | 8 +- .../epoch_processing/inactivity_updates.go | 10 +- .../justification_and_finalization.go | 10 +- .../participation_flag_updates.go | 8 +- .../epoch_processing/randao_mixes_reset.go | 8 +- .../epoch_processing/registry_updates.go | 10 +- .../epoch_processing/rewards_and_penalties.go | 10 +- .../altair/epoch_processing/slashings.go | 10 +- .../epoch_processing/slashings_reset.go | 8 +- .../shared/altair/finality/BUILD.bazel | 2 +- .../shared/altair/finality/finality.go | 18 +- .../spectest/shared/altair/fork/BUILD.bazel | 2 +- .../spectest/shared/altair/fork/transition.go | 20 +- .../shared/altair/fork/upgrade_to_altair.go | 14 +- .../shared/altair/operations/BUILD.bazel | 2 +- .../shared/altair/operations/attestation.go | 14 +- .../altair/operations/attester_slashing.go | 12 +- .../shared/altair/operations/block_header.go | 4 +- .../shared/altair/operations/deposit.go | 14 +- .../shared/altair/operations/helpers.go | 10 +- .../altair/operations/proposer_slashing.go | 12 +- .../altair/operations/sync_committee.go | 12 +- .../altair/operations/voluntary_exit.go | 12 +- .../shared/altair/rewards/BUILD.bazel | 2 +- .../altair/rewards/rewards_penalties.go | 14 +- .../spectest/shared/altair/sanity/BUILD.bazel | 2 +- .../shared/altair/sanity/block_processing.go | 18 +- .../shared/altair/sanity/slot_processing.go | 12 +- .../shared/altair/ssz_static/BUILD.bazel | 2 +- .../shared/altair/ssz_static/ssz_static.go | 8 +- .../bellatrix/epoch_processing/BUILD.bazel | 2 +- .../effective_balance_updates.go | 8 +- .../epoch_processing/eth1_data_reset.go | 8 +- .../bellatrix/epoch_processing/helpers.go | 10 +- .../historical_roots_update.go | 8 +- .../epoch_processing/inactivity_updates.go | 10 +- .../justification_and_finalization.go | 10 +- .../participation_flag_updates.go | 8 +- .../epoch_processing/randao_mixes_reset.go | 8 +- .../epoch_processing/registry_updates.go | 10 +- .../epoch_processing/rewards_and_penalties.go | 10 +- .../bellatrix/epoch_processing/slashings.go | 10 +- .../epoch_processing/slashings_reset.go | 8 +- .../shared/bellatrix/finality/BUILD.bazel | 2 +- .../shared/bellatrix/finality/finality.go | 18 +- .../shared/bellatrix/fork/BUILD.bazel | 2 +- .../shared/bellatrix/fork/transition.go | 20 +- .../bellatrix/fork/upgrade_to_bellatrix.go | 14 +- .../shared/bellatrix/operations/BUILD.bazel | 2 +- .../bellatrix/operations/attestation.go | 14 +- .../bellatrix/operations/attester_slashing.go | 12 +- .../bellatrix/operations/block_header.go | 4 +- .../shared/bellatrix/operations/deposit.go | 14 +- .../bellatrix/operations/execution_payload.go | 4 +- .../shared/bellatrix/operations/helpers.go | 10 +- .../bellatrix/operations/proposer_slashing.go | 12 +- .../bellatrix/operations/sync_committee.go | 12 +- .../bellatrix/operations/voluntary_exit.go | 12 +- .../shared/bellatrix/rewards/BUILD.bazel | 2 +- .../bellatrix/rewards/rewards_penalties.go | 14 +- .../shared/bellatrix/sanity/BUILD.bazel | 2 +- .../bellatrix/sanity/block_processing.go | 18 +- .../bellatrix/sanity/slot_processing.go | 12 +- .../shared/bellatrix/ssz_static/BUILD.bazel | 2 +- .../shared/bellatrix/ssz_static/ssz_static.go | 10 +- .../capella/epoch_processing/BUILD.bazel | 2 +- .../effective_balance_updates.go | 8 +- .../epoch_processing/eth1_data_reset.go | 8 +- .../capella/epoch_processing/helpers.go | 10 +- .../historical_summaries_update.go | 8 +- .../epoch_processing/inactivity_updates.go | 10 +- .../justification_and_finalization.go | 10 +- .../participation_flag_updates.go | 8 +- .../epoch_processing/randao_mixes_reset.go | 8 +- .../epoch_processing/registry_updates.go | 10 +- .../epoch_processing/rewards_and_penalties.go | 10 +- .../capella/epoch_processing/slashings.go | 10 +- .../epoch_processing/slashings_reset.go | 8 +- .../shared/capella/finality/BUILD.bazel | 2 +- .../shared/capella/finality/finality.go | 18 +- .../spectest/shared/capella/fork/BUILD.bazel | 2 +- .../shared/capella/fork/transition.go | 20 +- .../shared/capella/fork/upgrade_to_capella.go | 14 +- .../shared/capella/operations/BUILD.bazel | 2 +- .../shared/capella/operations/attestation.go | 14 +- .../capella/operations/attester_slashing.go | 12 +- .../shared/capella/operations/block_header.go | 4 +- .../operations/bls_to_execution_changes.go | 12 +- .../shared/capella/operations/deposit.go | 14 +- .../capella/operations/execution_payload.go | 4 +- .../shared/capella/operations/helpers.go | 10 +- .../capella/operations/proposer_slashing.go | 12 +- .../capella/operations/sync_committee.go | 12 +- .../capella/operations/voluntary_exit.go | 12 +- .../shared/capella/operations/withdrawals.go | 14 +- .../shared/capella/rewards/BUILD.bazel | 2 +- .../capella/rewards/rewards_penalties.go | 14 +- .../shared/capella/sanity/BUILD.bazel | 2 +- .../shared/capella/sanity/block_processing.go | 18 +- .../shared/capella/sanity/slot_processing.go | 12 +- .../shared/capella/ssz_static/BUILD.bazel | 2 +- .../shared/capella/ssz_static/ssz_static.go | 10 +- .../shared/common/forkchoice/BUILD.bazel | 2 +- .../shared/common/forkchoice/builder.go | 22 +- .../shared/common/forkchoice/builder_test.go | 8 +- .../shared/common/forkchoice/runner.go | 28 +- .../shared/common/forkchoice/service.go | 46 +- .../shared/common/light_client/BUILD.bazel | 2 +- .../light_client/single_merkle_proof.go | 18 +- .../common/light_client/update_ranking.go | 20 +- .../shared/common/merkle_proof/BUILD.bazel | 2 +- .../merkle_proof/single_merkle_proof.go | 14 +- .../shared/common/operations/BUILD.bazel | 2 +- .../shared/common/operations/attestation.go | 12 +- .../common/operations/attester_slashing.go | 8 +- .../shared/common/operations/block_header.go | 12 +- .../operations/bls_to_execution_changes.go | 12 +- .../common/operations/consolidations.go | 12 +- .../shared/common/operations/deposit.go | 12 +- .../common/operations/deposit_request.go | 12 +- .../common/operations/execution_payload.go | 16 +- .../common/operations/proposer_slashing.go | 8 +- .../shared/common/operations/slashing.go | 6 +- .../common/operations/sync_aggregate.go | 12 +- .../shared/common/operations/test_runner.go | 10 +- .../common/operations/voluntary_exit.go | 14 +- .../common/operations/withdrawal_request.go | 12 +- .../shared/common/operations/withdrawals.go | 16 +- .../shared/common/ssz_static/BUILD.bazel | 2 +- .../shared/common/ssz_static/ssz_static.go | 6 +- .../ssz_static/ssz_static_example_test.go | 8 +- .../shared/deneb/epoch_processing/BUILD.bazel | 2 +- .../effective_balance_updates.go | 8 +- .../deneb/epoch_processing/eth1_data_reset.go | 8 +- .../shared/deneb/epoch_processing/helpers.go | 10 +- .../historical_summaries_update.go | 8 +- .../epoch_processing/inactivity_updates.go | 10 +- .../justification_and_finalization.go | 10 +- .../participation_flag_updates.go | 8 +- .../epoch_processing/randao_mixes_reset.go | 8 +- .../epoch_processing/registry_updates.go | 10 +- .../epoch_processing/rewards_and_penalties.go | 10 +- .../deneb/epoch_processing/slashings.go | 10 +- .../deneb/epoch_processing/slashings_reset.go | 8 +- .../shared/deneb/finality/BUILD.bazel | 2 +- .../shared/deneb/finality/finality.go | 18 +- .../spectest/shared/deneb/fork/BUILD.bazel | 2 +- .../spectest/shared/deneb/fork/transition.go | 20 +- .../shared/deneb/fork/upgrade_to_deneb.go | 14 +- .../shared/deneb/merkle_proof/BUILD.bazel | 2 +- .../shared/deneb/merkle_proof/merkle_proof.go | 4 +- .../shared/deneb/operations/BUILD.bazel | 2 +- .../shared/deneb/operations/attestation.go | 14 +- .../deneb/operations/attester_slashing.go | 12 +- .../shared/deneb/operations/block_header.go | 4 +- .../operations/bls_to_execution_changes.go | 12 +- .../shared/deneb/operations/deposit.go | 14 +- .../deneb/operations/execution_payload.go | 4 +- .../shared/deneb/operations/helpers.go | 10 +- .../deneb/operations/proposer_slashing.go | 12 +- .../shared/deneb/operations/sync_committee.go | 12 +- .../shared/deneb/operations/voluntary_exit.go | 12 +- .../shared/deneb/operations/withdrawals.go | 14 +- .../spectest/shared/deneb/rewards/BUILD.bazel | 2 +- .../shared/deneb/rewards/rewards_penalties.go | 14 +- .../spectest/shared/deneb/sanity/BUILD.bazel | 2 +- .../shared/deneb/sanity/block_processing.go | 22 +- .../shared/deneb/sanity/slot_processing.go | 12 +- .../shared/deneb/ssz_static/BUILD.bazel | 2 +- .../shared/deneb/ssz_static/ssz_static.go | 10 +- .../electra/epoch_processing/BUILD.bazel | 2 +- .../effective_balance_updates.go | 8 +- .../epoch_processing/eth1_data_reset.go | 8 +- .../electra/epoch_processing/helpers.go | 10 +- .../historical_summaries_update.go | 8 +- .../epoch_processing/inactivity_updates.go | 10 +- .../justification_and_finalization.go | 10 +- .../participation_flag_updates.go | 8 +- .../pending_consolidations.go | 8 +- .../pending_deposit_updates.go | 12 +- .../epoch_processing/randao_mixes_reset.go | 8 +- .../epoch_processing/registry_updates.go | 10 +- .../epoch_processing/rewards_and_penalties.go | 10 +- .../electra/epoch_processing/slashings.go | 10 +- .../epoch_processing/slashings_reset.go | 8 +- .../sync_committee_updates.go | 10 +- .../shared/electra/finality/BUILD.bazel | 2 +- .../shared/electra/finality/finality.go | 18 +- .../spectest/shared/electra/fork/BUILD.bazel | 2 +- .../shared/electra/fork/transition.go | 20 +- .../shared/electra/fork/upgrade_to_electra.go | 14 +- .../shared/electra/merkle_proof/BUILD.bazel | 2 +- .../electra/merkle_proof/merkle_proof.go | 4 +- .../shared/electra/operations/BUILD.bazel | 2 +- .../shared/electra/operations/attestation.go | 14 +- .../electra/operations/attester_slashing.go | 12 +- .../shared/electra/operations/block_header.go | 4 +- .../operations/bls_to_execution_changes.go | 12 +- .../electra/operations/consolidations.go | 14 +- .../shared/electra/operations/deposit.go | 14 +- .../electra/operations/deposit_request.go | 14 +- .../electra/operations/execution_payload.go | 4 +- .../shared/electra/operations/helpers.go | 10 +- .../electra/operations/proposer_slashing.go | 12 +- .../electra/operations/sync_committee.go | 12 +- .../electra/operations/voluntary_exit.go | 12 +- .../electra/operations/withdrawal_request.go | 14 +- .../shared/electra/operations/withdrawals.go | 14 +- .../shared/electra/rewards/BUILD.bazel | 2 +- .../electra/rewards/rewards_penalties.go | 14 +- .../shared/electra/sanity/BUILD.bazel | 2 +- .../shared/electra/sanity/block_processing.go | 20 +- .../shared/electra/sanity/slot_processing.go | 12 +- .../shared/electra/ssz_static/BUILD.bazel | 2 +- .../shared/electra/ssz_static/ssz_static.go | 10 +- .../shared/fulu/epoch_processing/BUILD.bazel | 2 +- .../effective_balance_updates.go | 8 +- .../fulu/epoch_processing/eth1_data_reset.go | 8 +- .../shared/fulu/epoch_processing/helpers.go | 10 +- .../historical_summaries_update.go | 8 +- .../epoch_processing/inactivity_updates.go | 10 +- .../justification_and_finalization.go | 10 +- .../participation_flag_updates.go | 8 +- .../pending_consolidations.go | 8 +- .../pending_deposit_updates.go | 12 +- .../epoch_processing/proposer_lookahead.go | 8 +- .../epoch_processing/randao_mixes_reset.go | 8 +- .../fulu/epoch_processing/registry_updates.go | 10 +- .../epoch_processing/rewards_and_penalties.go | 10 +- .../shared/fulu/epoch_processing/slashings.go | 10 +- .../fulu/epoch_processing/slashings_reset.go | 8 +- .../sync_committee_updates.go | 10 +- .../spectest/shared/fulu/finality/BUILD.bazel | 2 +- .../spectest/shared/fulu/finality/finality.go | 18 +- testing/spectest/shared/fulu/fork/BUILD.bazel | 2 +- .../spectest/shared/fulu/fork/transition.go | 20 +- .../shared/fulu/fork/upgrade_to_fulu.go | 14 +- .../shared/fulu/merkle_proof/BUILD.bazel | 2 +- .../shared/fulu/merkle_proof/merkle_proof.go | 4 +- .../shared/fulu/networking/BUILD.bazel | 2 +- .../shared/fulu/networking/custody_groups.go | 8 +- .../shared/fulu/operations/BUILD.bazel | 2 +- .../shared/fulu/operations/attestation.go | 14 +- .../fulu/operations/attester_slashing.go | 12 +- .../shared/fulu/operations/block_header.go | 4 +- .../operations/bls_to_execution_changes.go | 12 +- .../shared/fulu/operations/consolidations.go | 14 +- .../shared/fulu/operations/deposit.go | 14 +- .../shared/fulu/operations/deposit_request.go | 14 +- .../fulu/operations/execution_payload.go | 4 +- .../shared/fulu/operations/helpers.go | 10 +- .../fulu/operations/proposer_slashing.go | 12 +- .../shared/fulu/operations/sync_committee.go | 12 +- .../shared/fulu/operations/voluntary_exit.go | 12 +- .../fulu/operations/withdrawal_request.go | 14 +- .../shared/fulu/operations/withdrawals.go | 14 +- .../spectest/shared/fulu/rewards/BUILD.bazel | 2 +- .../shared/fulu/rewards/rewards_penalties.go | 14 +- .../spectest/shared/fulu/sanity/BUILD.bazel | 2 +- .../shared/fulu/sanity/block_processing.go | 20 +- .../shared/fulu/sanity/slot_processing.go | 12 +- .../shared/fulu/ssz_static/BUILD.bazel | 2 +- .../shared/fulu/ssz_static/ssz_static.go | 10 +- .../shared/gloas/ssz_static/BUILD.bazel | 2 +- .../shared/gloas/ssz_static/ssz_static.go | 6 +- .../phase0/epoch_processing/BUILD.bazel | 2 +- .../effective_balance_updates.go | 8 +- .../epoch_processing/eth1_data_reset.go | 8 +- .../shared/phase0/epoch_processing/helpers.go | 10 +- .../historical_roots_update.go | 8 +- .../justification_and_finalization.go | 8 +- .../participation_record_updates.go | 8 +- .../epoch_processing/randao_mixes_reset.go | 8 +- .../epoch_processing/registry_updates.go | 10 +- .../epoch_processing/rewards_and_penalties.go | 10 +- .../phase0/epoch_processing/slashings.go | 12 +- .../epoch_processing/slashings_reset.go | 8 +- .../shared/phase0/finality/BUILD.bazel | 2 +- .../spectest/shared/phase0/finality/runner.go | 18 +- .../shared/phase0/operations/BUILD.bazel | 2 +- .../shared/phase0/operations/attestation.go | 14 +- .../phase0/operations/attester_slashing.go | 12 +- .../shared/phase0/operations/block_header.go | 4 +- .../shared/phase0/operations/deposit.go | 14 +- .../shared/phase0/operations/helpers.go | 10 +- .../phase0/operations/proposer_slashing.go | 12 +- .../phase0/operations/voluntary_exit.go | 12 +- .../shared/phase0/rewards/BUILD.bazel | 2 +- .../phase0/rewards/rewards_penalties.go | 14 +- .../spectest/shared/phase0/sanity/BUILD.bazel | 2 +- .../shared/phase0/sanity/block_processing.go | 18 +- .../shared/phase0/sanity/slot_processing.go | 12 +- .../phase0/shuffling/core/shuffle/BUILD.bazel | 2 +- .../phase0/shuffling/core/shuffle/shuffle.go | 10 +- .../core/shuffle/shuffle_test_format.go | 2 +- .../shared/phase0/ssz_static/BUILD.bazel | 2 +- .../shared/phase0/ssz_static/ssz_static.go | 8 +- testing/spectest/utils/BUILD.bazel | 2 +- testing/spectest/utils/config.go | 2 +- testing/spectest/utils/config_test.go | 6 +- testing/spectest/utils/utils.go | 4 +- testing/util/BUILD.bazel | 2 +- testing/util/altair.go | 32 +- testing/util/attestation.go | 28 +- testing/util/attestation_test.go | 10 +- testing/util/bellatrix.go | 26 +- testing/util/bellatrix_state.go | 20 +- testing/util/bellatrix_state_test.go | 4 +- testing/util/blob.go | 4 +- testing/util/block.go | 38 +- testing/util/block_test.go | 22 +- testing/util/capella_block.go | 26 +- testing/util/capella_block_test.go | 12 +- testing/util/capella_state.go | 18 +- testing/util/data_column.go | 10 +- testing/util/deneb.go | 24 +- testing/util/deneb_state.go | 18 +- testing/util/deneb_test.go | 6 +- testing/util/deposits.go | 20 +- testing/util/deposits_test.go | 6 +- testing/util/electra.go | 24 +- testing/util/electra_block.go | 26 +- testing/util/electra_state.go | 22 +- testing/util/fulu.go | 24 +- testing/util/fulu_block.go | 24 +- testing/util/fulu_state.go | 22 +- testing/util/helpers.go | 28 +- testing/util/helpers_test.go | 18 +- testing/util/lightclient.go | 28 +- testing/util/lightclient_test.go | 8 +- testing/util/logging_test.go | 2 +- testing/util/merge.go | 2 +- testing/util/slot.go | 6 +- testing/util/state.go | 20 +- testing/util/state_test.go | 6 +- testing/util/sync_aggregate.go | 16 +- testing/util/sync_committee.go | 8 +- testing/validator-mock/BUILD.bazel | 2 +- testing/validator-mock/chain_client_mock.go | 6 +- testing/validator-mock/node_client_mock.go | 6 +- .../validator-mock/prysm_chain_client_mock.go | 10 +- .../validator-mock/validator_client_mock.go | 12 +- testing/validator-mock/validator_mock.go | 16 +- time/BUILD.bazel | 2 +- time/mclock/BUILD.bazel | 2 +- time/slots/BUILD.bazel | 2 +- time/slots/countdown.go | 4 +- time/slots/countdown_test.go | 6 +- time/slots/slotticker.go | 6 +- time/slots/slotticker_test.go | 4 +- time/slots/slottime.go | 10 +- time/slots/slottime_test.go | 12 +- time/slots/testing/BUILD.bazel | 2 +- time/slots/testing/mock.go | 2 +- time/slots/testing/mock_test.go | 2 +- tools/analyzers/comparesame/BUILD.bazel | 2 +- tools/analyzers/comparesame/analyzer_test.go | 2 +- tools/analyzers/cryptorand/BUILD.bazel | 2 +- tools/analyzers/cryptorand/analyzer_test.go | 2 +- tools/analyzers/errcheck/BUILD.bazel | 2 +- tools/analyzers/featureconfig/BUILD.bazel | 2 +- tools/analyzers/gocognit/BUILD.bazel | 2 +- tools/analyzers/ineffassign/BUILD.bazel | 2 +- tools/analyzers/ineffassign/analyzer_test.go | 2 +- tools/analyzers/interfacechecker/BUILD.bazel | 2 +- tools/analyzers/logcapitalization/BUILD.bazel | 2 +- .../logcapitalization/analyzer_test.go | 4 +- tools/analyzers/logruswitherror/BUILD.bazel | 2 +- .../logruswitherror/analyzer_test.go | 2 +- tools/analyzers/maligned/BUILD.bazel | 2 +- tools/analyzers/nop/BUILD.bazel | 2 +- tools/analyzers/nop/analyzer_test.go | 2 +- tools/analyzers/nopanic/BUILD.bazel | 2 +- tools/analyzers/nopanic/analyzer_test.go | 2 +- tools/analyzers/properpermissions/BUILD.bazel | 2 +- .../properpermissions/analyzer_test.go | 2 +- tools/analyzers/recursivelock/BUILD.bazel | 2 +- .../analyzers/recursivelock/analyzer_test.go | 2 +- tools/analyzers/shadowpredecl/BUILD.bazel | 2 +- .../analyzers/shadowpredecl/analyzer_test.go | 2 +- tools/analyzers/slicedirect/BUILD.bazel | 2 +- tools/analyzers/slicedirect/analyzer_test.go | 2 +- tools/analyzers/uintcast/BUILD.bazel | 2 +- tools/analyzers/uintcast/analyzer_test.go | 4 +- tools/beacon-fuzz/BUILD.bazel | 2 +- tools/beacon-fuzz/main.go | 2 +- tools/benchmark-files-gen/BUILD.bazel | 2 +- tools/benchmark-files-gen/main.go | 28 +- tools/blocktree/BUILD.bazel | 2 +- tools/blocktree/main.go | 6 +- tools/bootnode/BUILD.bazel | 2 +- tools/bootnode/bootnode.go | 20 +- tools/bootnode/bootnode_test.go | 10 +- tools/enr-calculator/BUILD.bazel | 2 +- tools/enr-calculator/main.go | 6 +- tools/eth1exporter/BUILD.bazel | 2 +- tools/eth1exporter/main.go | 2 +- tools/exploredb/BUILD.bazel | 2 +- tools/exploredb/main.go | 12 +- tools/extractor/BUILD.bazel | 2 +- tools/extractor/main.go | 8 +- tools/forkchecker/BUILD.bazel | 2 +- tools/forkchecker/forkchecker.go | 6 +- tools/gocovmerge/BUILD.bazel | 2 +- tools/http-request-sink/BUILD.bazel | 2 +- tools/http-request-sink/main.go | 2 +- tools/http-request-sink/main_test.go | 4 +- tools/interop/convert-keys/BUILD.bazel | 2 +- tools/interop/convert-keys/main.go | 4 +- tools/interop/export-genesis/BUILD.bazel | 2 +- tools/interop/export-genesis/main.go | 4 +- tools/interop/split-keys/BUILD.bazel | 2 +- tools/interop/split-keys/main.go | 10 +- tools/interop/split-keys/main_test.go | 8 +- tools/keystores/BUILD.bazel | 2 +- tools/keystores/main.go | 8 +- tools/keystores/main_test.go | 10 +- tools/nogo_config/BUILD.bazel | 2 +- tools/pcli/BUILD.bazel | 2 +- tools/pcli/main.go | 22 +- tools/replay-http/BUILD.bazel | 2 +- tools/specs-checker/BUILD.bazel | 2 +- tools/specs-checker/download.go | 2 +- tools/unencrypted-keys-gen/BUILD.bazel | 2 +- tools/unencrypted-keys-gen/keygen/BUILD.bazel | 2 +- tools/unencrypted-keys-gen/main.go | 6 +- tools/unencrypted-keys-gen/main_test.go | 6 +- validator/accounts/BUILD.bazel | 2 +- validator/accounts/accounts.go | 2 +- validator/accounts/accounts_backup.go | 4 +- validator/accounts/accounts_delete.go | 6 +- validator/accounts/accounts_delete_test.go | 10 +- validator/accounts/accounts_exit.go | 20 +- validator/accounts/accounts_exit_test.go | 18 +- validator/accounts/accounts_helper.go | 14 +- validator/accounts/accounts_import.go | 12 +- validator/accounts/accounts_import_test.go | 16 +- validator/accounts/accounts_list.go | 8 +- validator/accounts/accounts_list_test.go | 24 +- validator/accounts/cli_manager.go | 20 +- validator/accounts/cli_options.go | 6 +- validator/accounts/iface/BUILD.bazel | 2 +- validator/accounts/iface/wallet.go | 4 +- validator/accounts/petnames/BUILD.bazel | 2 +- validator/accounts/petnames/names.go | 4 +- validator/accounts/testing/BUILD.bazel | 2 +- validator/accounts/testing/mock.go | 4 +- validator/accounts/userprompt/BUILD.bazel | 2 +- validator/accounts/userprompt/prompt.go | 6 +- validator/accounts/wallet/BUILD.bazel | 2 +- validator/accounts/wallet/wallet.go | 20 +- validator/accounts/wallet/wallet_test.go | 16 +- validator/accounts/wallet_create.go | 8 +- validator/accounts/wallet_recover.go | 6 +- .../accounts/wallet_recover_fuzz_test.go | 2 +- validator/client/BUILD.bazel | 2 +- validator/client/aggregate.go | 26 +- validator/client/aggregate_test.go | 20 +- validator/client/attest.go | 28 +- validator/client/attest_test.go | 24 +- validator/client/beacon-api/BUILD.bazel | 2 +- .../client/beacon-api/attestation_data.go | 12 +- .../beacon-api/attestation_data_test.go | 10 +- .../beacon_api_beacon_chain_client.go | 10 +- .../beacon_api_beacon_chain_client_test.go | 14 +- .../client/beacon-api/beacon_api_helpers.go | 6 +- .../beacon-api/beacon_api_helpers_test.go | 8 +- .../beacon-api/beacon_api_node_client.go | 6 +- .../beacon-api/beacon_api_node_client_test.go | 8 +- .../beacon-api/beacon_api_validator_client.go | 12 +- .../beacon_api_validator_client_test.go | 20 +- .../beacon-api/beacon_block_converter.go | 10 +- .../beacon-api/beacon_block_converter_test.go | 8 +- .../beacon-api/beacon_block_json_helpers.go | 8 +- .../beacon_block_json_helpers_test.go | 8 +- .../beacon-api/beacon_block_proto_helpers.go | 8 +- .../beacon_block_proto_helpers_test.go | 10 +- .../beacon-api/beacon_committee_selections.go | 2 +- .../beacon_committee_selections_test.go | 8 +- validator/client/beacon-api/domain_data.go | 12 +- .../client/beacon-api/domain_data_test.go | 12 +- validator/client/beacon-api/doppelganger.go | 8 +- .../client/beacon-api/doppelganger_test.go | 10 +- validator/client/beacon-api/duties.go | 12 +- validator/client/beacon-api/duties_test.go | 14 +- validator/client/beacon-api/genesis.go | 10 +- validator/client/beacon-api/genesis_test.go | 8 +- .../client/beacon-api/get_beacon_block.go | 12 +- .../beacon-api/get_beacon_block_test.go | 16 +- validator/client/beacon-api/index.go | 4 +- validator/client/beacon-api/index_test.go | 14 +- validator/client/beacon-api/mock/BUILD.bazel | 2 +- .../mock/beacon_block_converter_mock.go | 4 +- .../client/beacon-api/mock/duties_mock.go | 4 +- .../client/beacon-api/mock/genesis_mock.go | 2 +- .../beacon-api/mock/state_validators_mock.go | 4 +- .../beacon-api/prepare_beacon_proposer.go | 4 +- .../prepare_beacon_proposer_test.go | 10 +- .../client/beacon-api/propose_attestation.go | 8 +- .../beacon-api/propose_attestation_test.go | 20 +- .../client/beacon-api/propose_beacon_block.go | 6 +- .../beacon-api/propose_beacon_block_test.go | 18 +- validator/client/beacon-api/propose_exit.go | 4 +- .../client/beacon-api/propose_exit_test.go | 10 +- .../beacon-api/prysm_beacon_chain_client.go | 10 +- .../prysm_beacon_chain_client_test.go | 14 +- validator/client/beacon-api/registration.go | 4 +- .../client/beacon-api/registration_test.go | 10 +- .../client/beacon-api/rest_handler_client.go | 10 +- .../beacon-api/rest_handler_client_test.go | 14 +- .../client/beacon-api/state_validators.go | 6 +- .../beacon-api/state_validators_test.go | 12 +- validator/client/beacon-api/status.go | 8 +- validator/client/beacon-api/status_test.go | 16 +- validator/client/beacon-api/stream_blocks.go | 6 +- .../client/beacon-api/stream_blocks_test.go | 14 +- .../submit_aggregate_selection_proof.go | 10 +- .../submit_aggregate_selection_proof_test.go | 14 +- .../submit_signed_aggregate_proof.go | 8 +- .../submit_signed_aggregate_proof_test.go | 18 +- .../submit_signed_contribution_and_proof.go | 4 +- ...bmit_signed_contribution_and_proof_test.go | 10 +- .../beacon-api/subscribe_committee_subnets.go | 4 +- .../subscribe_committee_subnets_test.go | 12 +- validator/client/beacon-api/sync_committee.go | 10 +- .../beacon-api/sync_committee_selections.go | 2 +- .../sync_committee_selections_test.go | 8 +- .../client/beacon-api/sync_committee_test.go | 16 +- .../beacon-api/test-helpers/BUILD.bazel | 2 +- .../altair_beacon_block_test_helpers.go | 4 +- .../bellatrix_beacon_block_test_helpers.go | 8 +- .../capella_beacon_block_test_helpers.go | 8 +- .../deneb_beacon_block_test_helpers.go | 8 +- .../electra_beacon_block_test_helpers.go | 8 +- .../phase0_beacon_block_test_helpers.go | 4 +- .../beacon-api/wait_for_chain_start_test.go | 10 +- .../beacon-chain-client-factory/BUILD.bazel | 2 +- .../beacon_chain_client_factory.go | 12 +- validator/client/grpc-api/BUILD.bazel | 2 +- .../grpc-api/grpc_beacon_chain_client.go | 4 +- validator/client/grpc-api/grpc_node_client.go | 4 +- .../grpc_prysm_beacon_chain_client.go | 14 +- .../grpc_prysm_beacon_chain_client_test.go | 16 +- .../client/grpc-api/grpc_validator_client.go | 18 +- .../grpc-api/grpc_validator_client_test.go | 14 +- validator/client/health_monitor.go | 6 +- validator/client/health_monitor_test.go | 6 +- validator/client/iface/BUILD.bazel | 2 +- validator/client/iface/chain_client.go | 2 +- validator/client/iface/node_client.go | 2 +- validator/client/iface/prysm_chain_client.go | 4 +- validator/client/iface/validator.go | 16 +- validator/client/iface/validator_client.go | 6 +- validator/client/key_reload.go | 4 +- validator/client/key_reload_test.go | 12 +- validator/client/log.go | 6 +- validator/client/log_test.go | 12 +- validator/client/metrics.go | 14 +- validator/client/metrics_test.go | 14 +- .../client/node-client-factory/BUILD.bazel | 2 +- .../node_client_factory.go | 10 +- validator/client/propose.go | 34 +- validator/client/propose_test.go | 40 +- validator/client/registration.go | 16 +- validator/client/registration_test.go | 10 +- validator/client/runner.go | 16 +- validator/client/runner_test.go | 34 +- validator/client/service.go | 44 +- validator/client/service_test.go | 6 +- .../slashing_protection_interchange_test.go | 14 +- validator/client/sync_committee.go | 24 +- validator/client/sync_committee_test.go | 14 +- validator/client/testutil/BUILD.bazel | 2 +- validator/client/testutil/helper.go | 6 +- validator/client/testutil/mock_validator.go | 20 +- .../validator-client-factory/BUILD.bazel | 2 +- .../validator_client_factory.go | 10 +- validator/client/validator.go | 50 +-- validator/client/validator_test.go | 48 +- validator/client/wait_for_activation.go | 6 +- validator/client/wait_for_activation_test.go | 20 +- validator/db/BUILD.bazel | 2 +- validator/db/alias.go | 2 +- validator/db/common/BUILD.bazel | 2 +- validator/db/common/structs.go | 4 +- validator/db/convert.go | 16 +- validator/db/convert_test.go | 20 +- validator/db/filesystem/BUILD.bazel | 2 +- .../db/filesystem/attester_protection.go | 10 +- .../db/filesystem/attester_protection_test.go | 12 +- validator/db/filesystem/db.go | 8 +- validator/db/filesystem/db_test.go | 10 +- validator/db/filesystem/genesis_test.go | 2 +- validator/db/filesystem/graffiti_test.go | 4 +- validator/db/filesystem/import.go | 12 +- validator/db/filesystem/import_test.go | 14 +- validator/db/filesystem/migration_test.go | 2 +- .../db/filesystem/proposer_protection.go | 8 +- .../db/filesystem/proposer_protection_test.go | 16 +- validator/db/filesystem/proposer_settings.go | 2 +- .../db/filesystem/proposer_settings_test.go | 8 +- validator/db/iface/BUILD.bazel | 2 +- validator/db/iface/interface.go | 14 +- validator/db/kv/BUILD.bazel | 2 +- validator/db/kv/attester_protection.go | 16 +- validator/db/kv/attester_protection_test.go | 16 +- validator/db/kv/backup.go | 6 +- validator/db/kv/backup_test.go | 8 +- validator/db/kv/db.go | 14 +- .../db/kv/deprecated_attester_protection.go | 8 +- .../kv/deprecated_attester_protection_test.go | 10 +- validator/db/kv/eip_blacklisted_keys.go | 4 +- validator/db/kv/eip_blacklisted_keys_test.go | 6 +- validator/db/kv/genesis_test.go | 6 +- validator/db/kv/graffiti.go | 2 +- validator/db/kv/graffiti_test.go | 6 +- validator/db/kv/import.go | 18 +- validator/db/kv/import_test.go | 16 +- validator/db/kv/kv_test.go | 4 +- .../migration_optimal_attester_protection.go | 10 +- ...ration_optimal_attester_protection_test.go | 8 +- .../migration_source_target_epochs_bucket.go | 2 +- ...ration_source_target_epochs_bucket_test.go | 6 +- validator/db/kv/proposer_protection.go | 16 +- validator/db/kv/proposer_protection_test.go | 20 +- validator/db/kv/proposer_settings.go | 6 +- validator/db/kv/proposer_settings_test.go | 12 +- validator/db/kv/prune_attester_protection.go | 8 +- .../db/kv/prune_attester_protection_test.go | 10 +- validator/db/migrate.go | 6 +- validator/db/migrate_test.go | 8 +- validator/db/restore.go | 8 +- validator/db/restore_test.go | 10 +- validator/db/testing/BUILD.bazel | 2 +- validator/db/testing/setup_db.go | 8 +- validator/db/testing/setup_db_test.go | 10 +- validator/graffiti/BUILD.bazel | 2 +- validator/graffiti/parse_graffiti.go | 4 +- validator/graffiti/parse_graffiti_test.go | 8 +- validator/helpers/BUILD.bazel | 2 +- validator/helpers/converts.go | 4 +- validator/helpers/converts_test.go | 4 +- validator/helpers/metadata.go | 4 +- validator/helpers/metadata_test.go | 18 +- validator/keymanager/BUILD.bazel | 2 +- validator/keymanager/derived/BUILD.bazel | 2 +- validator/keymanager/derived/eip_test.go | 6 +- validator/keymanager/derived/keymanager.go | 14 +- .../keymanager/derived/keymanager_test.go | 16 +- validator/keymanager/derived/mnemonic.go | 4 +- validator/keymanager/derived/mnemonic_test.go | 4 +- validator/keymanager/local/BUILD.bazel | 2 +- validator/keymanager/local/backup.go | 6 +- validator/keymanager/local/backup_test.go | 10 +- validator/keymanager/local/delete.go | 6 +- validator/keymanager/local/delete_test.go | 10 +- validator/keymanager/local/import.go | 4 +- validator/keymanager/local/import_test.go | 12 +- validator/keymanager/local/keymanager.go | 20 +- validator/keymanager/local/keymanager_test.go | 16 +- validator/keymanager/local/refresh.go | 14 +- validator/keymanager/local/refresh_test.go | 12 +- .../keymanager/remote-web3signer/BUILD.bazel | 2 +- .../remote-web3signer/internal/BUILD.bazel | 2 +- .../remote-web3signer/internal/client.go | 8 +- .../remote-web3signer/internal/client_test.go | 4 +- .../remote-web3signer/keymanager.go | 24 +- .../remote-web3signer/keymanager_test.go | 16 +- .../remote-web3signer/types/BUILD.bazel | 2 +- .../remote-web3signer/types/custom_mappers.go | 8 +- .../types/custom_mappers_test.go | 10 +- .../remote-web3signer/types/mock/BUILD.bazel | 2 +- .../remote-web3signer/types/mock/mocks.go | 16 +- .../remote-web3signer/types/requests.go | 8 +- .../remote-web3signer/types/requests_test.go | 12 +- validator/keymanager/types.go | 8 +- validator/keymanager/types_test.go | 12 +- validator/node/BUILD.bazel | 2 +- validator/node/node.go | 48 +- validator/node/node_test.go | 20 +- validator/rpc/BUILD.bazel | 2 +- validator/rpc/auth_token.go | 8 +- validator/rpc/auth_token_test.go | 6 +- validator/rpc/beacon.go | 18 +- validator/rpc/beacon_test.go | 4 +- validator/rpc/handler_wallet.go | 16 +- validator/rpc/handler_wallet_test.go | 26 +- validator/rpc/handlers_accounts.go | 26 +- validator/rpc/handlers_accounts_test.go | 26 +- validator/rpc/handlers_auth.go | 8 +- validator/rpc/handlers_auth_test.go | 8 +- validator/rpc/handlers_beacon.go | 12 +- validator/rpc/handlers_beacon_test.go | 8 +- validator/rpc/handlers_health.go | 10 +- validator/rpc/handlers_health_test.go | 10 +- validator/rpc/handlers_keymanager.go | 32 +- validator/rpc/handlers_keymanager_test.go | 52 +-- validator/rpc/handlers_slashing.go | 6 +- validator/rpc/handlers_slashing_test.go | 18 +- validator/rpc/intercepter.go | 4 +- validator/rpc/intercepter_test.go | 6 +- validator/rpc/server.go | 24 +- validator/rpc/server_test.go | 2 +- validator/rpc/structs.go | 14 +- .../slashing-protection-history/BUILD.bazel | 2 +- .../slashing-protection-history/export.go | 12 +- .../export_test.go | 14 +- .../format/BUILD.bazel | 2 +- .../round_trip_test.go | 16 +- validator/testing/BUILD.bazel | 2 +- validator/testing/mock_protector.go | 2 +- validator/testing/protection_history.go | 16 +- validator/web/BUILD.bazel | 2 +- validator/web/handler_test.go | 2 +- 3030 files changed, 15365 insertions(+), 15362 deletions(-) create mode 100644 changelog/bastin_upgrade-v6-to-v7.md diff --git a/.deepsource.toml b/.deepsource.toml index a74613a648..079fd4cf86 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -11,7 +11,7 @@ name = "go" enabled = true [analyzers.meta] -import_paths = ["github.com/OffchainLabs/prysm/v6"] +import_paths = ["github.com/OffchainLabs/prysm/v7"] [[analyzers]] name = "test-coverage" diff --git a/BUILD.bazel b/BUILD.bazel index 432686dd96..0036873cc5 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -12,7 +12,7 @@ exports_files([ "LICENSE.md", ]) -# gazelle:prefix github.com/OffchainLabs/prysm/v6 +# gazelle:prefix github.com/OffchainLabs/prysm/v7 # gazelle:map_kind go_library go_library @prysm//tools/go:def.bzl # gazelle:map_kind go_test go_test @prysm//tools/go:def.bzl # gazelle:map_kind go_repository go_repository @prysm//tools/go:def.bzl diff --git a/api/BUILD.bazel b/api/BUILD.bazel index dbd22a30f4..bee57ea306 100644 --- a/api/BUILD.bazel +++ b/api/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "headers.go", "jwt.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api", + importpath = "github.com/OffchainLabs/prysm/v7/api", visibility = ["//visibility:public"], deps = [ "//crypto/rand:go_default_library", diff --git a/api/apiutil/BUILD.bazel b/api/apiutil/BUILD.bazel index b9e4fc4782..8cb1cb1fcb 100644 --- a/api/apiutil/BUILD.bazel +++ b/api/apiutil/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "common.go", "header.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api/apiutil", + importpath = "github.com/OffchainLabs/prysm/v7/api/apiutil", visibility = ["//visibility:public"], deps = [ "//consensus-types/primitives:go_default_library", diff --git a/api/apiutil/common.go b/api/apiutil/common.go index dbd45432d9..07ae4c744e 100644 --- a/api/apiutil/common.go +++ b/api/apiutil/common.go @@ -5,7 +5,7 @@ import ( neturl "net/url" "strconv" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // Uint64ToString is a util function that will convert uints to string diff --git a/api/apiutil/common_test.go b/api/apiutil/common_test.go index f50d07326e..392584e791 100644 --- a/api/apiutil/common_test.go +++ b/api/apiutil/common_test.go @@ -4,8 +4,8 @@ import ( "net/url" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestBeaconApiHelpers_TestUint64ToString(t *testing.T) { diff --git a/api/apiutil/header_test.go b/api/apiutil/header_test.go index 5c074f0b60..d33c2c05f9 100644 --- a/api/apiutil/header_test.go +++ b/api/apiutil/header_test.go @@ -3,7 +3,7 @@ package apiutil import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestParseAccept(t *testing.T) { diff --git a/api/client/BUILD.bazel b/api/client/BUILD.bazel index 131d74c4f1..300e6feee5 100644 --- a/api/client/BUILD.bazel +++ b/api/client/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "options.go", "transport.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api/client", + importpath = "github.com/OffchainLabs/prysm/v7/api/client", visibility = ["//visibility:public"], deps = ["@com_github_pkg_errors//:go_default_library"], ) diff --git a/api/client/beacon/BUILD.bazel b/api/client/beacon/BUILD.bazel index 0013c9d453..4bdf01cf53 100644 --- a/api/client/beacon/BUILD.bazel +++ b/api/client/beacon/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "log.go", "template.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api/client/beacon", + importpath = "github.com/OffchainLabs/prysm/v7/api/client/beacon", visibility = ["//visibility:public"], deps = [ "//api/client:go_default_library", diff --git a/api/client/beacon/client.go b/api/client/beacon/client.go index 46fac052c7..9a0b448763 100644 --- a/api/client/beacon/client.go +++ b/api/client/beacon/client.go @@ -11,12 +11,12 @@ import ( "regexp" "strconv" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/server" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/server" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/api/client/beacon/client_test.go b/api/client/beacon/client_test.go index 9b9a37397a..cf12f08125 100644 --- a/api/client/beacon/client_test.go +++ b/api/client/beacon/client_test.go @@ -4,8 +4,8 @@ import ( "net/url" "testing" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestParseNodeVersion(t *testing.T) { diff --git a/api/client/builder/BUILD.bazel b/api/client/builder/BUILD.bazel index c4dd47b4fe..ef6d736a37 100644 --- a/api/client/builder/BUILD.bazel +++ b/api/client/builder/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "errors.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api/client/builder", + importpath = "github.com/OffchainLabs/prysm/v7/api/client/builder", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/api/client/builder/bid.go b/api/client/builder/bid.go index 3f10d5ee4f..6740ef7f90 100644 --- a/api/client/builder/bid.go +++ b/api/client/builder/bid.go @@ -1,13 +1,13 @@ package builder import ( - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/api/client/builder/client.go b/api/client/builder/client.go index b50dcf1891..ca32e11bb6 100644 --- a/api/client/builder/client.go +++ b/api/client/builder/client.go @@ -12,18 +12,18 @@ import ( "strings" "text/template" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" log "github.com/sirupsen/logrus" "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" diff --git a/api/client/builder/client_test.go b/api/client/builder/client_test.go index 9f058ac0f3..6ca43f7e66 100644 --- a/api/client/builder/client_test.go +++ b/api/client/builder/client_test.go @@ -11,18 +11,18 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" log "github.com/sirupsen/logrus" ) diff --git a/api/client/builder/testing/BUILD.bazel b/api/client/builder/testing/BUILD.bazel index 3546db8b29..3d79cb9870 100644 --- a/api/client/builder/testing/BUILD.bazel +++ b/api/client/builder/testing/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/api/client/builder/testing", + importpath = "github.com/OffchainLabs/prysm/v7/api/client/builder/testing", visibility = ["//visibility:public"], deps = [ "//api/client/builder:go_default_library", diff --git a/api/client/builder/testing/mock.go b/api/client/builder/testing/mock.go index fd2d8336a1..f921571cd7 100644 --- a/api/client/builder/testing/mock.go +++ b/api/client/builder/testing/mock.go @@ -3,12 +3,12 @@ package testing import ( "context" - "github.com/OffchainLabs/prysm/v6/api/client/builder" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/client/builder" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // MockClient is a mock implementation of BuilderClient. diff --git a/api/client/builder/types.go b/api/client/builder/types.go index df7a52e4ca..e0d6316298 100644 --- a/api/client/builder/types.go +++ b/api/client/builder/types.go @@ -7,16 +7,16 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/math" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/math" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "google.golang.org/protobuf/proto" diff --git a/api/client/builder/types_test.go b/api/client/builder/types_test.go index 016bf9678b..957abf5a65 100644 --- a/api/client/builder/types_test.go +++ b/api/client/builder/types_test.go @@ -12,15 +12,15 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/math" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/math" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/api/client/client_test.go b/api/client/client_test.go index b1bf60a3fe..cd66820668 100644 --- a/api/client/client_test.go +++ b/api/client/client_test.go @@ -4,7 +4,7 @@ import ( "net/url" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestValidHostname(t *testing.T) { diff --git a/api/client/event/BUILD.bazel b/api/client/event/BUILD.bazel index a6a03edbc1..31f7ebbf38 100644 --- a/api/client/event/BUILD.bazel +++ b/api/client/event/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "event_stream.go", "utils.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api/client/event", + importpath = "github.com/OffchainLabs/prysm/v7/api/client/event", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/api/client/event/event_stream.go b/api/client/event/event_stream.go index c8fda249c9..3244225883 100644 --- a/api/client/event/event_stream.go +++ b/api/client/event/event_stream.go @@ -7,8 +7,8 @@ import ( "net/url" "strings" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/client" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/client" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/api/client/event/event_stream_test.go b/api/client/event/event_stream_test.go index 886e4dc13c..b366ad3671 100644 --- a/api/client/event/event_stream_test.go +++ b/api/client/event/event_stream_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" log "github.com/sirupsen/logrus" ) diff --git a/api/client/event/utils_test.go b/api/client/event/utils_test.go index 20aecb1424..9139ca1494 100644 --- a/api/client/event/utils_test.go +++ b/api/client/event/utils_test.go @@ -5,7 +5,7 @@ import ( "bytes" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestScanLinesWithCarriage(t *testing.T) { diff --git a/api/client/transport_test.go b/api/client/transport_test.go index 0a2eca3103..6dc74c5527 100644 --- a/api/client/transport_test.go +++ b/api/client/transport_test.go @@ -5,8 +5,8 @@ import ( "net/http/httptest" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type noopTransport struct{} diff --git a/api/client/validator/BUILD.bazel b/api/client/validator/BUILD.bazel index 59a0065c54..627748af8c 100644 --- a/api/client/validator/BUILD.bazel +++ b/api/client/validator/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["client.go"], - importpath = "github.com/OffchainLabs/prysm/v6/api/client/validator", + importpath = "github.com/OffchainLabs/prysm/v7/api/client/validator", visibility = ["//visibility:public"], deps = [ "//api/client:go_default_library", diff --git a/api/client/validator/client.go b/api/client/validator/client.go index 20a791f121..433a0390e7 100644 --- a/api/client/validator/client.go +++ b/api/client/validator/client.go @@ -6,8 +6,8 @@ import ( "fmt" "strings" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/validator/rpc" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/validator/rpc" "github.com/pkg/errors" ) diff --git a/api/grpc/BUILD.bazel b/api/grpc/BUILD.bazel index 4948a5aa49..bf45352f90 100644 --- a/api/grpc/BUILD.bazel +++ b/api/grpc/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "grpcutils.go", "parameters.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api/grpc", + importpath = "github.com/OffchainLabs/prysm/v7/api/grpc", visibility = ["//visibility:public"], deps = [ "@com_github_sirupsen_logrus//:go_default_library", diff --git a/api/grpc/grpcutils_test.go b/api/grpc/grpcutils_test.go index c9d49b6957..cf06105444 100644 --- a/api/grpc/grpcutils_test.go +++ b/api/grpc/grpcutils_test.go @@ -3,8 +3,8 @@ package grpc import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" "google.golang.org/grpc/metadata" ) diff --git a/api/jwt.go b/api/jwt.go index e0bcc4796a..a139d143b7 100644 --- a/api/jwt.go +++ b/api/jwt.go @@ -1,7 +1,7 @@ package api import ( - "github.com/OffchainLabs/prysm/v6/crypto/rand" + "github.com/OffchainLabs/prysm/v7/crypto/rand" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/api/jwt_test.go b/api/jwt_test.go index a32c1ad1f9..f6f5eedc5a 100644 --- a/api/jwt_test.go +++ b/api/jwt_test.go @@ -3,7 +3,7 @@ package api import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestGenerateRandomHexString(t *testing.T) { diff --git a/api/pagination/BUILD.bazel b/api/pagination/BUILD.bazel index 45a079554b..aee92f41e8 100644 --- a/api/pagination/BUILD.bazel +++ b/api/pagination/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["pagination.go"], - importpath = "github.com/OffchainLabs/prysm/v6/api/pagination", + importpath = "github.com/OffchainLabs/prysm/v7/api/pagination", visibility = ["//visibility:public"], deps = [ "//config/params:go_default_library", diff --git a/api/pagination/pagination.go b/api/pagination/pagination.go index ea9f6d0d03..0b826724c7 100644 --- a/api/pagination/pagination.go +++ b/api/pagination/pagination.go @@ -5,7 +5,7 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/pkg/errors" ) diff --git a/api/pagination/pagination_test.go b/api/pagination/pagination_test.go index cb7c22e30d..f6105721fe 100644 --- a/api/pagination/pagination_test.go +++ b/api/pagination/pagination_test.go @@ -3,9 +3,9 @@ package pagination_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/api/pagination" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/pagination" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStartAndEndPage(t *testing.T) { diff --git a/api/server/BUILD.bazel b/api/server/BUILD.bazel index e6d39608c2..5d2da2c94a 100644 --- a/api/server/BUILD.bazel +++ b/api/server/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["error.go"], - importpath = "github.com/OffchainLabs/prysm/v6/api/server", + importpath = "github.com/OffchainLabs/prysm/v7/api/server", visibility = ["//visibility:public"], ) diff --git a/api/server/error_test.go b/api/server/error_test.go index 4c62d0bbe4..88475eb37b 100644 --- a/api/server/error_test.go +++ b/api/server/error_test.go @@ -4,7 +4,7 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestDecodeError(t *testing.T) { diff --git a/api/server/httprest/BUILD.bazel b/api/server/httprest/BUILD.bazel index 8d4ee270cd..1f3cea9eb3 100644 --- a/api/server/httprest/BUILD.bazel +++ b/api/server/httprest/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "options.go", "server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api/server/httprest", + importpath = "github.com/OffchainLabs/prysm/v7/api/server/httprest", visibility = ["//visibility:public"], deps = [ "//api/server/middleware:go_default_library", diff --git a/api/server/httprest/options.go b/api/server/httprest/options.go index 15b86465c5..b825f33605 100644 --- a/api/server/httprest/options.go +++ b/api/server/httprest/options.go @@ -4,7 +4,7 @@ import ( "net/http" "time" - "github.com/OffchainLabs/prysm/v6/api/server/middleware" + "github.com/OffchainLabs/prysm/v7/api/server/middleware" ) // Option is a http rest server functional parameter type. diff --git a/api/server/httprest/server.go b/api/server/httprest/server.go index bd0d7ceeef..af059e1856 100644 --- a/api/server/httprest/server.go +++ b/api/server/httprest/server.go @@ -5,8 +5,8 @@ import ( "net/http" "time" - "github.com/OffchainLabs/prysm/v6/api/server/middleware" - "github.com/OffchainLabs/prysm/v6/runtime" + "github.com/OffchainLabs/prysm/v7/api/server/middleware" + "github.com/OffchainLabs/prysm/v7/runtime" "github.com/pkg/errors" ) diff --git a/api/server/httprest/server_test.go b/api/server/httprest/server_test.go index 960a733c78..0a4d487b44 100644 --- a/api/server/httprest/server_test.go +++ b/api/server/httprest/server_test.go @@ -9,9 +9,9 @@ import ( "net/url" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" ) diff --git a/api/server/middleware/BUILD.bazel b/api/server/middleware/BUILD.bazel index eaca515833..d234346fea 100644 --- a/api/server/middleware/BUILD.bazel +++ b/api/server/middleware/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "middleware.go", "util.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api/server/middleware", + importpath = "github.com/OffchainLabs/prysm/v7/api/server/middleware", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/api/server/middleware/middleware.go b/api/server/middleware/middleware.go index 9ab7c410c2..412db44697 100644 --- a/api/server/middleware/middleware.go +++ b/api/server/middleware/middleware.go @@ -6,8 +6,8 @@ import ( "net/http" "strings" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/apiutil" "github.com/rs/cors" log "github.com/sirupsen/logrus" ) diff --git a/api/server/middleware/middleware_test.go b/api/server/middleware/middleware_test.go index 3742b5c50f..c5bacce686 100644 --- a/api/server/middleware/middleware_test.go +++ b/api/server/middleware/middleware_test.go @@ -8,8 +8,8 @@ import ( "net/http/httptest" "testing" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/testing/require" log "github.com/sirupsen/logrus" ) diff --git a/api/server/middleware/util_test.go b/api/server/middleware/util_test.go index b6e006b37f..5573adaaa2 100644 --- a/api/server/middleware/util_test.go +++ b/api/server/middleware/util_test.go @@ -3,8 +3,8 @@ package middleware import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestNormalizeQueryValues(t *testing.T) { diff --git a/api/server/structs/BUILD.bazel b/api/server/structs/BUILD.bazel index de7d388966..cbc2021183 100644 --- a/api/server/structs/BUILD.bazel +++ b/api/server/structs/BUILD.bazel @@ -23,7 +23,7 @@ go_library( "other.go", "state.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/api/server/structs", + importpath = "github.com/OffchainLabs/prysm/v7/api/server/structs", visibility = ["//visibility:public"], deps = [ "//api/server:go_default_library", diff --git a/api/server/structs/conversions.go b/api/server/structs/conversions.go index 4e3b5be8a1..96350f7bad 100644 --- a/api/server/structs/conversions.go +++ b/api/server/structs/conversions.go @@ -4,18 +4,18 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/math" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethv1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/math" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethv1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" diff --git a/api/server/structs/conversions_blob.go b/api/server/structs/conversions_blob.go index 80eec81cd0..06b30e973a 100644 --- a/api/server/structs/conversions_blob.go +++ b/api/server/structs/conversions_blob.go @@ -3,9 +3,9 @@ package structs import ( "strconv" - "github.com/OffchainLabs/prysm/v6/api/server" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func (sc *Sidecar) ToConsensus() (*eth.BlobSidecar, error) { diff --git a/api/server/structs/conversions_block.go b/api/server/structs/conversions_block.go index e27be6428c..6d6a4da528 100644 --- a/api/server/structs/conversions_block.go +++ b/api/server/structs/conversions_block.go @@ -4,14 +4,14 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" diff --git a/api/server/structs/conversions_block_execution.go b/api/server/structs/conversions_block_execution.go index f2d5eda820..c45143b2dc 100644 --- a/api/server/structs/conversions_block_execution.go +++ b/api/server/structs/conversions_block_execution.go @@ -4,14 +4,14 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/api/server" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" diff --git a/api/server/structs/conversions_block_execution_test.go b/api/server/structs/conversions_block_execution_test.go index 8a58896c64..55a37644f5 100644 --- a/api/server/structs/conversions_block_execution_test.go +++ b/api/server/structs/conversions_block_execution_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/require" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/api/server/structs/conversions_lightclient.go b/api/server/structs/conversions_lightclient.go index fcdc23582b..a06c0f6f37 100644 --- a/api/server/structs/conversions_lightclient.go +++ b/api/server/structs/conversions_lightclient.go @@ -4,9 +4,9 @@ import ( "encoding/json" "fmt" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/api/server/structs/conversions_state.go b/api/server/structs/conversions_state.go index 5abf2ab76f..8dd5609c36 100644 --- a/api/server/structs/conversions_state.go +++ b/api/server/structs/conversions_state.go @@ -4,8 +4,8 @@ import ( "errors" "fmt" - beaconState "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + beaconState "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/api/server/structs/conversions_test.go b/api/server/structs/conversions_test.go index 5e98364c33..31770807a3 100644 --- a/api/server/structs/conversions_test.go +++ b/api/server/structs/conversions_test.go @@ -3,9 +3,9 @@ package structs import ( "testing" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/api/server/structs/endpoints_validator.go b/api/server/structs/endpoints_validator.go index c25bfcebb7..71778fe62e 100644 --- a/api/server/structs/endpoints_validator.go +++ b/api/server/structs/endpoints_validator.go @@ -3,7 +3,7 @@ package structs import ( "encoding/json" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) type AggregateAttestationResponse struct { diff --git a/async/BUILD.bazel b/async/BUILD.bazel index cc1a36edfa..e1ff1fb811 100644 --- a/async/BUILD.bazel +++ b/async/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "multilock.go", "scatter.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/async", + importpath = "github.com/OffchainLabs/prysm/v7/async", visibility = ["//visibility:public"], deps = ["@com_github_sirupsen_logrus//:go_default_library"], ) diff --git a/async/abool/BUILD.bazel b/async/abool/BUILD.bazel index 9e1863a60f..6dc3a42971 100644 --- a/async/abool/BUILD.bazel +++ b/async/abool/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["abool.go"], - importpath = "github.com/OffchainLabs/prysm/v6/async/abool", + importpath = "github.com/OffchainLabs/prysm/v7/async/abool", visibility = ["//visibility:public"], ) diff --git a/async/benchmark_test.go b/async/benchmark_test.go index 830593beb1..83530091b8 100644 --- a/async/benchmark_test.go +++ b/async/benchmark_test.go @@ -6,8 +6,8 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/testing/require" log "github.com/sirupsen/logrus" ) diff --git a/async/debounce_test.go b/async/debounce_test.go index e190c85da2..f9272d646a 100644 --- a/async/debounce_test.go +++ b/async/debounce_test.go @@ -7,10 +7,10 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestDebounce_NoEvents(t *testing.T) { diff --git a/async/event/BUILD.bazel b/async/event/BUILD.bazel index c63e7006c1..4fa9ba0c2f 100644 --- a/async/event/BUILD.bazel +++ b/async/event/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "interface.go", "subscription.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/async/event", + importpath = "github.com/OffchainLabs/prysm/v7/async/event", visibility = ["//visibility:public"], deps = [ "//time/mclock:go_default_library", diff --git a/async/event/example_scope_test.go b/async/event/example_scope_test.go index b3504e6e24..510da227be 100644 --- a/async/event/example_scope_test.go +++ b/async/event/example_scope_test.go @@ -20,7 +20,7 @@ import ( "fmt" "sync" - "github.com/OffchainLabs/prysm/v6/async/event" + "github.com/OffchainLabs/prysm/v7/async/event" ) // This example demonstrates how SubscriptionScope can be used to control the lifetime of diff --git a/async/event/example_subscription_test.go b/async/event/example_subscription_test.go index f4abc03e38..fe8c65eb68 100644 --- a/async/event/example_subscription_test.go +++ b/async/event/example_subscription_test.go @@ -19,7 +19,7 @@ package event_test import ( "fmt" - "github.com/OffchainLabs/prysm/v6/async/event" + "github.com/OffchainLabs/prysm/v7/async/event" ) func ExampleNewSubscription() { diff --git a/async/event/subscription.go b/async/event/subscription.go index 56a4d379b9..4d7e3cd48d 100644 --- a/async/event/subscription.go +++ b/async/event/subscription.go @@ -21,7 +21,7 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/time/mclock" + "github.com/OffchainLabs/prysm/v7/time/mclock" ) // waitQuotient is divided against the max backoff time, in order to have N requests based on the full diff --git a/async/event/subscription_test.go b/async/event/subscription_test.go index bd477650bc..e3f04d1661 100644 --- a/async/event/subscription_test.go +++ b/async/event/subscription_test.go @@ -23,7 +23,7 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) var errInts = errors.New("error in subscribeInts") diff --git a/async/every_test.go b/async/every_test.go index 499cc27cd3..515f41a9f1 100644 --- a/async/every_test.go +++ b/async/every_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async" + "github.com/OffchainLabs/prysm/v7/async" ) func TestEveryRuns(t *testing.T) { diff --git a/async/scatter_test.go b/async/scatter_test.go index 048fdf1584..72d8eb2d50 100644 --- a/async/scatter_test.go +++ b/async/scatter_test.go @@ -5,9 +5,9 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestDouble(t *testing.T) { diff --git a/beacon-chain/blockchain/BUILD.bazel b/beacon-chain/blockchain/BUILD.bazel index c64c8edd7c..7f89e64c27 100644 --- a/beacon-chain/blockchain/BUILD.bazel +++ b/beacon-chain/blockchain/BUILD.bazel @@ -31,7 +31,7 @@ go_library( "tracked_proposer.go", "weak_subjectivity_checks.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain", visibility = [ "//beacon-chain:__subpackages__", "//cmd/beacon-chain:__subpackages__", diff --git a/beacon-chain/blockchain/chain_info.go b/beacon-chain/blockchain/chain_info.go index 276090a135..396c5e5b21 100644 --- a/beacon-chain/blockchain/chain_info.go +++ b/beacon-chain/blockchain/chain_info.go @@ -5,20 +5,20 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - f "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_blocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/forkchoice" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + f "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_blocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/forkchoice" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/chain_info_forkchoice.go b/beacon-chain/blockchain/chain_info_forkchoice.go index 780203db24..9aedecd35c 100644 --- a/beacon-chain/blockchain/chain_info_forkchoice.go +++ b/beacon-chain/blockchain/chain_info_forkchoice.go @@ -4,12 +4,12 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - consensus_blocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/forkchoice" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + consensus_blocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/forkchoice" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/chain_info_norace_test.go b/beacon-chain/blockchain/chain_info_norace_test.go index 4b5b950643..2489f97387 100644 --- a/beacon-chain/blockchain/chain_info_norace_test.go +++ b/beacon-chain/blockchain/chain_info_norace_test.go @@ -3,11 +3,11 @@ package blockchain import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestHeadSlot_DataRace(t *testing.T) { diff --git a/beacon-chain/blockchain/chain_info_test.go b/beacon-chain/blockchain/chain_info_test.go index 89f0d0e408..8426b1f436 100644 --- a/beacon-chain/blockchain/chain_info_test.go +++ b/beacon-chain/blockchain/chain_info_test.go @@ -5,21 +5,21 @@ import ( "testing" "time" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/blockchain/defragment.go b/beacon-chain/blockchain/defragment.go index 3d2f2287b3..f6e09dce18 100644 --- a/beacon-chain/blockchain/defragment.go +++ b/beacon-chain/blockchain/defragment.go @@ -1,8 +1,8 @@ package blockchain import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/time" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" ) diff --git a/beacon-chain/blockchain/error.go b/beacon-chain/blockchain/error.go index 35630eb139..3dd270ce75 100644 --- a/beacon-chain/blockchain/error.go +++ b/beacon-chain/blockchain/error.go @@ -3,7 +3,7 @@ package blockchain import ( stderrors "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/error_test.go b/beacon-chain/blockchain/error_test.go index 56a8ed2b99..dfd4c4e7ae 100644 --- a/beacon-chain/blockchain/error_test.go +++ b/beacon-chain/blockchain/error_test.go @@ -3,8 +3,8 @@ package blockchain import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/execution_engine.go b/beacon-chain/blockchain/execution_engine.go index d2afd2442d..459d09d2d0 100644 --- a/beacon-chain/blockchain/execution_engine.go +++ b/beacon-chain/blockchain/execution_engine.go @@ -4,27 +4,27 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - blocktypes "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - payloadattribute "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + blocktypes "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + payloadattribute "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/blockchain/execution_engine_test.go b/beacon-chain/blockchain/execution_engine_test.go index 8ef6c48337..3df1118463 100644 --- a/beacon-chain/blockchain/execution_engine_test.go +++ b/beacon-chain/blockchain/execution_engine_test.go @@ -5,26 +5,26 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - bstate "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + bstate "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common" gethtypes "github.com/ethereum/go-ethereum/core/types" ) diff --git a/beacon-chain/blockchain/forkchoice_update_execution.go b/beacon-chain/blockchain/forkchoice_update_execution.go index 51530e0744..79d9132e74 100644 --- a/beacon-chain/blockchain/forkchoice_update_execution.go +++ b/beacon-chain/blockchain/forkchoice_update_execution.go @@ -5,14 +5,14 @@ import ( "fmt" "time" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - payloadattribute "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + payloadattribute "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/blockchain/forkchoice_update_execution_test.go b/beacon-chain/blockchain/forkchoice_update_execution_test.go index b7b8e1d84c..2f7746147d 100644 --- a/beacon-chain/blockchain/forkchoice_update_execution_test.go +++ b/beacon-chain/blockchain/forkchoice_update_execution_test.go @@ -4,15 +4,15 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/blockchain/head.go b/beacon-chain/blockchain/head.go index d4a73dcd96..c31e942f0f 100644 --- a/beacon-chain/blockchain/head.go +++ b/beacon-chain/blockchain/head.go @@ -5,21 +5,21 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpbv1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpbv1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/blockchain/head_sync_committee_info.go b/beacon-chain/blockchain/head_sync_committee_info.go index 343ce8f7cb..1d832a6c7a 100644 --- a/beacon-chain/blockchain/head_sync_committee_info.go +++ b/beacon-chain/blockchain/head_sync_committee_info.go @@ -4,17 +4,17 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/head_sync_committee_info_test.go b/beacon-chain/blockchain/head_sync_committee_info_test.go index 0aca8a32f6..c1b1c9b4d4 100644 --- a/beacon-chain/blockchain/head_sync_committee_info_test.go +++ b/beacon-chain/blockchain/head_sync_committee_info_test.go @@ -3,13 +3,13 @@ package blockchain import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestService_HeadSyncCommitteeIndices(t *testing.T) { diff --git a/beacon-chain/blockchain/head_test.go b/beacon-chain/blockchain/head_test.go index a7221ec1e6..733f613237 100644 --- a/beacon-chain/blockchain/head_test.go +++ b/beacon-chain/blockchain/head_test.go @@ -7,20 +7,20 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpbv1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpbv1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/blockchain/init_sync_process_block.go b/beacon-chain/blockchain/init_sync_process_block.go index f3acd93cd9..6d6c7505c2 100644 --- a/beacon-chain/blockchain/init_sync_process_block.go +++ b/beacon-chain/blockchain/init_sync_process_block.go @@ -3,8 +3,8 @@ package blockchain import ( "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/init_sync_process_block_test.go b/beacon-chain/blockchain/init_sync_process_block_test.go index aa036d9b76..81a00f96aa 100644 --- a/beacon-chain/blockchain/init_sync_process_block_test.go +++ b/beacon-chain/blockchain/init_sync_process_block_test.go @@ -3,10 +3,10 @@ package blockchain import ( "testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestService_getBlock(t *testing.T) { diff --git a/beacon-chain/blockchain/init_test.go b/beacon-chain/blockchain/init_test.go index 9e8d92421a..9dff62fa06 100644 --- a/beacon-chain/blockchain/init_test.go +++ b/beacon-chain/blockchain/init_test.go @@ -1,7 +1,7 @@ package blockchain import ( - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) func init() { diff --git a/beacon-chain/blockchain/kzg/BUILD.bazel b/beacon-chain/blockchain/kzg/BUILD.bazel index 7535f490cd..6b5cdffc7c 100644 --- a/beacon-chain/blockchain/kzg/BUILD.bazel +++ b/beacon-chain/blockchain/kzg/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "validation.go", ], embedsrcs = ["trusted_setup_4096.json"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg", visibility = ["//visibility:public"], deps = [ "//consensus-types/blocks:go_default_library", diff --git a/beacon-chain/blockchain/kzg/trusted_setup_test.go b/beacon-chain/blockchain/kzg/trusted_setup_test.go index 1dcbd8a6ba..75ba22d60b 100644 --- a/beacon-chain/blockchain/kzg/trusted_setup_test.go +++ b/beacon-chain/blockchain/kzg/trusted_setup_test.go @@ -3,7 +3,7 @@ package kzg import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStart(t *testing.T) { diff --git a/beacon-chain/blockchain/kzg/validation.go b/beacon-chain/blockchain/kzg/validation.go index 35be112828..29697b40c9 100644 --- a/beacon-chain/blockchain/kzg/validation.go +++ b/beacon-chain/blockchain/kzg/validation.go @@ -3,7 +3,7 @@ package kzg import ( "fmt" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" GoKZG "github.com/crate-crypto/go-kzg-4844" ckzg4844 "github.com/ethereum/c-kzg-4844/v2/bindings/go" "github.com/pkg/errors" diff --git a/beacon-chain/blockchain/kzg/validation_test.go b/beacon-chain/blockchain/kzg/validation_test.go index ddfcb0eb08..fdfcd67297 100644 --- a/beacon-chain/blockchain/kzg/validation_test.go +++ b/beacon-chain/blockchain/kzg/validation_test.go @@ -3,9 +3,9 @@ package kzg import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/crypto/random" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/crypto/random" + "github.com/OffchainLabs/prysm/v7/testing/require" GoKZG "github.com/crate-crypto/go-kzg-4844" ) diff --git a/beacon-chain/blockchain/log.go b/beacon-chain/blockchain/log.go index d9886786ce..8e768a5f25 100644 --- a/beacon-chain/blockchain/log.go +++ b/beacon-chain/blockchain/log.go @@ -5,15 +5,15 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/blockchain/log_test.go b/beacon-chain/blockchain/log_test.go index 2c1d6b19a2..5f64aaa78a 100644 --- a/beacon-chain/blockchain/log_test.go +++ b/beacon-chain/blockchain/log_test.go @@ -3,11 +3,11 @@ package blockchain import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/blockchain/metrics.go b/beacon-chain/blockchain/metrics.go index c03b3b3d0b..bf6aeffedb 100644 --- a/beacon-chain/blockchain/metrics.go +++ b/beacon-chain/blockchain/metrics.go @@ -3,15 +3,15 @@ package blockchain import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/blockchain/metrics_test.go b/beacon-chain/blockchain/metrics_test.go index 31a9cf72d8..dd820c690c 100644 --- a/beacon-chain/blockchain/metrics_test.go +++ b/beacon-chain/blockchain/metrics_test.go @@ -3,9 +3,9 @@ package blockchain import ( "testing" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestReportEpochMetrics_BadAttestation(t *testing.T) { diff --git a/beacon-chain/blockchain/mock_test.go b/beacon-chain/blockchain/mock_test.go index bbd387f54f..bf2710b017 100644 --- a/beacon-chain/blockchain/mock_test.go +++ b/beacon-chain/blockchain/mock_test.go @@ -3,12 +3,12 @@ package blockchain import ( "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/testing/require" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func testServiceOptsWithDB(t testing.TB) []Option { diff --git a/beacon-chain/blockchain/options.go b/beacon-chain/blockchain/options.go index df289fce96..d4fc428ba9 100644 --- a/beacon-chain/blockchain/options.go +++ b/beacon-chain/blockchain/options.go @@ -3,23 +3,23 @@ package blockchain import ( "time" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - lightclient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + lightclient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) type Option func(s *Service) error diff --git a/beacon-chain/blockchain/pow_block.go b/beacon-chain/blockchain/pow_block.go index f3a45c46ba..603bba54be 100644 --- a/beacon-chain/blockchain/pow_block.go +++ b/beacon-chain/blockchain/pow_block.go @@ -6,13 +6,13 @@ import ( "fmt" "math/big" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/holiman/uint256" diff --git a/beacon-chain/blockchain/pow_block_test.go b/beacon-chain/blockchain/pow_block_test.go index 3458ab9121..f6da6925ee 100644 --- a/beacon-chain/blockchain/pow_block_test.go +++ b/beacon-chain/blockchain/pow_block_test.go @@ -5,14 +5,14 @@ import ( "math/big" "testing" - mocks "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mocks "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" gethtypes "github.com/ethereum/go-ethereum/core/types" "github.com/holiman/uint256" ) diff --git a/beacon-chain/blockchain/process_attestation.go b/beacon-chain/blockchain/process_attestation.go index f97fcaebe8..dfbace64fd 100644 --- a/beacon-chain/blockchain/process_attestation.go +++ b/beacon-chain/blockchain/process_attestation.go @@ -4,13 +4,13 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/process_attestation_helpers.go b/beacon-chain/blockchain/process_attestation_helpers.go index e3336f1fa8..385a1780a5 100644 --- a/beacon-chain/blockchain/process_attestation_helpers.go +++ b/beacon-chain/blockchain/process_attestation_helpers.go @@ -7,15 +7,15 @@ import ( "strconv" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/blockchain/process_attestation_test.go b/beacon-chain/blockchain/process_attestation_test.go index b8aa5161cf..dbccecf0ec 100644 --- a/beacon-chain/blockchain/process_attestation_test.go +++ b/beacon-chain/blockchain/process_attestation_test.go @@ -6,18 +6,18 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestStore_OnAttestation_ErrorConditions(t *testing.T) { diff --git a/beacon-chain/blockchain/process_block.go b/beacon-chain/blockchain/process_block.go index bb7169c2f2..44d098a8c2 100644 --- a/beacon-chain/blockchain/process_block.go +++ b/beacon-chain/blockchain/process_block.go @@ -6,29 +6,29 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/blockchain/process_block_helpers.go b/beacon-chain/blockchain/process_block_helpers.go index 9e15c56719..df7790752a 100644 --- a/beacon-chain/blockchain/process_block_helpers.go +++ b/beacon-chain/blockchain/process_block_helpers.go @@ -6,23 +6,23 @@ import ( "slices" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - field_params "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_blocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - mathutil "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + field_params "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_blocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + mathutil "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/blockchain/process_block_test.go b/beacon-chain/blockchain/process_block_test.go index f1daba177e..7263cd4cad 100644 --- a/beacon-chain/blockchain/process_block_test.go +++ b/beacon-chain/blockchain/process_block_test.go @@ -10,43 +10,43 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations/kv" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations/kv" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" gethtypes "github.com/ethereum/go-ethereum/core/types" "github.com/pkg/errors" diff --git a/beacon-chain/blockchain/receive_attestation.go b/beacon-chain/blockchain/receive_attestation.go index 84ce75293e..e0d2f9abef 100644 --- a/beacon-chain/blockchain/receive_attestation.go +++ b/beacon-chain/blockchain/receive_attestation.go @@ -6,16 +6,16 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/blockchain/receive_attestation_test.go b/beacon-chain/blockchain/receive_attestation_test.go index 5a196d3c34..98a5afd8af 100644 --- a/beacon-chain/blockchain/receive_attestation_test.go +++ b/beacon-chain/blockchain/receive_attestation_test.go @@ -4,18 +4,18 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/blockchain/receive_blob.go b/beacon-chain/blockchain/receive_blob.go index 14ad2502ca..6609d8b93a 100644 --- a/beacon-chain/blockchain/receive_blob.go +++ b/beacon-chain/blockchain/receive_blob.go @@ -3,8 +3,8 @@ package blockchain import ( "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // SendNewBlobEvent sends a message to the BlobNotifier channel that the blob diff --git a/beacon-chain/blockchain/receive_block.go b/beacon-chain/blockchain/receive_block.go index 00064234b7..6b9334eaa7 100644 --- a/beacon-chain/blockchain/receive_block.go +++ b/beacon-chain/blockchain/receive_block.go @@ -6,27 +6,27 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpbv1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpbv1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "golang.org/x/sync/errgroup" ) diff --git a/beacon-chain/blockchain/receive_block_test.go b/beacon-chain/blockchain/receive_block_test.go index 7b7fb3c937..daf9d97a47 100644 --- a/beacon-chain/blockchain/receive_block_test.go +++ b/beacon-chain/blockchain/receive_block_test.go @@ -5,27 +5,27 @@ import ( "testing" "time" - blockchainTesting "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpbv1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + blockchainTesting "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpbv1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/blockchain/receive_data_column.go b/beacon-chain/blockchain/receive_data_column.go index bf362d84a9..078bcf2e3a 100644 --- a/beacon-chain/blockchain/receive_data_column.go +++ b/beacon-chain/blockchain/receive_data_column.go @@ -1,7 +1,7 @@ package blockchain import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/service.go b/beacon-chain/blockchain/service.go index bb152b5339..7891fbc5fe 100644 --- a/beacon-chain/blockchain/service.go +++ b/beacon-chain/blockchain/service.go @@ -9,36 +9,36 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - f "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + f "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/blockchain/service_norace_test.go b/beacon-chain/blockchain/service_norace_test.go index 22312c258d..a841acf992 100644 --- a/beacon-chain/blockchain/service_norace_test.go +++ b/beacon-chain/blockchain/service_norace_test.go @@ -4,9 +4,9 @@ import ( "io" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/blockchain/service_test.go b/beacon-chain/blockchain/service_test.go index 5ad85bebc3..03148af5d6 100644 --- a/beacon-chain/blockchain/service_test.go +++ b/beacon-chain/blockchain/service_test.go @@ -7,38 +7,38 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" logTest "github.com/sirupsen/logrus/hooks/test" diff --git a/beacon-chain/blockchain/setup_forkchoice.go b/beacon-chain/blockchain/setup_forkchoice.go index deea24d440..ff5f0377a0 100644 --- a/beacon-chain/blockchain/setup_forkchoice.go +++ b/beacon-chain/blockchain/setup_forkchoice.go @@ -6,13 +6,13 @@ import ( "fmt" "slices" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/time/slots" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/setup_forkchoice_test.go b/beacon-chain/blockchain/setup_forkchoice_test.go index 481bb074fb..de92070d5a 100644 --- a/beacon-chain/blockchain/setup_forkchoice_test.go +++ b/beacon-chain/blockchain/setup_forkchoice_test.go @@ -3,14 +3,14 @@ package blockchain import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/blockchain/setup_test.go b/beacon-chain/blockchain/setup_test.go index 7c453cf2d7..1a2afad621 100644 --- a/beacon-chain/blockchain/setup_test.go +++ b/beacon-chain/blockchain/setup_test.go @@ -6,30 +6,30 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - lightclient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2pTesting "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/async/event" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + lightclient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2pTesting "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/libp2p/go-libp2p/core/peer" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/blockchain/testing/BUILD.bazel b/beacon-chain/blockchain/testing/BUILD.bazel index e0fe9a769d..e47969f03f 100644 --- a/beacon-chain/blockchain/testing/BUILD.bazel +++ b/beacon-chain/blockchain/testing/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing", visibility = [ "//beacon-chain:__subpackages__", "//testing:__subpackages__", diff --git a/beacon-chain/blockchain/testing/mock.go b/beacon-chain/blockchain/testing/mock.go index 433a8dc759..6c7e2d1463 100644 --- a/beacon-chain/blockchain/testing/mock.go +++ b/beacon-chain/blockchain/testing/mock.go @@ -8,27 +8,27 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - forkchoice2 "github.com/OffchainLabs/prysm/v6/consensus-types/forkchoice" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + forkchoice2 "github.com/OffchainLabs/prysm/v7/consensus-types/forkchoice" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/blockchain/tracked_proposer.go b/beacon-chain/blockchain/tracked_proposer.go index 4a7fcc7488..55a8400daf 100644 --- a/beacon-chain/blockchain/tracked_proposer.go +++ b/beacon-chain/blockchain/tracked_proposer.go @@ -1,11 +1,11 @@ package blockchain import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // trackedProposer returns whether the beacon node was informed, via the diff --git a/beacon-chain/blockchain/weak_subjectivity_checks.go b/beacon-chain/blockchain/weak_subjectivity_checks.go index dd55279771..bd92633577 100644 --- a/beacon-chain/blockchain/weak_subjectivity_checks.go +++ b/beacon-chain/blockchain/weak_subjectivity_checks.go @@ -5,12 +5,12 @@ import ( "fmt" "slices" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/blockchain/weak_subjectivity_checks_test.go b/beacon-chain/blockchain/weak_subjectivity_checks_test.go index a4376c5436..c6abdc0478 100644 --- a/beacon-chain/blockchain/weak_subjectivity_checks_test.go +++ b/beacon-chain/blockchain/weak_subjectivity_checks_test.go @@ -3,14 +3,14 @@ package blockchain import ( "testing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/builder/BUILD.bazel b/beacon-chain/builder/BUILD.bazel index 90a6b5ac94..3566b1fd9a 100644 --- a/beacon-chain/builder/BUILD.bazel +++ b/beacon-chain/builder/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "option.go", "service.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/builder", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/builder", visibility = ["//visibility:public"], deps = [ "//api/client/builder:go_default_library", diff --git a/beacon-chain/builder/option.go b/beacon-chain/builder/option.go index 17735ae7a1..1a9d59a609 100644 --- a/beacon-chain/builder/option.go +++ b/beacon-chain/builder/option.go @@ -1,11 +1,11 @@ package builder import ( - "github.com/OffchainLabs/prysm/v6/api/client/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/api/client/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" "github.com/urfave/cli/v2" ) diff --git a/beacon-chain/builder/service.go b/beacon-chain/builder/service.go index 26d6f70f5c..70d5001fce 100644 --- a/beacon-chain/builder/service.go +++ b/beacon-chain/builder/service.go @@ -5,17 +5,17 @@ import ( "reflect" "time" - "github.com/OffchainLabs/prysm/v6/api/client/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/client/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/builder/service_test.go b/beacon-chain/builder/service_test.go index 426e19b6f7..44d7ba46f4 100644 --- a/beacon-chain/builder/service_test.go +++ b/beacon-chain/builder/service_test.go @@ -4,13 +4,13 @@ import ( "testing" "time" - buildertesting "github.com/OffchainLabs/prysm/v6/api/client/builder/testing" - blockchainTesting "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtesting "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + buildertesting "github.com/OffchainLabs/prysm/v7/api/client/builder/testing" + blockchainTesting "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtesting "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_NewServiceWithBuilder(t *testing.T) { diff --git a/beacon-chain/builder/testing/BUILD.bazel b/beacon-chain/builder/testing/BUILD.bazel index 652cdb24b2..ca5c609467 100644 --- a/beacon-chain/builder/testing/BUILD.bazel +++ b/beacon-chain/builder/testing/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/builder/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/builder/testing", visibility = ["//visibility:public"], deps = [ "//api/client/builder:go_default_library", diff --git a/beacon-chain/builder/testing/mock.go b/beacon-chain/builder/testing/mock.go index 16282f823c..20154b2f49 100644 --- a/beacon-chain/builder/testing/mock.go +++ b/beacon-chain/builder/testing/mock.go @@ -3,17 +3,17 @@ package testing import ( "context" - "github.com/OffchainLabs/prysm/v6/api/client/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/client/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/cache/BUILD.bazel b/beacon-chain/cache/BUILD.bazel index a5bf0457b6..a6eb511615 100644 --- a/beacon-chain/cache/BUILD.bazel +++ b/beacon-chain/cache/BUILD.bazel @@ -29,7 +29,7 @@ go_library( "sync_subnet_ids.go", "tracked_validators.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/cache", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/cache", visibility = [ "//beacon-chain:__subpackages__", "//testing/spectest:__subpackages__", diff --git a/beacon-chain/cache/active_balance.go b/beacon-chain/cache/active_balance.go index 7388be3ef1..37f186429a 100644 --- a/beacon-chain/cache/active_balance.go +++ b/beacon-chain/cache/active_balance.go @@ -5,8 +5,8 @@ package cache import ( "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" lru "github.com/hashicorp/golang-lru" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/cache/active_balance_disabled.go b/beacon-chain/cache/active_balance_disabled.go index a669f43c4a..23a204a916 100644 --- a/beacon-chain/cache/active_balance_disabled.go +++ b/beacon-chain/cache/active_balance_disabled.go @@ -3,7 +3,7 @@ package cache import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" ) // FakeBalanceCache is a fake struct with 1 LRU cache for looking up balance by epoch. diff --git a/beacon-chain/cache/active_balance_test.go b/beacon-chain/cache/active_balance_test.go index d34b0b8f9f..591dfea4be 100644 --- a/beacon-chain/cache/active_balance_test.go +++ b/beacon-chain/cache/active_balance_test.go @@ -7,12 +7,12 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestBalanceCache_AddGetBalance(t *testing.T) { diff --git a/beacon-chain/cache/attestation.go b/beacon-chain/cache/attestation.go index 309909b11f..17f2ef3c61 100644 --- a/beacon-chain/cache/attestation.go +++ b/beacon-chain/cache/attestation.go @@ -3,11 +3,11 @@ package cache import ( "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations/attmap" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations/attmap" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/cache/attestation_data.go b/beacon-chain/cache/attestation_data.go index 558c676789..bf548fa85d 100644 --- a/beacon-chain/cache/attestation_data.go +++ b/beacon-chain/cache/attestation_data.go @@ -4,8 +4,8 @@ import ( "errors" "sync" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) type AttestationConsensusData struct { diff --git a/beacon-chain/cache/attestation_data_test.go b/beacon-chain/cache/attestation_data_test.go index cdc44a8432..5197db6280 100644 --- a/beacon-chain/cache/attestation_data_test.go +++ b/beacon-chain/cache/attestation_data_test.go @@ -3,8 +3,8 @@ package cache_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" "github.com/stretchr/testify/require" ) diff --git a/beacon-chain/cache/attestation_test.go b/beacon-chain/cache/attestation_test.go index 82ab952f15..d14db40e39 100644 --- a/beacon-chain/cache/attestation_test.go +++ b/beacon-chain/cache/attestation_test.go @@ -4,13 +4,13 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls/blst" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls/blst" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestAdd(t *testing.T) { diff --git a/beacon-chain/cache/balance_cache_key.go b/beacon-chain/cache/balance_cache_key.go index dd9244905d..8e818f7805 100644 --- a/beacon-chain/cache/balance_cache_key.go +++ b/beacon-chain/cache/balance_cache_key.go @@ -4,9 +4,9 @@ import ( "encoding/binary" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // Given input state `st`, balance key is constructed as: diff --git a/beacon-chain/cache/checkpoint_state.go b/beacon-chain/cache/checkpoint_state.go index 0e2e16c93d..257c8f5e67 100644 --- a/beacon-chain/cache/checkpoint_state.go +++ b/beacon-chain/cache/checkpoint_state.go @@ -1,10 +1,10 @@ package cache import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" lru "github.com/hashicorp/golang-lru" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/cache/checkpoint_state_test.go b/beacon-chain/cache/checkpoint_state_test.go index b016e0098d..1c1293325e 100644 --- a/beacon-chain/cache/checkpoint_state_test.go +++ b/beacon-chain/cache/checkpoint_state_test.go @@ -3,15 +3,15 @@ package cache_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/cache/committee.go b/beacon-chain/cache/committee.go index 6ddf01448f..e3db8b6f22 100644 --- a/beacon-chain/cache/committee.go +++ b/beacon-chain/cache/committee.go @@ -8,12 +8,12 @@ import ( "sync" "time" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - mathutil "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + mathutil "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" lru "github.com/hashicorp/golang-lru" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/cache/committee_disabled.go b/beacon-chain/cache/committee_disabled.go index cfda2c1d4c..663df3bc25 100644 --- a/beacon-chain/cache/committee_disabled.go +++ b/beacon-chain/cache/committee_disabled.go @@ -6,7 +6,7 @@ package cache import ( "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // FakeCommitteeCache is a struct with 1 queue for looking up shuffled indices list by seed. diff --git a/beacon-chain/cache/committee_fuzz_test.go b/beacon-chain/cache/committee_fuzz_test.go index cd2fcf459d..e2a79a0b46 100644 --- a/beacon-chain/cache/committee_fuzz_test.go +++ b/beacon-chain/cache/committee_fuzz_test.go @@ -5,8 +5,8 @@ package cache import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" fuzz "github.com/google/gofuzz" ) diff --git a/beacon-chain/cache/committee_test.go b/beacon-chain/cache/committee_test.go index ab3dfa7ac4..ce9623945c 100644 --- a/beacon-chain/cache/committee_test.go +++ b/beacon-chain/cache/committee_test.go @@ -9,11 +9,11 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestCommitteeKeyFn_OK(t *testing.T) { diff --git a/beacon-chain/cache/committees.go b/beacon-chain/cache/committees.go index 22e4c6fd81..e2795ef3c5 100644 --- a/beacon-chain/cache/committees.go +++ b/beacon-chain/cache/committees.go @@ -3,7 +3,7 @@ package cache import ( "errors" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // ErrNotCommittee will be returned when a cache object is not a pointer to diff --git a/beacon-chain/cache/depositsnapshot/BUILD.bazel b/beacon-chain/cache/depositsnapshot/BUILD.bazel index 567c3ed36f..964a7c5b82 100644 --- a/beacon-chain/cache/depositsnapshot/BUILD.bazel +++ b/beacon-chain/cache/depositsnapshot/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "deposit_tree_snapshot.go", "merkle_tree.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot", visibility = ["//visibility:public"], deps = [ "//beacon-chain/cache:go_default_library", diff --git a/beacon-chain/cache/depositsnapshot/deposit_cache_test.go b/beacon-chain/cache/depositsnapshot/deposit_cache_test.go index f354753241..fbf486ed93 100644 --- a/beacon-chain/cache/depositsnapshot/deposit_cache_test.go +++ b/beacon-chain/cache/depositsnapshot/deposit_cache_test.go @@ -6,14 +6,14 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) var _ cache.DepositCache = (*Cache)(nil) diff --git a/beacon-chain/cache/depositsnapshot/deposit_fetcher.go b/beacon-chain/cache/depositsnapshot/deposit_fetcher.go index 19f5709b22..c9c2266890 100644 --- a/beacon-chain/cache/depositsnapshot/deposit_fetcher.go +++ b/beacon-chain/cache/depositsnapshot/deposit_fetcher.go @@ -6,10 +6,10 @@ import ( "sort" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "github.com/sirupsen/logrus" diff --git a/beacon-chain/cache/depositsnapshot/deposit_fetcher_test.go b/beacon-chain/cache/depositsnapshot/deposit_fetcher_test.go index a559698ddd..0c4a336ab8 100644 --- a/beacon-chain/cache/depositsnapshot/deposit_fetcher_test.go +++ b/beacon-chain/cache/depositsnapshot/deposit_fetcher_test.go @@ -4,8 +4,8 @@ import ( "math/big" "testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) var _ PendingDepositsFetcher = (*Cache)(nil) diff --git a/beacon-chain/cache/depositsnapshot/deposit_inserter.go b/beacon-chain/cache/depositsnapshot/deposit_inserter.go index 0a79db6c82..17703edf56 100644 --- a/beacon-chain/cache/depositsnapshot/deposit_inserter.go +++ b/beacon-chain/cache/depositsnapshot/deposit_inserter.go @@ -5,9 +5,9 @@ import ( "encoding/hex" "sort" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" diff --git a/beacon-chain/cache/depositsnapshot/deposit_pruner.go b/beacon-chain/cache/depositsnapshot/deposit_pruner.go index 3dccb4eea9..b7243abc47 100644 --- a/beacon-chain/cache/depositsnapshot/deposit_pruner.go +++ b/beacon-chain/cache/depositsnapshot/deposit_pruner.go @@ -3,8 +3,8 @@ package depositsnapshot import ( "context" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // PruneProofs removes proofs from all deposits whose index is equal or less than untilDepositIndex. diff --git a/beacon-chain/cache/depositsnapshot/deposit_pruner_test.go b/beacon-chain/cache/depositsnapshot/deposit_pruner_test.go index e4eef928c7..d6b4f4a8d0 100644 --- a/beacon-chain/cache/depositsnapshot/deposit_pruner_test.go +++ b/beacon-chain/cache/depositsnapshot/deposit_pruner_test.go @@ -3,10 +3,10 @@ package depositsnapshot import ( "testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestPrunePendingDeposits_ZeroMerkleIndex(t *testing.T) { diff --git a/beacon-chain/cache/depositsnapshot/deposit_tree.go b/beacon-chain/cache/depositsnapshot/deposit_tree.go index cf0ab09db9..d7dde258ad 100644 --- a/beacon-chain/cache/depositsnapshot/deposit_tree.go +++ b/beacon-chain/cache/depositsnapshot/deposit_tree.go @@ -6,10 +6,10 @@ package depositsnapshot import ( "encoding/binary" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/math" - protodb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/math" + protodb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" ) diff --git a/beacon-chain/cache/depositsnapshot/deposit_tree_snapshot.go b/beacon-chain/cache/depositsnapshot/deposit_tree_snapshot.go index 76f030569c..eefb0330cf 100644 --- a/beacon-chain/cache/depositsnapshot/deposit_tree_snapshot.go +++ b/beacon-chain/cache/depositsnapshot/deposit_tree_snapshot.go @@ -1,10 +1,10 @@ package depositsnapshot import ( - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - protodb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + protodb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // DepositTreeSnapshot represents the data used to create a deposit tree given a snapshot. diff --git a/beacon-chain/cache/depositsnapshot/deposit_tree_snapshot_test.go b/beacon-chain/cache/depositsnapshot/deposit_tree_snapshot_test.go index 96c748504a..efb548abeb 100644 --- a/beacon-chain/cache/depositsnapshot/deposit_tree_snapshot_test.go +++ b/beacon-chain/cache/depositsnapshot/deposit_tree_snapshot_test.go @@ -5,7 +5,7 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestDepositTreeSnapshot_CalculateRoot(t *testing.T) { diff --git a/beacon-chain/cache/depositsnapshot/merkle_tree.go b/beacon-chain/cache/depositsnapshot/merkle_tree.go index 38f9c06969..a56ea23bd1 100644 --- a/beacon-chain/cache/depositsnapshot/merkle_tree.go +++ b/beacon-chain/cache/depositsnapshot/merkle_tree.go @@ -1,10 +1,10 @@ package depositsnapshot import ( - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/math" "github.com/pkg/errors" ) diff --git a/beacon-chain/cache/depositsnapshot/merkle_tree_test.go b/beacon-chain/cache/depositsnapshot/merkle_tree_test.go index 5bbeae2224..dffab8abb2 100644 --- a/beacon-chain/cache/depositsnapshot/merkle_tree_test.go +++ b/beacon-chain/cache/depositsnapshot/merkle_tree_test.go @@ -6,10 +6,10 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func hexString(t *testing.T, hexStr string) [32]byte { diff --git a/beacon-chain/cache/depositsnapshot/spec_test.go b/beacon-chain/cache/depositsnapshot/spec_test.go index 2e3170c86b..f1c5228a66 100644 --- a/beacon-chain/cache/depositsnapshot/spec_test.go +++ b/beacon-chain/cache/depositsnapshot/spec_test.go @@ -7,11 +7,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/pkg/errors" "gopkg.in/yaml.v3" diff --git a/beacon-chain/cache/interfaces.go b/beacon-chain/cache/interfaces.go index 0dd3a4c4a4..bb11f992a1 100644 --- a/beacon-chain/cache/interfaces.go +++ b/beacon-chain/cache/interfaces.go @@ -4,7 +4,7 @@ import ( "context" "math/big" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common" ) diff --git a/beacon-chain/cache/payload_id.go b/beacon-chain/cache/payload_id.go index c3913dbc03..be2bb52cf2 100644 --- a/beacon-chain/cache/payload_id.go +++ b/beacon-chain/cache/payload_id.go @@ -3,7 +3,7 @@ package cache import ( "sync" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // RootToPayloadIDMap is a map with keys the head root and values the diff --git a/beacon-chain/cache/payload_id_test.go b/beacon-chain/cache/payload_id_test.go index e8d2539142..8d21dfce59 100644 --- a/beacon-chain/cache/payload_id_test.go +++ b/beacon-chain/cache/payload_id_test.go @@ -3,8 +3,8 @@ package cache import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestValidatorPayloadIDsCache_GetAndSaveValidatorPayloadIDs(t *testing.T) { diff --git a/beacon-chain/cache/private_access_test.go b/beacon-chain/cache/private_access_test.go index 5446494bd9..16f4ca6578 100644 --- a/beacon-chain/cache/private_access_test.go +++ b/beacon-chain/cache/private_access_test.go @@ -1,7 +1,7 @@ package cache import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" lru "github.com/hashicorp/golang-lru" ) diff --git a/beacon-chain/cache/proposer_indices.go b/beacon-chain/cache/proposer_indices.go index 7a7a95f7e3..1df925ad8b 100644 --- a/beacon-chain/cache/proposer_indices.go +++ b/beacon-chain/cache/proposer_indices.go @@ -5,9 +5,9 @@ package cache import ( "sync" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" ) diff --git a/beacon-chain/cache/proposer_indices_disabled.go b/beacon-chain/cache/proposer_indices_disabled.go index 9c86e0378b..18e2b6e8b0 100644 --- a/beacon-chain/cache/proposer_indices_disabled.go +++ b/beacon-chain/cache/proposer_indices_disabled.go @@ -4,9 +4,9 @@ package cache import ( - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" ) diff --git a/beacon-chain/cache/proposer_indices_test.go b/beacon-chain/cache/proposer_indices_test.go index 7bdf691e29..1a06f7714a 100644 --- a/beacon-chain/cache/proposer_indices_test.go +++ b/beacon-chain/cache/proposer_indices_test.go @@ -5,10 +5,10 @@ package cache import ( "testing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestProposerCache_Set(t *testing.T) { diff --git a/beacon-chain/cache/proposer_indices_type.go b/beacon-chain/cache/proposer_indices_type.go index 5fee8c63e5..cff78be2bb 100644 --- a/beacon-chain/cache/proposer_indices_type.go +++ b/beacon-chain/cache/proposer_indices_type.go @@ -1,7 +1,7 @@ package cache import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // ProposerIndices defines the cached struct for proposer indices. diff --git a/beacon-chain/cache/registration.go b/beacon-chain/cache/registration.go index 55840be444..d7a7434450 100644 --- a/beacon-chain/cache/registration.go +++ b/beacon-chain/cache/registration.go @@ -4,10 +4,10 @@ import ( "context" "sync" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/cache/registration_test.go b/beacon-chain/cache/registration_test.go index 6efc5f1037..ad32d12907 100644 --- a/beacon-chain/cache/registration_test.go +++ b/beacon-chain/cache/registration_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/cache/skip_slot_cache.go b/beacon-chain/cache/skip_slot_cache.go index c0f647f9d0..0647df1ea1 100644 --- a/beacon-chain/cache/skip_slot_cache.go +++ b/beacon-chain/cache/skip_slot_cache.go @@ -5,9 +5,9 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" lru "github.com/hashicorp/golang-lru" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/cache/skip_slot_cache_test.go b/beacon-chain/cache/skip_slot_cache_test.go index 9ec18d08b2..6e364d1116 100644 --- a/beacon-chain/cache/skip_slot_cache_test.go +++ b/beacon-chain/cache/skip_slot_cache_test.go @@ -4,12 +4,12 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSkipSlotCache_RoundTrip(t *testing.T) { diff --git a/beacon-chain/cache/subnet_ids.go b/beacon-chain/cache/subnet_ids.go index 5ee8e116ff..fd98a7972d 100644 --- a/beacon-chain/cache/subnet_ids.go +++ b/beacon-chain/cache/subnet_ids.go @@ -4,10 +4,10 @@ import ( "sync" "time" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" lru "github.com/hashicorp/golang-lru" "github.com/patrickmn/go-cache" ) diff --git a/beacon-chain/cache/subnet_ids_test.go b/beacon-chain/cache/subnet_ids_test.go index bbd18a81c5..b945a115e6 100644 --- a/beacon-chain/cache/subnet_ids_test.go +++ b/beacon-chain/cache/subnet_ids_test.go @@ -3,8 +3,8 @@ package cache import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestSubnetIDsCache_RoundTrip(t *testing.T) { diff --git a/beacon-chain/cache/sync_committee.go b/beacon-chain/cache/sync_committee.go index ea95552fd3..8991a0022e 100644 --- a/beacon-chain/cache/sync_committee.go +++ b/beacon-chain/cache/sync_committee.go @@ -6,9 +6,9 @@ import ( "sync" "sync/atomic" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" log "github.com/sirupsen/logrus" diff --git a/beacon-chain/cache/sync_committee_disabled.go b/beacon-chain/cache/sync_committee_disabled.go index 06309543ab..0be0a2adec 100644 --- a/beacon-chain/cache/sync_committee_disabled.go +++ b/beacon-chain/cache/sync_committee_disabled.go @@ -3,8 +3,8 @@ package cache import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // FakeSyncCommitteeCache is a fake `SyncCommitteeCache` to satisfy fuzzing. diff --git a/beacon-chain/cache/sync_committee_head_state.go b/beacon-chain/cache/sync_committee_head_state.go index acec4c9fff..6321391685 100644 --- a/beacon-chain/cache/sync_committee_head_state.go +++ b/beacon-chain/cache/sync_committee_head_state.go @@ -3,10 +3,10 @@ package cache import ( "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" lru "github.com/hashicorp/golang-lru" ) diff --git a/beacon-chain/cache/sync_committee_head_state_test.go b/beacon-chain/cache/sync_committee_head_state_test.go index 534ca71b14..1a567f8e13 100644 --- a/beacon-chain/cache/sync_committee_head_state_test.go +++ b/beacon-chain/cache/sync_committee_head_state_test.go @@ -3,13 +3,13 @@ package cache_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSyncCommitteeHeadState(t *testing.T) { diff --git a/beacon-chain/cache/sync_committee_test.go b/beacon-chain/cache/sync_committee_test.go index d404a8d862..f25b3d3794 100644 --- a/beacon-chain/cache/sync_committee_test.go +++ b/beacon-chain/cache/sync_committee_test.go @@ -3,11 +3,11 @@ package cache_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestSyncCommitteeCache_CanUpdateAndRetrieve(t *testing.T) { diff --git a/beacon-chain/cache/sync_subnet_ids.go b/beacon-chain/cache/sync_subnet_ids.go index 601aee5289..f36df72170 100644 --- a/beacon-chain/cache/sync_subnet_ids.go +++ b/beacon-chain/cache/sync_subnet_ids.go @@ -4,11 +4,11 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/patrickmn/go-cache" ) diff --git a/beacon-chain/cache/sync_subnet_ids_test.go b/beacon-chain/cache/sync_subnet_ids_test.go index 9f65f71517..07122a4bef 100644 --- a/beacon-chain/cache/sync_subnet_ids_test.go +++ b/beacon-chain/cache/sync_subnet_ids_test.go @@ -3,10 +3,10 @@ package cache import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSyncSubnetIDsCache_Roundtrip(t *testing.T) { diff --git a/beacon-chain/cache/tracked_validators.go b/beacon-chain/cache/tracked_validators.go index 500e9cfa3a..06a63a98ec 100644 --- a/beacon-chain/cache/tracked_validators.go +++ b/beacon-chain/cache/tracked_validators.go @@ -4,7 +4,7 @@ import ( "strconv" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/patrickmn/go-cache" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" diff --git a/beacon-chain/cache/tracked_validators_test.go b/beacon-chain/cache/tracked_validators_test.go index a06d52ec7f..be007a8dc2 100644 --- a/beacon-chain/cache/tracked_validators_test.go +++ b/beacon-chain/cache/tracked_validators_test.go @@ -3,8 +3,8 @@ package cache import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func mapEqual(a, b map[primitives.ValidatorIndex]bool) bool { diff --git a/beacon-chain/core/altair/BUILD.bazel b/beacon-chain/core/altair/BUILD.bazel index 5f9af101c6..5b87a7efa0 100644 --- a/beacon-chain/core/altair/BUILD.bazel +++ b/beacon-chain/core/altair/BUILD.bazel @@ -13,7 +13,7 @@ go_library( "transition.go", "upgrade.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/blocks:go_default_library", diff --git a/beacon-chain/core/altair/attestation.go b/beacon-chain/core/altair/attestation.go index 4611208758..ec2ac3d537 100644 --- a/beacon-chain/core/altair/attestation.go +++ b/beacon-chain/core/altair/attestation.go @@ -5,17 +5,17 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/altair/attestation_test.go b/beacon-chain/core/altair/attestation_test.go index d7af583c23..4b3f4916e7 100644 --- a/beacon-chain/core/altair/attestation_test.go +++ b/beacon-chain/core/altair/attestation_test.go @@ -5,23 +5,23 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/math" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/fuzz" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/math" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/fuzz" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" gofuzz "github.com/google/gofuzz" ) diff --git a/beacon-chain/core/altair/block.go b/beacon-chain/core/altair/block.go index db2385287c..5d2e9c04fb 100644 --- a/beacon-chain/core/altair/block.go +++ b/beacon-chain/core/altair/block.go @@ -3,15 +3,15 @@ package altair import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - p2pType "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + p2pType "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/altair/block_test.go b/beacon-chain/core/altair/block_test.go index be8041d242..51867fefd9 100644 --- a/beacon-chain/core/altair/block_test.go +++ b/beacon-chain/core/altair/block_test.go @@ -5,21 +5,21 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - p2pType "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + p2pType "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestProcessSyncCommittee_PerfectParticipation(t *testing.T) { diff --git a/beacon-chain/core/altair/deposit.go b/beacon-chain/core/altair/deposit.go index 12079f2d55..44fa4e7ff7 100644 --- a/beacon-chain/core/altair/deposit.go +++ b/beacon-chain/core/altair/deposit.go @@ -3,13 +3,13 @@ package altair import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/altair/deposit_fuzz_test.go b/beacon-chain/core/altair/deposit_fuzz_test.go index a70074bb63..b45b3347ba 100644 --- a/beacon-chain/core/altair/deposit_fuzz_test.go +++ b/beacon-chain/core/altair/deposit_fuzz_test.go @@ -3,11 +3,11 @@ package altair_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/fuzz" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/fuzz" + "github.com/OffchainLabs/prysm/v7/testing/require" gofuzz "github.com/google/gofuzz" ) diff --git a/beacon-chain/core/altair/deposit_test.go b/beacon-chain/core/altair/deposit_test.go index c35132d103..6a21da94a6 100644 --- a/beacon-chain/core/altair/deposit_test.go +++ b/beacon-chain/core/altair/deposit_test.go @@ -3,19 +3,19 @@ package altair_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessDeposits_SameValidatorMultipleDepositsSameBlock(t *testing.T) { diff --git a/beacon-chain/core/altair/epoch_precompute.go b/beacon-chain/core/altair/epoch_precompute.go index 7852dd713c..55ce28bbd1 100644 --- a/beacon-chain/core/altair/epoch_precompute.go +++ b/beacon-chain/core/altair/epoch_precompute.go @@ -3,13 +3,13 @@ package altair import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/altair/epoch_precompute_test.go b/beacon-chain/core/altair/epoch_precompute_test.go index 87b491f8d9..681880e058 100644 --- a/beacon-chain/core/altair/epoch_precompute_test.go +++ b/beacon-chain/core/altair/epoch_precompute_test.go @@ -4,14 +4,14 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestInitializeEpochValidators_Ok(t *testing.T) { diff --git a/beacon-chain/core/altair/epoch_spec.go b/beacon-chain/core/altair/epoch_spec.go index 8acfd6e68e..352e36f41f 100644 --- a/beacon-chain/core/altair/epoch_spec.go +++ b/beacon-chain/core/altair/epoch_spec.go @@ -3,10 +3,10 @@ package altair import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" log "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/core/altair/epoch_spec_test.go b/beacon-chain/core/altair/epoch_spec_test.go index 5de4fc3817..0db3f03042 100644 --- a/beacon-chain/core/altair/epoch_spec_test.go +++ b/beacon-chain/core/altair/epoch_spec_test.go @@ -5,18 +5,18 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/core/altair/reward.go b/beacon-chain/core/altair/reward.go index a2526b0be4..1330390beb 100644 --- a/beacon-chain/core/altair/reward.go +++ b/beacon-chain/core/altair/reward.go @@ -1,11 +1,11 @@ package altair import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/math" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/altair/reward_test.go b/beacon-chain/core/altair/reward_test.go index e33fea2564..ddcfe8ac8e 100644 --- a/beacon-chain/core/altair/reward_test.go +++ b/beacon-chain/core/altair/reward_test.go @@ -4,13 +4,13 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func Test_BaseReward(t *testing.T) { diff --git a/beacon-chain/core/altair/sync_committee.go b/beacon-chain/core/altair/sync_committee.go index d2e4f45e33..2da0557c61 100644 --- a/beacon-chain/core/altair/sync_committee.go +++ b/beacon-chain/core/altair/sync_committee.go @@ -7,18 +7,18 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/altair/sync_committee_test.go b/beacon-chain/core/altair/sync_committee_test.go index 991653bf6f..096f4712b6 100644 --- a/beacon-chain/core/altair/sync_committee_test.go +++ b/beacon-chain/core/altair/sync_committee_test.go @@ -4,18 +4,18 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + prysmTime "github.com/OffchainLabs/prysm/v7/time" ) func TestSyncCommitteeIndices_CanGet(t *testing.T) { diff --git a/beacon-chain/core/altair/transition.go b/beacon-chain/core/altair/transition.go index 88f2dfaf81..ff57230651 100644 --- a/beacon-chain/core/altair/transition.go +++ b/beacon-chain/core/altair/transition.go @@ -3,10 +3,10 @@ package altair import ( "context" - e "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + e "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/altair/transition_test.go b/beacon-chain/core/altair/transition_test.go index d41e842a8a..3af6b0f8c1 100644 --- a/beacon-chain/core/altair/transition_test.go +++ b/beacon-chain/core/altair/transition_test.go @@ -3,10 +3,10 @@ package altair_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessEpoch_CanProcess(t *testing.T) { diff --git a/beacon-chain/core/altair/upgrade.go b/beacon-chain/core/altair/upgrade.go index 1c2b135acc..39f64b099d 100644 --- a/beacon-chain/core/altair/upgrade.go +++ b/beacon-chain/core/altair/upgrade.go @@ -3,13 +3,13 @@ package altair import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" ) // ConvertToAltair converts a Phase 0 beacon state to an Altair beacon state. diff --git a/beacon-chain/core/altair/upgrade_test.go b/beacon-chain/core/altair/upgrade_test.go index 715f57b0c6..cb9e3e9cd9 100644 --- a/beacon-chain/core/altair/upgrade_test.go +++ b/beacon-chain/core/altair/upgrade_test.go @@ -4,15 +4,15 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestTranslateParticipation(t *testing.T) { diff --git a/beacon-chain/core/blocks/BUILD.bazel b/beacon-chain/core/blocks/BUILD.bazel index 7eea2bfc29..18289bd76d 100644 --- a/beacon-chain/core/blocks/BUILD.bazel +++ b/beacon-chain/core/blocks/BUILD.bazel @@ -18,7 +18,7 @@ go_library( "signature.go", "withdrawals.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/beacon-chain/core/blocks/attestation.go b/beacon-chain/core/blocks/attestation.go index 10c12407e1..6ad6a0f965 100644 --- a/beacon-chain/core/blocks/attestation.go +++ b/beacon-chain/core/blocks/attestation.go @@ -4,19 +4,19 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/blocks/attestation_regression_test.go b/beacon-chain/core/blocks/attestation_regression_test.go index c23a110806..870baed09d 100644 --- a/beacon-chain/core/blocks/attestation_regression_test.go +++ b/beacon-chain/core/blocks/attestation_regression_test.go @@ -6,13 +6,13 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) // Beaconfuzz discovered an off by one issue where an attestation could be produced which would pass diff --git a/beacon-chain/core/blocks/attestation_test.go b/beacon-chain/core/blocks/attestation_test.go index 9f9135a7b4..7d3af6f02e 100644 --- a/beacon-chain/core/blocks/attestation_test.go +++ b/beacon-chain/core/blocks/attestation_test.go @@ -5,22 +5,22 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" - attaggregation "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" + attaggregation "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessAggregatedAttestation_OverlappingBits(t *testing.T) { diff --git a/beacon-chain/core/blocks/attester_slashing.go b/beacon-chain/core/blocks/attester_slashing.go index f6fe916aa1..ddf9eff878 100644 --- a/beacon-chain/core/blocks/attester_slashing.go +++ b/beacon-chain/core/blocks/attester_slashing.go @@ -4,15 +4,15 @@ import ( "context" "sort" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/slashings" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/slashings" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/blocks/attester_slashing_test.go b/beacon-chain/core/blocks/attester_slashing_test.go index a95534c0c2..ae095db4ee 100644 --- a/beacon-chain/core/blocks/attester_slashing_test.go +++ b/beacon-chain/core/blocks/attester_slashing_test.go @@ -3,21 +3,21 @@ package blocks_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestSlashableAttestationData_CanSlash(t *testing.T) { diff --git a/beacon-chain/core/blocks/block_operations_fuzz_test.go b/beacon-chain/core/blocks/block_operations_fuzz_test.go index 778a399455..d65fb4c3a0 100644 --- a/beacon-chain/core/blocks/block_operations_fuzz_test.go +++ b/beacon-chain/core/blocks/block_operations_fuzz_test.go @@ -3,15 +3,15 @@ package blocks import ( "testing" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/fuzz" - "github.com/OffchainLabs/prysm/v6/testing/require" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/fuzz" + "github.com/OffchainLabs/prysm/v7/testing/require" gofuzz "github.com/google/gofuzz" ) diff --git a/beacon-chain/core/blocks/block_regression_test.go b/beacon-chain/core/blocks/block_regression_test.go index 9a57e6af92..1d613772bd 100644 --- a/beacon-chain/core/blocks/block_regression_test.go +++ b/beacon-chain/core/blocks/block_regression_test.go @@ -3,16 +3,16 @@ package blocks_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessAttesterSlashings_RegressionSlashableIndices(t *testing.T) { diff --git a/beacon-chain/core/blocks/deposit.go b/beacon-chain/core/blocks/deposit.go index 610035694e..2eca62610b 100644 --- a/beacon-chain/core/blocks/deposit.go +++ b/beacon-chain/core/blocks/deposit.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/blocks/deposit_test.go b/beacon-chain/core/blocks/deposit_test.go index 872f5b7f47..4d382fd000 100644 --- a/beacon-chain/core/blocks/deposit_test.go +++ b/beacon-chain/core/blocks/deposit_test.go @@ -3,16 +3,16 @@ package blocks_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestBatchVerifyDepositsSignatures_Ok(t *testing.T) { diff --git a/beacon-chain/core/blocks/eth1_data.go b/beacon-chain/core/blocks/eth1_data.go index 3a6c3208fd..d8953e947e 100644 --- a/beacon-chain/core/blocks/eth1_data.go +++ b/beacon-chain/core/blocks/eth1_data.go @@ -5,9 +5,9 @@ import ( "context" "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ProcessEth1DataInBlock is an operation performed on each diff --git a/beacon-chain/core/blocks/eth1_data_test.go b/beacon-chain/core/blocks/eth1_data_test.go index b3a6d387ff..b2ef805225 100644 --- a/beacon-chain/core/blocks/eth1_data_test.go +++ b/beacon-chain/core/blocks/eth1_data_test.go @@ -4,16 +4,16 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/core/blocks/exit.go b/beacon-chain/core/blocks/exit.go index 954fb7485a..2d8b2d238f 100644 --- a/beacon-chain/core/blocks/exit.go +++ b/beacon-chain/core/blocks/exit.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/blocks/exit_test.go b/beacon-chain/core/blocks/exit_test.go index 33ac17c567..95533ae078 100644 --- a/beacon-chain/core/blocks/exit_test.go +++ b/beacon-chain/core/blocks/exit_test.go @@ -3,21 +3,21 @@ package blocks_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestProcessVoluntaryExits_NotActiveLongEnoughToExit(t *testing.T) { diff --git a/beacon-chain/core/blocks/genesis.go b/beacon-chain/core/blocks/genesis.go index 4ba71f86a2..12e0b45cf1 100644 --- a/beacon-chain/core/blocks/genesis.go +++ b/beacon-chain/core/blocks/genesis.go @@ -5,14 +5,14 @@ package blocks import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/blocks/genesis_test.go b/beacon-chain/core/blocks/genesis_test.go index ce5f42307f..011b5be3f8 100644 --- a/beacon-chain/core/blocks/genesis_test.go +++ b/beacon-chain/core/blocks/genesis_test.go @@ -3,9 +3,9 @@ package blocks_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestGenesisBlock_InitializedCorrectly(t *testing.T) { diff --git a/beacon-chain/core/blocks/header.go b/beacon-chain/core/blocks/header.go index 8e64aaebd0..a41a2b808e 100644 --- a/beacon-chain/core/blocks/header.go +++ b/beacon-chain/core/blocks/header.go @@ -5,13 +5,13 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ProcessBlockHeader validates a block by its header. diff --git a/beacon-chain/core/blocks/header_test.go b/beacon-chain/core/blocks/header_test.go index a1da62f6fd..ac70b853d9 100644 --- a/beacon-chain/core/blocks/header_test.go +++ b/beacon-chain/core/blocks/header_test.go @@ -4,19 +4,19 @@ import ( "io" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/sirupsen/logrus" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/core/blocks/payload.go b/beacon-chain/core/blocks/payload.go index 0d647025f8..011befdeec 100644 --- a/beacon-chain/core/blocks/payload.go +++ b/beacon-chain/core/blocks/payload.go @@ -4,16 +4,16 @@ import ( "bytes" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/blocks/payload_test.go b/beacon-chain/core/blocks/payload_test.go index dfba23f045..0e9cb067f6 100644 --- a/beacon-chain/core/blocks/payload_test.go +++ b/beacon-chain/core/blocks/payload_test.go @@ -4,21 +4,21 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func Test_IsMergeComplete(t *testing.T) { diff --git a/beacon-chain/core/blocks/proposer_slashing.go b/beacon-chain/core/blocks/proposer_slashing.go index 48ba4b0047..453afdb804 100644 --- a/beacon-chain/core/blocks/proposer_slashing.go +++ b/beacon-chain/core/blocks/proposer_slashing.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/core/blocks/proposer_slashing_regression_test.go b/beacon-chain/core/blocks/proposer_slashing_regression_test.go index 1cfec7cca6..e529819e32 100644 --- a/beacon-chain/core/blocks/proposer_slashing_regression_test.go +++ b/beacon-chain/core/blocks/proposer_slashing_regression_test.go @@ -4,10 +4,10 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) // Beaconfuzz discovered an issue where a proposer slashing could be produced which would pass diff --git a/beacon-chain/core/blocks/proposer_slashing_test.go b/beacon-chain/core/blocks/proposer_slashing_test.go index f720448a30..e35de0a6b8 100644 --- a/beacon-chain/core/blocks/proposer_slashing_test.go +++ b/beacon-chain/core/blocks/proposer_slashing_test.go @@ -4,21 +4,21 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestProcessProposerSlashings_UnmatchedHeaderSlots(t *testing.T) { diff --git a/beacon-chain/core/blocks/randao.go b/beacon-chain/core/blocks/randao.go index 4882c3e4e6..718c665afd 100644 --- a/beacon-chain/core/blocks/randao.go +++ b/beacon-chain/core/blocks/randao.go @@ -3,12 +3,12 @@ package blocks import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/blocks/randao_test.go b/beacon-chain/core/blocks/randao_test.go index aa0c824a08..26fc90f0b7 100644 --- a/beacon-chain/core/blocks/randao_test.go +++ b/beacon-chain/core/blocks/randao_test.go @@ -4,17 +4,17 @@ import ( "encoding/binary" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessRandao_IncorrectProposerFailsVerification(t *testing.T) { diff --git a/beacon-chain/core/blocks/signature.go b/beacon-chain/core/blocks/signature.go index 1d8ec1dcc1..b6d6c83349 100644 --- a/beacon-chain/core/blocks/signature.go +++ b/beacon-chain/core/blocks/signature.go @@ -4,16 +4,16 @@ import ( "context" "encoding/binary" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/blocks/signature_test.go b/beacon-chain/core/blocks/signature_test.go index aa86bb8b3c..f0b7ff5981 100644 --- a/beacon-chain/core/blocks/signature_test.go +++ b/beacon-chain/core/blocks/signature_test.go @@ -3,16 +3,16 @@ package blocks_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestVerifyBlockHeaderSignature(t *testing.T) { diff --git a/beacon-chain/core/blocks/withdrawals.go b/beacon-chain/core/blocks/withdrawals.go index 5ce2d58dff..afd445e878 100644 --- a/beacon-chain/core/blocks/withdrawals.go +++ b/beacon-chain/core/blocks/withdrawals.go @@ -4,19 +4,19 @@ import ( "bytes" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/blocks/withdrawals_test.go b/beacon-chain/core/blocks/withdrawals_test.go index 9752c95455..bb1b468d46 100644 --- a/beacon-chain/core/blocks/withdrawals_test.go +++ b/beacon-chain/core/blocks/withdrawals_test.go @@ -4,25 +4,25 @@ import ( "math/rand" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestProcessBLSToExecutionChange(t *testing.T) { diff --git a/beacon-chain/core/capella/BUILD.bazel b/beacon-chain/core/capella/BUILD.bazel index 4cbe315b61..b08cc9c560 100644 --- a/beacon-chain/core/capella/BUILD.bazel +++ b/beacon-chain/core/capella/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["upgrade.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/capella", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/capella", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/time:go_default_library", diff --git a/beacon-chain/core/capella/upgrade.go b/beacon-chain/core/capella/upgrade.go index 5208eb4002..d27965276a 100644 --- a/beacon-chain/core/capella/upgrade.go +++ b/beacon-chain/core/capella/upgrade.go @@ -1,12 +1,12 @@ package capella import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // UpgradeToCapella updates a generic state to return the version Capella state. diff --git a/beacon-chain/core/capella/upgrade_test.go b/beacon-chain/core/capella/upgrade_test.go index 605d39a47f..9aba4b1254 100644 --- a/beacon-chain/core/capella/upgrade_test.go +++ b/beacon-chain/core/capella/upgrade_test.go @@ -3,14 +3,14 @@ package capella_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/capella" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/capella" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestUpgradeToCapella(t *testing.T) { diff --git a/beacon-chain/core/deneb/BUILD.bazel b/beacon-chain/core/deneb/BUILD.bazel index 8165824f17..83e65e3617 100644 --- a/beacon-chain/core/deneb/BUILD.bazel +++ b/beacon-chain/core/deneb/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["upgrade.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/deneb", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/deneb", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/time:go_default_library", diff --git a/beacon-chain/core/deneb/upgrade.go b/beacon-chain/core/deneb/upgrade.go index e730814e46..9e0d749fc2 100644 --- a/beacon-chain/core/deneb/upgrade.go +++ b/beacon-chain/core/deneb/upgrade.go @@ -1,12 +1,12 @@ package deneb import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // UpgradeToDeneb updates inputs a generic state to return the version Deneb state. diff --git a/beacon-chain/core/deneb/upgrade_test.go b/beacon-chain/core/deneb/upgrade_test.go index f8dd6ac00e..eeac4ab875 100644 --- a/beacon-chain/core/deneb/upgrade_test.go +++ b/beacon-chain/core/deneb/upgrade_test.go @@ -3,13 +3,13 @@ package deneb_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/deneb" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/deneb" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestUpgradeToDeneb(t *testing.T) { diff --git a/beacon-chain/core/electra/BUILD.bazel b/beacon-chain/core/electra/BUILD.bazel index 0c82bdb715..0086f060eb 100644 --- a/beacon-chain/core/electra/BUILD.bazel +++ b/beacon-chain/core/electra/BUILD.bazel @@ -16,7 +16,7 @@ go_library( "validator.go", "withdrawals.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/beacon-chain/core/electra/attestation.go b/beacon-chain/core/electra/attestation.go index 51fe08bca2..d09baf7af3 100644 --- a/beacon-chain/core/electra/attestation.go +++ b/beacon-chain/core/electra/attestation.go @@ -4,15 +4,15 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" ) var ( diff --git a/beacon-chain/core/electra/churn.go b/beacon-chain/core/electra/churn.go index 6600ba5ef4..6ab669fd3f 100644 --- a/beacon-chain/core/electra/churn.go +++ b/beacon-chain/core/electra/churn.go @@ -3,11 +3,11 @@ package electra import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // ComputeConsolidationEpochAndUpdateChurn fulfills the consensus spec definition below. This method diff --git a/beacon-chain/core/electra/churn_test.go b/beacon-chain/core/electra/churn_test.go index 66c0af7192..2c28c11726 100644 --- a/beacon-chain/core/electra/churn_test.go +++ b/beacon-chain/core/electra/churn_test.go @@ -5,15 +5,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func createValidatorsWithTotalActiveBalance(totalBal primitives.Gwei) []*eth.Validator { diff --git a/beacon-chain/core/electra/consolidations.go b/beacon-chain/core/electra/consolidations.go index e482fe6adb..603f271e29 100644 --- a/beacon-chain/core/electra/consolidations.go +++ b/beacon-chain/core/electra/consolidations.go @@ -5,16 +5,16 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/math" "github.com/pkg/errors" log "github.com/sirupsen/logrus" diff --git a/beacon-chain/core/electra/consolidations_test.go b/beacon-chain/core/electra/consolidations_test.go index ad194846ab..872ac1c61b 100644 --- a/beacon-chain/core/electra/consolidations_test.go +++ b/beacon-chain/core/electra/consolidations_test.go @@ -4,16 +4,16 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessPendingConsolidations(t *testing.T) { diff --git a/beacon-chain/core/electra/deposit_fuzz_test.go b/beacon-chain/core/electra/deposit_fuzz_test.go index 435b0e0748..04a7ac2dd1 100644 --- a/beacon-chain/core/electra/deposit_fuzz_test.go +++ b/beacon-chain/core/electra/deposit_fuzz_test.go @@ -3,11 +3,11 @@ package electra_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/fuzz" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/fuzz" + "github.com/OffchainLabs/prysm/v7/testing/require" gofuzz "github.com/google/gofuzz" ) diff --git a/beacon-chain/core/electra/deposits.go b/beacon-chain/core/electra/deposits.go index 0202140583..6eb80555ee 100644 --- a/beacon-chain/core/electra/deposits.go +++ b/beacon-chain/core/electra/deposits.go @@ -3,20 +3,20 @@ package electra import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/core/electra/deposits_test.go b/beacon-chain/core/electra/deposits_test.go index 77fda66086..0c4d4658df 100644 --- a/beacon-chain/core/electra/deposits_test.go +++ b/beacon-chain/core/electra/deposits_test.go @@ -4,21 +4,21 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - stateTesting "github.com/OffchainLabs/prysm/v6/beacon-chain/state/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + stateTesting "github.com/OffchainLabs/prysm/v7/beacon-chain/state/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessPendingDepositsMultiplesSameDeposits(t *testing.T) { diff --git a/beacon-chain/core/electra/effective_balance_updates.go b/beacon-chain/core/electra/effective_balance_updates.go index ffca52a416..9123c99098 100644 --- a/beacon-chain/core/electra/effective_balance_updates.go +++ b/beacon-chain/core/electra/effective_balance_updates.go @@ -3,9 +3,9 @@ package electra import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ProcessEffectiveBalanceUpdates processes effective balance updates during epoch processing. diff --git a/beacon-chain/core/electra/effective_balance_updates_test.go b/beacon-chain/core/electra/effective_balance_updates_test.go index 5b9af4f194..c8342dafd0 100644 --- a/beacon-chain/core/electra/effective_balance_updates_test.go +++ b/beacon-chain/core/electra/effective_balance_updates_test.go @@ -3,12 +3,12 @@ package electra_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestProcessEffectiveBalanceUpdates_SafeCopy(t *testing.T) { diff --git a/beacon-chain/core/electra/registry_updates.go b/beacon-chain/core/electra/registry_updates.go index 8b4cbc4421..0350d19df1 100644 --- a/beacon-chain/core/electra/registry_updates.go +++ b/beacon-chain/core/electra/registry_updates.go @@ -5,12 +5,12 @@ import ( "errors" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // ProcessRegistryUpdates processes all validators eligible for the activation queue, all validators diff --git a/beacon-chain/core/electra/registry_updates_test.go b/beacon-chain/core/electra/registry_updates_test.go index 2ab626c4b9..af393feac0 100644 --- a/beacon-chain/core/electra/registry_updates_test.go +++ b/beacon-chain/core/electra/registry_updates_test.go @@ -4,16 +4,16 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessRegistryUpdates(t *testing.T) { diff --git a/beacon-chain/core/electra/transition.go b/beacon-chain/core/electra/transition.go index 651fc63503..c26acd8421 100644 --- a/beacon-chain/core/electra/transition.go +++ b/beacon-chain/core/electra/transition.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - e "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + e "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/electra/transition_no_verify_sig.go b/beacon-chain/core/electra/transition_no_verify_sig.go index 77a11a0881..d12a2a5336 100644 --- a/beacon-chain/core/electra/transition_no_verify_sig.go +++ b/beacon-chain/core/electra/transition_no_verify_sig.go @@ -3,11 +3,11 @@ package electra import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/electra/transition_no_verify_sig_test.go b/beacon-chain/core/electra/transition_no_verify_sig_test.go index fb6f30a88a..a884f60628 100644 --- a/beacon-chain/core/electra/transition_no_verify_sig_test.go +++ b/beacon-chain/core/electra/transition_no_verify_sig_test.go @@ -3,12 +3,12 @@ package electra_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessOperationsWithNilRequests(t *testing.T) { diff --git a/beacon-chain/core/electra/transition_test.go b/beacon-chain/core/electra/transition_test.go index 05bf1739f6..41454524d7 100644 --- a/beacon-chain/core/electra/transition_test.go +++ b/beacon-chain/core/electra/transition_test.go @@ -3,14 +3,14 @@ package electra_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common" ) diff --git a/beacon-chain/core/electra/upgrade.go b/beacon-chain/core/electra/upgrade.go index 88b00a7718..240ee71019 100644 --- a/beacon-chain/core/electra/upgrade.go +++ b/beacon-chain/core/electra/upgrade.go @@ -3,15 +3,15 @@ package electra import ( "sort" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/electra/upgrade_test.go b/beacon-chain/core/electra/upgrade_test.go index fb83f0b527..adedf62296 100644 --- a/beacon-chain/core/electra/upgrade_test.go +++ b/beacon-chain/core/electra/upgrade_test.go @@ -3,16 +3,16 @@ package electra_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestUpgradeToElectra(t *testing.T) { diff --git a/beacon-chain/core/electra/validator.go b/beacon-chain/core/electra/validator.go index ca46fad222..2b70592069 100644 --- a/beacon-chain/core/electra/validator.go +++ b/beacon-chain/core/electra/validator.go @@ -3,11 +3,11 @@ package electra import ( "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // SwitchToCompoundingValidator diff --git a/beacon-chain/core/electra/validator_test.go b/beacon-chain/core/electra/validator_test.go index ee68d97950..8ea7d5120a 100644 --- a/beacon-chain/core/electra/validator_test.go +++ b/beacon-chain/core/electra/validator_test.go @@ -4,13 +4,13 @@ import ( "bytes" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestSwitchToCompoundingValidator(t *testing.T) { diff --git a/beacon-chain/core/electra/withdrawals.go b/beacon-chain/core/electra/withdrawals.go index 9cfbcc4641..89aa4b16ba 100644 --- a/beacon-chain/core/electra/withdrawals.go +++ b/beacon-chain/core/electra/withdrawals.go @@ -4,17 +4,17 @@ import ( "bytes" "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" log "github.com/sirupsen/logrus" diff --git a/beacon-chain/core/electra/withdrawals_test.go b/beacon-chain/core/electra/withdrawals_test.go index 429878824a..a8bc03d0db 100644 --- a/beacon-chain/core/electra/withdrawals_test.go +++ b/beacon-chain/core/electra/withdrawals_test.go @@ -3,16 +3,16 @@ package electra_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/sirupsen/logrus" "github.com/sirupsen/logrus/hooks/test" diff --git a/beacon-chain/core/epoch/BUILD.bazel b/beacon-chain/core/epoch/BUILD.bazel index 8a93c949e7..17f35789cf 100644 --- a/beacon-chain/core/epoch/BUILD.bazel +++ b/beacon-chain/core/epoch/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "epoch_processing.go", "sortable_indices.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch", visibility = [ "//beacon-chain:__subpackages__", "//testing/spectest:__subpackages__", diff --git a/beacon-chain/core/epoch/epoch_processing.go b/beacon-chain/core/epoch/epoch_processing.go index 13baf8c16c..a5b097e5c4 100644 --- a/beacon-chain/core/epoch/epoch_processing.go +++ b/beacon-chain/core/epoch/epoch_processing.go @@ -9,17 +9,17 @@ import ( "fmt" "sort" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/math" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/math" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/epoch/epoch_processing_fuzz_test.go b/beacon-chain/core/epoch/epoch_processing_fuzz_test.go index ff9cc79ddc..de84b7b14e 100644 --- a/beacon-chain/core/epoch/epoch_processing_fuzz_test.go +++ b/beacon-chain/core/epoch/epoch_processing_fuzz_test.go @@ -3,10 +3,10 @@ package epoch import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/fuzz" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/fuzz" + "github.com/OffchainLabs/prysm/v7/testing/require" gofuzz "github.com/google/gofuzz" ) diff --git a/beacon-chain/core/epoch/epoch_processing_test.go b/beacon-chain/core/epoch/epoch_processing_test.go index 59ee6040d1..dd2739a421 100644 --- a/beacon-chain/core/epoch/epoch_processing_test.go +++ b/beacon-chain/core/epoch/epoch_processing_test.go @@ -5,20 +5,20 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/core/epoch/precompute/BUILD.bazel b/beacon-chain/core/epoch/precompute/BUILD.bazel index 51fe53fa86..356c9956bf 100644 --- a/beacon-chain/core/epoch/precompute/BUILD.bazel +++ b/beacon-chain/core/epoch/precompute/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "slashing.go", "type.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute", visibility = [ "//beacon-chain:__subpackages__", "//testing/spectest:__subpackages__", diff --git a/beacon-chain/core/epoch/precompute/attestation.go b/beacon-chain/core/epoch/precompute/attestation.go index f2c671149f..881535a7a6 100644 --- a/beacon-chain/core/epoch/precompute/attestation.go +++ b/beacon-chain/core/epoch/precompute/attestation.go @@ -4,16 +4,16 @@ import ( "bytes" "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/epoch/precompute/attestation_test.go b/beacon-chain/core/epoch/precompute/attestation_test.go index 099fe7b749..639f0eaa34 100644 --- a/beacon-chain/core/epoch/precompute/attestation_test.go +++ b/beacon-chain/core/epoch/precompute/attestation_test.go @@ -4,15 +4,15 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestUpdateValidator_Works(t *testing.T) { diff --git a/beacon-chain/core/epoch/precompute/justification_finalization.go b/beacon-chain/core/epoch/precompute/justification_finalization.go index d219192cab..db6cfa0bc1 100644 --- a/beacon-chain/core/epoch/precompute/justification_finalization.go +++ b/beacon-chain/core/epoch/precompute/justification_finalization.go @@ -2,12 +2,12 @@ package precompute import ( "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/epoch/precompute/justification_finalization_test.go b/beacon-chain/core/epoch/precompute/justification_finalization_test.go index 1eaed13fb5..a0222d7f31 100644 --- a/beacon-chain/core/epoch/precompute/justification_finalization_test.go +++ b/beacon-chain/core/epoch/precompute/justification_finalization_test.go @@ -4,15 +4,15 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestProcessJustificationAndFinalizationPreCompute_ConsecutiveEpochs(t *testing.T) { diff --git a/beacon-chain/core/epoch/precompute/new.go b/beacon-chain/core/epoch/precompute/new.go index b01f9b9b77..485bee4bff 100644 --- a/beacon-chain/core/epoch/precompute/new.go +++ b/beacon-chain/core/epoch/precompute/new.go @@ -6,11 +6,11 @@ package precompute import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/epoch/precompute/new_test.go b/beacon-chain/core/epoch/precompute/new_test.go index de2468d715..8b8f9056b0 100644 --- a/beacon-chain/core/epoch/precompute/new_test.go +++ b/beacon-chain/core/epoch/precompute/new_test.go @@ -3,12 +3,12 @@ package precompute_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestNew(t *testing.T) { diff --git a/beacon-chain/core/epoch/precompute/reward_penalty.go b/beacon-chain/core/epoch/precompute/reward_penalty.go index b618bcec34..6643719a04 100644 --- a/beacon-chain/core/epoch/precompute/reward_penalty.go +++ b/beacon-chain/core/epoch/precompute/reward_penalty.go @@ -1,12 +1,12 @@ package precompute import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/math" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/epoch/precompute/reward_penalty_test.go b/beacon-chain/core/epoch/precompute/reward_penalty_test.go index a9a9084ebb..83f600ff5d 100644 --- a/beacon-chain/core/epoch/precompute/reward_penalty_test.go +++ b/beacon-chain/core/epoch/precompute/reward_penalty_test.go @@ -4,18 +4,18 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/math" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/math" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/epoch/precompute/slashing.go b/beacon-chain/core/epoch/precompute/slashing.go index 75e8b5e4b9..92e6fa8d93 100644 --- a/beacon-chain/core/epoch/precompute/slashing.go +++ b/beacon-chain/core/epoch/precompute/slashing.go @@ -1,10 +1,10 @@ package precompute import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" ) // ProcessSlashingsPrecompute processes the slashed validators during epoch processing. diff --git a/beacon-chain/core/epoch/precompute/slashing_test.go b/beacon-chain/core/epoch/precompute/slashing_test.go index 804d23752b..bf131e3969 100644 --- a/beacon-chain/core/epoch/precompute/slashing_test.go +++ b/beacon-chain/core/epoch/precompute/slashing_test.go @@ -4,12 +4,12 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/core/epoch/precompute/type.go b/beacon-chain/core/epoch/precompute/type.go index 96c1c55cc5..9ccdf0742a 100644 --- a/beacon-chain/core/epoch/precompute/type.go +++ b/beacon-chain/core/epoch/precompute/type.go @@ -1,6 +1,6 @@ package precompute -import "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" +import "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" // Validator stores the pre computation of individual validator's attesting records these records // consist of attestation votes, block inclusion record. Pre computing and storing such record diff --git a/beacon-chain/core/epoch/sortable_indices.go b/beacon-chain/core/epoch/sortable_indices.go index b2ca40c330..e5bc28dde8 100644 --- a/beacon-chain/core/epoch/sortable_indices.go +++ b/beacon-chain/core/epoch/sortable_indices.go @@ -1,8 +1,8 @@ package epoch import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // sortableIndices implements the Sort interface to sort newly activated validator indices diff --git a/beacon-chain/core/epoch/sortable_indices_test.go b/beacon-chain/core/epoch/sortable_indices_test.go index 8d9cfe00e9..ab2f1d47f6 100644 --- a/beacon-chain/core/epoch/sortable_indices_test.go +++ b/beacon-chain/core/epoch/sortable_indices_test.go @@ -4,10 +4,10 @@ import ( "sort" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/google/go-cmp/cmp" ) diff --git a/beacon-chain/core/execution/BUILD.bazel b/beacon-chain/core/execution/BUILD.bazel index 46cb39bd84..e9e7d7d9f2 100644 --- a/beacon-chain/core/execution/BUILD.bazel +++ b/beacon-chain/core/execution/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["upgrade.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/execution", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/execution", visibility = [ "//beacon-chain:__subpackages__", "//cmd/prysmctl/testnet:__pkg__", diff --git a/beacon-chain/core/execution/upgrade.go b/beacon-chain/core/execution/upgrade.go index 50dd2dd68d..f59df9b433 100644 --- a/beacon-chain/core/execution/upgrade.go +++ b/beacon-chain/core/execution/upgrade.go @@ -1,12 +1,12 @@ package execution import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // UpgradeToBellatrix updates inputs a generic state to return the version Bellatrix state. diff --git a/beacon-chain/core/execution/upgrade_test.go b/beacon-chain/core/execution/upgrade_test.go index ec1566e012..6ed8c32cac 100644 --- a/beacon-chain/core/execution/upgrade_test.go +++ b/beacon-chain/core/execution/upgrade_test.go @@ -3,13 +3,13 @@ package execution_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestUpgradeToBellatrix(t *testing.T) { diff --git a/beacon-chain/core/feed/BUILD.bazel b/beacon-chain/core/feed/BUILD.bazel index 7bfb6ef707..f27443f72e 100644 --- a/beacon-chain/core/feed/BUILD.bazel +++ b/beacon-chain/core/feed/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["event.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed", visibility = [ "//beacon-chain:__subpackages__", "//testing/slasher/simulator:__subpackages__", diff --git a/beacon-chain/core/feed/block/BUILD.bazel b/beacon-chain/core/feed/block/BUILD.bazel index cf77608882..41b4185d90 100644 --- a/beacon-chain/core/feed/block/BUILD.bazel +++ b/beacon-chain/core/feed/block/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "events.go", "notifier.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//async/event:go_default_library", diff --git a/beacon-chain/core/feed/block/events.go b/beacon-chain/core/feed/block/events.go index a48a763926..a57d8afae4 100644 --- a/beacon-chain/core/feed/block/events.go +++ b/beacon-chain/core/feed/block/events.go @@ -2,7 +2,7 @@ // during the runtime of a beacon node. package block -import "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" +import "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" const ( // ReceivedBlock is sent after a block has been received by the beacon node via p2p or RPC. diff --git a/beacon-chain/core/feed/block/notifier.go b/beacon-chain/core/feed/block/notifier.go index 533931c520..e3a1e40d4b 100644 --- a/beacon-chain/core/feed/block/notifier.go +++ b/beacon-chain/core/feed/block/notifier.go @@ -1,6 +1,6 @@ package block -import "github.com/OffchainLabs/prysm/v6/async/event" +import "github.com/OffchainLabs/prysm/v7/async/event" // Notifier interface defines the methods of the service that provides block updates to consumers. type Notifier interface { diff --git a/beacon-chain/core/feed/operation/BUILD.bazel b/beacon-chain/core/feed/operation/BUILD.bazel index 30024d5187..294a92a2f4 100644 --- a/beacon-chain/core/feed/operation/BUILD.bazel +++ b/beacon-chain/core/feed/operation/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "events.go", "notifier.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//async/event:go_default_library", diff --git a/beacon-chain/core/feed/operation/events.go b/beacon-chain/core/feed/operation/events.go index bc219ba3cf..f97173b2af 100644 --- a/beacon-chain/core/feed/operation/events.go +++ b/beacon-chain/core/feed/operation/events.go @@ -2,10 +2,10 @@ package operation import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) const ( diff --git a/beacon-chain/core/feed/operation/notifier.go b/beacon-chain/core/feed/operation/notifier.go index 3ee0ffee3d..97cdc12733 100644 --- a/beacon-chain/core/feed/operation/notifier.go +++ b/beacon-chain/core/feed/operation/notifier.go @@ -1,6 +1,6 @@ package operation -import "github.com/OffchainLabs/prysm/v6/async/event" +import "github.com/OffchainLabs/prysm/v7/async/event" // Notifier interface defines the methods of the service that provides beacon block operation updates to consumers. type Notifier interface { diff --git a/beacon-chain/core/feed/state/BUILD.bazel b/beacon-chain/core/feed/state/BUILD.bazel index 1ec7254d98..321e44a043 100644 --- a/beacon-chain/core/feed/state/BUILD.bazel +++ b/beacon-chain/core/feed/state/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "events.go", "notifier.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state", visibility = [ "//beacon-chain:__subpackages__", "//testing/slasher/simulator:__subpackages__", diff --git a/beacon-chain/core/feed/state/events.go b/beacon-chain/core/feed/state/events.go index 7f0cd02d53..425c00318e 100644 --- a/beacon-chain/core/feed/state/events.go +++ b/beacon-chain/core/feed/state/events.go @@ -6,8 +6,8 @@ package state import ( "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) const ( diff --git a/beacon-chain/core/feed/state/notifier.go b/beacon-chain/core/feed/state/notifier.go index 2334e9b74b..4ae8d519fc 100644 --- a/beacon-chain/core/feed/state/notifier.go +++ b/beacon-chain/core/feed/state/notifier.go @@ -1,6 +1,6 @@ package state -import "github.com/OffchainLabs/prysm/v6/async/event" +import "github.com/OffchainLabs/prysm/v7/async/event" // Notifier interface defines the methods of the service that provides state updates to consumers. type Notifier interface { diff --git a/beacon-chain/core/fulu/BUILD.bazel b/beacon-chain/core/fulu/BUILD.bazel index 40bd2392ea..4b92c34966 100644 --- a/beacon-chain/core/fulu/BUILD.bazel +++ b/beacon-chain/core/fulu/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "transition.go", "upgrade.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/fulu", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/fulu", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/electra:go_default_library", diff --git a/beacon-chain/core/fulu/transition.go b/beacon-chain/core/fulu/transition.go index c3a75cb356..97127e0c04 100644 --- a/beacon-chain/core/fulu/transition.go +++ b/beacon-chain/core/fulu/transition.go @@ -3,12 +3,12 @@ package fulu import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/fulu/transition_test.go b/beacon-chain/core/fulu/transition_test.go index a1f5695c2e..125bf12d2a 100644 --- a/beacon-chain/core/fulu/transition_test.go +++ b/beacon-chain/core/fulu/transition_test.go @@ -3,10 +3,10 @@ package fulu_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/fulu" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/fulu" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessEpoch_CanProcessFulu(t *testing.T) { diff --git a/beacon-chain/core/fulu/upgrade.go b/beacon-chain/core/fulu/upgrade.go index ce1abff635..33ece5aecc 100644 --- a/beacon-chain/core/fulu/upgrade.go +++ b/beacon-chain/core/fulu/upgrade.go @@ -3,15 +3,15 @@ package fulu import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/fulu/upgrade_test.go b/beacon-chain/core/fulu/upgrade_test.go index ed82a6d3ae..a6f465d166 100644 --- a/beacon-chain/core/fulu/upgrade_test.go +++ b/beacon-chain/core/fulu/upgrade_test.go @@ -3,14 +3,14 @@ package fulu_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/fulu" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/fulu" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestUpgradeToFulu(t *testing.T) { diff --git a/beacon-chain/core/helpers/BUILD.bazel b/beacon-chain/core/helpers/BUILD.bazel index 4c014c3154..86cd9684ac 100644 --- a/beacon-chain/core/helpers/BUILD.bazel +++ b/beacon-chain/core/helpers/BUILD.bazel @@ -18,7 +18,7 @@ go_library( "validators.go", "weak_subjectivity.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers", visibility = ["//visibility:public"], deps = [ "//beacon-chain/cache:go_default_library", diff --git a/beacon-chain/core/helpers/attestation.go b/beacon-chain/core/helpers/attestation.go index a91b6a237f..f0ea5ffa25 100644 --- a/beacon-chain/core/helpers/attestation.go +++ b/beacon-chain/core/helpers/attestation.go @@ -6,11 +6,11 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" ) var ( diff --git a/beacon-chain/core/helpers/attestation_test.go b/beacon-chain/core/helpers/attestation_test.go index 66d94bd774..16d86f8e1e 100644 --- a/beacon-chain/core/helpers/attestation_test.go +++ b/beacon-chain/core/helpers/attestation_test.go @@ -5,16 +5,16 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestAttestation_IsAggregator(t *testing.T) { diff --git a/beacon-chain/core/helpers/beacon_committee.go b/beacon-chain/core/helpers/beacon_committee.go index 198832d681..fd04aef284 100644 --- a/beacon-chain/core/helpers/beacon_committee.go +++ b/beacon-chain/core/helpers/beacon_committee.go @@ -8,21 +8,21 @@ import ( "sort" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/helpers/beacon_committee_test.go b/beacon-chain/core/helpers/beacon_committee_test.go index efb3214aa0..b805b63a56 100644 --- a/beacon-chain/core/helpers/beacon_committee_test.go +++ b/beacon-chain/core/helpers/beacon_committee_test.go @@ -6,19 +6,19 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestComputeCommittee_WithoutCache(t *testing.T) { diff --git a/beacon-chain/core/helpers/block.go b/beacon-chain/core/helpers/block.go index dc2f6edc0f..7f2aa31c81 100644 --- a/beacon-chain/core/helpers/block.go +++ b/beacon-chain/core/helpers/block.go @@ -3,10 +3,10 @@ package helpers import ( "math" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/helpers/block_test.go b/beacon-chain/core/helpers/block_test.go index 777d83e2c0..2f33419aaa 100644 --- a/beacon-chain/core/helpers/block_test.go +++ b/beacon-chain/core/helpers/block_test.go @@ -5,13 +5,13 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestBlockRootAtSlot_CorrectBlockRoot(t *testing.T) { diff --git a/beacon-chain/core/helpers/genesis.go b/beacon-chain/core/helpers/genesis.go index 482c270129..1b750b520e 100644 --- a/beacon-chain/core/helpers/genesis.go +++ b/beacon-chain/core/helpers/genesis.go @@ -3,10 +3,10 @@ package helpers import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/helpers/legacy.go b/beacon-chain/core/helpers/legacy.go index 8d51316d2e..93933b735e 100644 --- a/beacon-chain/core/helpers/legacy.go +++ b/beacon-chain/core/helpers/legacy.go @@ -1,8 +1,8 @@ package helpers import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // DepositRequestsStarted determines if the deposit requests have started. diff --git a/beacon-chain/core/helpers/legacy_test.go b/beacon-chain/core/helpers/legacy_test.go index 5d1218d1db..de9c23db3d 100644 --- a/beacon-chain/core/helpers/legacy_test.go +++ b/beacon-chain/core/helpers/legacy_test.go @@ -3,8 +3,8 @@ package helpers_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/stretchr/testify/require" ) diff --git a/beacon-chain/core/helpers/private_access_fuzz_noop_test.go b/beacon-chain/core/helpers/private_access_fuzz_noop_test.go index f45e006faa..7b9ffa628c 100644 --- a/beacon-chain/core/helpers/private_access_fuzz_noop_test.go +++ b/beacon-chain/core/helpers/private_access_fuzz_noop_test.go @@ -2,7 +2,7 @@ package helpers -import "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" +import "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" func CommitteeCache() *cache.FakeCommitteeCache { return committeeCache diff --git a/beacon-chain/core/helpers/private_access_test.go b/beacon-chain/core/helpers/private_access_test.go index f72d52c51c..a453b6223e 100644 --- a/beacon-chain/core/helpers/private_access_test.go +++ b/beacon-chain/core/helpers/private_access_test.go @@ -2,7 +2,7 @@ package helpers -import "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" +import "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" func CommitteeCache() *cache.CommitteeCache { return committeeCache diff --git a/beacon-chain/core/helpers/randao.go b/beacon-chain/core/helpers/randao.go index 5a05a6029e..2ed0bf9122 100644 --- a/beacon-chain/core/helpers/randao.go +++ b/beacon-chain/core/helpers/randao.go @@ -1,12 +1,12 @@ package helpers import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) // Seed returns the randao seed used for shuffling of a given epoch. diff --git a/beacon-chain/core/helpers/randao_test.go b/beacon-chain/core/helpers/randao_test.go index 8d1a5f3bf9..d9476ff49e 100644 --- a/beacon-chain/core/helpers/randao_test.go +++ b/beacon-chain/core/helpers/randao_test.go @@ -4,14 +4,14 @@ import ( "encoding/binary" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestRandaoMix_OK(t *testing.T) { diff --git a/beacon-chain/core/helpers/ranges_test.go b/beacon-chain/core/helpers/ranges_test.go index 34b1aac52d..16c3af53ec 100644 --- a/beacon-chain/core/helpers/ranges_test.go +++ b/beacon-chain/core/helpers/ranges_test.go @@ -3,8 +3,8 @@ package helpers_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSortedSliceFromMap(t *testing.T) { diff --git a/beacon-chain/core/helpers/rewards_penalties.go b/beacon-chain/core/helpers/rewards_penalties.go index 86ecf4ff63..85b59d37b0 100644 --- a/beacon-chain/core/helpers/rewards_penalties.go +++ b/beacon-chain/core/helpers/rewards_penalties.go @@ -3,12 +3,12 @@ package helpers import ( "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - mathutil "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + mathutil "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/time/slots" ) var balanceCache = cache.NewEffectiveBalanceCache() diff --git a/beacon-chain/core/helpers/rewards_penalties_test.go b/beacon-chain/core/helpers/rewards_penalties_test.go index 64192ad352..5cedac6ef2 100644 --- a/beacon-chain/core/helpers/rewards_penalties_test.go +++ b/beacon-chain/core/helpers/rewards_penalties_test.go @@ -4,14 +4,14 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestTotalBalance_OK(t *testing.T) { diff --git a/beacon-chain/core/helpers/shuffle.go b/beacon-chain/core/helpers/shuffle.go index bd5a35825e..e10053bdbe 100644 --- a/beacon-chain/core/helpers/shuffle.go +++ b/beacon-chain/core/helpers/shuffle.go @@ -4,11 +4,11 @@ import ( "encoding/binary" "fmt" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) const seedSize = int8(32) diff --git a/beacon-chain/core/helpers/shuffle_test.go b/beacon-chain/core/helpers/shuffle_test.go index 0720d14962..d1e985b38f 100644 --- a/beacon-chain/core/helpers/shuffle_test.go +++ b/beacon-chain/core/helpers/shuffle_test.go @@ -5,11 +5,11 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestShuffleList_InvalidValidatorCount(t *testing.T) { diff --git a/beacon-chain/core/helpers/sync_committee.go b/beacon-chain/core/helpers/sync_committee.go index 961aafbf5b..53bca04ac6 100644 --- a/beacon-chain/core/helpers/sync_committee.go +++ b/beacon-chain/core/helpers/sync_committee.go @@ -5,14 +5,14 @@ package helpers import ( "bytes" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/core/helpers/sync_committee_test.go b/beacon-chain/core/helpers/sync_committee_test.go index cdc11c2f95..8b328d90c1 100644 --- a/beacon-chain/core/helpers/sync_committee_test.go +++ b/beacon-chain/core/helpers/sync_committee_test.go @@ -6,15 +6,15 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestCurrentPeriodPositions(t *testing.T) { diff --git a/beacon-chain/core/helpers/validator_churn.go b/beacon-chain/core/helpers/validator_churn.go index 14ec97cd7f..2314398c11 100644 --- a/beacon-chain/core/helpers/validator_churn.go +++ b/beacon-chain/core/helpers/validator_churn.go @@ -1,8 +1,8 @@ package helpers import ( - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // BalanceChurnLimit for the current active balance, in gwei. diff --git a/beacon-chain/core/helpers/validator_churn_test.go b/beacon-chain/core/helpers/validator_churn_test.go index f0a059c62e..379f1f82b6 100644 --- a/beacon-chain/core/helpers/validator_churn_test.go +++ b/beacon-chain/core/helpers/validator_churn_test.go @@ -3,10 +3,10 @@ package helpers_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestBalanceChurnLimit(t *testing.T) { diff --git a/beacon-chain/core/helpers/validators.go b/beacon-chain/core/helpers/validators.go index 0bfe30c4e4..171b484bce 100644 --- a/beacon-chain/core/helpers/validators.go +++ b/beacon-chain/core/helpers/validators.go @@ -5,19 +5,19 @@ import ( "context" "encoding/binary" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/core/helpers/validators_test.go b/beacon-chain/core/helpers/validators_test.go index 45bde7fa3e..a449bb2a42 100644 --- a/beacon-chain/core/helpers/validators_test.go +++ b/beacon-chain/core/helpers/validators_test.go @@ -4,20 +4,20 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestIsActiveValidator_OK(t *testing.T) { diff --git a/beacon-chain/core/helpers/weak_subjectivity.go b/beacon-chain/core/helpers/weak_subjectivity.go index 1280f89f6c..7a0b4453b4 100644 --- a/beacon-chain/core/helpers/weak_subjectivity.go +++ b/beacon-chain/core/helpers/weak_subjectivity.go @@ -8,14 +8,14 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - v1alpha1 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + v1alpha1 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // ComputeWeakSubjectivityPeriod returns weak subjectivity period for the active validator count and finalized epoch. diff --git a/beacon-chain/core/helpers/weak_subjectivity_test.go b/beacon-chain/core/helpers/weak_subjectivity_test.go index cbe788541a..582271f328 100644 --- a/beacon-chain/core/helpers/weak_subjectivity_test.go +++ b/beacon-chain/core/helpers/weak_subjectivity_test.go @@ -4,15 +4,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestWeakSubjectivity_ComputeWeakSubjectivityPeriod(t *testing.T) { diff --git a/beacon-chain/core/peerdas/BUILD.bazel b/beacon-chain/core/peerdas/BUILD.bazel index 72fcbbae9e..82dfdf3c5d 100644 --- a/beacon-chain/core/peerdas/BUILD.bazel +++ b/beacon-chain/core/peerdas/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "validator.go", "verification.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas", visibility = ["//visibility:public"], deps = [ "//beacon-chain/blockchain/kzg:go_default_library", diff --git a/beacon-chain/core/peerdas/das_core.go b/beacon-chain/core/peerdas/das_core.go index 0d8a357b49..0dd11fb6c2 100644 --- a/beacon-chain/core/peerdas/das_core.go +++ b/beacon-chain/core/peerdas/das_core.go @@ -5,9 +5,9 @@ import ( "math" "slices" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/holiman/uint256" "github.com/pkg/errors" diff --git a/beacon-chain/core/peerdas/das_core_test.go b/beacon-chain/core/peerdas/das_core_test.go index 752cfb01ac..14fe7873eb 100644 --- a/beacon-chain/core/peerdas/das_core_test.go +++ b/beacon-chain/core/peerdas/das_core_test.go @@ -3,9 +3,9 @@ package peerdas_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/enode" ) diff --git a/beacon-chain/core/peerdas/info_test.go b/beacon-chain/core/peerdas/info_test.go index 58af9ecf36..f7f45faea2 100644 --- a/beacon-chain/core/peerdas/info_test.go +++ b/beacon-chain/core/peerdas/info_test.go @@ -3,8 +3,8 @@ package peerdas_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/enode" ) diff --git a/beacon-chain/core/peerdas/p2p_interface.go b/beacon-chain/core/peerdas/p2p_interface.go index 942c278de1..09629f1f1a 100644 --- a/beacon-chain/core/peerdas/p2p_interface.go +++ b/beacon-chain/core/peerdas/p2p_interface.go @@ -1,11 +1,11 @@ package peerdas import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/container/trie" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/container/trie" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/peerdas/p2p_interface_test.go b/beacon-chain/core/peerdas/p2p_interface_test.go index 882690af71..559556e266 100644 --- a/beacon-chain/core/peerdas/p2p_interface_test.go +++ b/beacon-chain/core/peerdas/p2p_interface_test.go @@ -5,15 +5,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/p2p/enr" ) diff --git a/beacon-chain/core/peerdas/reconstruction.go b/beacon-chain/core/peerdas/reconstruction.go index 5a9663bace..455d892b71 100644 --- a/beacon-chain/core/peerdas/reconstruction.go +++ b/beacon-chain/core/peerdas/reconstruction.go @@ -3,12 +3,12 @@ package peerdas import ( "sort" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "golang.org/x/sync/errgroup" ) diff --git a/beacon-chain/core/peerdas/reconstruction_test.go b/beacon-chain/core/peerdas/reconstruction_test.go index 88fe79d178..b1d7525125 100644 --- a/beacon-chain/core/peerdas/reconstruction_test.go +++ b/beacon-chain/core/peerdas/reconstruction_test.go @@ -4,14 +4,14 @@ import ( "encoding/binary" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/pkg/errors" "golang.org/x/sync/errgroup" ) diff --git a/beacon-chain/core/peerdas/utils_test.go b/beacon-chain/core/peerdas/utils_test.go index 7e340de9bf..f9a6979fc1 100644 --- a/beacon-chain/core/peerdas/utils_test.go +++ b/beacon-chain/core/peerdas/utils_test.go @@ -5,7 +5,7 @@ import ( "crypto/sha256" "encoding/binary" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" "github.com/consensys/gnark-crypto/ecc/bls12-381/fr" GoKZG "github.com/crate-crypto/go-kzg-4844" "github.com/pkg/errors" diff --git a/beacon-chain/core/peerdas/validator.go b/beacon-chain/core/peerdas/validator.go index 65575aef46..a83aa574a6 100644 --- a/beacon-chain/core/peerdas/validator.go +++ b/beacon-chain/core/peerdas/validator.go @@ -3,13 +3,13 @@ package peerdas import ( "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - beaconState "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + beaconState "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/peerdas/validator_test.go b/beacon-chain/core/peerdas/validator_test.go index e7923747af..9c474400a9 100644 --- a/beacon-chain/core/peerdas/validator_test.go +++ b/beacon-chain/core/peerdas/validator_test.go @@ -3,15 +3,15 @@ package peerdas_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestValidatorsCustodyRequirement(t *testing.T) { diff --git a/beacon-chain/core/peerdas/verification.go b/beacon-chain/core/peerdas/verification.go index 781610f219..869c56ffa1 100644 --- a/beacon-chain/core/peerdas/verification.go +++ b/beacon-chain/core/peerdas/verification.go @@ -3,9 +3,9 @@ package peerdas import ( "bytes" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/peerdas/verification_test.go b/beacon-chain/core/peerdas/verification_test.go index 8f9d89859a..6f8ba1b984 100644 --- a/beacon-chain/core/peerdas/verification_test.go +++ b/beacon-chain/core/peerdas/verification_test.go @@ -3,12 +3,12 @@ package peerdas_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestDataColumnsAlignWithBlock(t *testing.T) { diff --git a/beacon-chain/core/signing/BUILD.bazel b/beacon-chain/core/signing/BUILD.bazel index 1048d59de1..bb4753267b 100644 --- a/beacon-chain/core/signing/BUILD.bazel +++ b/beacon-chain/core/signing/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "domain.go", "signing_root.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/beacon-chain/core/signing/domain.go b/beacon-chain/core/signing/domain.go index d5bb27dfa3..16e31d26cd 100644 --- a/beacon-chain/core/signing/domain.go +++ b/beacon-chain/core/signing/domain.go @@ -1,9 +1,9 @@ package signing import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/signing/domain_test.go b/beacon-chain/core/signing/domain_test.go index 0412f48348..6ea45b2b0d 100644 --- a/beacon-chain/core/signing/domain_test.go +++ b/beacon-chain/core/signing/domain_test.go @@ -3,11 +3,11 @@ package signing import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestDomain_OK(t *testing.T) { diff --git a/beacon-chain/core/signing/signing_root.go b/beacon-chain/core/signing/signing_root.go index c3e6b0870a..392bb5b2e4 100644 --- a/beacon-chain/core/signing/signing_root.go +++ b/beacon-chain/core/signing/signing_root.go @@ -3,12 +3,12 @@ package signing import ( "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/core/signing/signing_root_test.go b/beacon-chain/core/signing/signing_root_test.go index 1f2b1639a1..ba42b1f777 100644 --- a/beacon-chain/core/signing/signing_root_test.go +++ b/beacon-chain/core/signing/signing_root_test.go @@ -4,18 +4,18 @@ import ( "bytes" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" fuzz "github.com/google/gofuzz" ) diff --git a/beacon-chain/core/time/BUILD.bazel b/beacon-chain/core/time/BUILD.bazel index 220c182dc3..8e26aabd29 100644 --- a/beacon-chain/core/time/BUILD.bazel +++ b/beacon-chain/core/time/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["slot_epoch.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/beacon-chain/core/time/slot_epoch.go b/beacon-chain/core/time/slot_epoch.go index 20cbe86071..06319fd2e7 100644 --- a/beacon-chain/core/time/slot_epoch.go +++ b/beacon-chain/core/time/slot_epoch.go @@ -1,11 +1,11 @@ package time import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // CurrentEpoch returns the current epoch number calculated from diff --git a/beacon-chain/core/time/slot_epoch_test.go b/beacon-chain/core/time/slot_epoch_test.go index ae8b16cb13..a049094986 100644 --- a/beacon-chain/core/time/slot_epoch_test.go +++ b/beacon-chain/core/time/slot_epoch_test.go @@ -4,16 +4,16 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestSlotToEpoch_OK(t *testing.T) { diff --git a/beacon-chain/core/transition/BUILD.bazel b/beacon-chain/core/transition/BUILD.bazel index f41201944e..d097e3453a 100644 --- a/beacon-chain/core/transition/BUILD.bazel +++ b/beacon-chain/core/transition/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "transition.go", "transition_no_verify_sig.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition", visibility = ["//visibility:public"], deps = [ "//beacon-chain/cache:go_default_library", diff --git a/beacon-chain/core/transition/altair_transition_no_verify_sig_test.go b/beacon-chain/core/transition/altair_transition_no_verify_sig_test.go index 4eab874cc5..1dd3c4655a 100644 --- a/beacon-chain/core/transition/altair_transition_no_verify_sig_test.go +++ b/beacon-chain/core/transition/altair_transition_no_verify_sig_test.go @@ -5,22 +5,22 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - p2pType "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + p2pType "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestExecuteAltairStateTransitionNoVerify_FullProcess(t *testing.T) { diff --git a/beacon-chain/core/transition/bellatrix_transition_no_verify_sig_test.go b/beacon-chain/core/transition/bellatrix_transition_no_verify_sig_test.go index 4fb6e13495..8c6433346c 100644 --- a/beacon-chain/core/transition/bellatrix_transition_no_verify_sig_test.go +++ b/beacon-chain/core/transition/bellatrix_transition_no_verify_sig_test.go @@ -5,24 +5,24 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - p2pType "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + p2pType "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestExecuteBellatrixStateTransitionNoVerify_FullProcess(t *testing.T) { diff --git a/beacon-chain/core/transition/benchmarks_test.go b/beacon-chain/core/transition/benchmarks_test.go index 0b70b85436..0422390963 100644 --- a/beacon-chain/core/transition/benchmarks_test.go +++ b/beacon-chain/core/transition/benchmarks_test.go @@ -3,16 +3,16 @@ package transition_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - coreState "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/benchmark" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + coreState "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/benchmark" + "github.com/OffchainLabs/prysm/v7/testing/require" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/core/transition/interop/BUILD.bazel b/beacon-chain/core/transition/interop/BUILD.bazel index 8d9f6ace83..48e223ddcd 100644 --- a/beacon-chain/core/transition/interop/BUILD.bazel +++ b/beacon-chain/core/transition/interop/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "write_block_to_disk.go", "write_state_to_disk.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition/interop", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition/interop", visibility = [ "//beacon-chain:__subpackages__", "//tools:__subpackages__", diff --git a/beacon-chain/core/transition/interop/write_block_to_disk.go b/beacon-chain/core/transition/interop/write_block_to_disk.go index f48aa8828f..c71912865f 100644 --- a/beacon-chain/core/transition/interop/write_block_to_disk.go +++ b/beacon-chain/core/transition/interop/write_block_to_disk.go @@ -5,9 +5,9 @@ import ( "os" "path" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/io/file" ) // WriteBlockToDisk as a block ssz. Writes to temp directory. Debug! diff --git a/beacon-chain/core/transition/interop/write_state_to_disk.go b/beacon-chain/core/transition/interop/write_state_to_disk.go index 5bbb49b73c..958fb1b029 100644 --- a/beacon-chain/core/transition/interop/write_state_to_disk.go +++ b/beacon-chain/core/transition/interop/write_state_to_disk.go @@ -5,9 +5,9 @@ import ( "os" "path" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/io/file" ) // WriteStateToDisk as a state ssz. Writes to temp directory. Debug! diff --git a/beacon-chain/core/transition/skip_slot_cache.go b/beacon-chain/core/transition/skip_slot_cache.go index d55973482b..a9002c2477 100644 --- a/beacon-chain/core/transition/skip_slot_cache.go +++ b/beacon-chain/core/transition/skip_slot_cache.go @@ -4,10 +4,10 @@ import ( "context" "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) // SkipSlotCache exists for the unlikely scenario that is a large gap between the head state and diff --git a/beacon-chain/core/transition/skip_slot_cache_test.go b/beacon-chain/core/transition/skip_slot_cache_test.go index 2184b090c2..f4458eba88 100644 --- a/beacon-chain/core/transition/skip_slot_cache_test.go +++ b/beacon-chain/core/transition/skip_slot_cache_test.go @@ -4,15 +4,15 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestSkipSlotCache_OK(t *testing.T) { diff --git a/beacon-chain/core/transition/state-bellatrix.go b/beacon-chain/core/transition/state-bellatrix.go index b09a706dd9..55b106449a 100644 --- a/beacon-chain/core/transition/state-bellatrix.go +++ b/beacon-chain/core/transition/state-bellatrix.go @@ -3,16 +3,16 @@ package transition import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/transition/state.go b/beacon-chain/core/transition/state.go index db52e8ad60..bad69cd22e 100644 --- a/beacon-chain/core/transition/state.go +++ b/beacon-chain/core/transition/state.go @@ -3,15 +3,15 @@ package transition import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/transition/state_fuzz_test.go b/beacon-chain/core/transition/state_fuzz_test.go index 7419bf853f..da29755479 100644 --- a/beacon-chain/core/transition/state_fuzz_test.go +++ b/beacon-chain/core/transition/state_fuzz_test.go @@ -3,9 +3,9 @@ package transition import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" fuzz "github.com/google/gofuzz" ) diff --git a/beacon-chain/core/transition/state_test.go b/beacon-chain/core/transition/state_test.go index 1420873211..b136838355 100644 --- a/beacon-chain/core/transition/state_test.go +++ b/beacon-chain/core/transition/state_test.go @@ -3,15 +3,15 @@ package transition_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/core/transition/stateutils/BUILD.bazel b/beacon-chain/core/transition/stateutils/BUILD.bazel index 9bb0636e91..8c9f657c6f 100644 --- a/beacon-chain/core/transition/stateutils/BUILD.bazel +++ b/beacon-chain/core/transition/stateutils/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["validator_index_map.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition/stateutils", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition/stateutils", visibility = [ "//beacon-chain:__subpackages__", "//testing/util:__pkg__", diff --git a/beacon-chain/core/transition/stateutils/validator_index_map.go b/beacon-chain/core/transition/stateutils/validator_index_map.go index 175a547f64..4b57b9df6c 100644 --- a/beacon-chain/core/transition/stateutils/validator_index_map.go +++ b/beacon-chain/core/transition/stateutils/validator_index_map.go @@ -4,10 +4,10 @@ package stateutils import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ValidatorIndexMap builds a lookup map for quickly determining the index of diff --git a/beacon-chain/core/transition/stateutils/validator_index_map_test.go b/beacon-chain/core/transition/stateutils/validator_index_map_test.go index 2247589bdc..006b1a1cc5 100644 --- a/beacon-chain/core/transition/stateutils/validator_index_map_test.go +++ b/beacon-chain/core/transition/stateutils/validator_index_map_test.go @@ -3,14 +3,14 @@ package stateutils_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition/stateutils" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition/stateutils" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestValidatorIndexMap_OK(t *testing.T) { diff --git a/beacon-chain/core/transition/trailing_slot_state_cache.go b/beacon-chain/core/transition/trailing_slot_state_cache.go index 6862cac9e0..09da22785a 100644 --- a/beacon-chain/core/transition/trailing_slot_state_cache.go +++ b/beacon-chain/core/transition/trailing_slot_state_cache.go @@ -5,9 +5,9 @@ import ( "context" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/core/transition/trailing_slot_state_cache_test.go b/beacon-chain/core/transition/trailing_slot_state_cache_test.go index 886fab18b2..28e93e98ed 100644 --- a/beacon-chain/core/transition/trailing_slot_state_cache_test.go +++ b/beacon-chain/core/transition/trailing_slot_state_cache_test.go @@ -3,11 +3,11 @@ package transition_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestTrailingSlotState_RoundTrip(t *testing.T) { diff --git a/beacon-chain/core/transition/transition.go b/beacon-chain/core/transition/transition.go index d103ad21f4..d9286dab75 100644 --- a/beacon-chain/core/transition/transition.go +++ b/beacon-chain/core/transition/transition.go @@ -8,26 +8,26 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/capella" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/deneb" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - e "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/fulu" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - prysmTrace "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/capella" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/deneb" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + e "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/fulu" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + prysmTrace "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" "go.opentelemetry.io/otel/trace" diff --git a/beacon-chain/core/transition/transition_fuzz_test.go b/beacon-chain/core/transition/transition_fuzz_test.go index 4642ab942b..78a688c6d6 100644 --- a/beacon-chain/core/transition/transition_fuzz_test.go +++ b/beacon-chain/core/transition/transition_fuzz_test.go @@ -3,12 +3,12 @@ package transition import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" fuzz "github.com/google/gofuzz" ) diff --git a/beacon-chain/core/transition/transition_no_verify_sig.go b/beacon-chain/core/transition/transition_no_verify_sig.go index 4cfa37a789..2873301ae4 100644 --- a/beacon-chain/core/transition/transition_no_verify_sig.go +++ b/beacon-chain/core/transition/transition_no_verify_sig.go @@ -5,20 +5,20 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - b "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition/interop" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + b "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition/interop" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/transition/transition_no_verify_sig_test.go b/beacon-chain/core/transition/transition_no_verify_sig_test.go index 6aea1c03de..772feb4186 100644 --- a/beacon-chain/core/transition/transition_no_verify_sig_test.go +++ b/beacon-chain/core/transition/transition_no_verify_sig_test.go @@ -3,16 +3,16 @@ package transition_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestExecuteStateTransitionNoVerify_FullProcess(t *testing.T) { diff --git a/beacon-chain/core/transition/transition_test.go b/beacon-chain/core/transition/transition_test.go index bee546fd13..908e392465 100644 --- a/beacon-chain/core/transition/transition_test.go +++ b/beacon-chain/core/transition/transition_test.go @@ -5,25 +5,25 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func init() { diff --git a/beacon-chain/core/validators/BUILD.bazel b/beacon-chain/core/validators/BUILD.bazel index 149f49c1c5..6efe999efb 100644 --- a/beacon-chain/core/validators/BUILD.bazel +++ b/beacon-chain/core/validators/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "slashing.go", "validator.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators", visibility = [ "//beacon-chain:__subpackages__", "//testing/endtoend:__subpackages__", diff --git a/beacon-chain/core/validators/slashing.go b/beacon-chain/core/validators/slashing.go index 68387b062c..04777c3136 100644 --- a/beacon-chain/core/validators/slashing.go +++ b/beacon-chain/core/validators/slashing.go @@ -1,8 +1,8 @@ package validators import ( - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/validators/slashing_test.go b/beacon-chain/core/validators/slashing_test.go index 3ec003bcff..970f82e1d2 100644 --- a/beacon-chain/core/validators/slashing_test.go +++ b/beacon-chain/core/validators/slashing_test.go @@ -3,8 +3,8 @@ package validators_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) func TestSlashingParamsPerVersion_NoErrors(t *testing.T) { diff --git a/beacon-chain/core/validators/validator.go b/beacon-chain/core/validators/validator.go index 8306f2eb74..9e1079eaf1 100644 --- a/beacon-chain/core/validators/validator.go +++ b/beacon-chain/core/validators/validator.go @@ -7,15 +7,15 @@ package validators import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/math" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/math" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/core/validators/validator_test.go b/beacon-chain/core/validators/validator_test.go index e0ec103235..8e2edde42a 100644 --- a/beacon-chain/core/validators/validator_test.go +++ b/beacon-chain/core/validators/validator_test.go @@ -3,17 +3,17 @@ package validators_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestHasVoted_OK(t *testing.T) { diff --git a/beacon-chain/das/BUILD.bazel b/beacon-chain/das/BUILD.bazel index c9f3f1e270..9fd326fc14 100644 --- a/beacon-chain/das/BUILD.bazel +++ b/beacon-chain/das/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "iface.go", "mock.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/das", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/das", visibility = ["//visibility:public"], deps = [ "//beacon-chain/db/filesystem:go_default_library", diff --git a/beacon-chain/das/availability_blobs.go b/beacon-chain/das/availability_blobs.go index 9007cd1898..08e68d59f4 100644 --- a/beacon-chain/das/availability_blobs.go +++ b/beacon-chain/das/availability_blobs.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/logging" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/logging" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/das/availability_blobs_test.go b/beacon-chain/das/availability_blobs_test.go index 559eccad98..1f41e96aba 100644 --- a/beacon-chain/das/availability_blobs_test.go +++ b/beacon-chain/das/availability_blobs_test.go @@ -5,15 +5,15 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" errors "github.com/pkg/errors" ) diff --git a/beacon-chain/das/blob_cache.go b/beacon-chain/das/blob_cache.go index 16659188f1..3b44f62a5e 100644 --- a/beacon-chain/das/blob_cache.go +++ b/beacon-chain/das/blob_cache.go @@ -3,11 +3,11 @@ package das import ( "bytes" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" ) diff --git a/beacon-chain/das/blob_cache_test.go b/beacon-chain/das/blob_cache_test.go index 615f4112cf..8b8e41d434 100644 --- a/beacon-chain/das/blob_cache_test.go +++ b/beacon-chain/das/blob_cache_test.go @@ -3,14 +3,14 @@ package das import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestCacheEnsureDelete(t *testing.T) { diff --git a/beacon-chain/das/data_column_cache.go b/beacon-chain/das/data_column_cache.go index e0ecf25a2b..b6e78140ba 100644 --- a/beacon-chain/das/data_column_cache.go +++ b/beacon-chain/das/data_column_cache.go @@ -4,9 +4,9 @@ import ( "bytes" "slices" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" "github.com/pkg/errors" ) diff --git a/beacon-chain/das/data_column_cache_test.go b/beacon-chain/das/data_column_cache_test.go index 1fefd4a105..96154fabb6 100644 --- a/beacon-chain/das/data_column_cache_test.go +++ b/beacon-chain/das/data_column_cache_test.go @@ -3,11 +3,11 @@ package das import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestEnsureDeleteSetDiskSummary(t *testing.T) { diff --git a/beacon-chain/das/iface.go b/beacon-chain/das/iface.go index 00358d8e1d..5826f04ad4 100644 --- a/beacon-chain/das/iface.go +++ b/beacon-chain/das/iface.go @@ -3,8 +3,8 @@ package das import ( "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // AvailabilityStore describes a component that can verify and save sidecars for a given block, and confirm previously diff --git a/beacon-chain/das/mock.go b/beacon-chain/das/mock.go index 48b480e7d8..c9b65d90c6 100644 --- a/beacon-chain/das/mock.go +++ b/beacon-chain/das/mock.go @@ -3,8 +3,8 @@ package das import ( "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // MockAvailabilityStore is an implementation of AvailabilityStore that can be used by other packages in tests. diff --git a/beacon-chain/db/BUILD.bazel b/beacon-chain/db/BUILD.bazel index e5502d7cf7..d29d8f3037 100644 --- a/beacon-chain/db/BUILD.bazel +++ b/beacon-chain/db/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "log.go", "restore.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/db", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/db", visibility = [ "//beacon-chain:__subpackages__", "//cmd/beacon-chain:__subpackages__", diff --git a/beacon-chain/db/alias.go b/beacon-chain/db/alias.go index 4bc0351274..f308d92c4e 100644 --- a/beacon-chain/db/alias.go +++ b/beacon-chain/db/alias.go @@ -1,6 +1,6 @@ package db -import "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" +import "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" // ReadOnlyDatabase exposes Prysm's Ethereum data backend for read access only, no information about // head info. For head info, use github.com/prysmaticlabs/prysm/blockchain.HeadFetcher. diff --git a/beacon-chain/db/db.go b/beacon-chain/db/db.go index 71280caba8..430feeb850 100644 --- a/beacon-chain/db/db.go +++ b/beacon-chain/db/db.go @@ -3,7 +3,7 @@ package db import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" ) // NewFileName uses the KVStoreDatafilePath so that if this layer of diff --git a/beacon-chain/db/db_test.go b/beacon-chain/db/db_test.go index b8aec71aad..02ac4d5a7c 100644 --- a/beacon-chain/db/db_test.go +++ b/beacon-chain/db/db_test.go @@ -1,5 +1,5 @@ package db -import "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" +import "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" var _ Database = (*kv.Store)(nil) diff --git a/beacon-chain/db/errors.go b/beacon-chain/db/errors.go index 1430f19d8c..0220358674 100644 --- a/beacon-chain/db/errors.go +++ b/beacon-chain/db/errors.go @@ -4,7 +4,7 @@ import ( "errors" "os" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" ) // ErrNotFound can be used to determine if an error from a method in the database package diff --git a/beacon-chain/db/filesystem/BUILD.bazel b/beacon-chain/db/filesystem/BUILD.bazel index d3d2f3a261..5c9d2df0b4 100644 --- a/beacon-chain/db/filesystem/BUILD.bazel +++ b/beacon-chain/db/filesystem/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "mock.go", "pruner.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem", visibility = ["//visibility:public"], deps = [ "//async:go_default_library", diff --git a/beacon-chain/db/filesystem/blob.go b/beacon-chain/db/filesystem/blob.go index 7bf93ca00e..2c227233c4 100644 --- a/beacon-chain/db/filesystem/blob.go +++ b/beacon-chain/db/filesystem/blob.go @@ -7,12 +7,12 @@ import ( "path" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/runtime/logging" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/runtime/logging" "github.com/pkg/errors" "github.com/sirupsen/logrus" "github.com/spf13/afero" diff --git a/beacon-chain/db/filesystem/blob_test.go b/beacon-chain/db/filesystem/blob_test.go index eca59408b4..b8356cd9cd 100644 --- a/beacon-chain/db/filesystem/blob_test.go +++ b/beacon-chain/db/filesystem/blob_test.go @@ -8,14 +8,14 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ssz "github.com/prysmaticlabs/fastssz" "github.com/spf13/afero" ) diff --git a/beacon-chain/db/filesystem/cache.go b/beacon-chain/db/filesystem/cache.go index b166badf4e..fa5f56f03d 100644 --- a/beacon-chain/db/filesystem/cache.go +++ b/beacon-chain/db/filesystem/cache.go @@ -4,10 +4,10 @@ import ( "fmt" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // blobIndexMask is a bitmask representing the set of blob indices that are currently set. diff --git a/beacon-chain/db/filesystem/cache_test.go b/beacon-chain/db/filesystem/cache_test.go index d5da4a1ec7..138344ae84 100644 --- a/beacon-chain/db/filesystem/cache_test.go +++ b/beacon-chain/db/filesystem/cache_test.go @@ -3,10 +3,10 @@ package filesystem import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestSlotByRoot_Summary(t *testing.T) { diff --git a/beacon-chain/db/filesystem/data_column.go b/beacon-chain/db/filesystem/data_column.go index ac33e8870f..e4491dea50 100644 --- a/beacon-chain/db/filesystem/data_column.go +++ b/beacon-chain/db/filesystem/data_column.go @@ -14,15 +14,15 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/spf13/afero" ) diff --git a/beacon-chain/db/filesystem/data_column_cache.go b/beacon-chain/db/filesystem/data_column_cache.go index 52684b683b..5e721d25e1 100644 --- a/beacon-chain/db/filesystem/data_column_cache.go +++ b/beacon-chain/db/filesystem/data_column_cache.go @@ -3,9 +3,9 @@ package filesystem import ( "sync" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" ) diff --git a/beacon-chain/db/filesystem/data_column_cache_test.go b/beacon-chain/db/filesystem/data_column_cache_test.go index fc89a93e10..2929535389 100644 --- a/beacon-chain/db/filesystem/data_column_cache_test.go +++ b/beacon-chain/db/filesystem/data_column_cache_test.go @@ -3,10 +3,10 @@ package filesystem import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestHasIndex(t *testing.T) { diff --git a/beacon-chain/db/filesystem/data_column_test.go b/beacon-chain/db/filesystem/data_column_test.go index 23dc6d5c72..fe42199689 100644 --- a/beacon-chain/db/filesystem/data_column_test.go +++ b/beacon-chain/db/filesystem/data_column_test.go @@ -6,12 +6,12 @@ import ( "path/filepath" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/spf13/afero" ) diff --git a/beacon-chain/db/filesystem/iteration.go b/beacon-chain/db/filesystem/iteration.go index 3cadf8d8ae..0c8d9189d7 100644 --- a/beacon-chain/db/filesystem/iteration.go +++ b/beacon-chain/db/filesystem/iteration.go @@ -7,7 +7,7 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/db/filesystem/iteration_test.go b/beacon-chain/db/filesystem/iteration_test.go index e2a44a17d0..57c563a9d8 100644 --- a/beacon-chain/db/filesystem/iteration_test.go +++ b/beacon-chain/db/filesystem/iteration_test.go @@ -10,11 +10,11 @@ import ( "sort" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/spf13/afero" ) diff --git a/beacon-chain/db/filesystem/layout.go b/beacon-chain/db/filesystem/layout.go index b3f3782637..b3af864132 100644 --- a/beacon-chain/db/filesystem/layout.go +++ b/beacon-chain/db/filesystem/layout.go @@ -7,10 +7,10 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" "github.com/spf13/afero" diff --git a/beacon-chain/db/filesystem/layout_by_epoch.go b/beacon-chain/db/filesystem/layout_by_epoch.go index 3e6adb4c93..7cf7ee3636 100644 --- a/beacon-chain/db/filesystem/layout_by_epoch.go +++ b/beacon-chain/db/filesystem/layout_by_epoch.go @@ -7,8 +7,8 @@ import ( "path/filepath" "strconv" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" "github.com/spf13/afero" ) diff --git a/beacon-chain/db/filesystem/layout_flat.go b/beacon-chain/db/filesystem/layout_flat.go index 3206082ddf..0c91f5aecd 100644 --- a/beacon-chain/db/filesystem/layout_flat.go +++ b/beacon-chain/db/filesystem/layout_flat.go @@ -6,8 +6,8 @@ import ( "os" "path" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/spf13/afero" ) diff --git a/beacon-chain/db/filesystem/layout_test.go b/beacon-chain/db/filesystem/layout_test.go index f7fd1b3e7b..3dc324548e 100644 --- a/beacon-chain/db/filesystem/layout_test.go +++ b/beacon-chain/db/filesystem/layout_test.go @@ -3,8 +3,8 @@ package filesystem import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type mockLayout struct { diff --git a/beacon-chain/db/filesystem/migration_test.go b/beacon-chain/db/filesystem/migration_test.go index fa29f9bf2a..b277f9e6dd 100644 --- a/beacon-chain/db/filesystem/migration_test.go +++ b/beacon-chain/db/filesystem/migration_test.go @@ -4,10 +4,10 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/spf13/afero" ) diff --git a/beacon-chain/db/filesystem/mock.go b/beacon-chain/db/filesystem/mock.go index 1a5eb2f40c..fcfd92090e 100644 --- a/beacon-chain/db/filesystem/mock.go +++ b/beacon-chain/db/filesystem/mock.go @@ -4,10 +4,10 @@ import ( "context" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/spf13/afero" ) diff --git a/beacon-chain/db/filesystem/pruner.go b/beacon-chain/db/filesystem/pruner.go index b6fc73b0e7..85ebedf996 100644 --- a/beacon-chain/db/filesystem/pruner.go +++ b/beacon-chain/db/filesystem/pruner.go @@ -5,7 +5,7 @@ import ( "sync/atomic" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/db/filesystem/pruner_test.go b/beacon-chain/db/filesystem/pruner_test.go index 1c4f028bb0..04b7c9d5a8 100644 --- a/beacon-chain/db/filesystem/pruner_test.go +++ b/beacon-chain/db/filesystem/pruner_test.go @@ -6,12 +6,12 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/spf13/afero" ) diff --git a/beacon-chain/db/filters/BUILD.bazel b/beacon-chain/db/filters/BUILD.bazel index 1fc2bedfba..535f825871 100644 --- a/beacon-chain/db/filters/BUILD.bazel +++ b/beacon-chain/db/filters/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "errors.go", "filter.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters", visibility = [ "//beacon-chain:__subpackages__", "//tools:__subpackages__", diff --git a/beacon-chain/db/filters/filter.go b/beacon-chain/db/filters/filter.go index 7ef8a03bcc..132a702603 100644 --- a/beacon-chain/db/filters/filter.go +++ b/beacon-chain/db/filters/filter.go @@ -15,7 +15,7 @@ package filters import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" ) diff --git a/beacon-chain/db/filters/filter_test.go b/beacon-chain/db/filters/filter_test.go index 2929cf4fe2..66a1d98555 100644 --- a/beacon-chain/db/filters/filter_test.go +++ b/beacon-chain/db/filters/filter_test.go @@ -3,9 +3,9 @@ package filters import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestQueryFilter_ChainsCorrectly(t *testing.T) { diff --git a/beacon-chain/db/iface/BUILD.bazel b/beacon-chain/db/iface/BUILD.bazel index 70b18f0700..f1576ad8b5 100644 --- a/beacon-chain/db/iface/BUILD.bazel +++ b/beacon-chain/db/iface/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "errors.go", "interface.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface", # Other packages must use github.com/prysmaticlabs/prysm/beacon-chain/db.Database alias. visibility = ["//visibility:public"], deps = [ diff --git a/beacon-chain/db/iface/interface.go b/beacon-chain/db/iface/interface.go index 191a807a87..179e9b46f2 100644 --- a/beacon-chain/db/iface/interface.go +++ b/beacon-chain/db/iface/interface.go @@ -7,15 +7,15 @@ import ( "context" "io" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/backup" - "github.com/OffchainLabs/prysm/v6/proto/dbval" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/backup" + "github.com/OffchainLabs/prysm/v7/proto/dbval" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common" ) diff --git a/beacon-chain/db/kv/BUILD.bazel b/beacon-chain/db/kv/BUILD.bazel index acbaa50fa2..a396c2d3d1 100644 --- a/beacon-chain/db/kv/BUILD.bazel +++ b/beacon-chain/db/kv/BUILD.bazel @@ -33,7 +33,7 @@ go_library( "validated_checkpoint.go", "wss.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/blocks:go_default_library", diff --git a/beacon-chain/db/kv/archived_point.go b/beacon-chain/db/kv/archived_point.go index 3af6d1e6e7..9480472664 100644 --- a/beacon-chain/db/kv/archived_point.go +++ b/beacon-chain/db/kv/archived_point.go @@ -3,9 +3,9 @@ package kv import ( "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/archived_point_test.go b/beacon-chain/db/kv/archived_point_test.go index afc160e115..fc31d2b252 100644 --- a/beacon-chain/db/kv/archived_point_test.go +++ b/beacon-chain/db/kv/archived_point_test.go @@ -3,10 +3,10 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestArchivedPointIndexRoot_CanSaveRetrieve(t *testing.T) { diff --git a/beacon-chain/db/kv/backfill.go b/beacon-chain/db/kv/backfill.go index 28c0c61b06..7fdd72fddf 100644 --- a/beacon-chain/db/kv/backfill.go +++ b/beacon-chain/db/kv/backfill.go @@ -3,8 +3,8 @@ package kv import ( "context" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/proto/dbval" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/proto/dbval" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" "google.golang.org/protobuf/proto" diff --git a/beacon-chain/db/kv/backfill_test.go b/beacon-chain/db/kv/backfill_test.go index 8878c9f303..8223bcfdae 100644 --- a/beacon-chain/db/kv/backfill_test.go +++ b/beacon-chain/db/kv/backfill_test.go @@ -3,9 +3,9 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/proto/dbval" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/proto/dbval" + "github.com/OffchainLabs/prysm/v7/testing/require" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/db/kv/backup.go b/beacon-chain/db/kv/backup.go index 75c18b100d..bca6467eb3 100644 --- a/beacon-chain/db/kv/backup.go +++ b/beacon-chain/db/kv/backup.go @@ -5,10 +5,10 @@ import ( "fmt" "path" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/backup_test.go b/beacon-chain/db/kv/backup_test.go index b8fdcf7aac..b93c5dee2a 100644 --- a/beacon-chain/db/kv/backup_test.go +++ b/beacon-chain/db/kv/backup_test.go @@ -5,10 +5,10 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestStore_Backup(t *testing.T) { diff --git a/beacon-chain/db/kv/blocks.go b/beacon-chain/db/kv/blocks.go index aeaa314567..d10c3aa5c5 100644 --- a/beacon-chain/db/kv/blocks.go +++ b/beacon-chain/db/kv/blocks.go @@ -6,17 +6,17 @@ import ( "fmt" "slices" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/golang/snappy" "github.com/pkg/errors" diff --git a/beacon-chain/db/kv/blocks_test.go b/beacon-chain/db/kv/blocks_test.go index a35708d3c1..94f1ceafb5 100644 --- a/beacon-chain/db/kv/blocks_test.go +++ b/beacon-chain/db/kv/blocks_test.go @@ -6,18 +6,18 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" diff --git a/beacon-chain/db/kv/checkpoint.go b/beacon-chain/db/kv/checkpoint.go index 90435ae737..16b01866aa 100644 --- a/beacon-chain/db/kv/checkpoint.go +++ b/beacon-chain/db/kv/checkpoint.go @@ -4,11 +4,11 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/checkpoint_test.go b/beacon-chain/db/kv/checkpoint_test.go index 1b4389b45c..50a707d95c 100644 --- a/beacon-chain/db/kv/checkpoint_test.go +++ b/beacon-chain/db/kv/checkpoint_test.go @@ -3,13 +3,13 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/db/kv/custody.go b/beacon-chain/db/kv/custody.go index 63df838bed..3655b632d1 100644 --- a/beacon-chain/db/kv/custody.go +++ b/beacon-chain/db/kv/custody.go @@ -4,11 +4,11 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" bolt "go.etcd.io/bbolt" diff --git a/beacon-chain/db/kv/custody_test.go b/beacon-chain/db/kv/custody_test.go index 6db0148109..e7ff3af4a5 100644 --- a/beacon-chain/db/kv/custody_test.go +++ b/beacon-chain/db/kv/custody_test.go @@ -5,11 +5,11 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/deposit_contract.go b/beacon-chain/db/kv/deposit_contract.go index 2849e882ba..6363337b00 100644 --- a/beacon-chain/db/kv/deposit_contract.go +++ b/beacon-chain/db/kv/deposit_contract.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/ethereum/go-ethereum/common" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/deposit_contract_test.go b/beacon-chain/db/kv/deposit_contract_test.go index e5b2f6b60c..2743e6145f 100644 --- a/beacon-chain/db/kv/deposit_contract_test.go +++ b/beacon-chain/db/kv/deposit_contract_test.go @@ -3,8 +3,8 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" ) diff --git a/beacon-chain/db/kv/encoding.go b/beacon-chain/db/kv/encoding.go index 1c7f1c70c0..d1a5c9d5b9 100644 --- a/beacon-chain/db/kv/encoding.go +++ b/beacon-chain/db/kv/encoding.go @@ -5,8 +5,8 @@ import ( "errors" "reflect" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/golang/snappy" fastssz "github.com/prysmaticlabs/fastssz" "google.golang.org/protobuf/proto" diff --git a/beacon-chain/db/kv/encoding_test.go b/beacon-chain/db/kv/encoding_test.go index cfcf04e964..13b328c91f 100644 --- a/beacon-chain/db/kv/encoding_test.go +++ b/beacon-chain/db/kv/encoding_test.go @@ -3,8 +3,8 @@ package kv import ( "testing" - testpb "github.com/OffchainLabs/prysm/v6/proto/testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + testpb "github.com/OffchainLabs/prysm/v7/proto/testing" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_encode_handlesNilFromFunction(t *testing.T) { diff --git a/beacon-chain/db/kv/execution_chain.go b/beacon-chain/db/kv/execution_chain.go index 861bae1bc0..864bac580b 100644 --- a/beacon-chain/db/kv/execution_chain.go +++ b/beacon-chain/db/kv/execution_chain.go @@ -4,9 +4,9 @@ import ( "context" "errors" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - v2 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + v2 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" bolt "go.etcd.io/bbolt" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/db/kv/execution_chain_test.go b/beacon-chain/db/kv/execution_chain_test.go index d7e8bdf9e0..9dd8b1201e 100644 --- a/beacon-chain/db/kv/execution_chain_test.go +++ b/beacon-chain/db/kv/execution_chain_test.go @@ -3,7 +3,7 @@ package kv import ( "testing" - v2 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + v2 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestStore_SavePowchainData(t *testing.T) { diff --git a/beacon-chain/db/kv/finalized_block_roots.go b/beacon-chain/db/kv/finalized_block_roots.go index 864d46ec44..5f507aaec6 100644 --- a/beacon-chain/db/kv/finalized_block_roots.go +++ b/beacon-chain/db/kv/finalized_block_roots.go @@ -4,13 +4,13 @@ import ( "bytes" "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/finalized_block_roots_test.go b/beacon-chain/db/kv/finalized_block_roots_test.go index dc4aabc612..91e2c057a6 100644 --- a/beacon-chain/db/kv/finalized_block_roots_test.go +++ b/beacon-chain/db/kv/finalized_block_roots_test.go @@ -5,16 +5,16 @@ import ( "context" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/genesis.go b/beacon-chain/db/kv/genesis.go index 297103f1fb..b7f201d445 100644 --- a/beacon-chain/db/kv/genesis.go +++ b/beacon-chain/db/kv/genesis.go @@ -4,12 +4,12 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - dbIface "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - "github.com/OffchainLabs/prysm/v6/genesis" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + dbIface "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + "github.com/OffchainLabs/prysm/v7/genesis" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/db/kv/genesis_test.go b/beacon-chain/db/kv/genesis_test.go index d79ce95873..fb340174f3 100644 --- a/beacon-chain/db/kv/genesis_test.go +++ b/beacon-chain/db/kv/genesis_test.go @@ -5,13 +5,13 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/beacon-chain/db/kv/init_test.go b/beacon-chain/db/kv/init_test.go index 5672e14350..0763203342 100644 --- a/beacon-chain/db/kv/init_test.go +++ b/beacon-chain/db/kv/init_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/db/kv/kv.go b/beacon-chain/db/kv/kv.go index 193cadf48b..fd1b3482a6 100644 --- a/beacon-chain/db/kv/kv.go +++ b/beacon-chain/db/kv/kv.go @@ -9,13 +9,13 @@ import ( "path" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/io/file" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/io/file" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/dgraph-io/ristretto/v2" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" diff --git a/beacon-chain/db/kv/kv_test.go b/beacon-chain/db/kv/kv_test.go index c5eb010740..260adb17fd 100644 --- a/beacon-chain/db/kv/kv_test.go +++ b/beacon-chain/db/kv/kv_test.go @@ -6,11 +6,11 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/lightclient.go b/beacon-chain/db/kv/lightclient.go index 33eb6bb237..abf9695e14 100644 --- a/beacon-chain/db/kv/lightclient.go +++ b/beacon-chain/db/kv/lightclient.go @@ -5,14 +5,14 @@ import ( "encoding/binary" "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - light_client "github.com/OffchainLabs/prysm/v6/consensus-types/light-client" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + light_client "github.com/OffchainLabs/prysm/v7/consensus-types/light-client" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/golang/snappy" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" diff --git a/beacon-chain/db/kv/lightclient_test.go b/beacon-chain/db/kv/lightclient_test.go index 51ef070136..609471e064 100644 --- a/beacon-chain/db/kv/lightclient_test.go +++ b/beacon-chain/db/kv/lightclient_test.go @@ -5,18 +5,18 @@ import ( "math/rand" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - light_client "github.com/OffchainLabs/prysm/v6/consensus-types/light-client" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + light_client "github.com/OffchainLabs/prysm/v7/consensus-types/light-client" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" bolt "go.etcd.io/bbolt" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/db/kv/migration_archived_index.go b/beacon-chain/db/kv/migration_archived_index.go index 438d71efe9..6a790e74bd 100644 --- a/beacon-chain/db/kv/migration_archived_index.go +++ b/beacon-chain/db/kv/migration_archived_index.go @@ -4,9 +4,9 @@ import ( "bytes" "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/migration_archived_index_test.go b/beacon-chain/db/kv/migration_archived_index_test.go index 87c2f359b4..e87ac0ecdb 100644 --- a/beacon-chain/db/kv/migration_archived_index_test.go +++ b/beacon-chain/db/kv/migration_archived_index_test.go @@ -3,9 +3,9 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/util" "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/migration_block_slot_index.go b/beacon-chain/db/kv/migration_block_slot_index.go index be9be8963c..ffb2c79be4 100644 --- a/beacon-chain/db/kv/migration_block_slot_index.go +++ b/beacon-chain/db/kv/migration_block_slot_index.go @@ -5,7 +5,7 @@ import ( "context" "strconv" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/migration_block_slot_index_test.go b/beacon-chain/db/kv/migration_block_slot_index_test.go index f38e3d50a4..070fab4024 100644 --- a/beacon-chain/db/kv/migration_block_slot_index_test.go +++ b/beacon-chain/db/kv/migration_block_slot_index_test.go @@ -3,8 +3,8 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/migration_finalized_parent.go b/beacon-chain/db/kv/migration_finalized_parent.go index 7d5961408a..b4d8707fb3 100644 --- a/beacon-chain/db/kv/migration_finalized_parent.go +++ b/beacon-chain/db/kv/migration_finalized_parent.go @@ -5,9 +5,9 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/migration_state_validators.go b/beacon-chain/db/kv/migration_state_validators.go index 923ea9b04b..7f6a8fc3f0 100644 --- a/beacon-chain/db/kv/migration_state_validators.go +++ b/beacon-chain/db/kv/migration_state_validators.go @@ -5,10 +5,10 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - "github.com/OffchainLabs/prysm/v6/monitoring/progress" - v1alpha1 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + "github.com/OffchainLabs/prysm/v7/monitoring/progress" + v1alpha1 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/snappy" "github.com/schollz/progressbar/v3" diff --git a/beacon-chain/db/kv/migration_state_validators_test.go b/beacon-chain/db/kv/migration_state_validators_test.go index 5fb902355a..af8b84f8b6 100644 --- a/beacon-chain/db/kv/migration_state_validators_test.go +++ b/beacon-chain/db/kv/migration_state_validators_test.go @@ -4,14 +4,14 @@ import ( "bytes" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - v1alpha1 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + v1alpha1 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/p2p.go b/beacon-chain/db/kv/p2p.go index 1748eda100..d81f457017 100644 --- a/beacon-chain/db/kv/p2p.go +++ b/beacon-chain/db/kv/p2p.go @@ -3,8 +3,8 @@ package kv import ( "context" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/p2p_test.go b/beacon-chain/db/kv/p2p_test.go index 435141b8fb..43e476f269 100644 --- a/beacon-chain/db/kv/p2p_test.go +++ b/beacon-chain/db/kv/p2p_test.go @@ -3,8 +3,8 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStore_MetadataSeqNum(t *testing.T) { diff --git a/beacon-chain/db/kv/state.go b/beacon-chain/db/kv/state.go index 16ed683747..485c5bcadd 100644 --- a/beacon-chain/db/kv/state.go +++ b/beacon-chain/db/kv/state.go @@ -5,18 +5,18 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/golang/snappy" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" diff --git a/beacon-chain/db/kv/state_summary.go b/beacon-chain/db/kv/state_summary.go index ca964509bc..a79410da4c 100644 --- a/beacon-chain/db/kv/state_summary.go +++ b/beacon-chain/db/kv/state_summary.go @@ -3,9 +3,9 @@ package kv import ( "context" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/state_summary_cache.go b/beacon-chain/db/kv/state_summary_cache.go index 48d4b91867..ab2977aed9 100644 --- a/beacon-chain/db/kv/state_summary_cache.go +++ b/beacon-chain/db/kv/state_summary_cache.go @@ -3,7 +3,7 @@ package kv import ( "sync" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) const stateSummaryCachePruneCount = 128 diff --git a/beacon-chain/db/kv/state_summary_test.go b/beacon-chain/db/kv/state_summary_test.go index b3a207a3a2..bab1959347 100644 --- a/beacon-chain/db/kv/state_summary_test.go +++ b/beacon-chain/db/kv/state_summary_test.go @@ -3,11 +3,11 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStateSummary_CanSaveRetrieve(t *testing.T) { diff --git a/beacon-chain/db/kv/state_test.go b/beacon-chain/db/kv/state_test.go index c5bb58de9c..38af8b225e 100644 --- a/beacon-chain/db/kv/state_test.go +++ b/beacon-chain/db/kv/state_test.go @@ -8,20 +8,20 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/utils.go b/beacon-chain/db/kv/utils.go index a96b25a195..21ba282ab4 100644 --- a/beacon-chain/db/kv/utils.go +++ b/beacon-chain/db/kv/utils.go @@ -4,8 +4,8 @@ import ( "bytes" "context" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/utils_test.go b/beacon-chain/db/kv/utils_test.go index e8d761cbad..cafa836337 100644 --- a/beacon-chain/db/kv/utils_test.go +++ b/beacon-chain/db/kv/utils_test.go @@ -5,9 +5,9 @@ import ( "crypto/rand" "testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/validated_checkpoint.go b/beacon-chain/db/kv/validated_checkpoint.go index a06b9cdd1d..b4e8a55ac4 100644 --- a/beacon-chain/db/kv/validated_checkpoint.go +++ b/beacon-chain/db/kv/validated_checkpoint.go @@ -4,9 +4,9 @@ import ( "bytes" "context" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/kv/validated_checkpoint_test.go b/beacon-chain/db/kv/validated_checkpoint_test.go index 85aa5a2792..895ea6bbdf 100644 --- a/beacon-chain/db/kv/validated_checkpoint_test.go +++ b/beacon-chain/db/kv/validated_checkpoint_test.go @@ -3,12 +3,12 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/db/kv/wss.go b/beacon-chain/db/kv/wss.go index 4757d8aab0..77cbd5e89b 100644 --- a/beacon-chain/db/kv/wss.go +++ b/beacon-chain/db/kv/wss.go @@ -4,12 +4,12 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - "github.com/OffchainLabs/prysm/v6/proto/dbval" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + "github.com/OffchainLabs/prysm/v7/proto/dbval" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/db/kv/wss_test.go b/beacon-chain/db/kv/wss_test.go index d06082d68c..83b2075ced 100644 --- a/beacon-chain/db/kv/wss_test.go +++ b/beacon-chain/db/kv/wss_test.go @@ -3,11 +3,11 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/genesis" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/genesis" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestSaveOrigin(t *testing.T) { diff --git a/beacon-chain/db/pruner/BUILD.bazel b/beacon-chain/db/pruner/BUILD.bazel index aea71592ef..26d5e32cf2 100644 --- a/beacon-chain/db/pruner/BUILD.bazel +++ b/beacon-chain/db/pruner/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["pruner.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/db/pruner", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/db/pruner", visibility = [ "//beacon-chain:__subpackages__", ], diff --git a/beacon-chain/db/pruner/pruner.go b/beacon-chain/db/pruner/pruner.go index 6e3699a9e6..7573435214 100644 --- a/beacon-chain/db/pruner/pruner.go +++ b/beacon-chain/db/pruner/pruner.go @@ -4,11 +4,11 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/db/pruner/pruner_test.go b/beacon-chain/db/pruner/pruner_test.go index 55e3c109a2..c659aa9678 100644 --- a/beacon-chain/db/pruner/pruner_test.go +++ b/beacon-chain/db/pruner/pruner_test.go @@ -6,18 +6,18 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/util" - slottest "github.com/OffchainLabs/prysm/v6/time/slots/testing" + "github.com/OffchainLabs/prysm/v7/testing/util" + slottest "github.com/OffchainLabs/prysm/v7/time/slots/testing" "github.com/sirupsen/logrus" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/db/restore.go b/beacon-chain/db/restore.go index 23c0fcd55d..5ce68a45fd 100644 --- a/beacon-chain/db/restore.go +++ b/beacon-chain/db/restore.go @@ -5,10 +5,10 @@ import ( "path" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/prompt" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/prompt" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/beacon-chain/db/restore_test.go b/beacon-chain/db/restore_test.go index f246d0fee0..35028f991a 100644 --- a/beacon-chain/db/restore_test.go +++ b/beacon-chain/db/restore_test.go @@ -6,13 +6,13 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" ) diff --git a/beacon-chain/db/slasherkv/BUILD.bazel b/beacon-chain/db/slasherkv/BUILD.bazel index b693a8aba2..8ff95cc40e 100644 --- a/beacon-chain/db/slasherkv/BUILD.bazel +++ b/beacon-chain/db/slasherkv/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "schema.go", "slasher.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/db/slasherkv", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/db/slasherkv", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//beacon-chain/db/iface:go_default_library", diff --git a/beacon-chain/db/slasherkv/kv.go b/beacon-chain/db/slasherkv/kv.go index 7baf13d1fa..4c543226c5 100644 --- a/beacon-chain/db/slasherkv/kv.go +++ b/beacon-chain/db/slasherkv/kv.go @@ -9,9 +9,9 @@ import ( "path" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/slasherkv/kv_test.go b/beacon-chain/db/slasherkv/kv_test.go index 0f39ba0df7..913423b3ec 100644 --- a/beacon-chain/db/slasherkv/kv_test.go +++ b/beacon-chain/db/slasherkv/kv_test.go @@ -3,7 +3,7 @@ package slasherkv import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) // setupDB instantiates and returns a Store instance. diff --git a/beacon-chain/db/slasherkv/migrate.go b/beacon-chain/db/slasherkv/migrate.go index d3aca379e2..1b052c75e7 100644 --- a/beacon-chain/db/slasherkv/migrate.go +++ b/beacon-chain/db/slasherkv/migrate.go @@ -5,8 +5,8 @@ import ( "encoding/binary" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" bolt "go.etcd.io/bbolt" diff --git a/beacon-chain/db/slasherkv/migrate_test.go b/beacon-chain/db/slasherkv/migrate_test.go index 5ef5ac62f8..01673dc292 100644 --- a/beacon-chain/db/slasherkv/migrate_test.go +++ b/beacon-chain/db/slasherkv/migrate_test.go @@ -4,9 +4,9 @@ import ( "encoding/binary" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/slasherkv/pruning.go b/beacon-chain/db/slasherkv/pruning.go index 8f4e2efbe5..7560640b74 100644 --- a/beacon-chain/db/slasherkv/pruning.go +++ b/beacon-chain/db/slasherkv/pruning.go @@ -6,8 +6,8 @@ import ( "encoding/binary" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/slasherkv/pruning_test.go b/beacon-chain/db/slasherkv/pruning_test.go index 93bc95f121..3e4912fd9a 100644 --- a/beacon-chain/db/slasherkv/pruning_test.go +++ b/beacon-chain/db/slasherkv/pruning_test.go @@ -4,12 +4,12 @@ import ( "fmt" "testing" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" logTest "github.com/sirupsen/logrus/hooks/test" bolt "go.etcd.io/bbolt" ) diff --git a/beacon-chain/db/slasherkv/slasher.go b/beacon-chain/db/slasherkv/slasher.go index 3ecc728aa3..355861e746 100644 --- a/beacon-chain/db/slasherkv/slasher.go +++ b/beacon-chain/db/slasherkv/slasher.go @@ -8,13 +8,13 @@ import ( "sort" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/golang/snappy" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" diff --git a/beacon-chain/db/slasherkv/slasher_test.go b/beacon-chain/db/slasherkv/slasher_test.go index 2044520c3b..a76128e5ee 100644 --- a/beacon-chain/db/slasherkv/slasher_test.go +++ b/beacon-chain/db/slasherkv/slasher_test.go @@ -7,13 +7,13 @@ import ( "sort" "testing" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/db/testing/BUILD.bazel b/beacon-chain/db/testing/BUILD.bazel index b79ef547d4..15218051f4 100644 --- a/beacon-chain/db/testing/BUILD.bazel +++ b/beacon-chain/db/testing/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["setup_db.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing", visibility = [ "//beacon-chain:__subpackages__", "//testing:__subpackages__", diff --git a/beacon-chain/db/testing/setup_db.go b/beacon-chain/db/testing/setup_db.go index dbf6bad795..63bd83ed6f 100644 --- a/beacon-chain/db/testing/setup_db.go +++ b/beacon-chain/db/testing/setup_db.go @@ -6,10 +6,10 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/slasherkv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/slasherkv" ) // SetupDB instantiates and returns database backed by key value store. diff --git a/beacon-chain/execution/BUILD.bazel b/beacon-chain/execution/BUILD.bazel index c2445712c8..7866c9049f 100644 --- a/beacon-chain/execution/BUILD.bazel +++ b/beacon-chain/execution/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "rpc_connection.go", "service.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/execution", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/execution", visibility = [ "//beacon-chain:__subpackages__", "//cmd/beacon-chain:__subpackages__", diff --git a/beacon-chain/execution/block_cache.go b/beacon-chain/execution/block_cache.go index e567293951..3762e9acce 100644 --- a/beacon-chain/execution/block_cache.go +++ b/beacon-chain/execution/block_cache.go @@ -5,8 +5,8 @@ import ( "math/big" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/ethereum/go-ethereum/common" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/execution/block_cache_test.go b/beacon-chain/execution/block_cache_test.go index d7fac14f54..5ca4d886db 100644 --- a/beacon-chain/execution/block_cache_test.go +++ b/beacon-chain/execution/block_cache_test.go @@ -4,10 +4,10 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" ) diff --git a/beacon-chain/execution/block_reader.go b/beacon-chain/execution/block_reader.go index c13eef4f34..f3a558dd46 100644 --- a/beacon-chain/execution/block_reader.go +++ b/beacon-chain/execution/block_reader.go @@ -5,10 +5,10 @@ import ( "fmt" "math/big" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" ) diff --git a/beacon-chain/execution/block_reader_test.go b/beacon-chain/execution/block_reader_test.go index 9260f3ab98..11cbca4fc8 100644 --- a/beacon-chain/execution/block_reader_test.go +++ b/beacon-chain/execution/block_reader_test.go @@ -6,14 +6,14 @@ import ( "testing" "time" - dbutil "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - "github.com/OffchainLabs/prysm/v6/config/params" - contracts "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/contracts/deposit/mock" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + dbutil "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + "github.com/OffchainLabs/prysm/v7/config/params" + contracts "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/contracts/deposit/mock" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" gethTypes "github.com/ethereum/go-ethereum/core/types" diff --git a/beacon-chain/execution/deposit.go b/beacon-chain/execution/deposit.go index 1056b960b8..f874b19500 100644 --- a/beacon-chain/execution/deposit.go +++ b/beacon-chain/execution/deposit.go @@ -3,9 +3,9 @@ package execution import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" ) diff --git a/beacon-chain/execution/deposit_test.go b/beacon-chain/execution/deposit_test.go index f659cdf5e9..7c78f11b5f 100644 --- a/beacon-chain/execution/deposit_test.go +++ b/beacon-chain/execution/deposit_test.go @@ -4,20 +4,20 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - testing2 "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + testing2 "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/execution/engine_client.go b/beacon-chain/execution/engine_client.go index c8bbcd997a..73e41e32e0 100644 --- a/beacon-chain/execution/engine_client.go +++ b/beacon-chain/execution/engine_client.go @@ -7,22 +7,22 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - payloadattribute "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + payloadattribute "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" diff --git a/beacon-chain/execution/engine_client_fuzz_test.go b/beacon-chain/execution/engine_client_fuzz_test.go index 17459ad320..21e8b6bdb3 100644 --- a/beacon-chain/execution/engine_client_fuzz_test.go +++ b/beacon-chain/execution/engine_client_fuzz_test.go @@ -11,9 +11,9 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/assert" "github.com/ethereum/go-ethereum/beacon/engine" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" diff --git a/beacon-chain/execution/engine_client_test.go b/beacon-chain/execution/engine_client_test.go index 649da34914..b7368e81c4 100644 --- a/beacon-chain/execution/engine_client_test.go +++ b/beacon-chain/execution/engine_client_test.go @@ -13,24 +13,24 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - mocks "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - payloadattribute "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + mocks "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + payloadattribute "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" diff --git a/beacon-chain/execution/init_test.go b/beacon-chain/execution/init_test.go index 3123249fa2..2d76c903f9 100644 --- a/beacon-chain/execution/init_test.go +++ b/beacon-chain/execution/init_test.go @@ -1,7 +1,7 @@ package execution import ( - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) func init() { diff --git a/beacon-chain/execution/log_processing.go b/beacon-chain/execution/log_processing.go index 82910ffe80..1985780f36 100644 --- a/beacon-chain/execution/log_processing.go +++ b/beacon-chain/execution/log_processing.go @@ -8,19 +8,19 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreState "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - contracts "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreState "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + contracts "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" diff --git a/beacon-chain/execution/log_processing_test.go b/beacon-chain/execution/log_processing_test.go index 3f50a761de..a3673bc797 100644 --- a/beacon-chain/execution/log_processing_test.go +++ b/beacon-chain/execution/log_processing_test.go @@ -6,18 +6,18 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - contracts "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/contracts/deposit/mock" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + contracts "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/contracts/deposit/mock" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" logTest "github.com/sirupsen/logrus/hooks/test" diff --git a/beacon-chain/execution/mock_test.go b/beacon-chain/execution/mock_test.go index 6db5d1d7d1..500f71c529 100644 --- a/beacon-chain/execution/mock_test.go +++ b/beacon-chain/execution/mock_test.go @@ -6,8 +6,8 @@ import ( "net/http/httptest" "testing" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/require" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/rpc" ) diff --git a/beacon-chain/execution/options.go b/beacon-chain/execution/options.go index f6fe84caed..7d178671ce 100644 --- a/beacon-chain/execution/options.go +++ b/beacon-chain/execution/options.go @@ -1,14 +1,14 @@ package execution import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/network" - "github.com/OffchainLabs/prysm/v6/network/authorization" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/network" + "github.com/OffchainLabs/prysm/v7/network/authorization" "github.com/ethereum/go-ethereum/common" ) diff --git a/beacon-chain/execution/payload_body.go b/beacon-chain/execution/payload_body.go index e048eae7d6..bda68063f5 100644 --- a/beacon-chain/execution/payload_body.go +++ b/beacon-chain/execution/payload_body.go @@ -4,11 +4,11 @@ import ( "context" "sort" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" diff --git a/beacon-chain/execution/payload_body_test.go b/beacon-chain/execution/payload_body_test.go index 9ad162a80c..e1b412f516 100644 --- a/beacon-chain/execution/payload_body_test.go +++ b/beacon-chain/execution/payload_body_test.go @@ -4,16 +4,16 @@ import ( "net/http" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func payloadToBody(t *testing.T, ed interfaces.ExecutionData) *pb.ExecutionPayloadBody { diff --git a/beacon-chain/execution/prometheus.go b/beacon-chain/execution/prometheus.go index 5332d42021..8d3160e968 100644 --- a/beacon-chain/execution/prometheus.go +++ b/beacon-chain/execution/prometheus.go @@ -4,7 +4,7 @@ import ( "context" "sync" - "github.com/OffchainLabs/prysm/v6/monitoring/clientstats" + "github.com/OffchainLabs/prysm/v7/monitoring/clientstats" "github.com/prometheus/client_golang/prometheus" ) diff --git a/beacon-chain/execution/prometheus_test.go b/beacon-chain/execution/prometheus_test.go index 069414a442..747e61c0d4 100644 --- a/beacon-chain/execution/prometheus_test.go +++ b/beacon-chain/execution/prometheus_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assert" "github.com/prometheus/client_golang/prometheus" ) diff --git a/beacon-chain/execution/rpc_connection.go b/beacon-chain/execution/rpc_connection.go index 7e1d8083e8..4dc25d0d34 100644 --- a/beacon-chain/execution/rpc_connection.go +++ b/beacon-chain/execution/rpc_connection.go @@ -7,11 +7,11 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - contracts "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/io/logs" - "github.com/OffchainLabs/prysm/v6/network" - "github.com/OffchainLabs/prysm/v6/network/authorization" + "github.com/OffchainLabs/prysm/v7/config/params" + contracts "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/io/logs" + "github.com/OffchainLabs/prysm/v7/network" + "github.com/OffchainLabs/prysm/v7/network/authorization" "github.com/ethereum/go-ethereum/ethclient" gethRPC "github.com/ethereum/go-ethereum/rpc" "github.com/pkg/errors" diff --git a/beacon-chain/execution/service.go b/beacon-chain/execution/service.go index 376a572a92..f621fd1d3c 100644 --- a/beacon-chain/execution/service.go +++ b/beacon-chain/execution/service.go @@ -13,27 +13,27 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/container/trie" - contracts "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/clientstats" - "github.com/OffchainLabs/prysm/v6/network" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/container/trie" + contracts "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/clientstats" + "github.com/OffchainLabs/prysm/v7/network" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" diff --git a/beacon-chain/execution/service_test.go b/beacon-chain/execution/service_test.go index 60f2785a70..6586c82ecf 100644 --- a/beacon-chain/execution/service_test.go +++ b/beacon-chain/execution/service_test.go @@ -7,28 +7,28 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - dbutil "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - contracts "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/contracts/deposit/mock" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - "github.com/OffchainLabs/prysm/v6/monitoring/clientstats" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + dbutil "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + contracts "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/contracts/deposit/mock" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + "github.com/OffchainLabs/prysm/v7/monitoring/clientstats" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" diff --git a/beacon-chain/execution/testing/BUILD.bazel b/beacon-chain/execution/testing/BUILD.bazel index a1d1b32849..f1e09ecb4f 100644 --- a/beacon-chain/execution/testing/BUILD.bazel +++ b/beacon-chain/execution/testing/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "mock_execution_chain.go", "mock_faulty_powchain.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing", visibility = [ "//visibility:public", ], diff --git a/beacon-chain/execution/testing/mock_engine_client.go b/beacon-chain/execution/testing/mock_engine_client.go index 969a39892a..9f3d66f1e2 100644 --- a/beacon-chain/execution/testing/mock_engine_client.go +++ b/beacon-chain/execution/testing/mock_engine_client.go @@ -4,15 +4,15 @@ import ( "context" "math/big" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - payloadattribute "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + payloadattribute "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/holiman/uint256" diff --git a/beacon-chain/execution/testing/mock_execution_chain.go b/beacon-chain/execution/testing/mock_execution_chain.go index 6bb158ae01..c1eb76d369 100644 --- a/beacon-chain/execution/testing/mock_execution_chain.go +++ b/beacon-chain/execution/testing/mock_execution_chain.go @@ -9,12 +9,12 @@ import ( "net/http/httptest" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" gethTypes "github.com/ethereum/go-ethereum/core/types" diff --git a/beacon-chain/execution/testing/mock_faulty_powchain.go b/beacon-chain/execution/testing/mock_faulty_powchain.go index 74c18f3484..b273c9f8d3 100644 --- a/beacon-chain/execution/testing/mock_faulty_powchain.go +++ b/beacon-chain/execution/testing/mock_faulty_powchain.go @@ -4,11 +4,11 @@ import ( "context" "math/big" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" ) diff --git a/beacon-chain/execution/types/BUILD.bazel b/beacon-chain/execution/types/BUILD.bazel index b9ac33bfca..254b4fa2f9 100644 --- a/beacon-chain/execution/types/BUILD.bazel +++ b/beacon-chain/execution/types/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["eth1_types.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/types", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/types", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//encoding/bytesutil:go_default_library", diff --git a/beacon-chain/execution/types/eth1_types.go b/beacon-chain/execution/types/eth1_types.go index ea94661260..faf4d0d3f4 100644 --- a/beacon-chain/execution/types/eth1_types.go +++ b/beacon-chain/execution/types/eth1_types.go @@ -5,7 +5,7 @@ import ( "errors" "math/big" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/execution/types/eth1_types_test.go b/beacon-chain/execution/types/eth1_types_test.go index ef04cf1f4f..fc3674e354 100644 --- a/beacon-chain/execution/types/eth1_types_test.go +++ b/beacon-chain/execution/types/eth1_types_test.go @@ -6,7 +6,7 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assert" "github.com/ethereum/go-ethereum/common" ) diff --git a/beacon-chain/forkchoice/BUILD.bazel b/beacon-chain/forkchoice/BUILD.bazel index 6f09ed4119..601c4b0e05 100644 --- a/beacon-chain/forkchoice/BUILD.bazel +++ b/beacon-chain/forkchoice/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "interfaces.go", "ro.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice", visibility = [ "//beacon-chain:__subpackages__", "//cmd:__subpackages__", diff --git a/beacon-chain/forkchoice/doubly-linked-tree/BUILD.bazel b/beacon-chain/forkchoice/doubly-linked-tree/BUILD.bazel index 8843d891de..619c9fc046 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/BUILD.bazel +++ b/beacon-chain/forkchoice/doubly-linked-tree/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "types.go", "unrealized_justification.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree", visibility = [ "//beacon-chain:__subpackages__", "//testing/spectest:__subpackages__", diff --git a/beacon-chain/forkchoice/doubly-linked-tree/ffg_update_test.go b/beacon-chain/forkchoice/doubly-linked-tree/ffg_update_test.go index 466c022a6a..5d6cfa9ad7 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/ffg_update_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/ffg_update_test.go @@ -4,11 +4,11 @@ import ( "context" "testing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestFFGUpdates_OneBranch(t *testing.T) { diff --git a/beacon-chain/forkchoice/doubly-linked-tree/forkchoice.go b/beacon-chain/forkchoice/doubly-linked-tree/forkchoice.go index 0118e16fc1..516a3faf0f 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/forkchoice.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/forkchoice.go @@ -5,19 +5,19 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_blocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - forkchoice2 "github.com/OffchainLabs/prysm/v6/consensus-types/forkchoice" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_blocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + forkchoice2 "github.com/OffchainLabs/prysm/v7/consensus-types/forkchoice" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/forkchoice/doubly-linked-tree/forkchoice_test.go b/beacon-chain/forkchoice/doubly-linked-tree/forkchoice_test.go index a2b97a7051..107ead8ff8 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/forkchoice_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/forkchoice_test.go @@ -6,19 +6,19 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) // prepareForkchoiceState prepares a beacon State with the given data to mock diff --git a/beacon-chain/forkchoice/doubly-linked-tree/last_root.go b/beacon-chain/forkchoice/doubly-linked-tree/last_root.go index aeb4685af0..4a5b26a2a8 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/last_root.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/last_root.go @@ -1,8 +1,8 @@ package doublylinkedtree import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // LastRoot returns the last canonical block root in the given epoch diff --git a/beacon-chain/forkchoice/doubly-linked-tree/last_root_test.go b/beacon-chain/forkchoice/doubly-linked-tree/last_root_test.go index 006b813e1f..2ddbccdbe6 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/last_root_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/last_root_test.go @@ -3,8 +3,8 @@ package doublylinkedtree import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestLastRoot(t *testing.T) { diff --git a/beacon-chain/forkchoice/doubly-linked-tree/no_vote_test.go b/beacon-chain/forkchoice/doubly-linked-tree/no_vote_test.go index bc1897e3f6..537188f001 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/no_vote_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/no_vote_test.go @@ -3,9 +3,9 @@ package doublylinkedtree import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestNoVote_CanFindHead(t *testing.T) { diff --git a/beacon-chain/forkchoice/doubly-linked-tree/node.go b/beacon-chain/forkchoice/doubly-linked-tree/node.go index 811adbe835..8ac6884d1b 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/node.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/node.go @@ -5,10 +5,10 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - forkchoice2 "github.com/OffchainLabs/prysm/v6/consensus-types/forkchoice" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + forkchoice2 "github.com/OffchainLabs/prysm/v7/consensus-types/forkchoice" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/forkchoice/doubly-linked-tree/node_test.go b/beacon-chain/forkchoice/doubly-linked-tree/node_test.go index 72c83512d9..fe21705f06 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/node_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/node_test.go @@ -4,11 +4,11 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/forkchoice" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/forkchoice" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestNode_ApplyWeightChanges_PositiveChange(t *testing.T) { diff --git a/beacon-chain/forkchoice/doubly-linked-tree/on_tick.go b/beacon-chain/forkchoice/doubly-linked-tree/on_tick.go index 71cbbea413..dcc1b39a7b 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/on_tick.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/on_tick.go @@ -3,8 +3,8 @@ package doublylinkedtree import ( "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/forkchoice/doubly-linked-tree/on_tick_test.go b/beacon-chain/forkchoice/doubly-linked-tree/on_tick_test.go index ce2930dd07..0a14dea494 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/on_tick_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/on_tick_test.go @@ -3,10 +3,10 @@ package doublylinkedtree import ( "testing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStore_NewSlot(t *testing.T) { diff --git a/beacon-chain/forkchoice/doubly-linked-tree/optimistic_sync.go b/beacon-chain/forkchoice/doubly-linked-tree/optimistic_sync.go index 0049bbee62..c70fdb7a3f 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/optimistic_sync.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/optimistic_sync.go @@ -3,7 +3,7 @@ package doublylinkedtree import ( "context" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/pkg/errors" ) diff --git a/beacon-chain/forkchoice/doubly-linked-tree/optimistic_sync_test.go b/beacon-chain/forkchoice/doubly-linked-tree/optimistic_sync_test.go index 8bcc44a539..3bc6f44b70 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/optimistic_sync_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/optimistic_sync_test.go @@ -4,9 +4,9 @@ import ( "sort" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" ) // We test the algorithm to update a node from SYNCING to INVALID diff --git a/beacon-chain/forkchoice/doubly-linked-tree/proposer_boost.go b/beacon-chain/forkchoice/doubly-linked-tree/proposer_boost.go index 6857d7ee4b..41b20185a0 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/proposer_boost.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/proposer_boost.go @@ -1,8 +1,8 @@ package doublylinkedtree import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" ) // applyProposerBoostScore applies the current proposer boost scores to the diff --git a/beacon-chain/forkchoice/doubly-linked-tree/proposer_boost_test.go b/beacon-chain/forkchoice/doubly-linked-tree/proposer_boost_test.go index 4ed14ddb81..fe8e12e18c 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/proposer_boost_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/proposer_boost_test.go @@ -4,10 +4,10 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) // Helper function to simulate the block being on time or delayed for proposer diff --git a/beacon-chain/forkchoice/doubly-linked-tree/reorg_late_blocks.go b/beacon-chain/forkchoice/doubly-linked-tree/reorg_late_blocks.go index 2cc784e3fc..26e9a6c5bd 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/reorg_late_blocks.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/reorg_late_blocks.go @@ -3,8 +3,8 @@ package doublylinkedtree import ( "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // orphanLateBlockProposingEarly determines the maximum threshold that we diff --git a/beacon-chain/forkchoice/doubly-linked-tree/reorg_late_blocks_test.go b/beacon-chain/forkchoice/doubly-linked-tree/reorg_late_blocks_test.go index d5f7bd65df..a828e10a3b 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/reorg_late_blocks_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/reorg_late_blocks_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestForkChoice_ShouldOverrideFCU(t *testing.T) { diff --git a/beacon-chain/forkchoice/doubly-linked-tree/store.go b/beacon-chain/forkchoice/doubly-linked-tree/store.go index 95d58669ea..c0d314df73 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/store.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/store.go @@ -5,13 +5,13 @@ import ( "fmt" "time" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_blocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_blocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/forkchoice/doubly-linked-tree/store_test.go b/beacon-chain/forkchoice/doubly-linked-tree/store_test.go index fb69496d1f..a501a261d0 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/store_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/store_test.go @@ -5,11 +5,11 @@ import ( "testing" "time" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStore_JustifiedEpoch(t *testing.T) { diff --git a/beacon-chain/forkchoice/doubly-linked-tree/types.go b/beacon-chain/forkchoice/doubly-linked-tree/types.go index a0faf6a88e..3db93944af 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/types.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/types.go @@ -4,10 +4,10 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // ForkChoice defines the overall fork choice store which includes all block nodes, validator's latest votes and balances. diff --git a/beacon-chain/forkchoice/doubly-linked-tree/unrealized_justification.go b/beacon-chain/forkchoice/doubly-linked-tree/unrealized_justification.go index 1949d9daab..0900a61e14 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/unrealized_justification.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/unrealized_justification.go @@ -3,14 +3,14 @@ package doublylinkedtree import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/forkchoice/doubly-linked-tree/unrealized_justification_test.go b/beacon-chain/forkchoice/doubly-linked-tree/unrealized_justification_test.go index 2bbef62806..f8ee9330b0 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/unrealized_justification_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/unrealized_justification_test.go @@ -3,11 +3,11 @@ package doublylinkedtree import ( "testing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestStore_SetUnrealizedEpochs(t *testing.T) { diff --git a/beacon-chain/forkchoice/doubly-linked-tree/vote_test.go b/beacon-chain/forkchoice/doubly-linked-tree/vote_test.go index 7ad3e4c3a4..c3e6e77eac 100644 --- a/beacon-chain/forkchoice/doubly-linked-tree/vote_test.go +++ b/beacon-chain/forkchoice/doubly-linked-tree/vote_test.go @@ -3,9 +3,9 @@ package doublylinkedtree import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestVotes_CanFindHead(t *testing.T) { diff --git a/beacon-chain/forkchoice/interfaces.go b/beacon-chain/forkchoice/interfaces.go index 4fb194f827..11339520f1 100644 --- a/beacon-chain/forkchoice/interfaces.go +++ b/beacon-chain/forkchoice/interfaces.go @@ -4,12 +4,12 @@ import ( "context" "time" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensus_blocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - forkchoice2 "github.com/OffchainLabs/prysm/v6/consensus-types/forkchoice" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensus_blocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + forkchoice2 "github.com/OffchainLabs/prysm/v7/consensus-types/forkchoice" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // BalancesByRooter is a handler to obtain the effective balances of the state diff --git a/beacon-chain/forkchoice/ro.go b/beacon-chain/forkchoice/ro.go index 55accf3ac5..5f010ff22f 100644 --- a/beacon-chain/forkchoice/ro.go +++ b/beacon-chain/forkchoice/ro.go @@ -1,9 +1,9 @@ package forkchoice import ( - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // ROForkChoice is an implementation of forkchoice.Getter which calls `Rlock`/`RUnlock` diff --git a/beacon-chain/forkchoice/ro_test.go b/beacon-chain/forkchoice/ro_test.go index 94d2b178b2..257edf658d 100644 --- a/beacon-chain/forkchoice/ro_test.go +++ b/beacon-chain/forkchoice/ro_test.go @@ -4,10 +4,10 @@ import ( "io" "testing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type mockCall int diff --git a/beacon-chain/forkchoice/types/BUILD.bazel b/beacon-chain/forkchoice/types/BUILD.bazel index 0f97212d29..f2630876ea 100644 --- a/beacon-chain/forkchoice/types/BUILD.bazel +++ b/beacon-chain/forkchoice/types/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["types.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/beacon-chain/forkchoice/types/types.go b/beacon-chain/forkchoice/types/types.go index afb4042b58..98cded790f 100644 --- a/beacon-chain/forkchoice/types/types.go +++ b/beacon-chain/forkchoice/types/types.go @@ -1,10 +1,10 @@ package types import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensus_blocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensus_blocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // Checkpoint is an array version of ethpb.Checkpoint. It is used internally in diff --git a/beacon-chain/light-client/BUILD.bazel b/beacon-chain/light-client/BUILD.bazel index 06d1da2643..30969888a9 100644 --- a/beacon-chain/light-client/BUILD.bazel +++ b/beacon-chain/light-client/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "log.go", "store.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client", visibility = ["//visibility:public"], deps = [ "//async/event:go_default_library", diff --git a/beacon-chain/light-client/cache.go b/beacon-chain/light-client/cache.go index 69c0bdbfb4..b06775a808 100644 --- a/beacon-chain/light-client/cache.go +++ b/beacon-chain/light-client/cache.go @@ -1,8 +1,8 @@ package light_client import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // cache tracks LC data over the non finalized chain for different branches. diff --git a/beacon-chain/light-client/cache_test.go b/beacon-chain/light-client/cache_test.go index d537756181..4087b61948 100644 --- a/beacon-chain/light-client/cache_test.go +++ b/beacon-chain/light-client/cache_test.go @@ -3,7 +3,7 @@ package light_client import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestLCCache(t *testing.T) { diff --git a/beacon-chain/light-client/helpers.go b/beacon-chain/light-client/helpers.go index c2d0ab2d59..ef37bd082a 100644 --- a/beacon-chain/light-client/helpers.go +++ b/beacon-chain/light-client/helpers.go @@ -4,17 +4,17 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - light_client "github.com/OffchainLabs/prysm/v6/consensus-types/light-client" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + light_client "github.com/OffchainLabs/prysm/v7/consensus-types/light-client" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/light-client/lightclient.go b/beacon-chain/light-client/lightclient.go index 4b3dcf53ea..7e6063c5b4 100644 --- a/beacon-chain/light-client/lightclient.go +++ b/beacon-chain/light-client/lightclient.go @@ -6,18 +6,18 @@ import ( "fmt" "reflect" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - light_client "github.com/OffchainLabs/prysm/v6/consensus-types/light-client" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + light_client "github.com/OffchainLabs/prysm/v7/consensus-types/light-client" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/light-client/lightclient_test.go b/beacon-chain/light-client/lightclient_test.go index eef1ec05b8..3fc490a9b8 100644 --- a/beacon-chain/light-client/lightclient_test.go +++ b/beacon-chain/light-client/lightclient_test.go @@ -5,19 +5,19 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - light_client "github.com/OffchainLabs/prysm/v6/consensus-types/light-client" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/config/params" + light_client "github.com/OffchainLabs/prysm/v7/consensus-types/light-client" + "github.com/OffchainLabs/prysm/v7/runtime/version" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensustypes "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - v11 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensustypes "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + v11 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/pkg/errors" ) diff --git a/beacon-chain/light-client/store.go b/beacon-chain/light-client/store.go index fecce9913d..74da9f343f 100644 --- a/beacon-chain/light-client/store.go +++ b/beacon-chain/light-client/store.go @@ -4,15 +4,15 @@ import ( "context" "sync" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/light-client/store_test.go b/beacon-chain/light-client/store_test.go index 9808cd353d..06bd48f9d3 100644 --- a/beacon-chain/light-client/store_test.go +++ b/beacon-chain/light-client/store_test.go @@ -5,19 +5,19 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - p2pTesting "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + p2pTesting "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestLightClientStore(t *testing.T) { diff --git a/beacon-chain/monitor/BUILD.bazel b/beacon-chain/monitor/BUILD.bazel index 7b89f229c2..de5b433c31 100644 --- a/beacon-chain/monitor/BUILD.bazel +++ b/beacon-chain/monitor/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "process_sync_committee.go", "service.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/monitor", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/monitor", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//async/event:go_default_library", diff --git a/beacon-chain/monitor/process_attestation.go b/beacon-chain/monitor/process_attestation.go index d2747840c6..9fa53e221c 100644 --- a/beacon-chain/monitor/process_attestation.go +++ b/beacon-chain/monitor/process_attestation.go @@ -4,17 +4,17 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/monitor/process_attestation_test.go b/beacon-chain/monitor/process_attestation_test.go index 03bdad84ed..fcd4665e1c 100644 --- a/beacon-chain/monitor/process_attestation_test.go +++ b/beacon-chain/monitor/process_attestation_test.go @@ -5,11 +5,11 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/sirupsen/logrus" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/monitor/process_block.go b/beacon-chain/monitor/process_block.go index c57ea5418b..926fdd20ae 100644 --- a/beacon-chain/monitor/process_block.go +++ b/beacon-chain/monitor/process_block.go @@ -4,13 +4,13 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/monitor/process_block_test.go b/beacon-chain/monitor/process_block_test.go index e1d30a8013..7000d5eac2 100644 --- a/beacon-chain/monitor/process_block_test.go +++ b/beacon-chain/monitor/process_block_test.go @@ -4,14 +4,14 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/monitor/process_exit.go b/beacon-chain/monitor/process_exit.go index 5f87b7afb6..12e21ae5c4 100644 --- a/beacon-chain/monitor/process_exit.go +++ b/beacon-chain/monitor/process_exit.go @@ -1,8 +1,8 @@ package monitor import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/monitor/process_exit_test.go b/beacon-chain/monitor/process_exit_test.go index 82fa023f57..0375463c13 100644 --- a/beacon-chain/monitor/process_exit_test.go +++ b/beacon-chain/monitor/process_exit_test.go @@ -3,10 +3,10 @@ package monitor import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/monitor/process_sync_committee.go b/beacon-chain/monitor/process_sync_committee.go index b4a7a64b30..9f4c8c7558 100644 --- a/beacon-chain/monitor/process_sync_committee.go +++ b/beacon-chain/monitor/process_sync_committee.go @@ -3,10 +3,10 @@ package monitor import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/monitor/process_sync_committee_test.go b/beacon-chain/monitor/process_sync_committee_test.go index 35848ed0ad..a1365f9aa5 100644 --- a/beacon-chain/monitor/process_sync_committee_test.go +++ b/beacon-chain/monitor/process_sync_committee_test.go @@ -4,10 +4,10 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/monitor/service.go b/beacon-chain/monitor/service.go index 68e0675488..7674bb2d76 100644 --- a/beacon-chain/monitor/service.go +++ b/beacon-chain/monitor/service.go @@ -6,16 +6,16 @@ import ( "sort" "sync" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/monitor/service_test.go b/beacon-chain/monitor/service_test.go index abc75f4bfc..e4c4d84243 100644 --- a/beacon-chain/monitor/service_test.go +++ b/beacon-chain/monitor/service_test.go @@ -7,19 +7,19 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/node/BUILD.bazel b/beacon-chain/node/BUILD.bazel index 560969063b..71b7556b69 100644 --- a/beacon-chain/node/BUILD.bazel +++ b/beacon-chain/node/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "options.go", "prometheus.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/node", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/node", visibility = [ "//beacon-chain:__subpackages__", "//cmd/beacon-chain:__subpackages__", diff --git a/beacon-chain/node/clear_db.go b/beacon-chain/node/clear_db.go index 9476e113c2..4c167a6417 100644 --- a/beacon-chain/node/clear_db.go +++ b/beacon-chain/node/clear_db.go @@ -4,11 +4,11 @@ import ( "context" "os" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/slasherkv" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/genesis" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/slasherkv" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/genesis" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/beacon-chain/node/config.go b/beacon-chain/node/config.go index bc6b5e3d4b..e506687513 100644 --- a/beacon-chain/node/config.go +++ b/beacon-chain/node/config.go @@ -3,11 +3,11 @@ package node import ( "fmt" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" "github.com/ethereum/go-ethereum/common" "github.com/urfave/cli/v2" ) diff --git a/beacon-chain/node/config_test.go b/beacon-chain/node/config_test.go index 3982f822db..f03e106a62 100644 --- a/beacon-chain/node/config_test.go +++ b/beacon-chain/node/config_test.go @@ -8,12 +8,12 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" logTest "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" diff --git a/beacon-chain/node/node.go b/beacon-chain/node/node.go index 045c61e9dd..18f492a6f6 100644 --- a/beacon-chain/node/node.go +++ b/beacon-chain/node/node.go @@ -19,53 +19,53 @@ import ( "syscall" "time" - "github.com/OffchainLabs/prysm/v6/api/server/httprest" - "github.com/OffchainLabs/prysm/v6/api/server/middleware" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/pruner" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/slasherkv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - lightclient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/monitor" - "github.com/OffchainLabs/prysm/v6/beacon-chain/node/registration" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc" - "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - regularsync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/backfill" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/backfill/coverage" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/checkpoint" - initialsync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/genesis" - "github.com/OffchainLabs/prysm/v6/monitoring/prometheus" - "github.com/OffchainLabs/prysm/v6/runtime" - "github.com/OffchainLabs/prysm/v6/runtime/prereqs" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api/server/httprest" + "github.com/OffchainLabs/prysm/v7/api/server/middleware" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/pruner" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/slasherkv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + lightclient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/monitor" + "github.com/OffchainLabs/prysm/v7/beacon-chain/node/registration" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc" + "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + regularsync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/backfill" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/backfill/coverage" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/checkpoint" + initialsync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/genesis" + "github.com/OffchainLabs/prysm/v7/monitoring/prometheus" + "github.com/OffchainLabs/prysm/v7/runtime" + "github.com/OffchainLabs/prysm/v7/runtime/prereqs" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/node/node_test.go b/beacon-chain/node/node_test.go index ea08ccb637..3c2049354b 100644 --- a/beacon-chain/node/node_test.go +++ b/beacon-chain/node/node_test.go @@ -10,19 +10,19 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api/server/middleware" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/monitor" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/runtime" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/server/middleware" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/monitor" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/runtime" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" ) diff --git a/beacon-chain/node/options.go b/beacon-chain/node/options.go index 522ebd2787..bbfa9fbce4 100644 --- a/beacon-chain/node/options.go +++ b/beacon-chain/node/options.go @@ -1,11 +1,11 @@ package node import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/config/params" ) // Option for beacon node configuration. diff --git a/beacon-chain/node/registration/BUILD.bazel b/beacon-chain/node/registration/BUILD.bazel index 788327e049..b935aa78c6 100644 --- a/beacon-chain/node/registration/BUILD.bazel +++ b/beacon-chain/node/registration/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "log.go", "p2p.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/node/registration", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/node/registration", visibility = ["//beacon-chain/node:__subpackages__"], deps = [ "//cmd:go_default_library", diff --git a/beacon-chain/node/registration/p2p.go b/beacon-chain/node/registration/p2p.go index 38aa877da2..3fdabfc7a5 100644 --- a/beacon-chain/node/registration/p2p.go +++ b/beacon-chain/node/registration/p2p.go @@ -4,8 +4,8 @@ import ( "os" "path/filepath" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/pkg/errors" log "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/beacon-chain/node/registration/p2p_test.go b/beacon-chain/node/registration/p2p_test.go index 302ac8074e..b890ab3ffa 100644 --- a/beacon-chain/node/registration/p2p_test.go +++ b/beacon-chain/node/registration/p2p_test.go @@ -5,10 +5,10 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/urfave/cli/v2" ) diff --git a/beacon-chain/operations/attestations/BUILD.bazel b/beacon-chain/operations/attestations/BUILD.bazel index a98c823cca..547f398ede 100644 --- a/beacon-chain/operations/attestations/BUILD.bazel +++ b/beacon-chain/operations/attestations/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "prune_expired.go", "service.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations", visibility = [ "//beacon-chain:__subpackages__", "//testing/spectest:__subpackages__", diff --git a/beacon-chain/operations/attestations/attmap/BUILD.bazel b/beacon-chain/operations/attestations/attmap/BUILD.bazel index 0bff726698..de97fffb94 100644 --- a/beacon-chain/operations/attestations/attmap/BUILD.bazel +++ b/beacon-chain/operations/attestations/attmap/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["map.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations/attmap", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations/attmap", visibility = ["//visibility:public"], deps = [ "//proto/prysm/v1alpha1:go_default_library", diff --git a/beacon-chain/operations/attestations/attmap/map.go b/beacon-chain/operations/attestations/attmap/map.go index cc531e07a6..4e7b47dbd1 100644 --- a/beacon-chain/operations/attestations/attmap/map.go +++ b/beacon-chain/operations/attestations/attmap/map.go @@ -3,8 +3,8 @@ package attmap import ( "sync" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" "github.com/pkg/errors" ) diff --git a/beacon-chain/operations/attestations/kv/BUILD.bazel b/beacon-chain/operations/attestations/kv/BUILD.bazel index 070ae2afc4..f2251084da 100644 --- a/beacon-chain/operations/attestations/kv/BUILD.bazel +++ b/beacon-chain/operations/attestations/kv/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "seen_bits.go", "unaggregated.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations/kv", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations/kv", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/beacon-chain/operations/attestations/kv/aggregated.go b/beacon-chain/operations/attestations/kv/aggregated.go index b25861c40a..e15e439b11 100644 --- a/beacon-chain/operations/attestations/kv/aggregated.go +++ b/beacon-chain/operations/attestations/kv/aggregated.go @@ -5,13 +5,13 @@ import ( "runtime" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - attaggregation "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + attaggregation "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/operations/attestations/kv/aggregated_test.go b/beacon-chain/operations/attestations/kv/aggregated_test.go index c285fab015..5d4a9a9d96 100644 --- a/beacon-chain/operations/attestations/kv/aggregated_test.go +++ b/beacon-chain/operations/attestations/kv/aggregated_test.go @@ -5,13 +5,13 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" c "github.com/patrickmn/go-cache" "github.com/pkg/errors" ) diff --git a/beacon-chain/operations/attestations/kv/block.go b/beacon-chain/operations/attestations/kv/block.go index de44f8b41f..8708eb3f83 100644 --- a/beacon-chain/operations/attestations/kv/block.go +++ b/beacon-chain/operations/attestations/kv/block.go @@ -1,8 +1,8 @@ package kv import ( - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" "github.com/pkg/errors" ) diff --git a/beacon-chain/operations/attestations/kv/block_test.go b/beacon-chain/operations/attestations/kv/block_test.go index 492c5ffeee..26cb4baf7a 100644 --- a/beacon-chain/operations/attestations/kv/block_test.go +++ b/beacon-chain/operations/attestations/kv/block_test.go @@ -5,10 +5,10 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestKV_BlockAttestation_CanSaveRetrieve(t *testing.T) { diff --git a/beacon-chain/operations/attestations/kv/forkchoice_test.go b/beacon-chain/operations/attestations/kv/forkchoice_test.go index 9f7fe460d3..2bc6ada2ca 100644 --- a/beacon-chain/operations/attestations/kv/forkchoice_test.go +++ b/beacon-chain/operations/attestations/kv/forkchoice_test.go @@ -5,10 +5,10 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestKV_Forkchoice_CanSaveRetrieve(t *testing.T) { diff --git a/beacon-chain/operations/attestations/kv/kv.go b/beacon-chain/operations/attestations/kv/kv.go index 8c59530ed1..1c4103c915 100644 --- a/beacon-chain/operations/attestations/kv/kv.go +++ b/beacon-chain/operations/attestations/kv/kv.go @@ -7,10 +7,10 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations/attmap" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations/attmap" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" "github.com/patrickmn/go-cache" ) diff --git a/beacon-chain/operations/attestations/kv/seen_bits.go b/beacon-chain/operations/attestations/kv/seen_bits.go index 5dfe00cd69..68c0bf7a43 100644 --- a/beacon-chain/operations/attestations/kv/seen_bits.go +++ b/beacon-chain/operations/attestations/kv/seen_bits.go @@ -2,8 +2,8 @@ package kv import ( "github.com/OffchainLabs/go-bitfield" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" "github.com/patrickmn/go-cache" "github.com/pkg/errors" ) diff --git a/beacon-chain/operations/attestations/kv/seen_bits_test.go b/beacon-chain/operations/attestations/kv/seen_bits_test.go index e8a7037307..4415235ea5 100644 --- a/beacon-chain/operations/attestations/kv/seen_bits_test.go +++ b/beacon-chain/operations/attestations/kv/seen_bits_test.go @@ -4,10 +4,10 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestAttCaches_hasSeenBit(t *testing.T) { diff --git a/beacon-chain/operations/attestations/kv/unaggregated.go b/beacon-chain/operations/attestations/kv/unaggregated.go index 65e69dac02..dc258b84b7 100644 --- a/beacon-chain/operations/attestations/kv/unaggregated.go +++ b/beacon-chain/operations/attestations/kv/unaggregated.go @@ -3,11 +3,11 @@ package kv import ( "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/operations/attestations/kv/unaggregated_test.go b/beacon-chain/operations/attestations/kv/unaggregated_test.go index 3d53c392db..014a4648dd 100644 --- a/beacon-chain/operations/attestations/kv/unaggregated_test.go +++ b/beacon-chain/operations/attestations/kv/unaggregated_test.go @@ -6,13 +6,13 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" c "github.com/patrickmn/go-cache" ) diff --git a/beacon-chain/operations/attestations/mock/BUILD.bazel b/beacon-chain/operations/attestations/mock/BUILD.bazel index e94247b3e1..d6a32021d0 100644 --- a/beacon-chain/operations/attestations/mock/BUILD.bazel +++ b/beacon-chain/operations/attestations/mock/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations/mock", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations/mock", visibility = ["//visibility:public"], deps = [ "//beacon-chain/operations/attestations:go_default_library", diff --git a/beacon-chain/operations/attestations/mock/mock.go b/beacon-chain/operations/attestations/mock/mock.go index 95f2fb9c47..3abf7599dd 100644 --- a/beacon-chain/operations/attestations/mock/mock.go +++ b/beacon-chain/operations/attestations/mock/mock.go @@ -4,9 +4,9 @@ package mock import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) var _ attestations.Pool = &PoolMock{} diff --git a/beacon-chain/operations/attestations/pool.go b/beacon-chain/operations/attestations/pool.go index 918ac369b1..6acaab13c1 100644 --- a/beacon-chain/operations/attestations/pool.go +++ b/beacon-chain/operations/attestations/pool.go @@ -3,9 +3,9 @@ package attestations import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations/kv" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations/kv" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // Pool defines the necessary methods for Prysm attestations pool to serve diff --git a/beacon-chain/operations/attestations/pool_test.go b/beacon-chain/operations/attestations/pool_test.go index 6210051591..948dbf6c94 100644 --- a/beacon-chain/operations/attestations/pool_test.go +++ b/beacon-chain/operations/attestations/pool_test.go @@ -1,7 +1,7 @@ package attestations import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations/kv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations/kv" ) var _ Pool = (*kv.AttCaches)(nil) diff --git a/beacon-chain/operations/attestations/prepare_forkchoice.go b/beacon-chain/operations/attestations/prepare_forkchoice.go index 99a9b3f90e..84fbbeed52 100644 --- a/beacon-chain/operations/attestations/prepare_forkchoice.go +++ b/beacon-chain/operations/attestations/prepare_forkchoice.go @@ -6,13 +6,13 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - attaggregation "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + attaggregation "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/operations/attestations/prepare_forkchoice_test.go b/beacon-chain/operations/attestations/prepare_forkchoice_test.go index 598630c428..0d3c6d4a00 100644 --- a/beacon-chain/operations/attestations/prepare_forkchoice_test.go +++ b/beacon-chain/operations/attestations/prepare_forkchoice_test.go @@ -6,12 +6,12 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - attaggregation "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + attaggregation "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/operations/attestations/prune_expired.go b/beacon-chain/operations/attestations/prune_expired.go index 6bd66ebaef..3217bf6c85 100644 --- a/beacon-chain/operations/attestations/prune_expired.go +++ b/beacon-chain/operations/attestations/prune_expired.go @@ -3,9 +3,9 @@ package attestations import ( "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // pruneExpired prunes attestations pool on every slot interval. diff --git a/beacon-chain/operations/attestations/prune_expired_test.go b/beacon-chain/operations/attestations/prune_expired_test.go index d5ef9b0c29..8d52b77eaf 100644 --- a/beacon-chain/operations/attestations/prune_expired_test.go +++ b/beacon-chain/operations/attestations/prune_expired_test.go @@ -6,14 +6,14 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/async" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/async" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestPruneExpired_Ticker(t *testing.T) { diff --git a/beacon-chain/operations/attestations/service.go b/beacon-chain/operations/attestations/service.go index 8c77a97011..7e2b8e4926 100644 --- a/beacon-chain/operations/attestations/service.go +++ b/beacon-chain/operations/attestations/service.go @@ -8,10 +8,10 @@ import ( "errors" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" lru "github.com/hashicorp/golang-lru" ) diff --git a/beacon-chain/operations/attestations/service_test.go b/beacon-chain/operations/attestations/service_test.go index 70a45f08a2..a111508afc 100644 --- a/beacon-chain/operations/attestations/service_test.go +++ b/beacon-chain/operations/attestations/service_test.go @@ -5,8 +5,8 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStop_OK(t *testing.T) { diff --git a/beacon-chain/operations/blstoexec/BUILD.bazel b/beacon-chain/operations/blstoexec/BUILD.bazel index c575e06080..4fcc38d760 100644 --- a/beacon-chain/operations/blstoexec/BUILD.bazel +++ b/beacon-chain/operations/blstoexec/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "doc.go", "pool.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec", visibility = [ "//beacon-chain:__subpackages__", ], diff --git a/beacon-chain/operations/blstoexec/mock/BUILD.bazel b/beacon-chain/operations/blstoexec/mock/BUILD.bazel index 57873bfe96..7cdae9390e 100644 --- a/beacon-chain/operations/blstoexec/mock/BUILD.bazel +++ b/beacon-chain/operations/blstoexec/mock/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec/mock", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec/mock", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/beacon-chain/operations/blstoexec/mock/mock.go b/beacon-chain/operations/blstoexec/mock/mock.go index 590b7601d9..c16d7e60cf 100644 --- a/beacon-chain/operations/blstoexec/mock/mock.go +++ b/beacon-chain/operations/blstoexec/mock/mock.go @@ -1,9 +1,9 @@ package mock import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // PoolMock is a fake implementation of PoolManager. diff --git a/beacon-chain/operations/blstoexec/pool.go b/beacon-chain/operations/blstoexec/pool.go index bb4be4e2c3..447b0f9a14 100644 --- a/beacon-chain/operations/blstoexec/pool.go +++ b/beacon-chain/operations/blstoexec/pool.go @@ -3,12 +3,12 @@ package blstoexec import ( "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - doublylinkedlist "github.com/OffchainLabs/prysm/v6/container/doubly-linked-list" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + doublylinkedlist "github.com/OffchainLabs/prysm/v7/container/doubly-linked-list" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "github.com/sirupsen/logrus" diff --git a/beacon-chain/operations/blstoexec/pool_test.go b/beacon-chain/operations/blstoexec/pool_test.go index 6712dd1383..76ad873dce 100644 --- a/beacon-chain/operations/blstoexec/pool_test.go +++ b/beacon-chain/operations/blstoexec/pool_test.go @@ -3,18 +3,18 @@ package blstoexec import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestPendingBLSToExecChanges(t *testing.T) { diff --git a/beacon-chain/operations/slashings/BUILD.bazel b/beacon-chain/operations/slashings/BUILD.bazel index df9752384c..2ab1936ebb 100644 --- a/beacon-chain/operations/slashings/BUILD.bazel +++ b/beacon-chain/operations/slashings/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "service.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings", visibility = [ "//beacon-chain:__subpackages__", "//testing/endtoend:__subpackages__", diff --git a/beacon-chain/operations/slashings/mock/BUILD.bazel b/beacon-chain/operations/slashings/mock/BUILD.bazel index 5169317127..8fa6c0f9a3 100644 --- a/beacon-chain/operations/slashings/mock/BUILD.bazel +++ b/beacon-chain/operations/slashings/mock/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings/mock", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings/mock", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/beacon-chain/operations/slashings/mock/mock.go b/beacon-chain/operations/slashings/mock/mock.go index b5558e0e0a..d5ba1361a4 100644 --- a/beacon-chain/operations/slashings/mock/mock.go +++ b/beacon-chain/operations/slashings/mock/mock.go @@ -3,8 +3,8 @@ package mock import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // PoolMock is a fake implementation of PoolManager. diff --git a/beacon-chain/operations/slashings/pool.go b/beacon-chain/operations/slashings/pool.go index d84a091204..303ebdf6fa 100644 --- a/beacon-chain/operations/slashings/pool.go +++ b/beacon-chain/operations/slashings/pool.go @@ -5,16 +5,16 @@ import ( "fmt" "sort" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coretime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coretime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "github.com/trailofbits/go-mutexasserts" ) diff --git a/beacon-chain/operations/slashings/service.go b/beacon-chain/operations/slashings/service.go index bb7974cd19..c946ebe9ad 100644 --- a/beacon-chain/operations/slashings/service.go +++ b/beacon-chain/operations/slashings/service.go @@ -4,10 +4,10 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // WithElectraTimer includes functional options for the blockchain service related to CLI flags. diff --git a/beacon-chain/operations/slashings/service_attester_test.go b/beacon-chain/operations/slashings/service_attester_test.go index 1227fc0d22..6f74036cb8 100644 --- a/beacon-chain/operations/slashings/service_attester_test.go +++ b/beacon-chain/operations/slashings/service_attester_test.go @@ -3,15 +3,15 @@ package slashings import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func validAttesterSlashingForValIdx(t *testing.T, beaconState state.BeaconState, privs []bls.SecretKey, valIdx ...uint64) ethpb.AttSlashing { diff --git a/beacon-chain/operations/slashings/service_new_test.go b/beacon-chain/operations/slashings/service_new_test.go index 529875010b..c4ed648077 100644 --- a/beacon-chain/operations/slashings/service_new_test.go +++ b/beacon-chain/operations/slashings/service_new_test.go @@ -4,13 +4,13 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestConvertToElectraWithTimer(t *testing.T) { diff --git a/beacon-chain/operations/slashings/service_proposer_test.go b/beacon-chain/operations/slashings/service_proposer_test.go index 008a128278..d8e043d740 100644 --- a/beacon-chain/operations/slashings/service_proposer_test.go +++ b/beacon-chain/operations/slashings/service_proposer_test.go @@ -3,13 +3,13 @@ package slashings import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func proposerSlashingForValIdx(valIdx primitives.ValidatorIndex) *ethpb.ProposerSlashing { diff --git a/beacon-chain/operations/slashings/service_test.go b/beacon-chain/operations/slashings/service_test.go index 08d6f78836..abb55a25cd 100644 --- a/beacon-chain/operations/slashings/service_test.go +++ b/beacon-chain/operations/slashings/service_test.go @@ -3,8 +3,8 @@ package slashings import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings/mock" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings/mock" + "github.com/OffchainLabs/prysm/v7/testing/require" ) var ( diff --git a/beacon-chain/operations/slashings/types.go b/beacon-chain/operations/slashings/types.go index 80c55b869b..c04906d1c6 100644 --- a/beacon-chain/operations/slashings/types.go +++ b/beacon-chain/operations/slashings/types.go @@ -4,10 +4,10 @@ import ( "context" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // PoolInserter is capable of inserting new slashing objects into the operations pool. diff --git a/beacon-chain/operations/synccommittee/BUILD.bazel b/beacon-chain/operations/synccommittee/BUILD.bazel index 6506671012..08cf31c0c9 100644 --- a/beacon-chain/operations/synccommittee/BUILD.bazel +++ b/beacon-chain/operations/synccommittee/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "metric.go", "pool.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//consensus-types/primitives:go_default_library", diff --git a/beacon-chain/operations/synccommittee/contribution.go b/beacon-chain/operations/synccommittee/contribution.go index 56f0e17612..24605efd41 100644 --- a/beacon-chain/operations/synccommittee/contribution.go +++ b/beacon-chain/operations/synccommittee/contribution.go @@ -3,9 +3,9 @@ package synccommittee import ( "strconv" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/queue" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/queue" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/operations/synccommittee/contribution_test.go b/beacon-chain/operations/synccommittee/contribution_test.go index e22a82c598..179c6ceb24 100644 --- a/beacon-chain/operations/synccommittee/contribution_test.go +++ b/beacon-chain/operations/synccommittee/contribution_test.go @@ -3,8 +3,8 @@ package synccommittee import ( "testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSyncCommitteeContributionCache_Nil(t *testing.T) { diff --git a/beacon-chain/operations/synccommittee/kv.go b/beacon-chain/operations/synccommittee/kv.go index cd5ba2e226..43837f35b7 100644 --- a/beacon-chain/operations/synccommittee/kv.go +++ b/beacon-chain/operations/synccommittee/kv.go @@ -3,7 +3,7 @@ package synccommittee import ( "sync" - "github.com/OffchainLabs/prysm/v6/container/queue" + "github.com/OffchainLabs/prysm/v7/container/queue" ) // Store defines the caches for various sync committee objects diff --git a/beacon-chain/operations/synccommittee/message.go b/beacon-chain/operations/synccommittee/message.go index feeac9c65d..5db8f91796 100644 --- a/beacon-chain/operations/synccommittee/message.go +++ b/beacon-chain/operations/synccommittee/message.go @@ -1,9 +1,9 @@ package synccommittee import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/queue" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/queue" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/operations/synccommittee/message_test.go b/beacon-chain/operations/synccommittee/message_test.go index 1d6c1a254c..2267a1f73f 100644 --- a/beacon-chain/operations/synccommittee/message_test.go +++ b/beacon-chain/operations/synccommittee/message_test.go @@ -3,8 +3,8 @@ package synccommittee import ( "testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSyncCommitteeSignatureCache_Nil(t *testing.T) { diff --git a/beacon-chain/operations/synccommittee/pool.go b/beacon-chain/operations/synccommittee/pool.go index db9dc25e13..345e5b9551 100644 --- a/beacon-chain/operations/synccommittee/pool.go +++ b/beacon-chain/operations/synccommittee/pool.go @@ -1,8 +1,8 @@ package synccommittee import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) var _ = Pool(&Store{}) diff --git a/beacon-chain/operations/voluntaryexits/BUILD.bazel b/beacon-chain/operations/voluntaryexits/BUILD.bazel index 3abbcb6e29..5a76900e8e 100644 --- a/beacon-chain/operations/voluntaryexits/BUILD.bazel +++ b/beacon-chain/operations/voluntaryexits/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "doc.go", "pool.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits", visibility = [ "//beacon-chain:__subpackages__", ], diff --git a/beacon-chain/operations/voluntaryexits/mock/BUILD.bazel b/beacon-chain/operations/voluntaryexits/mock/BUILD.bazel index 2924a5cacd..01b81a6919 100644 --- a/beacon-chain/operations/voluntaryexits/mock/BUILD.bazel +++ b/beacon-chain/operations/voluntaryexits/mock/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits/mock", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits/mock", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/beacon-chain/operations/voluntaryexits/mock/mock.go b/beacon-chain/operations/voluntaryexits/mock/mock.go index 84d388c68d..6ad2ef7001 100644 --- a/beacon-chain/operations/voluntaryexits/mock/mock.go +++ b/beacon-chain/operations/voluntaryexits/mock/mock.go @@ -1,9 +1,9 @@ package mock import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // PoolMock is a fake implementation of PoolManager. diff --git a/beacon-chain/operations/voluntaryexits/pool.go b/beacon-chain/operations/voluntaryexits/pool.go index d95e14a061..18ca1fa3d4 100644 --- a/beacon-chain/operations/voluntaryexits/pool.go +++ b/beacon-chain/operations/voluntaryexits/pool.go @@ -3,13 +3,13 @@ package voluntaryexits import ( "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - doublylinkedlist "github.com/OffchainLabs/prysm/v6/container/doubly-linked-list" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + doublylinkedlist "github.com/OffchainLabs/prysm/v7/container/doubly-linked-list" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/operations/voluntaryexits/pool_test.go b/beacon-chain/operations/voluntaryexits/pool_test.go index 252721da76..29f89fc034 100644 --- a/beacon-chain/operations/voluntaryexits/pool_test.go +++ b/beacon-chain/operations/voluntaryexits/pool_test.go @@ -3,17 +3,17 @@ package voluntaryexits import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestPendingExits(t *testing.T) { diff --git a/beacon-chain/p2p/BUILD.bazel b/beacon-chain/p2p/BUILD.bazel index 406f756b39..8d27988d82 100644 --- a/beacon-chain/p2p/BUILD.bazel +++ b/beacon-chain/p2p/BUILD.bazel @@ -33,7 +33,7 @@ go_library( "utils.go", "watch_peers.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p", visibility = [ "//beacon-chain:__subpackages__", "//cmd:__subpackages__", diff --git a/beacon-chain/p2p/addr_factory_test.go b/beacon-chain/p2p/addr_factory_test.go index b77bdd00e0..f197a98e37 100644 --- a/beacon-chain/p2p/addr_factory_test.go +++ b/beacon-chain/p2p/addr_factory_test.go @@ -3,8 +3,8 @@ package p2p import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ma "github.com/multiformats/go-multiaddr" ) diff --git a/beacon-chain/p2p/broadcaster.go b/beacon-chain/p2p/broadcaster.go index 03b38e29ac..6066a4e052 100644 --- a/beacon-chain/p2p/broadcaster.go +++ b/beacon-chain/p2p/broadcaster.go @@ -9,19 +9,19 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" "github.com/sirupsen/logrus" diff --git a/beacon-chain/p2p/broadcaster_test.go b/beacon-chain/p2p/broadcaster_test.go index 382035842e..5ea0c13bcd 100644 --- a/beacon-chain/p2p/broadcaster_test.go +++ b/beacon-chain/p2p/broadcaster_test.go @@ -10,27 +10,27 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - testpb "github.com/OffchainLabs/prysm/v6/proto/testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + testpb "github.com/OffchainLabs/prysm/v7/proto/testing" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/host" "google.golang.org/protobuf/proto" diff --git a/beacon-chain/p2p/config.go b/beacon-chain/p2p/config.go index 15267532ea..70d939cb49 100644 --- a/beacon-chain/p2p/config.go +++ b/beacon-chain/p2p/config.go @@ -4,9 +4,9 @@ import ( "net" "time" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/p2p/connection_gater_test.go b/beacon-chain/p2p/connection_gater_test.go index 41d802c8ae..b40a55e7a4 100644 --- a/beacon-chain/p2p/connection_gater_test.go +++ b/beacon-chain/p2p/connection_gater_test.go @@ -5,14 +5,14 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - ethpb "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + ethpb "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/libp2p/go-libp2p" "github.com/libp2p/go-libp2p/core/peer" ma "github.com/multiformats/go-multiaddr" diff --git a/beacon-chain/p2p/custody.go b/beacon-chain/p2p/custody.go index 01ff28b3da..fe4c9ffeb7 100644 --- a/beacon-chain/p2p/custody.go +++ b/beacon-chain/p2p/custody.go @@ -3,10 +3,10 @@ package p2p import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/p2p/custody_test.go b/beacon-chain/p2p/custody_test.go index 5c6b3b29e7..915ab382a1 100644 --- a/beacon-chain/p2p/custody_test.go +++ b/beacon-chain/p2p/custody_test.go @@ -6,16 +6,16 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - testp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + testp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/network" ) diff --git a/beacon-chain/p2p/dial_relay_node.go b/beacon-chain/p2p/dial_relay_node.go index ae29b843c7..27cf404771 100644 --- a/beacon-chain/p2p/dial_relay_node.go +++ b/beacon-chain/p2p/dial_relay_node.go @@ -3,7 +3,7 @@ package p2p import ( "context" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/libp2p/go-libp2p/core/host" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/dial_relay_node_test.go b/beacon-chain/p2p/dial_relay_node_test.go index 40db7d5c11..ca699564c5 100644 --- a/beacon-chain/p2p/dial_relay_node_test.go +++ b/beacon-chain/p2p/dial_relay_node_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/libp2p/go-libp2p" "github.com/libp2p/go-libp2p/core/network" ) diff --git a/beacon-chain/p2p/discovery.go b/beacon-chain/p2p/discovery.go index a5f324ad5c..d6ac5aec82 100644 --- a/beacon-chain/p2p/discovery.go +++ b/beacon-chain/p2p/discovery.go @@ -10,14 +10,14 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/p2p/discover" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" diff --git a/beacon-chain/p2p/discovery_test.go b/beacon-chain/p2p/discovery_test.go index 1477e08cfb..fc73c6d075 100644 --- a/beacon-chain/p2p/discovery_test.go +++ b/beacon-chain/p2p/discovery_test.go @@ -17,23 +17,23 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - testp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - prysmNetwork "github.com/OffchainLabs/prysm/v6/network" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + testp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + prysmNetwork "github.com/OffchainLabs/prysm/v7/network" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/discover" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" diff --git a/beacon-chain/p2p/encoder/BUILD.bazel b/beacon-chain/p2p/encoder/BUILD.bazel index 2841ab5726..48a51b1a6f 100644 --- a/beacon-chain/p2p/encoder/BUILD.bazel +++ b/beacon-chain/p2p/encoder/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "ssz.go", "varint.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder", visibility = [ "//beacon-chain:__subpackages__", "//cmd:__subpackages__", diff --git a/beacon-chain/p2p/encoder/snappy_test.go b/beacon-chain/p2p/encoder/snappy_test.go index 0785c141c1..c9cbef5697 100644 --- a/beacon-chain/p2p/encoder/snappy_test.go +++ b/beacon-chain/p2p/encoder/snappy_test.go @@ -5,7 +5,7 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assert" "github.com/golang/snappy" ) diff --git a/beacon-chain/p2p/encoder/ssz.go b/beacon-chain/p2p/encoder/ssz.go index 7ec56dde93..a50a97257a 100644 --- a/beacon-chain/p2p/encoder/ssz.go +++ b/beacon-chain/p2p/encoder/ssz.go @@ -5,8 +5,8 @@ import ( "io" "sync" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/math" "github.com/gogo/protobuf/proto" "github.com/golang/snappy" "github.com/pkg/errors" diff --git a/beacon-chain/p2p/encoder/ssz_test.go b/beacon-chain/p2p/encoder/ssz_test.go index b671c2330a..10b6bbe5f3 100644 --- a/beacon-chain/p2p/encoder/ssz_test.go +++ b/beacon-chain/p2p/encoder/ssz_test.go @@ -8,12 +8,12 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" gogo "github.com/gogo/protobuf/proto" "github.com/google/go-cmp/cmp" fastssz "github.com/prysmaticlabs/fastssz" diff --git a/beacon-chain/p2p/encoder/varint_test.go b/beacon-chain/p2p/encoder/varint_test.go index 593e00b26d..65fa6bfbba 100644 --- a/beacon-chain/p2p/encoder/varint_test.go +++ b/beacon-chain/p2p/encoder/varint_test.go @@ -4,8 +4,8 @@ import ( "bytes" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/gogo/protobuf/proto" ) diff --git a/beacon-chain/p2p/fork.go b/beacon-chain/p2p/fork.go index b192303683..bf65bb6376 100644 --- a/beacon-chain/p2p/fork.go +++ b/beacon-chain/p2p/fork.go @@ -4,9 +4,9 @@ import ( "bytes" "fmt" - "github.com/OffchainLabs/prysm/v6/config/params" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/pkg/errors" diff --git a/beacon-chain/p2p/fork_test.go b/beacon-chain/p2p/fork_test.go index 8791c3eb55..6225585b9a 100644 --- a/beacon-chain/p2p/fork_test.go +++ b/beacon-chain/p2p/fork_test.go @@ -8,11 +8,11 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" diff --git a/beacon-chain/p2p/fork_watcher.go b/beacon-chain/p2p/fork_watcher.go index d1be21400b..cc0b62c89d 100644 --- a/beacon-chain/p2p/fork_watcher.go +++ b/beacon-chain/p2p/fork_watcher.go @@ -1,8 +1,8 @@ package p2p import ( - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // A background routine which listens for new and upcoming forks and diff --git a/beacon-chain/p2p/gossip_scoring_params.go b/beacon-chain/p2p/gossip_scoring_params.go index 69a853566a..d48d578eef 100644 --- a/beacon-chain/p2p/gossip_scoring_params.go +++ b/beacon-chain/p2p/gossip_scoring_params.go @@ -9,9 +9,9 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/p2p/gossip_scoring_params_test.go b/beacon-chain/p2p/gossip_scoring_params_test.go index 206f7733d0..31a9f4f645 100644 --- a/beacon-chain/p2p/gossip_scoring_params_test.go +++ b/beacon-chain/p2p/gossip_scoring_params_test.go @@ -3,12 +3,12 @@ package p2p import ( "testing" - dbutil "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + dbutil "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" ) diff --git a/beacon-chain/p2p/gossip_topic_mappings.go b/beacon-chain/p2p/gossip_topic_mappings.go index eac93eef57..fbb9fcd605 100644 --- a/beacon-chain/p2p/gossip_topic_mappings.go +++ b/beacon-chain/p2p/gossip_topic_mappings.go @@ -3,9 +3,9 @@ package p2p import ( "reflect" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/p2p/gossip_topic_mappings_test.go b/beacon-chain/p2p/gossip_topic_mappings_test.go index 2b186e8c50..441a56f811 100644 --- a/beacon-chain/p2p/gossip_topic_mappings_test.go +++ b/beacon-chain/p2p/gossip_topic_mappings_test.go @@ -4,11 +4,11 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestMappingHasNoDuplicates(t *testing.T) { diff --git a/beacon-chain/p2p/handshake.go b/beacon-chain/p2p/handshake.go index 0b7f66c14a..1fda231478 100644 --- a/beacon-chain/p2p/handshake.go +++ b/beacon-chain/p2p/handshake.go @@ -7,9 +7,9 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + prysmTime "github.com/OffchainLabs/prysm/v7/time" "github.com/libp2p/go-libp2p/core/host" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/p2p/interfaces.go b/beacon-chain/p2p/interfaces.go index 2d2d0993d3..bb77b5b4f5 100644 --- a/beacon-chain/p2p/interfaces.go +++ b/beacon-chain/p2p/interfaces.go @@ -3,14 +3,14 @@ package p2p import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" pubsub "github.com/libp2p/go-libp2p-pubsub" diff --git a/beacon-chain/p2p/message_id.go b/beacon-chain/p2p/message_id.go index b9e95b9544..2b488685f6 100644 --- a/beacon-chain/p2p/message_id.go +++ b/beacon-chain/p2p/message_id.go @@ -1,12 +1,12 @@ package p2p import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/math" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" ) diff --git a/beacon-chain/p2p/message_id_test.go b/beacon-chain/p2p/message_id_test.go index 5e0cce8a04..d87139f8ba 100644 --- a/beacon-chain/p2p/message_id_test.go +++ b/beacon-chain/p2p/message_id_test.go @@ -5,13 +5,13 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" "github.com/golang/snappy" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" ) diff --git a/beacon-chain/p2p/monitoring.go b/beacon-chain/p2p/monitoring.go index d6bc829a80..b454d2587d 100644 --- a/beacon-chain/p2p/monitoring.go +++ b/beacon-chain/p2p/monitoring.go @@ -3,7 +3,7 @@ package p2p import ( "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" "github.com/libp2p/go-libp2p/core/peer" "github.com/libp2p/go-libp2p/core/peerstore" "github.com/prometheus/client_golang/prometheus" diff --git a/beacon-chain/p2p/options.go b/beacon-chain/p2p/options.go index 3f4d5dba86..a95f1d03c4 100644 --- a/beacon-chain/p2p/options.go +++ b/beacon-chain/p2p/options.go @@ -6,9 +6,9 @@ import ( "net" "time" - "github.com/OffchainLabs/prysm/v6/config/features" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/config/features" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/libp2p/go-libp2p" mplex "github.com/libp2p/go-libp2p-mplex" "github.com/libp2p/go-libp2p/core/network" diff --git a/beacon-chain/p2p/options_test.go b/beacon-chain/p2p/options_test.go index b89632a8f6..9ddea0d5b4 100644 --- a/beacon-chain/p2p/options_test.go +++ b/beacon-chain/p2p/options_test.go @@ -8,12 +8,12 @@ import ( "path" "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/network" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/network" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" gethCrypto "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" diff --git a/beacon-chain/p2p/parameter_test.go b/beacon-chain/p2p/parameter_test.go index fa437f4497..824b7d2502 100644 --- a/beacon-chain/p2p/parameter_test.go +++ b/beacon-chain/p2p/parameter_test.go @@ -3,8 +3,8 @@ package p2p import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" pubsub "github.com/libp2p/go-libp2p-pubsub" ) diff --git a/beacon-chain/p2p/peers/BUILD.bazel b/beacon-chain/p2p/peers/BUILD.bazel index b8d2232610..461dd44716 100644 --- a/beacon-chain/p2p/peers/BUILD.bazel +++ b/beacon-chain/p2p/peers/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "log.go", "status.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers", visibility = [ "//beacon-chain:__subpackages__", "//cmd:__subpackages__", diff --git a/beacon-chain/p2p/peers/assigner.go b/beacon-chain/p2p/peers/assigner.go index 4af20f542a..45a27b4888 100644 --- a/beacon-chain/p2p/peers/assigner.go +++ b/beacon-chain/p2p/peers/assigner.go @@ -1,9 +1,9 @@ package peers import ( - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/p2p/peers/assigner_test.go b/beacon-chain/p2p/peers/assigner_test.go index 97a037f29b..8fd064dc1e 100644 --- a/beacon-chain/p2p/peers/assigner_test.go +++ b/beacon-chain/p2p/peers/assigner_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/peers/peerdata/BUILD.bazel b/beacon-chain/p2p/peers/peerdata/BUILD.bazel index 5b20ba06cd..e55183a42e 100644 --- a/beacon-chain/p2p/peers/peerdata/BUILD.bazel +++ b/beacon-chain/p2p/peers/peerdata/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["store.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//proto/prysm/v1alpha1:go_default_library", diff --git a/beacon-chain/p2p/peers/peerdata/store.go b/beacon-chain/p2p/peers/peerdata/store.go index fed0cc31e8..07e10e8935 100644 --- a/beacon-chain/p2p/peers/peerdata/store.go +++ b/beacon-chain/p2p/peers/peerdata/store.go @@ -6,8 +6,8 @@ import ( "sync" "time" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/p2p/peers/peerdata/store_test.go b/beacon-chain/p2p/peers/peerdata/store_test.go index 0e8bd32014..623e30b714 100644 --- a/beacon-chain/p2p/peers/peerdata/store_test.go +++ b/beacon-chain/p2p/peers/peerdata/store_test.go @@ -3,9 +3,9 @@ package peerdata_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/peers/peers_test.go b/beacon-chain/p2p/peers/peers_test.go index 63daef3096..82df2f13dc 100644 --- a/beacon-chain/p2p/peers/peers_test.go +++ b/beacon-chain/p2p/peers/peers_test.go @@ -5,8 +5,8 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/p2p/peers/scorers/BUILD.bazel b/beacon-chain/p2p/peers/scorers/BUILD.bazel index 4d19789783..0788229469 100644 --- a/beacon-chain/p2p/peers/scorers/BUILD.bazel +++ b/beacon-chain/p2p/peers/scorers/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "peer_status.go", "service.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//beacon-chain/p2p/peers/peerdata:go_default_library", diff --git a/beacon-chain/p2p/peers/scorers/bad_responses.go b/beacon-chain/p2p/peers/scorers/bad_responses.go index 1525cc20e9..ce0f729f6b 100644 --- a/beacon-chain/p2p/peers/scorers/bad_responses.go +++ b/beacon-chain/p2p/peers/scorers/bad_responses.go @@ -3,7 +3,7 @@ package scorers import ( "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" ) diff --git a/beacon-chain/p2p/peers/scorers/bad_responses_test.go b/beacon-chain/p2p/peers/scorers/bad_responses_test.go index 1cb70d7b81..45fb515ec5 100644 --- a/beacon-chain/p2p/peers/scorers/bad_responses_test.go +++ b/beacon-chain/p2p/peers/scorers/bad_responses_test.go @@ -4,11 +4,11 @@ import ( "sort" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/peers/scorers/block_providers.go b/beacon-chain/p2p/peers/scorers/block_providers.go index 094755f644..9fea1b12bb 100644 --- a/beacon-chain/p2p/peers/scorers/block_providers.go +++ b/beacon-chain/p2p/peers/scorers/block_providers.go @@ -6,10 +6,10 @@ import ( "sort" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/crypto/rand" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/crypto/rand" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/peers/scorers/block_providers_test.go b/beacon-chain/p2p/peers/scorers/block_providers_test.go index 26b4b735f3..f4a9b51cd5 100644 --- a/beacon-chain/p2p/peers/scorers/block_providers_test.go +++ b/beacon-chain/p2p/peers/scorers/block_providers_test.go @@ -6,13 +6,13 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/time" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/peers/scorers/gossip_scorer.go b/beacon-chain/p2p/peers/scorers/gossip_scorer.go index f52de23c55..dd9b407c47 100644 --- a/beacon-chain/p2p/peers/scorers/gossip_scorer.go +++ b/beacon-chain/p2p/peers/scorers/gossip_scorer.go @@ -1,8 +1,8 @@ package scorers import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - pbrpc "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + pbrpc "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" ) diff --git a/beacon-chain/p2p/peers/scorers/gossip_scorer_test.go b/beacon-chain/p2p/peers/scorers/gossip_scorer_test.go index 02c5cc8d90..3093127b72 100644 --- a/beacon-chain/p2p/peers/scorers/gossip_scorer_test.go +++ b/beacon-chain/p2p/peers/scorers/gossip_scorer_test.go @@ -3,10 +3,10 @@ package scorers_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - pbrpc "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + pbrpc "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestScorers_Gossip_Score(t *testing.T) { diff --git a/beacon-chain/p2p/peers/scorers/peer_status.go b/beacon-chain/p2p/peers/scorers/peer_status.go index bd0959d2f1..e21a4637cd 100644 --- a/beacon-chain/p2p/peers/scorers/peer_status.go +++ b/beacon-chain/p2p/peers/scorers/peer_status.go @@ -5,10 +5,10 @@ import ( "math" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/peers/scorers/peer_status_test.go b/beacon-chain/p2p/peers/scorers/peer_status_test.go index fc71bd94a0..2f88eacd26 100644 --- a/beacon-chain/p2p/peers/scorers/peer_status_test.go +++ b/beacon-chain/p2p/peers/scorers/peer_status_test.go @@ -3,14 +3,14 @@ package scorers_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/peers/scorers/scorers_test.go b/beacon-chain/p2p/peers/scorers/scorers_test.go index ea67765fc7..12881dc9fc 100644 --- a/beacon-chain/p2p/peers/scorers/scorers_test.go +++ b/beacon-chain/p2p/peers/scorers/scorers_test.go @@ -6,9 +6,9 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/p2p/peers/scorers/service.go b/beacon-chain/p2p/peers/scorers/service.go index 789d23fcfa..dbd5681e33 100644 --- a/beacon-chain/p2p/peers/scorers/service.go +++ b/beacon-chain/p2p/peers/scorers/service.go @@ -5,8 +5,8 @@ import ( "math" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/config/features" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/config/features" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" ) diff --git a/beacon-chain/p2p/peers/scorers/service_test.go b/beacon-chain/p2p/peers/scorers/service_test.go index 873137a47b..f728132628 100644 --- a/beacon-chain/p2p/peers/scorers/service_test.go +++ b/beacon-chain/p2p/peers/scorers/service_test.go @@ -5,10 +5,10 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/testing/assert" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/peers/status.go b/beacon-chain/p2p/peers/status.go index f533cf31e3..7dafeb574c 100644 --- a/beacon-chain/p2p/peers/status.go +++ b/beacon-chain/p2p/peers/status.go @@ -31,17 +31,17 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - pmath "github.com/OffchainLabs/prysm/v6/math" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + pmath "github.com/OffchainLabs/prysm/v7/math" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/p2p/peers/status_test.go b/beacon-chain/p2p/peers/status_test.go index d5d45cbeef..97bd4b7a90 100644 --- a/beacon-chain/p2p/peers/status_test.go +++ b/beacon-chain/p2p/peers/status_test.go @@ -7,17 +7,17 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - ethpb "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + ethpb "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/p2p/pubsub.go b/beacon-chain/p2p/pubsub.go index 6877fe606f..514f08d8c7 100644 --- a/beacon-chain/p2p/pubsub.go +++ b/beacon-chain/p2p/pubsub.go @@ -7,11 +7,11 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pbrpc "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pbrpc "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/p2p/pubsub_filter.go b/beacon-chain/p2p/pubsub_filter.go index 3aeee657b5..ae0cf816a0 100644 --- a/beacon-chain/p2p/pubsub_filter.go +++ b/beacon-chain/p2p/pubsub_filter.go @@ -5,8 +5,8 @@ import ( "fmt" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/config/params" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/p2p/pubsub_filter_test.go b/beacon-chain/p2p/pubsub_filter_test.go index 075a3f2191..20bb5638ad 100644 --- a/beacon-chain/p2p/pubsub_filter_test.go +++ b/beacon-chain/p2p/pubsub_filter_test.go @@ -7,13 +7,13 @@ import ( "testing" "time" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + prysmTime "github.com/OffchainLabs/prysm/v7/time" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/p2p/pubsub_fuzz_test.go b/beacon-chain/p2p/pubsub_fuzz_test.go index d673464621..fc53e1303e 100644 --- a/beacon-chain/p2p/pubsub_fuzz_test.go +++ b/beacon-chain/p2p/pubsub_fuzz_test.go @@ -6,8 +6,8 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" ) func FuzzMsgID(f *testing.F) { diff --git a/beacon-chain/p2p/pubsub_test.go b/beacon-chain/p2p/pubsub_test.go index adb4aaa4fb..0ddb7f91c4 100644 --- a/beacon-chain/p2p/pubsub_test.go +++ b/beacon-chain/p2p/pubsub_test.go @@ -7,13 +7,13 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - testp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + testp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" ) diff --git a/beacon-chain/p2p/rpc_topic_mappings.go b/beacon-chain/p2p/rpc_topic_mappings.go index 68a965553a..cb206f3765 100644 --- a/beacon-chain/p2p/rpc_topic_mappings.go +++ b/beacon-chain/p2p/rpc_topic_mappings.go @@ -3,11 +3,11 @@ package p2p import ( "reflect" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/p2p/rpc_topic_mappings_test.go b/beacon-chain/p2p/rpc_topic_mappings_test.go index 6134759948..9b14e93839 100644 --- a/beacon-chain/p2p/rpc_topic_mappings_test.go +++ b/beacon-chain/p2p/rpc_topic_mappings_test.go @@ -5,13 +5,13 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestVerifyRPCMappings(t *testing.T) { diff --git a/beacon-chain/p2p/sender.go b/beacon-chain/p2p/sender.go index fa6e8b4324..abcc5377c0 100644 --- a/beacon-chain/p2p/sender.go +++ b/beacon-chain/p2p/sender.go @@ -3,8 +3,8 @@ package p2p import ( "context" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/kr/pretty" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/p2p/sender_test.go b/beacon-chain/p2p/sender_test.go index dfd86f4c98..3d61e29ec6 100644 --- a/beacon-chain/p2p/sender_test.go +++ b/beacon-chain/p2p/sender_test.go @@ -5,12 +5,12 @@ import ( "testing" "time" - testp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + testp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/network" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/p2p/service.go b/beacon-chain/p2p/service.go index 40cff9e35f..17bd0d9c25 100644 --- a/beacon-chain/p2p/service.go +++ b/beacon-chain/p2p/service.go @@ -9,21 +9,21 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - prysmnetwork "github.com/OffchainLabs/prysm/v6/network" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" - "github.com/OffchainLabs/prysm/v6/runtime" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + prysmnetwork "github.com/OffchainLabs/prysm/v7/network" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/runtime" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p" diff --git a/beacon-chain/p2p/service_test.go b/beacon-chain/p2p/service_test.go index 4d16057e5d..2596681ca7 100644 --- a/beacon-chain/p2p/service_test.go +++ b/beacon-chain/p2p/service_test.go @@ -8,18 +8,18 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - testp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + testp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + prysmTime "github.com/OffchainLabs/prysm/v7/time" "github.com/libp2p/go-libp2p" "github.com/libp2p/go-libp2p/core/host" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/p2p/subnets.go b/beacon-chain/p2p/subnets.go index 0c7d3a1f54..8629da03c1 100644 --- a/beacon-chain/p2p/subnets.go +++ b/beacon-chain/p2p/subnets.go @@ -9,18 +9,18 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/holiman/uint256" diff --git a/beacon-chain/p2p/subnets_test.go b/beacon-chain/p2p/subnets_test.go index ddd9849af0..8a22e608a4 100644 --- a/beacon-chain/p2p/subnets_test.go +++ b/beacon-chain/p2p/subnets_test.go @@ -8,18 +8,18 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - testp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + testp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/crypto" diff --git a/beacon-chain/p2p/testing/BUILD.bazel b/beacon-chain/p2p/testing/BUILD.bazel index 2728164369..2aee33be0c 100644 --- a/beacon-chain/p2p/testing/BUILD.bazel +++ b/beacon-chain/p2p/testing/BUILD.bazel @@ -13,7 +13,7 @@ go_library( "mock_peersprovider.go", "p2p.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing", visibility = [ "//beacon-chain:__subpackages__", "//testing:__subpackages__", diff --git a/beacon-chain/p2p/testing/fuzz_p2p.go b/beacon-chain/p2p/testing/fuzz_p2p.go index b9dbb71e41..130fc9f8d7 100644 --- a/beacon-chain/p2p/testing/fuzz_p2p.go +++ b/beacon-chain/p2p/testing/fuzz_p2p.go @@ -3,14 +3,14 @@ package testing import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" pubsub "github.com/libp2p/go-libp2p-pubsub" diff --git a/beacon-chain/p2p/testing/mock_broadcaster.go b/beacon-chain/p2p/testing/mock_broadcaster.go index 512b9901ea..bfa3f7b3c2 100644 --- a/beacon-chain/p2p/testing/mock_broadcaster.go +++ b/beacon-chain/p2p/testing/mock_broadcaster.go @@ -5,9 +5,9 @@ import ( "sync" "sync/atomic" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/p2p/testing/mock_metadataprovider.go b/beacon-chain/p2p/testing/mock_metadataprovider.go index 6197a0da69..191d504460 100644 --- a/beacon-chain/p2p/testing/mock_metadataprovider.go +++ b/beacon-chain/p2p/testing/mock_metadataprovider.go @@ -1,7 +1,7 @@ package testing import ( - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" ) // MockMetadataProvider is a fake implementation of the MetadataProvider interface. diff --git a/beacon-chain/p2p/testing/mock_peermanager.go b/beacon-chain/p2p/testing/mock_peermanager.go index fed8926c67..0e82e8308a 100644 --- a/beacon-chain/p2p/testing/mock_peermanager.go +++ b/beacon-chain/p2p/testing/mock_peermanager.go @@ -4,7 +4,7 @@ import ( "context" "errors" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/host" diff --git a/beacon-chain/p2p/testing/mock_peersprovider.go b/beacon-chain/p2p/testing/mock_peersprovider.go index 2597780f7e..37051e157a 100644 --- a/beacon-chain/p2p/testing/mock_peersprovider.go +++ b/beacon-chain/p2p/testing/mock_peersprovider.go @@ -4,9 +4,9 @@ import ( "context" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" diff --git a/beacon-chain/p2p/testing/p2p.go b/beacon-chain/p2p/testing/p2p.go index 641172ea07..208eb248ff 100644 --- a/beacon-chain/p2p/testing/p2p.go +++ b/beacon-chain/p2p/testing/p2p.go @@ -11,18 +11,18 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p" diff --git a/beacon-chain/p2p/topics.go b/beacon-chain/p2p/topics.go index 1124809ab3..35db556180 100644 --- a/beacon-chain/p2p/topics.go +++ b/beacon-chain/p2p/topics.go @@ -5,9 +5,9 @@ import ( "slices" "strconv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) const ( diff --git a/beacon-chain/p2p/topics_test.go b/beacon-chain/p2p/topics_test.go index 75669a9006..c10594c9dc 100644 --- a/beacon-chain/p2p/topics_test.go +++ b/beacon-chain/p2p/topics_test.go @@ -4,9 +4,9 @@ import ( "encoding/hex" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestAllTopics(t *testing.T) { diff --git a/beacon-chain/p2p/types/BUILD.bazel b/beacon-chain/p2p/types/BUILD.bazel index 61bdc78c93..de2644eee0 100644 --- a/beacon-chain/p2p/types/BUILD.bazel +++ b/beacon-chain/p2p/types/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "rpc_goodbye_codes.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types", visibility = [ "//beacon-chain:__subpackages__", "//cmd:__subpackages__", diff --git a/beacon-chain/p2p/types/object_mapping.go b/beacon-chain/p2p/types/object_mapping.go index e96a4a983e..cd519f7325 100644 --- a/beacon-chain/p2p/types/object_mapping.go +++ b/beacon-chain/p2p/types/object_mapping.go @@ -1,15 +1,15 @@ package types import ( - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - lightclientConsensusTypes "github.com/OffchainLabs/prysm/v6/consensus-types/light-client" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + lightclientConsensusTypes "github.com/OffchainLabs/prysm/v7/consensus-types/light-client" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" ) func init() { diff --git a/beacon-chain/p2p/types/object_mapping_test.go b/beacon-chain/p2p/types/object_mapping_test.go index 999972e137..0bb28bc73b 100644 --- a/beacon-chain/p2p/types/object_mapping_test.go +++ b/beacon-chain/p2p/types/object_mapping_test.go @@ -3,11 +3,11 @@ package types import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestInitializeDataMaps(t *testing.T) { diff --git a/beacon-chain/p2p/types/rpc_goodbye_codes.go b/beacon-chain/p2p/types/rpc_goodbye_codes.go index 011e7c4011..a2b4a14ae7 100644 --- a/beacon-chain/p2p/types/rpc_goodbye_codes.go +++ b/beacon-chain/p2p/types/rpc_goodbye_codes.go @@ -3,7 +3,7 @@ package types import ( "errors" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // RPCGoodbyeCode represents goodbye code, used in sync package. diff --git a/beacon-chain/p2p/types/types.go b/beacon-chain/p2p/types/types.go index f6e8fa6a32..c82d6487ee 100644 --- a/beacon-chain/p2p/types/types.go +++ b/beacon-chain/p2p/types/types.go @@ -8,9 +8,9 @@ import ( "encoding/binary" "sort" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/p2p/types/types_test.go b/beacon-chain/p2p/types/types_test.go index ebe542cc7a..945feb1185 100644 --- a/beacon-chain/p2p/types/types_test.go +++ b/beacon-chain/p2p/types/types_test.go @@ -4,13 +4,13 @@ import ( "encoding/hex" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/p2p/utils.go b/beacon-chain/p2p/utils.go index f65b4d5e17..22a8d1e196 100644 --- a/beacon-chain/p2p/utils.go +++ b/beacon-chain/p2p/utils.go @@ -14,14 +14,14 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/io/file" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/io/file" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" "github.com/btcsuite/btcd/btcec/v2" gCrypto "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/p2p/enode" diff --git a/beacon-chain/p2p/utils_test.go b/beacon-chain/p2p/utils_test.go index 59e5e6fd0c..c5be788cc8 100644 --- a/beacon-chain/p2p/utils_test.go +++ b/beacon-chain/p2p/utils_test.go @@ -4,10 +4,10 @@ import ( "context" "testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/p2p/watch_peers.go b/beacon-chain/p2p/watch_peers.go index bb25d06f62..167d61cd8b 100644 --- a/beacon-chain/p2p/watch_peers.go +++ b/beacon-chain/p2p/watch_peers.go @@ -3,7 +3,7 @@ package p2p import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" "github.com/libp2p/go-libp2p/core/host" "github.com/libp2p/go-libp2p/core/peer" ma "github.com/multiformats/go-multiaddr" diff --git a/beacon-chain/rpc/BUILD.bazel b/beacon-chain/rpc/BUILD.bazel index 6e3cb833a1..404e378181 100644 --- a/beacon-chain/rpc/BUILD.bazel +++ b/beacon-chain/rpc/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "metrics.go", "service.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//api:go_default_library", diff --git a/beacon-chain/rpc/core/BUILD.bazel b/beacon-chain/rpc/core/BUILD.bazel index 47e85fd9ce..252cd453fe 100644 --- a/beacon-chain/rpc/core/BUILD.bazel +++ b/beacon-chain/rpc/core/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "service.go", "validator.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core", visibility = ["//visibility:public"], deps = [ "//api/server:go_default_library", diff --git a/beacon-chain/rpc/core/beacon.go b/beacon-chain/rpc/core/beacon.go index f50643c9f5..be69cb8be9 100644 --- a/beacon-chain/rpc/core/beacon.go +++ b/beacon-chain/rpc/core/beacon.go @@ -3,11 +3,11 @@ package core import ( "context" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/core/service.go b/beacon-chain/rpc/core/service.go index c7f43ffc24..fe22234332 100644 --- a/beacon-chain/rpc/core/service.go +++ b/beacon-chain/rpc/core/service.go @@ -1,14 +1,14 @@ package core import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" ) type Service struct { diff --git a/beacon-chain/rpc/core/validator.go b/beacon-chain/rpc/core/validator.go index 761e2478f1..18e9f29b7d 100644 --- a/beacon-chain/rpc/core/validator.go +++ b/beacon-chain/rpc/core/validator.go @@ -7,29 +7,29 @@ import ( "sort" "time" - "github.com/OffchainLabs/prysm/v6/api/server" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - beaconState "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + beaconState "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" "golang.org/x/sync/errgroup" diff --git a/beacon-chain/rpc/core/validator_test.go b/beacon-chain/rpc/core/validator_test.go index 58a14e70f7..849beef301 100644 --- a/beacon-chain/rpc/core/validator_test.go +++ b/beacon-chain/rpc/core/validator_test.go @@ -5,16 +5,16 @@ import ( "testing" "time" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - p2pmock "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + p2pmock "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/endpoints.go b/beacon-chain/rpc/endpoints.go index 065ff0bd9c..1046781296 100644 --- a/beacon-chain/rpc/endpoints.go +++ b/beacon-chain/rpc/endpoints.go @@ -3,25 +3,25 @@ package rpc import ( "net/http" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/middleware" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/beacon" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/blob" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/config" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/debug" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/events" - lightclient "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/node" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/rewards" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/validator" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - beaconprysm "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/beacon" - nodeprysm "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/node" - validatorv1alpha1 "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/validator" - validatorprysm "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/validator" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/config/features" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/middleware" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/beacon" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/blob" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/config" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/debug" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/events" + lightclient "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/node" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/rewards" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/validator" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + beaconprysm "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/beacon" + nodeprysm "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/node" + validatorv1alpha1 "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/validator" + validatorprysm "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/validator" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/config/features" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" ) diff --git a/beacon-chain/rpc/endpoints_test.go b/beacon-chain/rpc/endpoints_test.go index a55909a3c3..7967e3c592 100644 --- a/beacon-chain/rpc/endpoints_test.go +++ b/beacon-chain/rpc/endpoints_test.go @@ -6,8 +6,8 @@ import ( "slices" "testing" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func Test_endpoints(t *testing.T) { diff --git a/beacon-chain/rpc/eth/beacon/BUILD.bazel b/beacon-chain/rpc/eth/beacon/BUILD.bazel index 5f5eb0e52b..ccd0f52407 100644 --- a/beacon-chain/rpc/eth/beacon/BUILD.bazel +++ b/beacon-chain/rpc/eth/beacon/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "metrics.go", "server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/beacon", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/beacon", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/beacon-chain/rpc/eth/beacon/handlers.go b/beacon-chain/rpc/eth/beacon/handlers.go index ffc9a25198..58eff169c2 100644 --- a/beacon-chain/rpc/eth/beacon/handlers.go +++ b/beacon-chain/rpc/eth/beacon/handlers.go @@ -11,26 +11,26 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - corehelpers "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/validator" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + corehelpers "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/validator" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" diff --git a/beacon-chain/rpc/eth/beacon/handlers_equivocation_test.go b/beacon-chain/rpc/eth/beacon/handlers_equivocation_test.go index 5f0521463f..199d560dd7 100644 --- a/beacon-chain/rpc/eth/beacon/handlers_equivocation_test.go +++ b/beacon-chain/rpc/eth/beacon/handlers_equivocation_test.go @@ -4,10 +4,10 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - rpctesting "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + rpctesting "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/testing/require" ) // TestBlocks_NewSignedBeaconBlock_EquivocationFix tests that blocks.NewSignedBeaconBlock diff --git a/beacon-chain/rpc/eth/beacon/handlers_pool.go b/beacon-chain/rpc/eth/beacon/handlers_pool.go index e40ad0cf47..e6adb7b1e1 100644 --- a/beacon-chain/rpc/eth/beacon/handlers_pool.go +++ b/beacon-chain/rpc/eth/beacon/handlers_pool.go @@ -8,26 +8,26 @@ import ( "net/http" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - corehelpers "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - mvslice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + corehelpers "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + mvslice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/rpc/eth/beacon/handlers_pool_test.go b/beacon-chain/rpc/eth/beacon/handlers_pool_test.go index 9685957e42..8fb48692ea 100644 --- a/beacon-chain/rpc/eth/beacon/handlers_pool_test.go +++ b/beacon-chain/rpc/eth/beacon/handlers_pool_test.go @@ -11,36 +11,36 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - blockchainmock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - prysmtime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - blstoexecmock "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec/mock" - slashingsmock "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings/mock" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits/mock" - p2pMock "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpbv1alpha1 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + blockchainmock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + prysmtime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + blstoexecmock "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec/mock" + slashingsmock "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings/mock" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits/mock" + p2pMock "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpbv1alpha1 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/beacon/handlers_state.go b/beacon-chain/rpc/eth/beacon/handlers_state.go index a57efb621c..579cd93dfa 100644 --- a/beacon-chain/rpc/eth/beacon/handlers_state.go +++ b/beacon-chain/rpc/eth/beacon/handlers_state.go @@ -7,19 +7,19 @@ import ( "net/http" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpbalpha "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpbalpha "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/eth/beacon/handlers_state_test.go b/beacon-chain/rpc/eth/beacon/handlers_state_test.go index cf5f16af4d..f73d3f9f75 100644 --- a/beacon-chain/rpc/eth/beacon/handlers_state_test.go +++ b/beacon-chain/rpc/eth/beacon/handlers_state_test.go @@ -11,19 +11,19 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpbalpha "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpbalpha "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/eth/beacon/handlers_test.go b/beacon-chain/rpc/eth/beacon/handlers_test.go index 1d585a687f..344b535f5a 100644 --- a/beacon-chain/rpc/eth/beacon/handlers_test.go +++ b/beacon-chain/rpc/eth/beacon/handlers_test.go @@ -13,34 +13,34 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - rpctesting "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - mock2 "github.com/OffchainLabs/prysm/v6/testing/mock" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + rpctesting "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + mock2 "github.com/OffchainLabs/prysm/v7/testing/mock" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" diff --git a/beacon-chain/rpc/eth/beacon/handlers_validator.go b/beacon-chain/rpc/eth/beacon/handlers_validator.go index 25a40b4892..91b6256f23 100644 --- a/beacon-chain/rpc/eth/beacon/handlers_validator.go +++ b/beacon-chain/rpc/eth/beacon/handlers_validator.go @@ -9,19 +9,19 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/beacon/handlers_validators_test.go b/beacon-chain/rpc/eth/beacon/handlers_validators_test.go index 1896c4696b..8ff8389b49 100644 --- a/beacon-chain/rpc/eth/beacon/handlers_validators_test.go +++ b/beacon-chain/rpc/eth/beacon/handlers_validators_test.go @@ -10,20 +10,20 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/eth/beacon/init_test.go b/beacon-chain/rpc/eth/beacon/init_test.go index b40158b177..e1d1bde044 100644 --- a/beacon-chain/rpc/eth/beacon/init_test.go +++ b/beacon-chain/rpc/eth/beacon/init_test.go @@ -1,7 +1,7 @@ package beacon import ( - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) func init() { diff --git a/beacon-chain/rpc/eth/beacon/server.go b/beacon-chain/rpc/eth/beacon/server.go index d5e89c003b..bf6fca748a 100644 --- a/beacon-chain/rpc/eth/beacon/server.go +++ b/beacon-chain/rpc/eth/beacon/server.go @@ -4,22 +4,22 @@ package beacon import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // Server defines a server implementation of the gRPC Beacon Chain service, diff --git a/beacon-chain/rpc/eth/blob/BUILD.bazel b/beacon-chain/rpc/eth/blob/BUILD.bazel index e98c2bd769..475333d21a 100644 --- a/beacon-chain/rpc/eth/blob/BUILD.bazel +++ b/beacon-chain/rpc/eth/blob/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "handlers.go", "server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/blob", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/blob", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/beacon-chain/rpc/eth/blob/handlers.go b/beacon-chain/rpc/eth/blob/handlers.go index b11fca3b8d..afd1570a74 100644 --- a/beacon-chain/rpc/eth/blob/handlers.go +++ b/beacon-chain/rpc/eth/blob/handlers.go @@ -7,18 +7,18 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/options" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/options" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/blob/handlers_test.go b/beacon-chain/rpc/eth/blob/handlers_test.go index eca9a16b03..471aac7cee 100644 --- a/beacon-chain/rpc/eth/blob/handlers_test.go +++ b/beacon-chain/rpc/eth/blob/handlers_test.go @@ -12,24 +12,24 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/eth/blob/server.go b/beacon-chain/rpc/eth/blob/server.go index 2fdbfd40cf..4d41556726 100644 --- a/beacon-chain/rpc/eth/blob/server.go +++ b/beacon-chain/rpc/eth/blob/server.go @@ -1,8 +1,8 @@ package blob import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" ) type Server struct { diff --git a/beacon-chain/rpc/eth/config/BUILD.bazel b/beacon-chain/rpc/eth/config/BUILD.bazel index 7c9dabf108..5536a3f08a 100644 --- a/beacon-chain/rpc/eth/config/BUILD.bazel +++ b/beacon-chain/rpc/eth/config/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["handlers.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/config", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/config", visibility = ["//visibility:public"], deps = [ "//api/server/structs:go_default_library", diff --git a/beacon-chain/rpc/eth/config/handlers.go b/beacon-chain/rpc/eth/config/handlers.go index b4cf372963..44185dd94c 100644 --- a/beacon-chain/rpc/eth/config/handlers.go +++ b/beacon-chain/rpc/eth/config/handlers.go @@ -8,10 +8,10 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" "github.com/ethereum/go-ethereum/common/hexutil" log "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/rpc/eth/config/handlers_test.go b/beacon-chain/rpc/eth/config/handlers_test.go index 86713ba815..8f174d80d6 100644 --- a/beacon-chain/rpc/eth/config/handlers_test.go +++ b/beacon-chain/rpc/eth/config/handlers_test.go @@ -11,11 +11,11 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" log "github.com/sirupsen/logrus" diff --git a/beacon-chain/rpc/eth/debug/BUILD.bazel b/beacon-chain/rpc/eth/debug/BUILD.bazel index 7d85a5c6fc..f68d37afc9 100644 --- a/beacon-chain/rpc/eth/debug/BUILD.bazel +++ b/beacon-chain/rpc/eth/debug/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "handlers.go", "server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/debug", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/debug", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/beacon-chain/rpc/eth/debug/handlers.go b/beacon-chain/rpc/eth/debug/handlers.go index 4ba228f786..7e279bdfaf 100644 --- a/beacon-chain/rpc/eth/debug/handlers.go +++ b/beacon-chain/rpc/eth/debug/handlers.go @@ -10,18 +10,18 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/debug/handlers_test.go b/beacon-chain/rpc/eth/debug/handlers_test.go index 082f774004..90635813b6 100644 --- a/beacon-chain/rpc/eth/debug/handlers_test.go +++ b/beacon-chain/rpc/eth/debug/handlers_test.go @@ -11,23 +11,23 @@ import ( "net/url" "testing" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - blockchainmock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + blockchainmock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/eth/debug/server.go b/beacon-chain/rpc/eth/debug/server.go index e0c822e19e..8bbe22ce51 100644 --- a/beacon-chain/rpc/eth/debug/server.go +++ b/beacon-chain/rpc/eth/debug/server.go @@ -4,9 +4,9 @@ package debug import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" ) // Server defines a server implementation of the gRPC Beacon Chain service, diff --git a/beacon-chain/rpc/eth/events/BUILD.bazel b/beacon-chain/rpc/eth/events/BUILD.bazel index 09254b3a67..485880a814 100644 --- a/beacon-chain/rpc/eth/events/BUILD.bazel +++ b/beacon-chain/rpc/eth/events/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "log.go", "server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/events", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/events", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/beacon-chain/rpc/eth/events/events.go b/beacon-chain/rpc/eth/events/events.go index 4971abdf63..92fd0f91cb 100644 --- a/beacon-chain/rpc/eth/events/events.go +++ b/beacon-chain/rpc/eth/events/events.go @@ -11,25 +11,25 @@ import ( "strconv" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - payloadattribute "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - engine "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + payloadattribute "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + engine "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" diff --git a/beacon-chain/rpc/eth/events/events_test.go b/beacon-chain/rpc/eth/events/events_test.go index 27f0d1371d..329140a4e3 100644 --- a/beacon-chain/rpc/eth/events/events_test.go +++ b/beacon-chain/rpc/eth/events/events_test.go @@ -12,24 +12,24 @@ import ( "testing" "time" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - payloadattribute "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + payloadattribute "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common" "github.com/r3labs/sse/v2" "github.com/sirupsen/logrus" diff --git a/beacon-chain/rpc/eth/events/http_test.go b/beacon-chain/rpc/eth/events/http_test.go index d99c5092a4..a2c408bacc 100644 --- a/beacon-chain/rpc/eth/events/http_test.go +++ b/beacon-chain/rpc/eth/events/http_test.go @@ -8,7 +8,7 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type StreamingResponseWriterRecorder struct { diff --git a/beacon-chain/rpc/eth/events/server.go b/beacon-chain/rpc/eth/events/server.go index a386ea5431..bcc05cb253 100644 --- a/beacon-chain/rpc/eth/events/server.go +++ b/beacon-chain/rpc/eth/events/server.go @@ -6,11 +6,11 @@ package events import ( "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" ) // Server defines a server implementation of the http events service, diff --git a/beacon-chain/rpc/eth/helpers/BUILD.bazel b/beacon-chain/rpc/eth/helpers/BUILD.bazel index 763472b6c4..92b4d0e977 100644 --- a/beacon-chain/rpc/eth/helpers/BUILD.bazel +++ b/beacon-chain/rpc/eth/helpers/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "sync.go", "validator_status.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/helpers", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/helpers", visibility = ["//visibility:public"], deps = [ "//beacon-chain/blockchain:go_default_library", diff --git a/beacon-chain/rpc/eth/helpers/error_handling.go b/beacon-chain/rpc/eth/helpers/error_handling.go index c06efe840b..92a48b2387 100644 --- a/beacon-chain/rpc/eth/helpers/error_handling.go +++ b/beacon-chain/rpc/eth/helpers/error_handling.go @@ -4,12 +4,12 @@ import ( "errors" "net/http" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/network/httputil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/network/httputil" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/eth/helpers/sync.go b/beacon-chain/rpc/eth/helpers/sync.go index f06c6ee56c..640e9b6263 100644 --- a/beacon-chain/rpc/eth/helpers/sync.go +++ b/beacon-chain/rpc/eth/helpers/sync.go @@ -6,13 +6,13 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/helpers/sync_test.go b/beacon-chain/rpc/eth/helpers/sync_test.go index c3ff519b4d..34455db637 100644 --- a/beacon-chain/rpc/eth/helpers/sync_test.go +++ b/beacon-chain/rpc/eth/helpers/sync_test.go @@ -6,23 +6,23 @@ import ( "strconv" "testing" - chainmock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + chainmock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/helpers/validator_status.go b/beacon-chain/rpc/eth/helpers/validator_status.go index eeb16e1f30..af36869820 100644 --- a/beacon-chain/rpc/eth/helpers/validator_status.go +++ b/beacon-chain/rpc/eth/helpers/validator_status.go @@ -1,10 +1,10 @@ package helpers import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/helpers/validator_status_test.go b/beacon-chain/rpc/eth/helpers/validator_status_test.go index 07691ecadc..f76a18b7d7 100644 --- a/beacon-chain/rpc/eth/helpers/validator_status_test.go +++ b/beacon-chain/rpc/eth/helpers/validator_status_test.go @@ -4,14 +4,14 @@ import ( "strconv" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - ethpb "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - "github.com/OffchainLabs/prysm/v6/proto/migration" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + ethpb "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + "github.com/OffchainLabs/prysm/v7/proto/migration" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_ValidatorStatus(t *testing.T) { diff --git a/beacon-chain/rpc/eth/light-client/BUILD.bazel b/beacon-chain/rpc/eth/light-client/BUILD.bazel index 366eab820b..1fa3b165e5 100644 --- a/beacon-chain/rpc/eth/light-client/BUILD.bazel +++ b/beacon-chain/rpc/eth/light-client/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "handlers.go", "server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/light-client", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/light-client", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//api:go_default_library", diff --git a/beacon-chain/rpc/eth/light-client/handlers.go b/beacon-chain/rpc/eth/light-client/handlers.go index 3f7655b592..8a6655f6e3 100644 --- a/beacon-chain/rpc/eth/light-client/handlers.go +++ b/beacon-chain/rpc/eth/light-client/handlers.go @@ -4,16 +4,16 @@ import ( "fmt" "net/http" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - lightclient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + lightclient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" diff --git a/beacon-chain/rpc/eth/light-client/handlers_test.go b/beacon-chain/rpc/eth/light-client/handlers_test.go index 6c073bac62..3486c49220 100644 --- a/beacon-chain/rpc/eth/light-client/handlers_test.go +++ b/beacon-chain/rpc/eth/light-client/handlers_test.go @@ -11,25 +11,25 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/async/event" - blockchainTest "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - dbtesting "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - lightclient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - p2ptesting "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - light_client "github.com/OffchainLabs/prysm/v6/consensus-types/light-client" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/async/event" + blockchainTest "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + dbtesting "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + lightclient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + p2ptesting "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + light_client "github.com/OffchainLabs/prysm/v7/consensus-types/light-client" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ssz "github.com/prysmaticlabs/fastssz" "google.golang.org/protobuf/proto" diff --git a/beacon-chain/rpc/eth/light-client/server.go b/beacon-chain/rpc/eth/light-client/server.go index b41cb2204a..a67671b072 100644 --- a/beacon-chain/rpc/eth/light-client/server.go +++ b/beacon-chain/rpc/eth/light-client/server.go @@ -1,8 +1,8 @@ package lightclient import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" ) type Server struct { diff --git a/beacon-chain/rpc/eth/node/BUILD.bazel b/beacon-chain/rpc/eth/node/BUILD.bazel index 7ae9c5ab4b..bb409c78e8 100644 --- a/beacon-chain/rpc/eth/node/BUILD.bazel +++ b/beacon-chain/rpc/eth/node/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "handlers_peers.go", "server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/node", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/node", visibility = ["//visibility:public"], deps = [ "//api/server/structs:go_default_library", diff --git a/beacon-chain/rpc/eth/node/handlers.go b/beacon-chain/rpc/eth/node/handlers.go index ba1d3ef95d..665dfa78ac 100644 --- a/beacon-chain/rpc/eth/node/handlers.go +++ b/beacon-chain/rpc/eth/node/handlers.go @@ -6,15 +6,15 @@ import ( "runtime" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/eth/node/handlers_peers.go b/beacon-chain/rpc/eth/node/handlers_peers.go index e36d2bd693..44bc8d5294 100644 --- a/beacon-chain/rpc/eth/node/handlers_peers.go +++ b/beacon-chain/rpc/eth/node/handlers_peers.go @@ -5,14 +5,14 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/proto/migration" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/proto/migration" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/node/handlers_peers_test.go b/beacon-chain/rpc/eth/node/handlers_peers_test.go index e6e3e50ff0..a9b89c0ad1 100644 --- a/beacon-chain/rpc/eth/node/handlers_peers_test.go +++ b/beacon-chain/rpc/eth/node/handlers_peers_test.go @@ -9,13 +9,13 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/rpc/eth/node/handlers_test.go b/beacon-chain/rpc/eth/node/handlers_test.go index b9cf95b11d..4c5e70e548 100644 --- a/beacon-chain/rpc/eth/node/handlers_test.go +++ b/beacon-chain/rpc/eth/node/handlers_test.go @@ -10,21 +10,21 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - syncmock "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - "github.com/OffchainLabs/prysm/v6/network/httputil" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + syncmock "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + "github.com/OffchainLabs/prysm/v7/network/httputil" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/rpc/eth/node/server.go b/beacon-chain/rpc/eth/node/server.go index 71b7698e1b..588bcef841 100644 --- a/beacon-chain/rpc/eth/node/server.go +++ b/beacon-chain/rpc/eth/node/server.go @@ -4,11 +4,11 @@ package node import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" "google.golang.org/grpc" ) diff --git a/beacon-chain/rpc/eth/rewards/BUILD.bazel b/beacon-chain/rpc/eth/rewards/BUILD.bazel index 33905c7a56..f8368f53b4 100644 --- a/beacon-chain/rpc/eth/rewards/BUILD.bazel +++ b/beacon-chain/rpc/eth/rewards/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "server.go", "service.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/rewards", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/rewards", visibility = ["//visibility:public"], deps = [ "//api/server/structs:go_default_library", diff --git a/beacon-chain/rpc/eth/rewards/handlers.go b/beacon-chain/rpc/eth/rewards/handlers.go index 1d392196a0..a30e843553 100644 --- a/beacon-chain/rpc/eth/rewards/handlers.go +++ b/beacon-chain/rpc/eth/rewards/handlers.go @@ -8,19 +8,19 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/wealdtech/go-bytesutil" ) diff --git a/beacon-chain/rpc/eth/rewards/handlers_test.go b/beacon-chain/rpc/eth/rewards/handlers_test.go index f0604ffb9a..55d76f8c1a 100644 --- a/beacon-chain/rpc/eth/rewards/handlers_test.go +++ b/beacon-chain/rpc/eth/rewards/handlers_test.go @@ -12,29 +12,29 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbutil "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/blst" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbutil "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/blst" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/rewards/server.go b/beacon-chain/rpc/eth/rewards/server.go index 8cb6ab8302..2a764181cf 100644 --- a/beacon-chain/rpc/eth/rewards/server.go +++ b/beacon-chain/rpc/eth/rewards/server.go @@ -1,8 +1,8 @@ package rewards import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" ) type Server struct { diff --git a/beacon-chain/rpc/eth/rewards/service.go b/beacon-chain/rpc/eth/rewards/service.go index 6043620e20..1d1348c66b 100644 --- a/beacon-chain/rpc/eth/rewards/service.go +++ b/beacon-chain/rpc/eth/rewards/service.go @@ -5,18 +5,18 @@ import ( "net/http" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - coreblocks "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + coreblocks "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // BlockRewardsFetcher is a interface that provides access to reward related responses diff --git a/beacon-chain/rpc/eth/rewards/service_test.go b/beacon-chain/rpc/eth/rewards/service_test.go index 026246d44a..71f96ca661 100644 --- a/beacon-chain/rpc/eth/rewards/service_test.go +++ b/beacon-chain/rpc/eth/rewards/service_test.go @@ -3,12 +3,12 @@ package rewards import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - dbutil "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + dbutil "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestGetStateForRewards_NextSlotCacheHit(t *testing.T) { diff --git a/beacon-chain/rpc/eth/rewards/testing/BUILD.bazel b/beacon-chain/rpc/eth/rewards/testing/BUILD.bazel index 9fa9f0862f..2ea70a7b5b 100644 --- a/beacon-chain/rpc/eth/rewards/testing/BUILD.bazel +++ b/beacon-chain/rpc/eth/rewards/testing/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/rewards/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/rewards/testing", visibility = ["//visibility:public"], deps = [ "//api/server/structs:go_default_library", diff --git a/beacon-chain/rpc/eth/rewards/testing/mock.go b/beacon-chain/rpc/eth/rewards/testing/mock.go index 7a964d0305..2403e1f6ed 100644 --- a/beacon-chain/rpc/eth/rewards/testing/mock.go +++ b/beacon-chain/rpc/eth/rewards/testing/mock.go @@ -3,10 +3,10 @@ package testing import ( "context" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/network/httputil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/network/httputil" ) type MockBlockRewardFetcher struct { diff --git a/beacon-chain/rpc/eth/shared/BUILD.bazel b/beacon-chain/rpc/eth/shared/BUILD.bazel index fca42bc01e..a80fdddd6b 100644 --- a/beacon-chain/rpc/eth/shared/BUILD.bazel +++ b/beacon-chain/rpc/eth/shared/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "errors.go", "request.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared", visibility = ["//visibility:public"], deps = [ "//api/server/structs:go_default_library", diff --git a/beacon-chain/rpc/eth/shared/errors.go b/beacon-chain/rpc/eth/shared/errors.go index d42e6fe8a7..353b818ac7 100644 --- a/beacon-chain/rpc/eth/shared/errors.go +++ b/beacon-chain/rpc/eth/shared/errors.go @@ -3,10 +3,10 @@ package shared import ( "net/http" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/network/httputil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/network/httputil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/shared/errors_test.go b/beacon-chain/rpc/eth/shared/errors_test.go index 734a4c4e72..9181813603 100644 --- a/beacon-chain/rpc/eth/shared/errors_test.go +++ b/beacon-chain/rpc/eth/shared/errors_test.go @@ -6,9 +6,9 @@ import ( "net/http/httptest" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/testing/assert" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/eth/shared/request.go b/beacon-chain/rpc/eth/shared/request.go index 344955532a..c1ddda4249 100644 --- a/beacon-chain/rpc/eth/shared/request.go +++ b/beacon-chain/rpc/eth/shared/request.go @@ -8,10 +8,10 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/network/httputil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/network/httputil" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/eth/shared/testing/BUILD.bazel b/beacon-chain/rpc/eth/shared/testing/BUILD.bazel index 889d7c056b..45bd04801b 100644 --- a/beacon-chain/rpc/eth/shared/testing/BUILD.bazel +++ b/beacon-chain/rpc/eth/shared/testing/BUILD.bazel @@ -8,6 +8,6 @@ go_library( "json_mainnet.go", "json_minimal.go", # keep ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared/testing", visibility = ["//visibility:public"], ) diff --git a/beacon-chain/rpc/eth/validator/BUILD.bazel b/beacon-chain/rpc/eth/validator/BUILD.bazel index a965ef4aee..d0a0e9d044 100644 --- a/beacon-chain/rpc/eth/validator/BUILD.bazel +++ b/beacon-chain/rpc/eth/validator/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "log.go", "server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/validator", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/validator", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/beacon-chain/rpc/eth/validator/handlers.go b/beacon-chain/rpc/eth/validator/handlers.go index 319df04ad2..24b1924891 100644 --- a/beacon-chain/rpc/eth/validator/handlers.go +++ b/beacon-chain/rpc/eth/validator/handlers.go @@ -13,30 +13,30 @@ import ( "strconv" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - rpchelpers "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - validator2 "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - mvslice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpbalpha "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + rpchelpers "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + validator2 "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + mvslice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpbalpha "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/rpc/eth/validator/handlers_block.go b/beacon-chain/rpc/eth/validator/handlers_block.go index df3543ae7a..88768b4409 100644 --- a/beacon-chain/rpc/eth/validator/handlers_block.go +++ b/beacon-chain/rpc/eth/validator/handlers_block.go @@ -8,19 +8,19 @@ import ( "net/http" "strings" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/rewards" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/rewards" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "google.golang.org/protobuf/types/known/wrapperspb" ) diff --git a/beacon-chain/rpc/eth/validator/handlers_block_test.go b/beacon-chain/rpc/eth/validator/handlers_block_test.go index fabc1e1d05..509bea6c47 100644 --- a/beacon-chain/rpc/eth/validator/handlers_block_test.go +++ b/beacon-chain/rpc/eth/validator/handlers_block_test.go @@ -9,17 +9,17 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - blockchainTesting "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - rewardtesting "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/rewards/testing" - rpctesting "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared/testing" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - mock2 "github.com/OffchainLabs/prysm/v6/testing/mock" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + blockchainTesting "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + rewardtesting "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/rewards/testing" + rpctesting "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared/testing" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + mock2 "github.com/OffchainLabs/prysm/v7/testing/mock" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" ) diff --git a/beacon-chain/rpc/eth/validator/handlers_test.go b/beacon-chain/rpc/eth/validator/handlers_test.go index 8281dc12fa..56ec6b0b04 100644 --- a/beacon-chain/rpc/eth/validator/handlers_test.go +++ b/beacon-chain/rpc/eth/validator/handlers_test.go @@ -12,36 +12,36 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - builderTest "github.com/OffchainLabs/prysm/v6/beacon-chain/builder/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - dbutil "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - p2pmock "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpbalpha "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + builderTest "github.com/OffchainLabs/prysm/v7/beacon-chain/builder/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + dbutil "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + p2pmock "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpbalpha "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" logTest "github.com/sirupsen/logrus/hooks/test" diff --git a/beacon-chain/rpc/eth/validator/server.go b/beacon-chain/rpc/eth/validator/server.go index 43e6dd4a38..c8f456bed3 100644 --- a/beacon-chain/rpc/eth/validator/server.go +++ b/beacon-chain/rpc/eth/validator/server.go @@ -1,19 +1,19 @@ package validator import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/rewards" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/rewards" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // Server defines a server implementation of the gRPC Validator service, diff --git a/beacon-chain/rpc/lookup/BUILD.bazel b/beacon-chain/rpc/lookup/BUILD.bazel index b5d6a5e24e..42e82a0599 100644 --- a/beacon-chain/rpc/lookup/BUILD.bazel +++ b/beacon-chain/rpc/lookup/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "blocker.go", "stater.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup", visibility = ["//visibility:public"], deps = [ "//beacon-chain/blockchain:go_default_library", diff --git a/beacon-chain/rpc/lookup/blocker.go b/beacon-chain/rpc/lookup/blocker.go index f618808dce..958cbad67b 100644 --- a/beacon-chain/rpc/lookup/blocker.go +++ b/beacon-chain/rpc/lookup/blocker.go @@ -6,20 +6,20 @@ import ( "math" "strconv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/options" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/options" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/lookup/blocker_test.go b/beacon-chain/rpc/lookup/blocker_test.go index bf8f967c64..0828e56bdb 100644 --- a/beacon-chain/rpc/lookup/blocker_test.go +++ b/beacon-chain/rpc/lookup/blocker_test.go @@ -8,24 +8,24 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/options" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/options" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/lookup/stater.go b/beacon-chain/rpc/lookup/stater.go index abecc7a8d0..b0fd36b6cd 100644 --- a/beacon-chain/rpc/lookup/stater.go +++ b/beacon-chain/rpc/lookup/stater.go @@ -7,16 +7,16 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/lookup/stater_test.go b/beacon-chain/rpc/lookup/stater_test.go index 14caa1f6c8..eaeafbb7f2 100644 --- a/beacon-chain/rpc/lookup/stater_test.go +++ b/beacon-chain/rpc/lookup/stater_test.go @@ -6,19 +6,19 @@ import ( "testing" "time" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/options/BUILD.bazel b/beacon-chain/rpc/options/BUILD.bazel index d545880b4c..ba9833aa94 100644 --- a/beacon-chain/rpc/options/BUILD.bazel +++ b/beacon-chain/rpc/options/BUILD.bazel @@ -3,6 +3,6 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["options.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/options", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/options", visibility = ["//visibility:public"], ) diff --git a/beacon-chain/rpc/prysm/beacon/BUILD.bazel b/beacon-chain/rpc/prysm/beacon/BUILD.bazel index 6315d6ef7c..7e3e9d4b54 100644 --- a/beacon-chain/rpc/prysm/beacon/BUILD.bazel +++ b/beacon-chain/rpc/prysm/beacon/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "ssz_query.go", "validator_count.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/beacon", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/beacon", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/beacon-chain/rpc/prysm/beacon/handlers.go b/beacon-chain/rpc/prysm/beacon/handlers.go index daeed23657..3a873d7e54 100644 --- a/beacon-chain/rpc/prysm/beacon/handlers.go +++ b/beacon-chain/rpc/prysm/beacon/handlers.go @@ -8,18 +8,18 @@ import ( "net/http" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/prysm/beacon/handlers_test.go b/beacon-chain/rpc/prysm/beacon/handlers_test.go index 2b40edba71..d9d49a89e3 100644 --- a/beacon-chain/rpc/prysm/beacon/handlers_test.go +++ b/beacon-chain/rpc/prysm/beacon/handlers_test.go @@ -11,28 +11,28 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - rpctesting "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + rpctesting "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/testing" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/prysm/beacon/server.go b/beacon-chain/rpc/prysm/beacon/server.go index efb9714b04..c5d733ea1f 100644 --- a/beacon-chain/rpc/prysm/beacon/server.go +++ b/beacon-chain/rpc/prysm/beacon/server.go @@ -1,13 +1,13 @@ package beacon import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - beacondb "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + beacondb "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" ) type Server struct { diff --git a/beacon-chain/rpc/prysm/beacon/ssz_query.go b/beacon-chain/rpc/prysm/beacon/ssz_query.go index 063570d91d..30fbfdf16b 100644 --- a/beacon-chain/rpc/prysm/beacon/ssz_query.go +++ b/beacon-chain/rpc/prysm/beacon/ssz_query.go @@ -6,15 +6,15 @@ import ( "io" "net/http" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/query" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - sszquerypb "github.com/OffchainLabs/prysm/v6/proto/ssz_query" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/query" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + sszquerypb "github.com/OffchainLabs/prysm/v7/proto/ssz_query" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // QueryBeaconState handles SSZ Query request for BeaconState. diff --git a/beacon-chain/rpc/prysm/beacon/ssz_query_test.go b/beacon-chain/rpc/prysm/beacon/ssz_query_test.go index 099faef713..e3932d235e 100644 --- a/beacon-chain/rpc/prysm/beacon/ssz_query_test.go +++ b/beacon-chain/rpc/prysm/beacon/ssz_query_test.go @@ -11,19 +11,19 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - sszquerypb "github.com/OffchainLabs/prysm/v6/proto/ssz_query" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + sszquerypb "github.com/OffchainLabs/prysm/v7/proto/ssz_query" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/prysm/beacon/validator_count.go b/beacon-chain/rpc/prysm/beacon/validator_count.go index 7f0f71a0f3..1735aae994 100644 --- a/beacon-chain/rpc/prysm/beacon/validator_count.go +++ b/beacon-chain/rpc/prysm/beacon/validator_count.go @@ -7,17 +7,17 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // GetValidatorCount is a HTTP handler that serves the GET /eth/v1/beacon/states/{state_id}/validator_count endpoint. diff --git a/beacon-chain/rpc/prysm/beacon/validator_count_test.go b/beacon-chain/rpc/prysm/beacon/validator_count_test.go index b08f4c47c8..50db31d91c 100644 --- a/beacon-chain/rpc/prysm/beacon/validator_count_test.go +++ b/beacon-chain/rpc/prysm/beacon/validator_count_test.go @@ -12,17 +12,17 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestGetValidatorCountInvalidRequest(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/node/BUILD.bazel b/beacon-chain/rpc/prysm/node/BUILD.bazel index 5b3bd5d806..084ac67049 100644 --- a/beacon-chain/rpc/prysm/node/BUILD.bazel +++ b/beacon-chain/rpc/prysm/node/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "handlers.go", "server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/node", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/node", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//api/server/structs:go_default_library", diff --git a/beacon-chain/rpc/prysm/node/handlers.go b/beacon-chain/rpc/prysm/node/handlers.go index dae36c9825..0eaea34be5 100644 --- a/beacon-chain/rpc/prysm/node/handlers.go +++ b/beacon-chain/rpc/prysm/node/handlers.go @@ -6,13 +6,13 @@ import ( "net/http" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" corenet "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/rpc/prysm/node/handlers_test.go b/beacon-chain/rpc/prysm/node/handlers_test.go index 734295a8f3..7e6875438a 100644 --- a/beacon-chain/rpc/prysm/node/handlers_test.go +++ b/beacon-chain/rpc/prysm/node/handlers_test.go @@ -8,13 +8,13 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" corenet "github.com/libp2p/go-libp2p/core/network" diff --git a/beacon-chain/rpc/prysm/node/server.go b/beacon-chain/rpc/prysm/node/server.go index dd702b1c9f..cb84af8ac7 100644 --- a/beacon-chain/rpc/prysm/node/server.go +++ b/beacon-chain/rpc/prysm/node/server.go @@ -1,11 +1,11 @@ package node import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" ) type Server struct { diff --git a/beacon-chain/rpc/prysm/testing/BUILD.bazel b/beacon-chain/rpc/prysm/testing/BUILD.bazel index 4bc82bf539..423c5701a5 100644 --- a/beacon-chain/rpc/prysm/testing/BUILD.bazel +++ b/beacon-chain/rpc/prysm/testing/BUILD.bazel @@ -4,6 +4,6 @@ go_library( name = "go_default_library", testonly = True, srcs = ["json.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/testing", visibility = ["//visibility:public"], ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/BUILD.bazel b/beacon-chain/rpc/prysm/v1alpha1/beacon/BUILD.bazel index 1b5302d1bd..19415d336b 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/BUILD.bazel +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/BUILD.bazel @@ -13,7 +13,7 @@ go_library( "slashings.go", "validators.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/beacon", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/beacon", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//api/pagination:go_default_library", diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/assignments.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/assignments.go index 5cf1541ed9..f6889926b3 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/assignments.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/assignments.go @@ -5,13 +5,13 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/api/pagination" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/pagination" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/assignments_test.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/assignments_test.go index 7330c502dd..a114919742 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/assignments_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/assignments_test.go @@ -6,20 +6,20 @@ import ( "strconv" "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestServer_ListAssignments_CannotRequestFutureEpoch(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/attestations.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/attestations.go index 8e7c119fca..1290130067 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/attestations.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/attestations.go @@ -6,19 +6,19 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/pagination" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/api/pagination" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/attestations_test.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/attestations_test.go index 16d5ed9392..fe72b7d89a 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/attestations_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/attestations_test.go @@ -8,26 +8,26 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/cmd" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/cmd" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/beacon_test.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/beacon_test.go index 029dbb6071..70021d99b3 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/beacon_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/beacon_test.go @@ -4,8 +4,8 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" ) func TestMain(m *testing.M) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/blocks.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/blocks.go index b5fbbd5fa0..4be4a41772 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/blocks.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/blocks.go @@ -4,14 +4,14 @@ import ( "context" "strconv" - "github.com/OffchainLabs/prysm/v6/api/pagination" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/cmd" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/pagination" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/cmd" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/blocks_test.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/blocks_test.go index 74849b6b81..a9df700a31 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/blocks_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/blocks_test.go @@ -5,22 +5,22 @@ import ( "strconv" "testing" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/committees.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/committees.go index a521ac2766..b829b8aff1 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/committees.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/committees.go @@ -4,13 +4,13 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/committees_test.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/committees_test.go index a54f1890fd..0c746cc3fb 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/committees_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/committees_test.go @@ -6,23 +6,23 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - blocktest "github.com/OffchainLabs/prysm/v6/consensus-types/blocks/testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + blocktest "github.com/OffchainLabs/prysm/v7/consensus-types/blocks/testing" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" "gopkg.in/d4l3k/messagediff.v1" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/config.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/config.go index 4ced9735b7..98a7184950 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/config.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/config.go @@ -5,8 +5,8 @@ import ( "fmt" "reflect" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "google.golang.org/protobuf/types/known/emptypb" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/config_test.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/config_test.go index 68a30df3b2..799b27e54d 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/config_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/config_test.go @@ -5,9 +5,9 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "google.golang.org/protobuf/types/known/emptypb" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/init_test.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/init_test.go index b40158b177..e1d1bde044 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/init_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/init_test.go @@ -1,7 +1,7 @@ package beacon import ( - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) func init() { diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/server.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/server.go index b26922ec3e..7c9f23c921 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/server.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/server.go @@ -7,20 +7,20 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // Server defines a server implementation of the gRPC Beacon Chain service, diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/slashings.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/slashings.go index 96cbc3b499..7a925329fa 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/slashings.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/slashings.go @@ -3,10 +3,10 @@ package beacon import ( "context" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/slashings_test.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/slashings_test.go index ba4186ea5f..c88c439690 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/slashings_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/slashings_test.go @@ -3,15 +3,15 @@ package beacon import ( "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/validators.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/validators.go index e97c9dbd9b..77b7714403 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/validators.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/validators.go @@ -6,19 +6,19 @@ import ( "sort" "strconv" - "github.com/OffchainLabs/prysm/v6/api/pagination" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/pagination" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" diff --git a/beacon-chain/rpc/prysm/v1alpha1/beacon/validators_test.go b/beacon-chain/rpc/prysm/v1alpha1/beacon/validators_test.go index b3f1370785..e7e5583f50 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/beacon/validators_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/beacon/validators_test.go @@ -9,35 +9,35 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/cmd" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - blocktest "github.com/OffchainLabs/prysm/v6/consensus-types/blocks/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/cmd" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + blocktest "github.com/OffchainLabs/prysm/v7/consensus-types/blocks/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" "google.golang.org/protobuf/types/known/emptypb" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/debug/BUILD.bazel b/beacon-chain/rpc/prysm/v1alpha1/debug/BUILD.bazel index 237ba449e4..e13f02f324 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/debug/BUILD.bazel +++ b/beacon-chain/rpc/prysm/v1alpha1/debug/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "server.go", "state.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/debug", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/debug", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//beacon-chain/blockchain:go_default_library", diff --git a/beacon-chain/rpc/prysm/v1alpha1/debug/block.go b/beacon-chain/rpc/prysm/v1alpha1/debug/block.go index 2223f20579..0a44dad0df 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/debug/block.go +++ b/beacon-chain/rpc/prysm/v1alpha1/debug/block.go @@ -5,14 +5,14 @@ import ( "fmt" "math" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pbrpc "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pbrpc "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/debug/block_test.go b/beacon-chain/rpc/prysm/v1alpha1/debug/block_test.go index 1613732094..08948244b1 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/debug/block_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/debug/block_test.go @@ -5,17 +5,17 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestServer_GetBlock(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/debug/p2p.go b/beacon-chain/rpc/prysm/v1alpha1/debug/p2p.go index 3a9f72e2cb..4454fc23d9 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/debug/p2p.go +++ b/beacon-chain/rpc/prysm/v1alpha1/debug/p2p.go @@ -3,8 +3,8 @@ package debug import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/golang/protobuf/ptypes/empty" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/rpc/prysm/v1alpha1/debug/p2p_test.go b/beacon-chain/rpc/prysm/v1alpha1/debug/p2p_test.go index 5086c92017..2383fbdd66 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/debug/p2p_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/debug/p2p_test.go @@ -3,10 +3,10 @@ package debug import ( "testing" - mockP2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + mockP2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/golang/protobuf/ptypes/empty" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/debug/server.go b/beacon-chain/rpc/prysm/v1alpha1/debug/server.go index 74ce07d456..0d6aa41a8f 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/debug/server.go +++ b/beacon-chain/rpc/prysm/v1alpha1/debug/server.go @@ -7,11 +7,11 @@ import ( "context" "os" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - pbrpc "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + pbrpc "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gethlog "github.com/ethereum/go-ethereum/log" "github.com/golang/protobuf/ptypes/empty" golog "github.com/ipfs/go-log/v2" diff --git a/beacon-chain/rpc/prysm/v1alpha1/debug/state.go b/beacon-chain/rpc/prysm/v1alpha1/debug/state.go index 20221ddc13..e3c8c62fb0 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/debug/state.go +++ b/beacon-chain/rpc/prysm/v1alpha1/debug/state.go @@ -4,8 +4,8 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pbrpc "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pbrpc "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/debug/state_test.go b/beacon-chain/rpc/prysm/v1alpha1/debug/state_test.go index eca0580016..3ee20e0489 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/debug/state_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/debug/state_test.go @@ -4,16 +4,16 @@ import ( "math" "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pbrpc "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pbrpc "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func addDefaultReplayerBuilder(s *Server, h stategen.HistoryAccessor) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/node/BUILD.bazel b/beacon-chain/rpc/prysm/v1alpha1/node/BUILD.bazel index 15e5abe0f5..0d47b5c98b 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/node/BUILD.bazel +++ b/beacon-chain/rpc/prysm/v1alpha1/node/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["server.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/node", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/node", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//beacon-chain/blockchain:go_default_library", diff --git a/beacon-chain/rpc/prysm/v1alpha1/node/server.go b/beacon-chain/rpc/prysm/v1alpha1/node/server.go index 7e5b8bdf6b..2dd185ce93 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/node/server.go +++ b/beacon-chain/rpc/prysm/v1alpha1/node/server.go @@ -11,15 +11,15 @@ import ( "strconv" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/io/logs" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/io/logs" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/golang/protobuf/ptypes/empty" "github.com/golang/protobuf/ptypes/timestamp" "github.com/libp2p/go-libp2p/core/network" diff --git a/beacon-chain/rpc/prysm/v1alpha1/node/server_test.go b/beacon-chain/rpc/prysm/v1alpha1/node/server_test.go index 6c615e1cdb..373763da7c 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/node/server_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/node/server_test.go @@ -5,18 +5,18 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbutil "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - mockP2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbutil "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + mockP2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/p2p/enode" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/BUILD.bazel b/beacon-chain/rpc/prysm/v1alpha1/validator/BUILD.bazel index 09b9336970..823c1fdd5c 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/BUILD.bazel +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/BUILD.bazel @@ -33,7 +33,7 @@ go_library( "sync_committee.go", "unblinder.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/validator", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/validator", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//api/client/builder:go_default_library", diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/aggregator.go b/beacon-chain/rpc/prysm/v1alpha1/validator/aggregator.go index f8b371af67..e88a10d67f 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/aggregator.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/aggregator.go @@ -3,16 +3,16 @@ package validator import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/aggregator_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/aggregator_test.go index 9fe8fa4713..1fae1d90e6 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/aggregator_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/aggregator_test.go @@ -7,25 +7,25 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - attaggregation "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + attaggregation "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestSubmitAggregateAndProof_Syncing(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/attester.go b/beacon-chain/rpc/prysm/v1alpha1/validator/attester.go index 2e0dc4c940..d23cd25186 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/attester.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/attester.go @@ -4,19 +4,19 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/attester_mainnet_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/attester_mainnet_test.go index 39e620c576..3bacd50c9b 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/attester_mainnet_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/attester_mainnet_test.go @@ -4,16 +4,16 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/attester_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/attester_test.go index 6a59eabe06..7d2faf7302 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/attester_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/attester_test.go @@ -6,24 +6,24 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - dbutil "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + dbutil "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/proto" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/blocks.go b/beacon-chain/rpc/prysm/v1alpha1/validator/blocks.go index ebdd7eb03d..cb427da796 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/blocks.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/blocks.go @@ -1,14 +1,14 @@ package validator import ( - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/blocks_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/blocks_test.go index ea698b6d70..25a2f1904e 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/blocks_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/blocks_test.go @@ -4,19 +4,19 @@ import ( "context" "testing" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/mock" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/mock" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "go.uber.org/mock/gomock" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/construct_generic_block.go b/beacon-chain/rpc/prysm/v1alpha1/validator/construct_generic_block.go index 138949fe66..7d9f9bcb52 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/construct_generic_block.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/construct_generic_block.go @@ -3,11 +3,11 @@ package validator import ( "fmt" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/construct_generic_block_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/construct_generic_block_test.go index 1eecb10a74..ff12c80b8d 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/construct_generic_block_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/construct_generic_block_test.go @@ -3,13 +3,13 @@ package validator import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/duties.go b/beacon-chain/rpc/prysm/v1alpha1/validator/duties.go index 02e38a928c..9523447166 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/duties.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/duties.go @@ -3,15 +3,15 @@ package validator import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/duties_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/duties_test.go index 4de0d87098..65eb5b45bd 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/duties_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/duties_test.go @@ -5,23 +5,23 @@ import ( "testing" "time" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) // pubKey is a helper to generate a well-formed public key. diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/duties_v2.go b/beacon-chain/rpc/prysm/v1alpha1/validator/duties_v2.go index 32ca83c471..d48dfdce9a 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/duties_v2.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/duties_v2.go @@ -3,16 +3,16 @@ package validator import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/duties_v2_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/duties_v2_test.go index d4c01b48b5..09e58e7a10 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/duties_v2_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/duties_v2_test.go @@ -4,25 +4,25 @@ import ( "testing" "time" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestGetDutiesV2_OK(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/exit.go b/beacon-chain/rpc/prysm/v1alpha1/validator/exit.go index 40443bf0d6..075378f103 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/exit.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/exit.go @@ -3,11 +3,11 @@ package validator import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/exit_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/exit_test.go index 89ff60bdaf..21dbf999a3 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/exit_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/exit_test.go @@ -4,22 +4,22 @@ import ( "testing" "time" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProposeExit_Notification(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer.go index 091a745737..fef20a9e72 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer.go @@ -7,28 +7,28 @@ import ( "sync" "time" - builderapi "github.com/OffchainLabs/prysm/v6/api/client/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + builderapi "github.com/OffchainLabs/prysm/v7/api/client/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" emptypb "github.com/golang/protobuf/ptypes/empty" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_altair.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_altair.go index 5a7ae057ac..7894c49261 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_altair.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_altair.go @@ -5,19 +5,19 @@ import ( "context" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - synccontribution "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + synccontribution "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_altair_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_altair_test.go index 04f086079a..b97366263a 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_altair_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_altair_test.go @@ -4,19 +4,19 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - chainmock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + chainmock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProposer_GetSyncAggregate_OK(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations.go index 2e84393854..ad8a57f701 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations.go @@ -9,20 +9,20 @@ import ( "sort" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" - attaggregation "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" + attaggregation "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_electra.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_electra.go index 7ca2a62f5c..71d86d4ca4 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_electra.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_electra.go @@ -5,9 +5,9 @@ import ( "slices" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // computeOnChainAggregate constructs a final aggregate form a list of network aggregates with equal attestation data. diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_electra_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_electra_test.go index ddda9b4f19..3b95c27011 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_electra_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_electra_test.go @@ -5,13 +5,13 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls/blst" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls/blst" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_computeOnChainAggregate(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_test.go index 93056e4bea..8ae2978674 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_attestations_test.go @@ -8,20 +8,20 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations/mock" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls/blst" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations/mock" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls/blst" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestProposer_ProposerAtts_committeeAwareSort(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_bellatrix.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_bellatrix.go index 0e5a339b22..47c2a76e31 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_bellatrix.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_bellatrix.go @@ -7,20 +7,20 @@ import ( "math/big" "time" - "github.com/OffchainLabs/prysm/v6/api/client/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/client/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_bellatrix_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_bellatrix_test.go index 572738227e..a3f586a45d 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_bellatrix_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_bellatrix_test.go @@ -6,29 +6,29 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api/client/builder" - blockchainTest "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - builderTest "github.com/OffchainLabs/prysm/v6/beacon-chain/builder/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - powtesting "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/client/builder" + blockchainTest "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + builderTest "github.com/OffchainLabs/prysm/v7/beacon-chain/builder/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + powtesting "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" logTest "github.com/sirupsen/logrus/hooks/test" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_builder.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_builder.go index 76fa6b24a9..1d824cc6d3 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_builder.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_builder.go @@ -3,12 +3,12 @@ package validator import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_builder_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_builder_test.go index 9ff262273e..b638acda5f 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_builder_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_builder_test.go @@ -4,21 +4,21 @@ import ( "testing" "time" - blockchainTest "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - testing2 "github.com/OffchainLabs/prysm/v6/beacon-chain/builder/testing" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + blockchainTest "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + testing2 "github.com/OffchainLabs/prysm/v7/beacon-chain/builder/testing" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_capella.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_capella.go index cc945fe2a9..6214204bf1 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_capella.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_capella.go @@ -1,10 +1,10 @@ package validator import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // Sets the bls to exec data for a block. diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb.go index ac246b27e1..dac00152ae 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb.go @@ -3,10 +3,10 @@ package validator import ( "errors" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // BuildBlobSidecars given a block, builds the blob sidecars for the block. diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb_bench_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb_bench_test.go index abbfb4e1c0..7427dd46b9 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb_bench_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb_bench_test.go @@ -4,13 +4,13 @@ import ( "errors" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/util" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb_test.go index 95b16554ca..45229db3a7 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deneb_test.go @@ -3,11 +3,11 @@ package validator import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deposits.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deposits.go index 6b0bb317e9..f398e0b7eb 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deposits.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deposits.go @@ -5,15 +5,15 @@ import ( "context" "math/big" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "github.com/sirupsen/logrus" "golang.org/x/sync/errgroup" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deposits_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deposits_test.go index 6f51c55782..f17440acc5 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deposits_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_deposits_test.go @@ -4,17 +4,17 @@ import ( "math/big" "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestShouldFallback(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_empty_block.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_empty_block.go index 2b67b78855..c730df9915 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_empty_block.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_empty_block.go @@ -1,12 +1,12 @@ package validator import ( - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_empty_block_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_empty_block_test.go index 7775fcff6c..9c77a10c06 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_empty_block_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_empty_block_test.go @@ -3,12 +3,12 @@ package validator import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_getEmptyBlock(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_eth1data.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_eth1data.go index 9679adea80..d43f957da7 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_eth1data.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_eth1data.go @@ -4,17 +4,17 @@ import ( "context" "math/big" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" fastssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_execution_payload.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_execution_payload.go index 84e6000dd3..30248c8c85 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_execution_payload.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_execution_payload.go @@ -5,23 +5,23 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/api/client/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - payloadattribute "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/client/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + payloadattribute "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_execution_payload_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_execution_payload_test.go index 62be55ecfa..34e2434080 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_execution_payload_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_execution_payload_test.go @@ -5,19 +5,19 @@ import ( "errors" "testing" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - powtesting "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + powtesting "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common" gethtypes "github.com/ethereum/go-ethereum/core/types" logTest "github.com/sirupsen/logrus/hooks/test" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_exits.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_exits.go index e3676088f6..89d79c4644 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_exits.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_exits.go @@ -1,9 +1,9 @@ package validator import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func (vs *Server) getExits(head state.BeaconState, slot primitives.Slot) []*ethpb.SignedVoluntaryExit { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_exits_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_exits_test.go index ec68b38639..80b7da575c 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_exits_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_exits_test.go @@ -3,12 +3,12 @@ package validator import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestServer_getExits(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_slashings.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_slashings.go index dd8ff2f5e4..65daa0aa0a 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_slashings.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_slashings.go @@ -3,11 +3,11 @@ package validator import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func (vs *Server) getSlashings(ctx context.Context, head state.BeaconState) ([]*ethpb.ProposerSlashing, []ethpb.AttSlashing) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_slashings_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_slashings_test.go index a90ac8c8aa..41706c351f 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_slashings_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_slashings_test.go @@ -3,12 +3,12 @@ package validator import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestServer_getSlashings(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_sync_aggregate.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_sync_aggregate.go index 5e398416dc..559e67966b 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_sync_aggregate.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_sync_aggregate.go @@ -3,7 +3,7 @@ package validator import ( "bytes" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) type proposerSyncContributions []*eth.SyncCommitteeContribution diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_sync_aggregate_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_sync_aggregate_test.go index e440db6342..785ce0b624 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_sync_aggregate_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_sync_aggregate_test.go @@ -5,9 +5,9 @@ import ( "sort" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - v2 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + v2 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestProposerSyncContributions_FilterByBlockRoot(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_test.go index 447d30fa02..7365b6a501 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_test.go @@ -7,49 +7,49 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - builderapi "github.com/OffchainLabs/prysm/v6/api/client/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - builderTest "github.com/OffchainLabs/prysm/v6/beacon-chain/builder/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - b "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - coretime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - dbutil "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - attaggregation "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + builderapi "github.com/OffchainLabs/prysm/v7/api/client/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + builderTest "github.com/OffchainLabs/prysm/v7/beacon-chain/builder/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + b "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + coretime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + dbutil "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + attaggregation "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_utils_bench_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_utils_bench_test.go index 9eb09e077f..2bc3b57da1 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_utils_bench_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/proposer_utils_bench_test.go @@ -5,10 +5,10 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - aggtesting "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + aggtesting "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/testing" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func BenchmarkProposerAtts_sortByProfitability(b *testing.B) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/server.go b/beacon-chain/rpc/prysm/v1alpha1/validator/server.go index 2b65be8774..aaba034c12 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/server.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/server.go @@ -8,32 +8,32 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/server_mainnet_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/server_mainnet_test.go index 69093b533f..584f5740a9 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/server_mainnet_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/server_mainnet_test.go @@ -3,20 +3,20 @@ package validator import ( "testing" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/mock" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/mock" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "go.uber.org/mock/gomock" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/server_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/server_test.go index e79da751ed..8d8f20c616 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/server_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/server_test.go @@ -7,23 +7,23 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/mock" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/async/event" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/mock" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" logTest "github.com/sirupsen/logrus/hooks/test" "go.uber.org/mock/gomock" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/status.go b/beacon-chain/rpc/prysm/v1alpha1/validator/status.go index e42a3bd876..8c86e0a203 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/status.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/status.go @@ -4,20 +4,20 @@ import ( "context" "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/status_mainnet_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/status_mainnet_test.go index 04c40a09b6..578b1fd442 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/status_mainnet_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/status_mainnet_test.go @@ -5,18 +5,18 @@ import ( "testing" "time" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go index 3299d07563..b38b96bad2 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go @@ -5,24 +5,24 @@ import ( "testing" "time" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/d4l3k/messagediff" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/sync_committee.go b/beacon-chain/rpc/prysm/v1alpha1/validator/sync_committee.go index acf02e8de8..db15b3ac80 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/sync_committee.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/sync_committee.go @@ -3,9 +3,9 @@ package validator import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/sync_committee_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/sync_committee_test.go index 35c5e6eaa6..95ae5133da 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/sync_committee_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/sync_committee_test.go @@ -4,21 +4,21 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/emptypb" diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/unblinder.go b/beacon-chain/rpc/prysm/v1alpha1/validator/unblinder.go index 78919e7441..638bd0accf 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/unblinder.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/unblinder.go @@ -3,12 +3,12 @@ package validator import ( "bytes" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/unblinder_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/unblinder_test.go index da0d1dd49d..32253f49a7 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/unblinder_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/unblinder_test.go @@ -3,11 +3,11 @@ package validator import ( "testing" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestUnblinder_UnblindBlobSidecars_InvalidBundle(t *testing.T) { diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/validator_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/validator_test.go index 42fdf7895c..f5ed369179 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/validator_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/validator_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/rpc/prysm/validator/BUILD.bazel b/beacon-chain/rpc/prysm/validator/BUILD.bazel index b7bfa46a4f..bcd3c1f055 100644 --- a/beacon-chain/rpc/prysm/validator/BUILD.bazel +++ b/beacon-chain/rpc/prysm/validator/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "server.go", "validator_performance.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/validator", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/validator", visibility = ["//visibility:public"], deps = [ "//api/server/structs:go_default_library", diff --git a/beacon-chain/rpc/prysm/validator/handlers.go b/beacon-chain/rpc/prysm/validator/handlers.go index 3eaf3715e6..6b60b89f2a 100644 --- a/beacon-chain/rpc/prysm/validator/handlers.go +++ b/beacon-chain/rpc/prysm/validator/handlers.go @@ -4,13 +4,13 @@ import ( "fmt" "net/http" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/prysm/validator/handlers_test.go b/beacon-chain/rpc/prysm/validator/handlers_test.go index d38ac2ee1f..730f144348 100644 --- a/beacon-chain/rpc/prysm/validator/handlers_test.go +++ b/beacon-chain/rpc/prysm/validator/handlers_test.go @@ -12,31 +12,31 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - blocktest "github.com/OffchainLabs/prysm/v6/consensus-types/blocks/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + blocktest "github.com/OffchainLabs/prysm/v7/consensus-types/blocks/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/rpc/prysm/validator/server.go b/beacon-chain/rpc/prysm/validator/server.go index 41ed7035e5..37c2930f3e 100644 --- a/beacon-chain/rpc/prysm/validator/server.go +++ b/beacon-chain/rpc/prysm/validator/server.go @@ -1,10 +1,10 @@ package validator import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" ) type Server struct { diff --git a/beacon-chain/rpc/prysm/validator/validator_performance.go b/beacon-chain/rpc/prysm/validator/validator_performance.go index cff272d634..29334068a3 100644 --- a/beacon-chain/rpc/prysm/validator/validator_performance.go +++ b/beacon-chain/rpc/prysm/validator/validator_performance.go @@ -5,11 +5,11 @@ import ( "io" "net/http" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/rpc/prysm/validator/validator_performance_test.go b/beacon-chain/rpc/prysm/validator/validator_performance_test.go index e85668f04b..5d055b3769 100644 --- a/beacon-chain/rpc/prysm/validator/validator_performance_test.go +++ b/beacon-chain/rpc/prysm/validator/validator_performance_test.go @@ -10,20 +10,20 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestServer_GetValidatorPerformance(t *testing.T) { diff --git a/beacon-chain/rpc/service.go b/beacon-chain/rpc/service.go index 8113e32d9b..1aeeb18448 100644 --- a/beacon-chain/rpc/service.go +++ b/beacon-chain/rpc/service.go @@ -9,38 +9,38 @@ import ( "net/http" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/rewards" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/lookup" - beaconv1alpha1 "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/beacon" - debugv1alpha1 "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/debug" - nodev1alpha1 "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/node" - validatorv1alpha1 "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/prysm/v1alpha1/validator" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - chainSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/logs" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - ethpbv1alpha1 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/rewards" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/lookup" + beaconv1alpha1 "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/beacon" + debugv1alpha1 "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/debug" + nodev1alpha1 "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/node" + validatorv1alpha1 "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/prysm/v1alpha1/validator" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + chainSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/logs" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + ethpbv1alpha1 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" middleware "github.com/grpc-ecosystem/go-grpc-middleware" recovery "github.com/grpc-ecosystem/go-grpc-middleware/recovery" grpcopentracing "github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing" diff --git a/beacon-chain/rpc/service_test.go b/beacon-chain/rpc/service_test.go index 88873ecaaa..a9f128a080 100644 --- a/beacon-chain/rpc/service_test.go +++ b/beacon-chain/rpc/service_test.go @@ -7,12 +7,12 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/sirupsen/logrus" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/rpc/testutil/BUILD.bazel b/beacon-chain/rpc/testutil/BUILD.bazel index 19b39afe2c..e0b883597e 100644 --- a/beacon-chain/rpc/testutil/BUILD.bazel +++ b/beacon-chain/rpc/testutil/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "mock_sidecars.go", "mock_stater.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/testutil", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/testutil", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//beacon-chain/db:go_default_library", diff --git a/beacon-chain/rpc/testutil/db.go b/beacon-chain/rpc/testutil/db.go index 029f1fab95..5eb563bc5d 100644 --- a/beacon-chain/rpc/testutil/db.go +++ b/beacon-chain/rpc/testutil/db.go @@ -4,14 +4,14 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpbalpha "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpbalpha "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func FillDBWithBlocks(ctx context.Context, t *testing.T, beaconDB db.Database) (*ethpbalpha.SignedBeaconBlock, []*ethpbalpha.BeaconBlockContainer) { diff --git a/beacon-chain/rpc/testutil/mock_blocker.go b/beacon-chain/rpc/testutil/mock_blocker.go index 284aa6158c..bfa4e3fbe7 100644 --- a/beacon-chain/rpc/testutil/mock_blocker.go +++ b/beacon-chain/rpc/testutil/mock_blocker.go @@ -4,12 +4,12 @@ import ( "context" "strconv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/core" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/options" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/core" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/options" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) // MockBlocker is a fake implementation of lookup.Blocker. diff --git a/beacon-chain/rpc/testutil/mock_genesis_timefetcher.go b/beacon-chain/rpc/testutil/mock_genesis_timefetcher.go index c7ac3c9f0e..c80ecdfacb 100644 --- a/beacon-chain/rpc/testutil/mock_genesis_timefetcher.go +++ b/beacon-chain/rpc/testutil/mock_genesis_timefetcher.go @@ -3,8 +3,8 @@ package testutil import ( "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // MockGenesisTimeFetcher is a fake implementation of the blockchain.TimeFetcher diff --git a/beacon-chain/rpc/testutil/mock_sidecars.go b/beacon-chain/rpc/testutil/mock_sidecars.go index 14b7560db9..8b2bd2c381 100644 --- a/beacon-chain/rpc/testutil/mock_sidecars.go +++ b/beacon-chain/rpc/testutil/mock_sidecars.go @@ -1,6 +1,6 @@ package testutil -import ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" +import ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" // CreateDataColumnSidecar generates a filled dummy data column sidecar func CreateDataColumnSidecar(index uint64, data []byte) *ethpb.DataColumnSidecar { diff --git a/beacon-chain/rpc/testutil/mock_stater.go b/beacon-chain/rpc/testutil/mock_stater.go index bd0949ba69..15b0baea95 100644 --- a/beacon-chain/rpc/testutil/mock_stater.go +++ b/beacon-chain/rpc/testutil/mock_stater.go @@ -3,9 +3,9 @@ package testutil import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) // MockStater is a fake implementation of lookup.Stater. diff --git a/beacon-chain/slasher/BUILD.bazel b/beacon-chain/slasher/BUILD.bazel index 415fe6cee1..42e844c5cf 100644 --- a/beacon-chain/slasher/BUILD.bazel +++ b/beacon-chain/slasher/BUILD.bazel @@ -16,7 +16,7 @@ go_library( "receive.go", "service.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher", visibility = [ "//beacon-chain:__subpackages__", "//cmd/prysmctl:__subpackages__", diff --git a/beacon-chain/slasher/chunks.go b/beacon-chain/slasher/chunks.go index 806ae6588b..aa979a32a8 100644 --- a/beacon-chain/slasher/chunks.go +++ b/beacon-chain/slasher/chunks.go @@ -6,11 +6,11 @@ import ( "fmt" "math" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/slasher/chunks_test.go b/beacon-chain/slasher/chunks_test.go index d139456a65..0f84d2b699 100644 --- a/beacon-chain/slasher/chunks_test.go +++ b/beacon-chain/slasher/chunks_test.go @@ -5,13 +5,13 @@ import ( "reflect" "testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) var ( diff --git a/beacon-chain/slasher/detect_attestations.go b/beacon-chain/slasher/detect_attestations.go index 07fb771e20..28cb94e4c8 100644 --- a/beacon-chain/slasher/detect_attestations.go +++ b/beacon-chain/slasher/detect_attestations.go @@ -7,12 +7,12 @@ import ( "maps" "slices" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/slasher/detect_attestations_test.go b/beacon-chain/slasher/detect_attestations_test.go index 6801b2368a..ee5c9d2c3a 100644 --- a/beacon-chain/slasher/detect_attestations_test.go +++ b/beacon-chain/slasher/detect_attestations_test.go @@ -7,24 +7,24 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - slashingsmock "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings/mock" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + slashingsmock "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings/mock" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/slasher/detect_blocks.go b/beacon-chain/slasher/detect_blocks.go index 09ade5420f..76904f1aa1 100644 --- a/beacon-chain/slasher/detect_blocks.go +++ b/beacon-chain/slasher/detect_blocks.go @@ -3,9 +3,9 @@ package slasher import ( "context" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/slasher/detect_blocks_test.go b/beacon-chain/slasher/detect_blocks_test.go index a90967ef3d..e7d84c6d11 100644 --- a/beacon-chain/slasher/detect_blocks_test.go +++ b/beacon-chain/slasher/detect_blocks_test.go @@ -4,21 +4,21 @@ import ( "context" "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - slashingsmock "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings/mock" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + slashingsmock "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings/mock" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/slasher/helpers.go b/beacon-chain/slasher/helpers.go index 63d7179007..5afde52d25 100644 --- a/beacon-chain/slasher/helpers.go +++ b/beacon-chain/slasher/helpers.go @@ -6,14 +6,14 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/slasherkv" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/slasherkv" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/slasher/helpers_test.go b/beacon-chain/slasher/helpers_test.go index ef3de7f83a..d959f0a150 100644 --- a/beacon-chain/slasher/helpers_test.go +++ b/beacon-chain/slasher/helpers_test.go @@ -4,13 +4,13 @@ import ( "reflect" "testing" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/slasher/params.go b/beacon-chain/slasher/params.go index 729683ef74..e8ae28aa58 100644 --- a/beacon-chain/slasher/params.go +++ b/beacon-chain/slasher/params.go @@ -1,7 +1,7 @@ package slasher import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/slasher/params_test.go b/beacon-chain/slasher/params_test.go index aa00f840a0..f9c79c66ad 100644 --- a/beacon-chain/slasher/params_test.go +++ b/beacon-chain/slasher/params_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/slasher/process_slashings.go b/beacon-chain/slasher/process_slashings.go index 0551fc1977..339acdc8bb 100644 --- a/beacon-chain/slasher/process_slashings.go +++ b/beacon-chain/slasher/process_slashings.go @@ -3,10 +3,10 @@ package slasher import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/slasher/process_slashings_test.go b/beacon-chain/slasher/process_slashings_test.go index 658008c927..d5934c54a6 100644 --- a/beacon-chain/slasher/process_slashings_test.go +++ b/beacon-chain/slasher/process_slashings_test.go @@ -3,19 +3,19 @@ package slasher import ( "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - slashingsmock "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings/mock" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + slashingsmock "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings/mock" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/slasher/queue.go b/beacon-chain/slasher/queue.go index b31c5c528e..2eff17bc0b 100644 --- a/beacon-chain/slasher/queue.go +++ b/beacon-chain/slasher/queue.go @@ -3,7 +3,7 @@ package slasher import ( "sync" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" ) // Struct for handling a thread-safe list of indexed attestation wrappers. diff --git a/beacon-chain/slasher/queue_test.go b/beacon-chain/slasher/queue_test.go index 06f7155211..2266ab2b40 100644 --- a/beacon-chain/slasher/queue_test.go +++ b/beacon-chain/slasher/queue_test.go @@ -3,10 +3,10 @@ package slasher import ( "testing" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_attestationsQueue(t *testing.T) { diff --git a/beacon-chain/slasher/receive.go b/beacon-chain/slasher/receive.go index 0902c5942b..e3984fc7e1 100644 --- a/beacon-chain/slasher/receive.go +++ b/beacon-chain/slasher/receive.go @@ -4,11 +4,11 @@ import ( "context" "time" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/slasher/receive_test.go b/beacon-chain/slasher/receive_test.go index b059cf31ed..4d39f46ea1 100644 --- a/beacon-chain/slasher/receive_test.go +++ b/beacon-chain/slasher/receive_test.go @@ -4,19 +4,19 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/async/event" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - params2 "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/async/event" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + params2 "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/slasher/service.go b/beacon-chain/slasher/service.go index d660bdca0d..870fcb5c37 100644 --- a/beacon-chain/slasher/service.go +++ b/beacon-chain/slasher/service.go @@ -9,19 +9,19 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - beaconChainSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + beaconChainSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" ) const ( diff --git a/beacon-chain/slasher/service_test.go b/beacon-chain/slasher/service_test.go index 46a5ea0a17..6f9225964a 100644 --- a/beacon-chain/slasher/service_test.go +++ b/beacon-chain/slasher/service_test.go @@ -6,15 +6,15 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/sirupsen/logrus" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/slasher/types/BUILD.bazel b/beacon-chain/slasher/types/BUILD.bazel index 95f4af3480..64662821e4 100644 --- a/beacon-chain/slasher/types/BUILD.bazel +++ b/beacon-chain/slasher/types/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["types.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types", visibility = [ "//beacon-chain:__subpackages__", "//cmd/prysmctl:__subpackages__", diff --git a/beacon-chain/slasher/types/types.go b/beacon-chain/slasher/types/types.go index 6921bc7e9e..4b5696cad7 100644 --- a/beacon-chain/slasher/types/types.go +++ b/beacon-chain/slasher/types/types.go @@ -1,8 +1,8 @@ package types import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ChunkKind to differentiate what kind of span we are working diff --git a/beacon-chain/startup/BUILD.bazel b/beacon-chain/startup/BUILD.bazel index 0134e304d4..0ed66d12c4 100644 --- a/beacon-chain/startup/BUILD.bazel +++ b/beacon-chain/startup/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "synchronizer.go", "testing.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/startup", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/startup", visibility = ["//visibility:public"], deps = [ "//consensus-types/primitives:go_default_library", diff --git a/beacon-chain/startup/clock.go b/beacon-chain/startup/clock.go index fb4f19be8b..910869e521 100644 --- a/beacon-chain/startup/clock.go +++ b/beacon-chain/startup/clock.go @@ -3,8 +3,8 @@ package startup import ( "time" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // Nower is a function that can return the current time. diff --git a/beacon-chain/startup/clock_test.go b/beacon-chain/startup/clock_test.go index 16cb65dfa6..346e8e2863 100644 --- a/beacon-chain/startup/clock_test.go +++ b/beacon-chain/startup/clock_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestClock(t *testing.T) { diff --git a/beacon-chain/startup/synchronizer_test.go b/beacon-chain/startup/synchronizer_test.go index 630510955e..544fc01c1b 100644 --- a/beacon-chain/startup/synchronizer_test.go +++ b/beacon-chain/startup/synchronizer_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSynchronizerErrOnSecondSet(t *testing.T) { diff --git a/beacon-chain/startup/testing.go b/beacon-chain/startup/testing.go index 4b4e6b51e3..175fa0a3b6 100644 --- a/beacon-chain/startup/testing.go +++ b/beacon-chain/startup/testing.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // MockNower is a mock implementation of the Nower interface for use in tests. diff --git a/beacon-chain/state/BUILD.bazel b/beacon-chain/state/BUILD.bazel index 3452fe1f32..af0a4bc5ae 100644 --- a/beacon-chain/state/BUILD.bazel +++ b/beacon-chain/state/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "interfaces.go", "prometheus.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/state", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/state", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state/state-native/custom-types:go_default_library", diff --git a/beacon-chain/state/fieldtrie/BUILD.bazel b/beacon-chain/state/fieldtrie/BUILD.bazel index 2d5fa9e8ca..6ddba6999b 100644 --- a/beacon-chain/state/fieldtrie/BUILD.bazel +++ b/beacon-chain/state/fieldtrie/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "field_trie.go", "field_trie_helpers.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/state/fieldtrie", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/state/fieldtrie", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state/state-native/custom-types:go_default_library", diff --git a/beacon-chain/state/fieldtrie/field_trie.go b/beacon-chain/state/fieldtrie/field_trie.go index eb32491867..abcb25b5cc 100644 --- a/beacon-chain/state/fieldtrie/field_trie.go +++ b/beacon-chain/state/fieldtrie/field_trie.go @@ -4,10 +4,10 @@ import ( "reflect" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - multi_value_slice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - pmath "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + multi_value_slice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + pmath "github.com/OffchainLabs/prysm/v7/math" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/fieldtrie/field_trie_helpers.go b/beacon-chain/state/fieldtrie/field_trie_helpers.go index 4af382176c..07667eb0eb 100644 --- a/beacon-chain/state/fieldtrie/field_trie_helpers.go +++ b/beacon-chain/state/fieldtrie/field_trie_helpers.go @@ -5,12 +5,12 @@ import ( "fmt" "reflect" - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - multi_value_slice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - pmath "github.com/OffchainLabs/prysm/v6/math" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + multi_value_slice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + pmath "github.com/OffchainLabs/prysm/v7/math" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/fieldtrie/field_trie_test.go b/beacon-chain/state/fieldtrie/field_trie_test.go index 34458c76b6..b6beef89cc 100644 --- a/beacon-chain/state/fieldtrie/field_trie_test.go +++ b/beacon-chain/state/fieldtrie/field_trie_test.go @@ -3,17 +3,17 @@ package fieldtrie_test import ( "testing" - . "github.com/OffchainLabs/prysm/v6/beacon-chain/state/fieldtrie" - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - mvslice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + . "github.com/OffchainLabs/prysm/v7/beacon-chain/state/fieldtrie" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + mvslice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestFieldTrie_NewTrie(t *testing.T) { diff --git a/beacon-chain/state/fieldtrie/helpers_test.go b/beacon-chain/state/fieldtrie/helpers_test.go index 0de4cc339b..3ba766e9dd 100644 --- a/beacon-chain/state/fieldtrie/helpers_test.go +++ b/beacon-chain/state/fieldtrie/helpers_test.go @@ -6,15 +6,15 @@ import ( "sync" "testing" - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - mvslice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + mvslice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/state/interfaces.go b/beacon-chain/state/interfaces.go index 38b1421e95..51511fe9f5 100644 --- a/beacon-chain/state/interfaces.go +++ b/beacon-chain/state/interfaces.go @@ -9,13 +9,13 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // BeaconState has read and write access to beacon state methods. diff --git a/beacon-chain/state/state-native/BUILD.bazel b/beacon-chain/state/state-native/BUILD.bazel index 6d7b6d19c9..08c1075712 100644 --- a/beacon-chain/state/state-native/BUILD.bazel +++ b/beacon-chain/state/state-native/BUILD.bazel @@ -49,7 +49,7 @@ go_library( "state_trie.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/beacon-chain/state/state-native/beacon_state.go b/beacon-chain/state/state-native/beacon_state.go index e44579978d..07b950871c 100644 --- a/beacon-chain/state/state-native/beacon_state.go +++ b/beacon-chain/state/state-native/beacon_state.go @@ -5,13 +5,13 @@ import ( "sync" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/fieldtrie" - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/fieldtrie" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // BeaconState defines a struct containing utilities for the Ethereum Beacon Chain state, defining diff --git a/beacon-chain/state/state-native/custom-types/BUILD.bazel b/beacon-chain/state/state-native/custom-types/BUILD.bazel index 6a5cc31e26..4f2423b296 100644 --- a/beacon-chain/state/state-native/custom-types/BUILD.bazel +++ b/beacon-chain/state/state-native/custom-types/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "randao_mixes.go", "state_roots.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/beacon-chain/state/state-native/custom-types/block_roots.go b/beacon-chain/state/state-native/custom-types/block_roots.go index d67cc7a178..69c9f8c7bf 100644 --- a/beacon-chain/state/state-native/custom-types/block_roots.go +++ b/beacon-chain/state/state-native/custom-types/block_roots.go @@ -3,7 +3,7 @@ package customtypes import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/state/state-native/custom-types/block_roots_test.go b/beacon-chain/state/state-native/custom-types/block_roots_test.go index a67bf4a52a..6c917effc5 100644 --- a/beacon-chain/state/state-native/custom-types/block_roots_test.go +++ b/beacon-chain/state/state-native/custom-types/block_roots_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/testing/assert" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestBlockRoots_UnmarshalSSZ(t *testing.T) { diff --git a/beacon-chain/state/state-native/custom-types/historical_roots_test.go b/beacon-chain/state/state-native/custom-types/historical_roots_test.go index a80211c69e..97b8f19c61 100644 --- a/beacon-chain/state/state-native/custom-types/historical_roots_test.go +++ b/beacon-chain/state/state-native/custom-types/historical_roots_test.go @@ -4,7 +4,7 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestHistoricalRoots_Casting(t *testing.T) { diff --git a/beacon-chain/state/state-native/custom-types/randao_mixes.go b/beacon-chain/state/state-native/custom-types/randao_mixes.go index 56d9893bad..7fab54759c 100644 --- a/beacon-chain/state/state-native/custom-types/randao_mixes.go +++ b/beacon-chain/state/state-native/custom-types/randao_mixes.go @@ -3,7 +3,7 @@ package customtypes import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/state/state-native/custom-types/randao_mixes_test.go b/beacon-chain/state/state-native/custom-types/randao_mixes_test.go index 593a24e4da..1e1832cd8b 100644 --- a/beacon-chain/state/state-native/custom-types/randao_mixes_test.go +++ b/beacon-chain/state/state-native/custom-types/randao_mixes_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/testing/assert" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestRandaoMixes_UnmarshalSSZ(t *testing.T) { diff --git a/beacon-chain/state/state-native/custom-types/state_roots.go b/beacon-chain/state/state-native/custom-types/state_roots.go index aafc2391ac..37a367483c 100644 --- a/beacon-chain/state/state-native/custom-types/state_roots.go +++ b/beacon-chain/state/state-native/custom-types/state_roots.go @@ -3,7 +3,7 @@ package customtypes import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/beacon-chain/state/state-native/custom-types/state_roots_test.go b/beacon-chain/state/state-native/custom-types/state_roots_test.go index 099dd204fd..1c157a8c1a 100644 --- a/beacon-chain/state/state-native/custom-types/state_roots_test.go +++ b/beacon-chain/state/state-native/custom-types/state_roots_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/testing/assert" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestStateRoots_UnmarshalSSZ(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_attestation.go b/beacon-chain/state/state-native/getters_attestation.go index 3a156041cb..ee3a24e2ca 100644 --- a/beacon-chain/state/state-native/getters_attestation.go +++ b/beacon-chain/state/state-native/getters_attestation.go @@ -1,8 +1,8 @@ package state_native import ( - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // PreviousEpochAttestations corresponding to blocks on the beacon chain. diff --git a/beacon-chain/state/state-native/getters_attestation_test.go b/beacon-chain/state/state-native/getters_attestation_test.go index 6c3bca31ac..1a5f8b8876 100644 --- a/beacon-chain/state/state-native/getters_attestation_test.go +++ b/beacon-chain/state/state-native/getters_attestation_test.go @@ -3,8 +3,8 @@ package state_native import ( "testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestBeaconState_PreviousEpochAttestations(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_block.go b/beacon-chain/state/state-native/getters_block.go index aab46231d0..cacac351c5 100644 --- a/beacon-chain/state/state-native/getters_block.go +++ b/beacon-chain/state/state-native/getters_block.go @@ -1,8 +1,8 @@ package state_native import ( - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // LatestBlockHeader stored within the beacon state. diff --git a/beacon-chain/state/state-native/getters_block_test.go b/beacon-chain/state/state-native/getters_block_test.go index 6889a0a045..b64d2a51e9 100644 --- a/beacon-chain/state/state-native/getters_block_test.go +++ b/beacon-chain/state/state-native/getters_block_test.go @@ -3,9 +3,9 @@ package state_native import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - testtmpl "github.com/OffchainLabs/prysm/v6/beacon-chain/state/testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + testtmpl "github.com/OffchainLabs/prysm/v7/beacon-chain/state/testing" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestBeaconState_LatestBlockHeader_Phase0(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_checkpoint.go b/beacon-chain/state/state-native/getters_checkpoint.go index 76b760e170..45024d6a77 100644 --- a/beacon-chain/state/state-native/getters_checkpoint.go +++ b/beacon-chain/state/state-native/getters_checkpoint.go @@ -4,8 +4,8 @@ import ( "bytes" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // JustificationBits marking which epochs have been justified in the beacon chain. diff --git a/beacon-chain/state/state-native/getters_checkpoint_test.go b/beacon-chain/state/state-native/getters_checkpoint_test.go index 852d48cf71..03db7ec6f2 100644 --- a/beacon-chain/state/state-native/getters_checkpoint_test.go +++ b/beacon-chain/state/state-native/getters_checkpoint_test.go @@ -4,9 +4,9 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - testtmpl "github.com/OffchainLabs/prysm/v6/beacon-chain/state/testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + testtmpl "github.com/OffchainLabs/prysm/v7/beacon-chain/state/testing" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestBeaconState_PreviousJustifiedCheckpointNil_Phase0(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_consolidation.go b/beacon-chain/state/state-native/getters_consolidation.go index 3546ba8c6c..6d8e0e86eb 100644 --- a/beacon-chain/state/state-native/getters_consolidation.go +++ b/beacon-chain/state/state-native/getters_consolidation.go @@ -1,9 +1,9 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // EarliestConsolidationEpoch is a non-mutating call to the beacon state which returns the value of diff --git a/beacon-chain/state/state-native/getters_consolidation_test.go b/beacon-chain/state/state-native/getters_consolidation_test.go index e31a5a21eb..e31c115c29 100644 --- a/beacon-chain/state/state-native/getters_consolidation_test.go +++ b/beacon-chain/state/state-native/getters_consolidation_test.go @@ -3,10 +3,10 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestEarliestConsolidationEpoch(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_deposit_requests.go b/beacon-chain/state/state-native/getters_deposit_requests.go index 2d859bff2d..ec234e953c 100644 --- a/beacon-chain/state/state-native/getters_deposit_requests.go +++ b/beacon-chain/state/state-native/getters_deposit_requests.go @@ -1,7 +1,7 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // DepositRequestsStartIndex is used for returning the deposit requests start index which is used for eip6110 diff --git a/beacon-chain/state/state-native/getters_deposit_requests_test.go b/beacon-chain/state/state-native/getters_deposit_requests_test.go index 45905d11f9..d8b83fafcf 100644 --- a/beacon-chain/state/state-native/getters_deposit_requests_test.go +++ b/beacon-chain/state/state-native/getters_deposit_requests_test.go @@ -3,10 +3,10 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestDepositRequestsStartIndex(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_deposits.go b/beacon-chain/state/state-native/getters_deposits.go index 3184462245..cca78de8e7 100644 --- a/beacon-chain/state/state-native/getters_deposits.go +++ b/beacon-chain/state/state-native/getters_deposits.go @@ -1,9 +1,9 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // DepositBalanceToConsume is a non-mutating call to the beacon state which returns the value of the diff --git a/beacon-chain/state/state-native/getters_deposits_test.go b/beacon-chain/state/state-native/getters_deposits_test.go index 692af81998..b7047aae98 100644 --- a/beacon-chain/state/state-native/getters_deposits_test.go +++ b/beacon-chain/state/state-native/getters_deposits_test.go @@ -3,10 +3,10 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestDepositBalanceToConsume(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_eth1.go b/beacon-chain/state/state-native/getters_eth1.go index 9536be0543..6abf95bc28 100644 --- a/beacon-chain/state/state-native/getters_eth1.go +++ b/beacon-chain/state/state-native/getters_eth1.go @@ -1,7 +1,7 @@ package state_native import ( - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // Eth1Data corresponding to the proof-of-work chain information stored in the beacon state. diff --git a/beacon-chain/state/state-native/getters_exit.go b/beacon-chain/state/state-native/getters_exit.go index 3aa16e3840..4ec7f9f95e 100644 --- a/beacon-chain/state/state-native/getters_exit.go +++ b/beacon-chain/state/state-native/getters_exit.go @@ -1,8 +1,8 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // ExitBalanceToConsume is used for returning the ExitBalanceToConsume as part of eip 7251 diff --git a/beacon-chain/state/state-native/getters_exit_test.go b/beacon-chain/state/state-native/getters_exit_test.go index ce0f808b5b..87c9f5fa12 100644 --- a/beacon-chain/state/state-native/getters_exit_test.go +++ b/beacon-chain/state/state-native/getters_exit_test.go @@ -3,11 +3,11 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestExitBalanceToConsume(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_misc.go b/beacon-chain/state/state-native/getters_misc.go index 1f0e31abde..3db34886ab 100644 --- a/beacon-chain/state/state-native/getters_misc.go +++ b/beacon-chain/state/state-native/getters_misc.go @@ -3,9 +3,9 @@ package state_native import ( "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // Id is the identifier of the beacon state. diff --git a/beacon-chain/state/state-native/getters_participation.go b/beacon-chain/state/state-native/getters_participation.go index 16f40641b5..237039602f 100644 --- a/beacon-chain/state/state-native/getters_participation.go +++ b/beacon-chain/state/state-native/getters_participation.go @@ -1,10 +1,10 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // CurrentEpochParticipation corresponding to participation bits on the beacon chain. diff --git a/beacon-chain/state/state-native/getters_participation_test.go b/beacon-chain/state/state-native/getters_participation_test.go index fc2ba635a3..7e18caad65 100644 --- a/beacon-chain/state/state-native/getters_participation_test.go +++ b/beacon-chain/state/state-native/getters_participation_test.go @@ -3,9 +3,9 @@ package state_native import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestState_UnrealizedCheckpointBalances(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_payload_header.go b/beacon-chain/state/state-native/getters_payload_header.go index 29e54b4e3a..e3add2d198 100644 --- a/beacon-chain/state/state-native/getters_payload_header.go +++ b/beacon-chain/state/state-native/getters_payload_header.go @@ -3,9 +3,9 @@ package state_native import ( "fmt" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // LatestExecutionPayloadHeader of the beacon state. diff --git a/beacon-chain/state/state-native/getters_proposer_lookahead.go b/beacon-chain/state/state-native/getters_proposer_lookahead.go index 1f453f8024..cad8276eef 100644 --- a/beacon-chain/state/state-native/getters_proposer_lookahead.go +++ b/beacon-chain/state/state-native/getters_proposer_lookahead.go @@ -3,8 +3,8 @@ package state_native import ( "slices" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // ProposerLookahead is a non-mutating call to the beacon state which returns a slice of diff --git a/beacon-chain/state/state-native/getters_randao.go b/beacon-chain/state/state-native/getters_randao.go index 29cee7c693..d0f24f2626 100644 --- a/beacon-chain/state/state-native/getters_randao.go +++ b/beacon-chain/state/state-native/getters_randao.go @@ -1,7 +1,7 @@ package state_native import ( - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" ) // RandaoMixes of block proposers on the beacon chain. diff --git a/beacon-chain/state/state-native/getters_setters_lookahead_test.go b/beacon-chain/state/state-native/getters_setters_lookahead_test.go index f07dcbf168..ed745e377f 100644 --- a/beacon-chain/state/state-native/getters_setters_lookahead_test.go +++ b/beacon-chain/state/state-native/getters_setters_lookahead_test.go @@ -3,11 +3,11 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestProposerLookahead(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_state.go b/beacon-chain/state/state-native/getters_state.go index a347bc9992..bb00922978 100644 --- a/beacon-chain/state/state-native/getters_state.go +++ b/beacon-chain/state/state-native/getters_state.go @@ -1,9 +1,9 @@ package state_native import ( - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/getters_sync_committee.go b/beacon-chain/state/state-native/getters_sync_committee.go index 5332a15ff5..6417d7686b 100644 --- a/beacon-chain/state/state-native/getters_sync_committee.go +++ b/beacon-chain/state/state-native/getters_sync_committee.go @@ -1,9 +1,9 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // CurrentSyncCommittee of the current sync committee in beacon chain state. diff --git a/beacon-chain/state/state-native/getters_test.go b/beacon-chain/state/state-native/getters_test.go index c6aad62de9..f7ca0fec96 100644 --- a/beacon-chain/state/state-native/getters_test.go +++ b/beacon-chain/state/state-native/getters_test.go @@ -3,9 +3,9 @@ package state_native import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - testtmpl "github.com/OffchainLabs/prysm/v6/beacon-chain/state/testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + testtmpl "github.com/OffchainLabs/prysm/v7/beacon-chain/state/testing" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestBeaconState_SlotDataRace_Phase0(t *testing.T) { diff --git a/beacon-chain/state/state-native/getters_validator.go b/beacon-chain/state/state-native/getters_validator.go index 3e75b92d78..037418e167 100644 --- a/beacon-chain/state/state-native/getters_validator.go +++ b/beacon-chain/state/state-native/getters_validator.go @@ -1,13 +1,13 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // Validators participating in consensus on the beacon chain. diff --git a/beacon-chain/state/state-native/getters_validator_test.go b/beacon-chain/state/state-native/getters_validator_test.go index 26a1e44e68..3179d14537 100644 --- a/beacon-chain/state/state-native/getters_validator_test.go +++ b/beacon-chain/state/state-native/getters_validator_test.go @@ -3,14 +3,14 @@ package state_native_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - testtmpl "github.com/OffchainLabs/prysm/v6/beacon-chain/state/testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + testtmpl "github.com/OffchainLabs/prysm/v7/beacon-chain/state/testing" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/state/state-native/getters_withdrawal.go b/beacon-chain/state/state-native/getters_withdrawal.go index 2713738037..3b6ea2a3d0 100644 --- a/beacon-chain/state/state-native/getters_withdrawal.go +++ b/beacon-chain/state/state-native/getters_withdrawal.go @@ -3,15 +3,15 @@ package state_native import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - mathutil "github.com/OffchainLabs/prysm/v6/math" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + mathutil "github.com/OffchainLabs/prysm/v7/math" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/getters_withdrawal_test.go b/beacon-chain/state/state-native/getters_withdrawal_test.go index d9d3d7513e..4154504dc2 100644 --- a/beacon-chain/state/state-native/getters_withdrawal_test.go +++ b/beacon-chain/state/state-native/getters_withdrawal_test.go @@ -3,15 +3,15 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/beacon-chain/state/state-native/hasher.go b/beacon-chain/state/state-native/hasher.go index 7f349a048a..c0c19f9f0e 100644 --- a/beacon-chain/state/state-native/hasher.go +++ b/beacon-chain/state/state-native/hasher.go @@ -5,14 +5,14 @@ import ( "encoding/binary" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/hasher_test.go b/beacon-chain/state/state-native/hasher_test.go index 2b7407d8e9..342e22b6e6 100644 --- a/beacon-chain/state/state-native/hasher_test.go +++ b/beacon-chain/state/state-native/hasher_test.go @@ -5,15 +5,15 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestComputeFieldRootsWithHasher_Phase0(t *testing.T) { diff --git a/beacon-chain/state/state-native/multi_value_slices.go b/beacon-chain/state/state-native/multi_value_slices.go index cf14432718..03e5353dc3 100644 --- a/beacon-chain/state/state-native/multi_value_slices.go +++ b/beacon-chain/state/state-native/multi_value_slices.go @@ -3,11 +3,11 @@ package state_native import ( "runtime" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - multi_value_slice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + multi_value_slice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" ) diff --git a/beacon-chain/state/state-native/mvslice_fuzz_test.go b/beacon-chain/state/state-native/mvslice_fuzz_test.go index d0a466b7ca..19e4530465 100644 --- a/beacon-chain/state/state-native/mvslice_fuzz_test.go +++ b/beacon-chain/state/state-native/mvslice_fuzz_test.go @@ -3,9 +3,9 @@ package state_native import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func FuzzMultiValueBalances(f *testing.F) { diff --git a/beacon-chain/state/state-native/proofs.go b/beacon-chain/state/state-native/proofs.go index 5ebd4d3efe..df83517485 100644 --- a/beacon-chain/state/state-native/proofs.go +++ b/beacon-chain/state/state-native/proofs.go @@ -4,10 +4,10 @@ import ( "context" "encoding/binary" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) const ( diff --git a/beacon-chain/state/state-native/proofs_test.go b/beacon-chain/state/state-native/proofs_test.go index b35627ebb8..66fb595024 100644 --- a/beacon-chain/state/state-native/proofs_test.go +++ b/beacon-chain/state/state-native/proofs_test.go @@ -3,10 +3,10 @@ package state_native_test import ( "testing" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/state/state-native/readonly_validator.go b/beacon-chain/state/state-native/readonly_validator.go index 9ad81c1d03..0b13bd5aa9 100644 --- a/beacon-chain/state/state-native/readonly_validator.go +++ b/beacon-chain/state/state-native/readonly_validator.go @@ -1,11 +1,11 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/readonly_validator_test.go b/beacon-chain/state/state-native/readonly_validator_test.go index ce6a733745..ad626d8ac9 100644 --- a/beacon-chain/state/state-native/readonly_validator_test.go +++ b/beacon-chain/state/state-native/readonly_validator_test.go @@ -3,12 +3,12 @@ package state_native_test import ( "testing" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestReadOnlyValidator_ReturnsErrorOnNil(t *testing.T) { diff --git a/beacon-chain/state/state-native/references_test.go b/beacon-chain/state/state-native/references_test.go index 04d44c74c9..6f1221e556 100644 --- a/beacon-chain/state/state-native/references_test.go +++ b/beacon-chain/state/state-native/references_test.go @@ -7,12 +7,12 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStateReferenceSharing_Finalizer_Phase0(t *testing.T) { diff --git a/beacon-chain/state/state-native/setters_attestation.go b/beacon-chain/state/state-native/setters_attestation.go index 74ba2f9040..f93ee2897c 100644 --- a/beacon-chain/state/state-native/setters_attestation.go +++ b/beacon-chain/state/state-native/setters_attestation.go @@ -3,11 +3,11 @@ package state_native import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // RotateAttestations sets the previous epoch attestations to the current epoch attestations and diff --git a/beacon-chain/state/state-native/setters_attestation_test.go b/beacon-chain/state/state-native/setters_attestation_test.go index 12144219d1..ee16f0c622 100644 --- a/beacon-chain/state/state-native/setters_attestation_test.go +++ b/beacon-chain/state/state-native/setters_attestation_test.go @@ -3,12 +3,12 @@ package state_native import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestBeaconState_RotateAttestations(t *testing.T) { diff --git a/beacon-chain/state/state-native/setters_block.go b/beacon-chain/state/state-native/setters_block.go index 36569fc0c4..67a1e64940 100644 --- a/beacon-chain/state/state-native/setters_block.go +++ b/beacon-chain/state/state-native/setters_block.go @@ -1,8 +1,8 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/setters_checkpoint.go b/beacon-chain/state/state-native/setters_checkpoint.go index f405f3a66d..8cd4f08c14 100644 --- a/beacon-chain/state/state-native/setters_checkpoint.go +++ b/beacon-chain/state/state-native/setters_checkpoint.go @@ -2,8 +2,8 @@ package state_native import ( "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // SetJustificationBits for the beacon state. diff --git a/beacon-chain/state/state-native/setters_churn.go b/beacon-chain/state/state-native/setters_churn.go index b2073b8f80..dc81d21e90 100644 --- a/beacon-chain/state/state-native/setters_churn.go +++ b/beacon-chain/state/state-native/setters_churn.go @@ -1,11 +1,11 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" ) // ExitEpochAndUpdateChurn computes the exit epoch and updates the churn. This method mutates the state. diff --git a/beacon-chain/state/state-native/setters_churn_test.go b/beacon-chain/state/state-native/setters_churn_test.go index f614114971..100b4478dc 100644 --- a/beacon-chain/state/state-native/setters_churn_test.go +++ b/beacon-chain/state/state-native/setters_churn_test.go @@ -3,14 +3,14 @@ package state_native_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/golang/snappy" ) diff --git a/beacon-chain/state/state-native/setters_consolidation.go b/beacon-chain/state/state-native/setters_consolidation.go index 4b04579096..198a490232 100644 --- a/beacon-chain/state/state-native/setters_consolidation.go +++ b/beacon-chain/state/state-native/setters_consolidation.go @@ -3,11 +3,11 @@ package state_native import ( "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // AppendPendingConsolidation is a mutating call to the beacon state which appends the provided diff --git a/beacon-chain/state/state-native/setters_consolidation_test.go b/beacon-chain/state/state-native/setters_consolidation_test.go index 8720a6ef7f..5492cd1912 100644 --- a/beacon-chain/state/state-native/setters_consolidation_test.go +++ b/beacon-chain/state/state-native/setters_consolidation_test.go @@ -3,10 +3,10 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestAppendPendingConsolidation(t *testing.T) { diff --git a/beacon-chain/state/state-native/setters_deposit_requests.go b/beacon-chain/state/state-native/setters_deposit_requests.go index ab821b6e8e..ec79950666 100644 --- a/beacon-chain/state/state-native/setters_deposit_requests.go +++ b/beacon-chain/state/state-native/setters_deposit_requests.go @@ -1,8 +1,8 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // SetDepositRequestsStartIndex for the beacon state. Updates the DepositRequestsStartIndex diff --git a/beacon-chain/state/state-native/setters_deposit_requests_test.go b/beacon-chain/state/state-native/setters_deposit_requests_test.go index 800e7e311e..8302249656 100644 --- a/beacon-chain/state/state-native/setters_deposit_requests_test.go +++ b/beacon-chain/state/state-native/setters_deposit_requests_test.go @@ -3,10 +3,10 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestSetDepositRequestsStartIndex(t *testing.T) { diff --git a/beacon-chain/state/state-native/setters_deposits.go b/beacon-chain/state/state-native/setters_deposits.go index 9fdd670e7b..0e366179d4 100644 --- a/beacon-chain/state/state-native/setters_deposits.go +++ b/beacon-chain/state/state-native/setters_deposits.go @@ -3,11 +3,11 @@ package state_native import ( "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // AppendPendingDeposit is a mutating call to the beacon state to create and append a pending diff --git a/beacon-chain/state/state-native/setters_deposits_test.go b/beacon-chain/state/state-native/setters_deposits_test.go index f3d908337f..03be5d90d3 100644 --- a/beacon-chain/state/state-native/setters_deposits_test.go +++ b/beacon-chain/state/state-native/setters_deposits_test.go @@ -3,10 +3,10 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestAppendPendingDeposit(t *testing.T) { diff --git a/beacon-chain/state/state-native/setters_eth1.go b/beacon-chain/state/state-native/setters_eth1.go index 774abe27b3..8e3b416147 100644 --- a/beacon-chain/state/state-native/setters_eth1.go +++ b/beacon-chain/state/state-native/setters_eth1.go @@ -1,9 +1,9 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // SetEth1Data for the beacon state. diff --git a/beacon-chain/state/state-native/setters_eth1_test.go b/beacon-chain/state/state-native/setters_eth1_test.go index 059973193e..5908abc159 100644 --- a/beacon-chain/state/state-native/setters_eth1_test.go +++ b/beacon-chain/state/state-native/setters_eth1_test.go @@ -3,10 +3,10 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func BenchmarkAppendEth1DataVotes(b *testing.B) { diff --git a/beacon-chain/state/state-native/setters_misc.go b/beacon-chain/state/state-native/setters_misc.go index a231699a63..4a45081878 100644 --- a/beacon-chain/state/state-native/setters_misc.go +++ b/beacon-chain/state/state-native/setters_misc.go @@ -3,15 +3,15 @@ package state_native import ( "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/state/state-native/setters_misc_test.go b/beacon-chain/state/state-native/setters_misc_test.go index f6d05e8fa1..594c4a295b 100644 --- a/beacon-chain/state/state-native/setters_misc_test.go +++ b/beacon-chain/state/state-native/setters_misc_test.go @@ -3,11 +3,11 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func BenchmarkAppendHistoricalRoots(b *testing.B) { diff --git a/beacon-chain/state/state-native/setters_participation.go b/beacon-chain/state/state-native/setters_participation.go index 4d157197a5..c12fc4fde1 100644 --- a/beacon-chain/state/state-native/setters_participation.go +++ b/beacon-chain/state/state-native/setters_participation.go @@ -1,10 +1,10 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // SetPreviousParticipationBits for the beacon state. Updates the entire diff --git a/beacon-chain/state/state-native/setters_participation_test.go b/beacon-chain/state/state-native/setters_participation_test.go index 47b051bc43..3d51816cab 100644 --- a/beacon-chain/state/state-native/setters_participation_test.go +++ b/beacon-chain/state/state-native/setters_participation_test.go @@ -3,9 +3,9 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func BenchmarkParticipationBits(b *testing.B) { diff --git a/beacon-chain/state/state-native/setters_payload_header.go b/beacon-chain/state/state-native/setters_payload_header.go index b8c0a0cebb..7f13eef560 100644 --- a/beacon-chain/state/state-native/setters_payload_header.go +++ b/beacon-chain/state/state-native/setters_payload_header.go @@ -3,12 +3,12 @@ package state_native import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - _ "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + _ "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/setters_payload_header_test.go b/beacon-chain/state/state-native/setters_payload_header_test.go index 9c60b5f781..51d552e42b 100644 --- a/beacon-chain/state/state-native/setters_payload_header_test.go +++ b/beacon-chain/state/state-native/setters_payload_header_test.go @@ -4,12 +4,12 @@ import ( "fmt" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestSetLatestExecutionPayloadHeader(t *testing.T) { diff --git a/beacon-chain/state/state-native/setters_proposer_lookahead.go b/beacon-chain/state/state-native/setters_proposer_lookahead.go index 1ed0a2b5c7..38809aca8a 100644 --- a/beacon-chain/state/state-native/setters_proposer_lookahead.go +++ b/beacon-chain/state/state-native/setters_proposer_lookahead.go @@ -3,11 +3,11 @@ package state_native import ( "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // SetProposerLookahead is a mutating call to the beacon state which sets the proposer lookahead diff --git a/beacon-chain/state/state-native/setters_randao.go b/beacon-chain/state/state-native/setters_randao.go index 12b4d188ce..93a1b56260 100644 --- a/beacon-chain/state/state-native/setters_randao.go +++ b/beacon-chain/state/state-native/setters_randao.go @@ -1,7 +1,7 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/setters_state.go b/beacon-chain/state/state-native/setters_state.go index 28d69417c4..8582f989b1 100644 --- a/beacon-chain/state/state-native/setters_state.go +++ b/beacon-chain/state/state-native/setters_state.go @@ -1,7 +1,7 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/setters_sync_committee.go b/beacon-chain/state/state-native/setters_sync_committee.go index 62231f6af2..aec44a4868 100644 --- a/beacon-chain/state/state-native/setters_sync_committee.go +++ b/beacon-chain/state/state-native/setters_sync_committee.go @@ -1,9 +1,9 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // SetCurrentSyncCommittee for the beacon state. diff --git a/beacon-chain/state/state-native/setters_validator.go b/beacon-chain/state/state-native/setters_validator.go index 3e98b4bcce..70d10e23e2 100644 --- a/beacon-chain/state/state-native/setters_validator.go +++ b/beacon-chain/state/state-native/setters_validator.go @@ -1,13 +1,13 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/setters_validator_test.go b/beacon-chain/state/state-native/setters_validator_test.go index 03a3d45d33..83b19766cd 100644 --- a/beacon-chain/state/state-native/setters_validator_test.go +++ b/beacon-chain/state/state-native/setters_validator_test.go @@ -3,9 +3,9 @@ package state_native_test import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func BenchmarkAppendBalance(b *testing.B) { diff --git a/beacon-chain/state/state-native/setters_withdrawal.go b/beacon-chain/state/state-native/setters_withdrawal.go index e0fc5a42e1..1223add5e9 100644 --- a/beacon-chain/state/state-native/setters_withdrawal.go +++ b/beacon-chain/state/state-native/setters_withdrawal.go @@ -3,11 +3,11 @@ package state_native import ( "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // SetNextWithdrawalIndex sets the index that will be assigned to the next withdrawal. diff --git a/beacon-chain/state/state-native/setters_withdrawal_test.go b/beacon-chain/state/state-native/setters_withdrawal_test.go index 44e568d355..c490576205 100644 --- a/beacon-chain/state/state-native/setters_withdrawal_test.go +++ b/beacon-chain/state/state-native/setters_withdrawal_test.go @@ -3,11 +3,11 @@ package state_native import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSetNextWithdrawalIndex(t *testing.T) { diff --git a/beacon-chain/state/state-native/spec_parameters.go b/beacon-chain/state/state-native/spec_parameters.go index c265b2bdc4..26358c25c7 100644 --- a/beacon-chain/state/state-native/spec_parameters.go +++ b/beacon-chain/state/state-native/spec_parameters.go @@ -1,8 +1,8 @@ package state_native import ( - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) func (b *BeaconState) ProportionalSlashingMultiplier() (uint64, error) { diff --git a/beacon-chain/state/state-native/state_fuzz_test.go b/beacon-chain/state/state-native/state_fuzz_test.go index 00bebc68cb..bc2ff5d480 100644 --- a/beacon-chain/state/state-native/state_fuzz_test.go +++ b/beacon-chain/state/state-native/state_fuzz_test.go @@ -3,14 +3,14 @@ package state_native_test import ( "testing" - coreState "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/util" + coreState "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func FuzzPhase0StateHashTreeRoot(f *testing.F) { diff --git a/beacon-chain/state/state-native/state_test.go b/beacon-chain/state/state-native/state_test.go index 980db230b1..56f1f4a632 100644 --- a/beacon-chain/state/state-native/state_test.go +++ b/beacon-chain/state/state-native/state_test.go @@ -7,16 +7,16 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestBeaconState_NoDeadlock_Phase0(t *testing.T) { diff --git a/beacon-chain/state/state-native/state_trie.go b/beacon-chain/state/state-native/state_trie.go index 722edcd5e0..b4e6011fd2 100644 --- a/beacon-chain/state/state-native/state_trie.go +++ b/beacon-chain/state/state-native/state_trie.go @@ -6,21 +6,21 @@ import ( "runtime" "sort" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/fieldtrie" - customtypes "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/custom-types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - mvslice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/fieldtrie" + customtypes "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/custom-types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + mvslice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/state/state-native/state_trie_test.go b/beacon-chain/state/state-native/state_trie_test.go index bbc7043c5c..2802edcf41 100644 --- a/beacon-chain/state/state-native/state_trie_test.go +++ b/beacon-chain/state/state-native/state_trie_test.go @@ -4,14 +4,14 @@ import ( "bytes" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/testing/protocmp" diff --git a/beacon-chain/state/state-native/types.go b/beacon-chain/state/state-native/types.go index 768b5d3a46..72e233c6fb 100644 --- a/beacon-chain/state/state-native/types.go +++ b/beacon-chain/state/state-native/types.go @@ -3,9 +3,9 @@ package state_native import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // Ensure type BeaconState below implements BeaconState interface. diff --git a/beacon-chain/state/state-native/types/BUILD.bazel b/beacon-chain/state/state-native/types/BUILD.bazel index 77492bc4c6..353a1f54b1 100644 --- a/beacon-chain/state/state-native/types/BUILD.bazel +++ b/beacon-chain/state/state-native/types/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["types.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native/types", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native/types", visibility = ["//visibility:public"], deps = [ "//consensus-types:go_default_library", diff --git a/beacon-chain/state/state-native/types/types.go b/beacon-chain/state/state-native/types/types.go index 823de83e27..2d7aa0fb0a 100644 --- a/beacon-chain/state/state-native/types/types.go +++ b/beacon-chain/state/state-native/types/types.go @@ -3,7 +3,7 @@ package types import ( "fmt" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/state-native/types_test.go b/beacon-chain/state/state-native/types_test.go index accf2ed18e..a749c8455c 100644 --- a/beacon-chain/state/state-native/types_test.go +++ b/beacon-chain/state/state-native/types_test.go @@ -5,14 +5,14 @@ import ( "strconv" "testing" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" log "github.com/sirupsen/logrus" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/state/stategen/BUILD.bazel b/beacon-chain/state/stategen/BUILD.bazel index 1aa0da9269..7517891000 100644 --- a/beacon-chain/state/stategen/BUILD.bazel +++ b/beacon-chain/state/stategen/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "service.go", "setter.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/beacon-chain/state/stategen/cacher.go b/beacon-chain/state/stategen/cacher.go index 63da5af1b9..d5cb8f6ce4 100644 --- a/beacon-chain/state/stategen/cacher.go +++ b/beacon-chain/state/stategen/cacher.go @@ -1,7 +1,7 @@ package stategen import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stategen/epoch_boundary_state_cache.go b/beacon-chain/state/stategen/epoch_boundary_state_cache.go index 46ab4da637..83043152b8 100644 --- a/beacon-chain/state/stategen/epoch_boundary_state_cache.go +++ b/beacon-chain/state/stategen/epoch_boundary_state_cache.go @@ -5,8 +5,8 @@ import ( "strconv" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "k8s.io/client-go/tools/cache" ) diff --git a/beacon-chain/state/stategen/epoch_boundary_state_cache_test.go b/beacon-chain/state/stategen/epoch_boundary_state_cache_test.go index 49d78a33f5..b8cd9f173a 100644 --- a/beacon-chain/state/stategen/epoch_boundary_state_cache_test.go +++ b/beacon-chain/state/stategen/epoch_boundary_state_cache_test.go @@ -3,10 +3,10 @@ package stategen import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestEpochBoundaryStateCache_BadSlotKey(t *testing.T) { diff --git a/beacon-chain/state/stategen/getter.go b/beacon-chain/state/stategen/getter.go index d09bf7fe8d..8aeb6aa090 100644 --- a/beacon-chain/state/stategen/getter.go +++ b/beacon-chain/state/stategen/getter.go @@ -4,15 +4,15 @@ import ( "context" stderrors "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stategen/getter_test.go b/beacon-chain/state/stategen/getter_test.go index e73f3bd6a0..dfd8b12095 100644 --- a/beacon-chain/state/stategen/getter_test.go +++ b/beacon-chain/state/stategen/getter_test.go @@ -5,19 +5,19 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - blt "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + blt "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestStateByRoot_GenesisState(t *testing.T) { diff --git a/beacon-chain/state/stategen/history.go b/beacon-chain/state/stategen/history.go index d2bcd832cf..e5858dd0ab 100644 --- a/beacon-chain/state/stategen/history.go +++ b/beacon-chain/state/stategen/history.go @@ -4,13 +4,13 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stategen/history_test.go b/beacon-chain/state/stategen/history_test.go index 94d798e42e..b586d1d472 100644 --- a/beacon-chain/state/stategen/history_test.go +++ b/beacon-chain/state/stategen/history_test.go @@ -6,11 +6,11 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/mock" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/mock" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stategen/hot_state_cache.go b/beacon-chain/state/stategen/hot_state_cache.go index f90f5df0b6..d317ecd22e 100644 --- a/beacon-chain/state/stategen/hot_state_cache.go +++ b/beacon-chain/state/stategen/hot_state_cache.go @@ -3,8 +3,8 @@ package stategen import ( "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" lru "github.com/hashicorp/golang-lru" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/beacon-chain/state/stategen/hot_state_cache_test.go b/beacon-chain/state/stategen/hot_state_cache_test.go index 524fc34c63..efb1e24f55 100644 --- a/beacon-chain/state/stategen/hot_state_cache_test.go +++ b/beacon-chain/state/stategen/hot_state_cache_test.go @@ -3,11 +3,11 @@ package stategen import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestHotStateCache_RoundTrip(t *testing.T) { diff --git a/beacon-chain/state/stategen/init_test.go b/beacon-chain/state/stategen/init_test.go index 879fcc2b5d..b01a4c77cd 100644 --- a/beacon-chain/state/stategen/init_test.go +++ b/beacon-chain/state/stategen/init_test.go @@ -1,7 +1,7 @@ package stategen import ( - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) func init() { diff --git a/beacon-chain/state/stategen/migrate.go b/beacon-chain/state/stategen/migrate.go index 3c0dd2cc69..498caa8e50 100644 --- a/beacon-chain/state/stategen/migrate.go +++ b/beacon-chain/state/stategen/migrate.go @@ -5,9 +5,9 @@ import ( "encoding/hex" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/state/stategen/migrate_test.go b/beacon-chain/state/stategen/migrate_test.go index d8878c1c5b..f99adbeb41 100644 --- a/beacon-chain/state/stategen/migrate_test.go +++ b/beacon-chain/state/stategen/migrate_test.go @@ -3,15 +3,15 @@ package stategen import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/state/stategen/mock/BUILD.bazel b/beacon-chain/state/stategen/mock/BUILD.bazel index 8482e0f59e..5f5177a3cd 100644 --- a/beacon-chain/state/stategen/mock/BUILD.bazel +++ b/beacon-chain/state/stategen/mock/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "mock.go", "replayer.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/beacon-chain/state/stategen/mock/mock.go b/beacon-chain/state/stategen/mock/mock.go index 75d72e409e..d3b4b92e6f 100644 --- a/beacon-chain/state/stategen/mock/mock.go +++ b/beacon-chain/state/stategen/mock/mock.go @@ -4,8 +4,8 @@ package mock import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // StateManager is a fake implementation of StateManager. diff --git a/beacon-chain/state/stategen/mock/replayer.go b/beacon-chain/state/stategen/mock/replayer.go index 164f4260f8..f894da0ffd 100644 --- a/beacon-chain/state/stategen/mock/replayer.go +++ b/beacon-chain/state/stategen/mock/replayer.go @@ -3,9 +3,9 @@ package mock import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) func NewReplayerBuilder(opt ...ReplayerBuilderOption) *ReplayerBuilder { diff --git a/beacon-chain/state/stategen/mock_test.go b/beacon-chain/state/stategen/mock_test.go index e3d9f25bbf..830a3d9dc4 100644 --- a/beacon-chain/state/stategen/mock_test.go +++ b/beacon-chain/state/stategen/mock_test.go @@ -6,17 +6,17 @@ import ( "sort" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - blocktest "github.com/OffchainLabs/prysm/v6/consensus-types/blocks/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + blocktest "github.com/OffchainLabs/prysm/v7/consensus-types/blocks/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stategen/replay.go b/beacon-chain/state/stategen/replay.go index fc47de86fa..6c58e24763 100644 --- a/beacon-chain/state/stategen/replay.go +++ b/beacon-chain/state/stategen/replay.go @@ -5,13 +5,13 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/state/stategen/replay_test.go b/beacon-chain/state/stategen/replay_test.go index 8361cbed8b..a32570164c 100644 --- a/beacon-chain/state/stategen/replay_test.go +++ b/beacon-chain/state/stategen/replay_test.go @@ -3,23 +3,23 @@ package stategen import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - stateTesting "github.com/OffchainLabs/prysm/v6/beacon-chain/state/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + stateTesting "github.com/OffchainLabs/prysm/v7/beacon-chain/state/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/state/stategen/replayer.go b/beacon-chain/state/stategen/replayer.go index 7d5bb4560a..a5dc5cc4d1 100644 --- a/beacon-chain/state/stategen/replayer.go +++ b/beacon-chain/state/stategen/replayer.go @@ -5,10 +5,10 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/state/stategen/replayer_test.go b/beacon-chain/state/stategen/replayer_test.go index 4bbabfe395..d2ef40dae5 100644 --- a/beacon-chain/state/stategen/replayer_test.go +++ b/beacon-chain/state/stategen/replayer_test.go @@ -3,11 +3,11 @@ package stategen import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/state/stategen/service.go b/beacon-chain/state/stategen/service.go index 0136b45e42..29db34cbe2 100644 --- a/beacon-chain/state/stategen/service.go +++ b/beacon-chain/state/stategen/service.go @@ -9,17 +9,17 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/backfill/coverage" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/backfill/coverage" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stategen/service_test.go b/beacon-chain/state/stategen/service_test.go index 66d03a5ccf..d3b2632a81 100644 --- a/beacon-chain/state/stategen/service_test.go +++ b/beacon-chain/state/stategen/service_test.go @@ -3,13 +3,13 @@ package stategen import ( "testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestResume(t *testing.T) { diff --git a/beacon-chain/state/stategen/setter.go b/beacon-chain/state/stategen/setter.go index 99a77b6753..3756e6d70f 100644 --- a/beacon-chain/state/stategen/setter.go +++ b/beacon-chain/state/stategen/setter.go @@ -4,13 +4,13 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/state/stategen/setter_test.go b/beacon-chain/state/stategen/setter_test.go index 9d320ba8ae..fbca8e97f8 100644 --- a/beacon-chain/state/stategen/setter_test.go +++ b/beacon-chain/state/stategen/setter_test.go @@ -3,13 +3,13 @@ package stategen import ( "testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/state/stateutil/BUILD.bazel b/beacon-chain/state/stateutil/BUILD.bazel index f812a169d5..30762e02b1 100644 --- a/beacon-chain/state/stateutil/BUILD.bazel +++ b/beacon-chain/state/stateutil/BUILD.bazel @@ -24,7 +24,7 @@ go_library( "validator_reader.go", "validator_root.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/transition/stateutils:go_default_library", diff --git a/beacon-chain/state/stateutil/benchmark_test.go b/beacon-chain/state/stateutil/benchmark_test.go index 15613e27e3..a97ea609a9 100644 --- a/beacon-chain/state/stateutil/benchmark_test.go +++ b/beacon-chain/state/stateutil/benchmark_test.go @@ -3,9 +3,9 @@ package stateutil_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func BenchmarkMerkleize_Buffered(b *testing.B) { diff --git a/beacon-chain/state/stateutil/block_header_root.go b/beacon-chain/state/stateutil/block_header_root.go index b00616fb42..3f4a53fb81 100644 --- a/beacon-chain/state/stateutil/block_header_root.go +++ b/beacon-chain/state/stateutil/block_header_root.go @@ -3,9 +3,9 @@ package stateutil import ( "encoding/binary" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // BlockHeaderRoot computes the HashTreeRoot Merkleization of diff --git a/beacon-chain/state/stateutil/eth1_root.go b/beacon-chain/state/stateutil/eth1_root.go index fb31916d23..4189b6d616 100644 --- a/beacon-chain/state/stateutil/eth1_root.go +++ b/beacon-chain/state/stateutil/eth1_root.go @@ -4,10 +4,10 @@ import ( "bytes" "encoding/binary" - params "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + params "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/field_root_attestation.go b/beacon-chain/state/stateutil/field_root_attestation.go index cecc2e3e8a..0c26460f77 100644 --- a/beacon-chain/state/stateutil/field_root_attestation.go +++ b/beacon-chain/state/stateutil/field_root_attestation.go @@ -5,9 +5,9 @@ import ( "encoding/binary" "fmt" - params "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + params "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/field_root_eth1.go b/beacon-chain/state/stateutil/field_root_eth1.go index 591749efe0..c34b69002d 100644 --- a/beacon-chain/state/stateutil/field_root_eth1.go +++ b/beacon-chain/state/stateutil/field_root_eth1.go @@ -1,7 +1,7 @@ package stateutil import ( - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/field_root_test.go b/beacon-chain/state/stateutil/field_root_test.go index e7724e4e7a..4b00298b79 100644 --- a/beacon-chain/state/stateutil/field_root_test.go +++ b/beacon-chain/state/stateutil/field_root_test.go @@ -3,7 +3,7 @@ package stateutil import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestArraysTreeRoot_OnlyPowerOf2(t *testing.T) { diff --git a/beacon-chain/state/stateutil/field_root_validator.go b/beacon-chain/state/stateutil/field_root_validator.go index 96493fe856..b1772043ca 100644 --- a/beacon-chain/state/stateutil/field_root_validator.go +++ b/beacon-chain/state/stateutil/field_root_validator.go @@ -6,10 +6,10 @@ import ( "runtime" "sync" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/hash/htr" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/hash/htr" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/state/stateutil/field_root_validator_test.go b/beacon-chain/state/stateutil/field_root_validator_test.go index fc87448f5f..7e4c1b86e6 100644 --- a/beacon-chain/state/stateutil/field_root_validator_test.go +++ b/beacon-chain/state/stateutil/field_root_validator_test.go @@ -6,10 +6,10 @@ import ( "sync" "testing" - mathutil "github.com/OffchainLabs/prysm/v6/math" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + mathutil "github.com/OffchainLabs/prysm/v7/math" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestValidatorConstants(t *testing.T) { diff --git a/beacon-chain/state/stateutil/field_root_vector.go b/beacon-chain/state/stateutil/field_root_vector.go index 4307f38e48..810a0b1d01 100644 --- a/beacon-chain/state/stateutil/field_root_vector.go +++ b/beacon-chain/state/stateutil/field_root_vector.go @@ -1,7 +1,7 @@ package stateutil import ( - "github.com/OffchainLabs/prysm/v6/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/historical_summaries_root.go b/beacon-chain/state/stateutil/historical_summaries_root.go index 6a64a8667d..a1371fcaa5 100644 --- a/beacon-chain/state/stateutil/historical_summaries_root.go +++ b/beacon-chain/state/stateutil/historical_summaries_root.go @@ -1,9 +1,9 @@ package stateutil import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func HistoricalSummariesRoot(summaries []*ethpb.HistoricalSummary) ([32]byte, error) { diff --git a/beacon-chain/state/stateutil/participation_bit_root.go b/beacon-chain/state/stateutil/participation_bit_root.go index 9c95032822..fc0166805e 100644 --- a/beacon-chain/state/stateutil/participation_bit_root.go +++ b/beacon-chain/state/stateutil/participation_bit_root.go @@ -3,8 +3,8 @@ package stateutil import ( "encoding/binary" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/pending_attestation_root.go b/beacon-chain/state/stateutil/pending_attestation_root.go index 076c36ce7b..4daf0dc4a4 100644 --- a/beacon-chain/state/stateutil/pending_attestation_root.go +++ b/beacon-chain/state/stateutil/pending_attestation_root.go @@ -3,10 +3,10 @@ package stateutil import ( "encoding/binary" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/pending_consolidations_root.go b/beacon-chain/state/stateutil/pending_consolidations_root.go index 81e7a3422c..8aa62b8d34 100644 --- a/beacon-chain/state/stateutil/pending_consolidations_root.go +++ b/beacon-chain/state/stateutil/pending_consolidations_root.go @@ -1,9 +1,9 @@ package stateutil import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func PendingConsolidationsRoot(slice []*ethpb.PendingConsolidation) ([32]byte, error) { diff --git a/beacon-chain/state/stateutil/pending_deposits_root.go b/beacon-chain/state/stateutil/pending_deposits_root.go index 96c36acc28..52afb734ef 100644 --- a/beacon-chain/state/stateutil/pending_deposits_root.go +++ b/beacon-chain/state/stateutil/pending_deposits_root.go @@ -1,9 +1,9 @@ package stateutil import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func PendingDepositsRoot(slice []*ethpb.PendingDeposit) ([32]byte, error) { diff --git a/beacon-chain/state/stateutil/pending_partial_withdrawals_root.go b/beacon-chain/state/stateutil/pending_partial_withdrawals_root.go index 098fcb58de..5d17cac48e 100644 --- a/beacon-chain/state/stateutil/pending_partial_withdrawals_root.go +++ b/beacon-chain/state/stateutil/pending_partial_withdrawals_root.go @@ -1,9 +1,9 @@ package stateutil import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func PendingPartialWithdrawalsRoot(slice []*ethpb.PendingPartialWithdrawal) ([32]byte, error) { diff --git a/beacon-chain/state/stateutil/proposer_lookahead_root.go b/beacon-chain/state/stateutil/proposer_lookahead_root.go index aff1cebcd7..b2ef8e45f0 100644 --- a/beacon-chain/state/stateutil/proposer_lookahead_root.go +++ b/beacon-chain/state/stateutil/proposer_lookahead_root.go @@ -3,8 +3,8 @@ package stateutil import ( "encoding/binary" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" ) // ProposerLookaheadRoot computes the hash tree root of the proposer lookahead diff --git a/beacon-chain/state/stateutil/proposer_lookahead_root_test.go b/beacon-chain/state/stateutil/proposer_lookahead_root_test.go index c4e4e2af2e..35ccd425a6 100644 --- a/beacon-chain/state/stateutil/proposer_lookahead_root_test.go +++ b/beacon-chain/state/stateutil/proposer_lookahead_root_test.go @@ -3,9 +3,9 @@ package stateutil_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestProposerLookaheadRoot(t *testing.T) { diff --git a/beacon-chain/state/stateutil/state_root_test.go b/beacon-chain/state/stateutil/state_root_test.go index 88f93f799f..04ed135884 100644 --- a/beacon-chain/state/stateutil/state_root_test.go +++ b/beacon-chain/state/stateutil/state_root_test.go @@ -5,12 +5,12 @@ import ( "strconv" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestState_FieldCount(t *testing.T) { diff --git a/beacon-chain/state/stateutil/sync_committee.root.go b/beacon-chain/state/stateutil/sync_committee.root.go index a95f56671e..4fc58f559e 100644 --- a/beacon-chain/state/stateutil/sync_committee.root.go +++ b/beacon-chain/state/stateutil/sync_committee.root.go @@ -1,9 +1,9 @@ package stateutil import ( - "github.com/OffchainLabs/prysm/v6/crypto/hash/htr" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/crypto/hash/htr" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/trie_helpers.go b/beacon-chain/state/stateutil/trie_helpers.go index 762117f52a..4cd2fd5b19 100644 --- a/beacon-chain/state/stateutil/trie_helpers.go +++ b/beacon-chain/state/stateutil/trie_helpers.go @@ -4,11 +4,11 @@ import ( "bytes" "encoding/binary" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/crypto/hash/htr" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/crypto/hash/htr" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/math" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/trie_helpers_test.go b/beacon-chain/state/stateutil/trie_helpers_test.go index 69f468fbf3..90a3642b59 100644 --- a/beacon-chain/state/stateutil/trie_helpers_test.go +++ b/beacon-chain/state/stateutil/trie_helpers_test.go @@ -3,15 +3,15 @@ package stateutil_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestReturnTrieLayer_OK(t *testing.T) { diff --git a/beacon-chain/state/stateutil/unrealized_justification.go b/beacon-chain/state/stateutil/unrealized_justification.go index 62a7f2513d..9500ed739a 100644 --- a/beacon-chain/state/stateutil/unrealized_justification.go +++ b/beacon-chain/state/stateutil/unrealized_justification.go @@ -1,9 +1,9 @@ package stateutil import ( - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/math" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/unrealized_justification_test.go b/beacon-chain/state/stateutil/unrealized_justification_test.go index c4f77e5f71..dabb95452b 100644 --- a/beacon-chain/state/stateutil/unrealized_justification_test.go +++ b/beacon-chain/state/stateutil/unrealized_justification_test.go @@ -3,10 +3,10 @@ package stateutil import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - multi_value_slice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + multi_value_slice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestState_UnrealizedCheckpointBalances(t *testing.T) { diff --git a/beacon-chain/state/stateutil/validator_map_handler.go b/beacon-chain/state/stateutil/validator_map_handler.go index 690b62c1f7..ece37e9ada 100644 --- a/beacon-chain/state/stateutil/validator_map_handler.go +++ b/beacon-chain/state/stateutil/validator_map_handler.go @@ -3,10 +3,10 @@ package stateutil import ( "sync" - coreutils "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition/stateutils" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + coreutils "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition/stateutils" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ValidatorMapHandler is a container to hold the map and a reference tracker for how many diff --git a/beacon-chain/state/stateutil/validator_reader.go b/beacon-chain/state/stateutil/validator_reader.go index 6a7a9a79e6..0a722b3f7a 100644 --- a/beacon-chain/state/stateutil/validator_reader.go +++ b/beacon-chain/state/stateutil/validator_reader.go @@ -1,8 +1,8 @@ package stateutil import ( - multi_value_slice "github.com/OffchainLabs/prysm/v6/container/multi-value-slice" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + multi_value_slice "github.com/OffchainLabs/prysm/v7/container/multi-value-slice" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ValReader specifies an interface through which we can access the validator registry. diff --git a/beacon-chain/state/stateutil/validator_root.go b/beacon-chain/state/stateutil/validator_root.go index e6c4902f03..aa86f74024 100644 --- a/beacon-chain/state/stateutil/validator_root.go +++ b/beacon-chain/state/stateutil/validator_root.go @@ -3,10 +3,10 @@ package stateutil import ( "encoding/binary" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/beacon-chain/state/stateutil/validator_root_test.go b/beacon-chain/state/stateutil/validator_root_test.go index 9d1ffe18df..144f458163 100644 --- a/beacon-chain/state/stateutil/validator_root_test.go +++ b/beacon-chain/state/stateutil/validator_root_test.go @@ -3,7 +3,7 @@ package stateutil_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" ) func BenchmarkUint64ListRootWithRegistryLimit(b *testing.B) { diff --git a/beacon-chain/state/testing/BUILD.bazel b/beacon-chain/state/testing/BUILD.bazel index b5f4af46e9..ff601fb2e0 100644 --- a/beacon-chain/state/testing/BUILD.bazel +++ b/beacon-chain/state/testing/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "getters_checkpoint.go", "getters_validator.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/state/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/state/testing", visibility = [ "//beacon-chain/core:__subpackages__", "//beacon-chain/state:__subpackages__", diff --git a/beacon-chain/state/testing/generators.go b/beacon-chain/state/testing/generators.go index 5e32f0063e..2af5dab71f 100644 --- a/beacon-chain/state/testing/generators.go +++ b/beacon-chain/state/testing/generators.go @@ -3,14 +3,14 @@ package testing import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) // GeneratePendingDeposit is used for testing and producing a signed pending deposit diff --git a/beacon-chain/state/testing/getters.go b/beacon-chain/state/testing/getters.go index 8cf0fd6e0a..1881e4e9ec 100644 --- a/beacon-chain/state/testing/getters.go +++ b/beacon-chain/state/testing/getters.go @@ -4,12 +4,12 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func VerifyBeaconStateSlotDataRace(t *testing.T, factory getState) { diff --git a/beacon-chain/state/testing/getters_block.go b/beacon-chain/state/testing/getters_block.go index 8ec1307058..274c008aef 100644 --- a/beacon-chain/state/testing/getters_block.go +++ b/beacon-chain/state/testing/getters_block.go @@ -3,11 +3,11 @@ package testing import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type getStateWithLatestBlockHeader func(*ethpb.BeaconBlockHeader) (state.BeaconState, error) diff --git a/beacon-chain/state/testing/getters_checkpoint.go b/beacon-chain/state/testing/getters_checkpoint.go index a458ae1804..799ffa2164 100644 --- a/beacon-chain/state/testing/getters_checkpoint.go +++ b/beacon-chain/state/testing/getters_checkpoint.go @@ -4,11 +4,11 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func VerifyBeaconStateJustificationBitsNil(t *testing.T, factory getState) { diff --git a/beacon-chain/state/testing/getters_validator.go b/beacon-chain/state/testing/getters_validator.go index 0f411ae862..c7e4d1039f 100644 --- a/beacon-chain/state/testing/getters_validator.go +++ b/beacon-chain/state/testing/getters_validator.go @@ -3,9 +3,9 @@ package testing import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type getState func() (state.BeaconState, error) diff --git a/beacon-chain/sync/BUILD.bazel b/beacon-chain/sync/BUILD.bazel index d151af3d3e..b97bc91850 100644 --- a/beacon-chain/sync/BUILD.bazel +++ b/beacon-chain/sync/BUILD.bazel @@ -62,7 +62,7 @@ go_library( "validate_sync_contribution_proof.go", "validate_voluntary_exit.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/sync", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/sync", visibility = [ "//beacon-chain:__subpackages__", "//cmd:__subpackages__", diff --git a/beacon-chain/sync/backfill/BUILD.bazel b/beacon-chain/sync/backfill/BUILD.bazel index cbaa1b7cac..d81d707c43 100644 --- a/beacon-chain/sync/backfill/BUILD.bazel +++ b/beacon-chain/sync/backfill/BUILD.bazel @@ -14,7 +14,7 @@ go_library( "verify.go", "worker.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/backfill", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/backfill", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/signing:go_default_library", diff --git a/beacon-chain/sync/backfill/batch.go b/beacon-chain/sync/backfill/batch.go index 655760800e..a8874d7410 100644 --- a/beacon-chain/sync/backfill/batch.go +++ b/beacon-chain/sync/backfill/batch.go @@ -6,11 +6,11 @@ import ( "sort" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/backfill/batch_test.go b/beacon-chain/sync/backfill/batch_test.go index 01f9b3c1cd..f26b3c6a2c 100644 --- a/beacon-chain/sync/backfill/batch_test.go +++ b/beacon-chain/sync/backfill/batch_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/backfill/batcher.go b/beacon-chain/sync/backfill/batcher.go index 98a0eeedc9..87aa92f743 100644 --- a/beacon-chain/sync/backfill/batcher.go +++ b/beacon-chain/sync/backfill/batcher.go @@ -1,7 +1,7 @@ package backfill import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/backfill/batcher_test.go b/beacon-chain/sync/backfill/batcher_test.go index 3d848229e3..52667dfb31 100644 --- a/beacon-chain/sync/backfill/batcher_test.go +++ b/beacon-chain/sync/backfill/batcher_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestBatcherBefore(t *testing.T) { diff --git a/beacon-chain/sync/backfill/blobs.go b/beacon-chain/sync/backfill/blobs.go index 2000f6c844..25de5130c9 100644 --- a/beacon-chain/sync/backfill/blobs.go +++ b/beacon-chain/sync/backfill/blobs.go @@ -4,14 +4,14 @@ import ( "bytes" "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/backfill/blobs_test.go b/beacon-chain/sync/backfill/blobs_test.go index b891249ed8..19eab84ebb 100644 --- a/beacon-chain/sync/backfill/blobs_test.go +++ b/beacon-chain/sync/backfill/blobs_test.go @@ -3,14 +3,14 @@ package backfill import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func testBlobGen(t *testing.T, start primitives.Slot, n int) ([]blocks.ROBlock, [][]blocks.ROBlob) { diff --git a/beacon-chain/sync/backfill/coverage/BUILD.bazel b/beacon-chain/sync/backfill/coverage/BUILD.bazel index 8b14d98015..f251708bcc 100644 --- a/beacon-chain/sync/backfill/coverage/BUILD.bazel +++ b/beacon-chain/sync/backfill/coverage/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["coverage.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/backfill/coverage", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/backfill/coverage", visibility = ["//visibility:public"], deps = ["//consensus-types/primitives:go_default_library"], ) diff --git a/beacon-chain/sync/backfill/coverage/coverage.go b/beacon-chain/sync/backfill/coverage/coverage.go index bafa4d8b13..d8870c92b5 100644 --- a/beacon-chain/sync/backfill/coverage/coverage.go +++ b/beacon-chain/sync/backfill/coverage/coverage.go @@ -1,6 +1,6 @@ package coverage -import "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" +import "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" // AvailableBlocker can be used to check whether there is a finalized block in the db for the given slot. // This interface is typically fulfilled by backfill.Store. diff --git a/beacon-chain/sync/backfill/metrics.go b/beacon-chain/sync/backfill/metrics.go index 2044307a00..5a9b3b3d75 100644 --- a/beacon-chain/sync/backfill/metrics.go +++ b/beacon-chain/sync/backfill/metrics.go @@ -1,9 +1,9 @@ package backfill import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" ) diff --git a/beacon-chain/sync/backfill/pool.go b/beacon-chain/sync/backfill/pool.go index 067530e65e..95bdb6b757 100644 --- a/beacon-chain/sync/backfill/pool.go +++ b/beacon-chain/sync/backfill/pool.go @@ -5,13 +5,13 @@ import ( "math" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/backfill/pool_test.go b/beacon-chain/sync/backfill/pool_test.go index e5df3fbd67..54c184376f 100644 --- a/beacon-chain/sync/backfill/pool_test.go +++ b/beacon-chain/sync/backfill/pool_test.go @@ -5,15 +5,15 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/sync/backfill/service.go b/beacon-chain/sync/backfill/service.go index c07d753bdd..2229cc908d 100644 --- a/beacon-chain/sync/backfill/service.go +++ b/beacon-chain/sync/backfill/service.go @@ -3,18 +3,18 @@ package backfill import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/proto/dbval" - "github.com/OffchainLabs/prysm/v6/runtime" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/proto/dbval" + "github.com/OffchainLabs/prysm/v7/runtime" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/backfill/service_test.go b/beacon-chain/sync/backfill/service_test.go index b0b270c2b0..9636b76daa 100644 --- a/beacon-chain/sync/backfill/service_test.go +++ b/beacon-chain/sync/backfill/service_test.go @@ -5,17 +5,17 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/proto/dbval" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/proto/dbval" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) type mockMinimumSlotter struct { diff --git a/beacon-chain/sync/backfill/status.go b/beacon-chain/sync/backfill/status.go index a975255439..7a4fa9d33e 100644 --- a/beacon-chain/sync/backfill/status.go +++ b/beacon-chain/sync/backfill/status.go @@ -4,14 +4,14 @@ import ( "context" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/proto/dbval" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/proto/dbval" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/backfill/status_test.go b/beacon-chain/sync/backfill/status_test.go index 70280b1998..3b7fc5a9a9 100644 --- a/beacon-chain/sync/backfill/status_test.go +++ b/beacon-chain/sync/backfill/status_test.go @@ -5,16 +5,16 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - blocktest "github.com/OffchainLabs/prysm/v6/consensus-types/blocks/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/proto/dbval" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + blocktest "github.com/OffchainLabs/prysm/v7/consensus-types/blocks/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/proto/dbval" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/backfill/verify.go b/beacon-chain/sync/backfill/verify.go index 8581bd1854..f810835b9a 100644 --- a/beacon-chain/sync/backfill/verify.go +++ b/beacon-chain/sync/backfill/verify.go @@ -1,16 +1,16 @@ package backfill import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/backfill/verify_test.go b/beacon-chain/sync/backfill/verify_test.go index 05972c1b77..0f3466d43e 100644 --- a/beacon-chain/sync/backfill/verify_test.go +++ b/beacon-chain/sync/backfill/verify_test.go @@ -4,17 +4,17 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/beacon-chain/sync/backfill/worker.go b/beacon-chain/sync/backfill/worker.go index 27471aa1de..31ecc6f301 100644 --- a/beacon-chain/sync/backfill/worker.go +++ b/beacon-chain/sync/backfill/worker.go @@ -4,11 +4,11 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/batch_verifier.go b/beacon-chain/sync/batch_verifier.go index 4968ac8805..4e6a517993 100644 --- a/beacon-chain/sync/batch_verifier.go +++ b/beacon-chain/sync/batch_verifier.go @@ -4,12 +4,12 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/batch_verifier_test.go b/beacon-chain/sync/batch_verifier_test.go index aaa27fdffd..12bf404549 100644 --- a/beacon-chain/sync/batch_verifier_test.go +++ b/beacon-chain/sync/batch_verifier_test.go @@ -4,10 +4,10 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" ) diff --git a/beacon-chain/sync/blobs_test.go b/beacon-chain/sync/blobs_test.go index 544a58d46f..7bf450f4ee 100644 --- a/beacon-chain/sync/blobs_test.go +++ b/beacon-chain/sync/blobs_test.go @@ -8,27 +8,27 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - db "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + db "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" gethTypes "github.com/ethereum/go-ethereum/core/types" "github.com/libp2p/go-libp2p/core/network" diff --git a/beacon-chain/sync/block_batcher.go b/beacon-chain/sync/block_batcher.go index 0e0c0c2288..aa1963d425 100644 --- a/beacon-chain/sync/block_batcher.go +++ b/beacon-chain/sync/block_batcher.go @@ -6,10 +6,10 @@ import ( "sort" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/block_batcher_test.go b/beacon-chain/sync/block_batcher_test.go index 61302233d8..7cdce247da 100644 --- a/beacon-chain/sync/block_batcher_test.go +++ b/beacon-chain/sync/block_batcher_test.go @@ -4,11 +4,11 @@ import ( "math/rand" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSortedObj_SortBlocksRoots(t *testing.T) { diff --git a/beacon-chain/sync/checkpoint/BUILD.bazel b/beacon-chain/sync/checkpoint/BUILD.bazel index dc4cd60576..58542e66a7 100644 --- a/beacon-chain/sync/checkpoint/BUILD.bazel +++ b/beacon-chain/sync/checkpoint/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "log.go", "weak-subjectivity.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/checkpoint", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/checkpoint", visibility = ["//visibility:public"], deps = [ "//api/client:go_default_library", diff --git a/beacon-chain/sync/checkpoint/api.go b/beacon-chain/sync/checkpoint/api.go index 8e4b7f9a02..d20cf5a093 100644 --- a/beacon-chain/sync/checkpoint/api.go +++ b/beacon-chain/sync/checkpoint/api.go @@ -5,17 +5,17 @@ import ( "fmt" "path" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/checkpoint/api_test.go b/beacon-chain/sync/checkpoint/api_test.go index cef59bf8ab..f2a4add183 100644 --- a/beacon-chain/sync/checkpoint/api_test.go +++ b/beacon-chain/sync/checkpoint/api_test.go @@ -6,15 +6,15 @@ import ( "net/http" "testing" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - blocktest "github.com/OffchainLabs/prysm/v6/consensus-types/blocks/testing" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + blocktest "github.com/OffchainLabs/prysm/v7/consensus-types/blocks/testing" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/checkpoint/file.go b/beacon-chain/sync/checkpoint/file.go index 54e8fe2f2e..330e769883 100644 --- a/beacon-chain/sync/checkpoint/file.go +++ b/beacon-chain/sync/checkpoint/file.go @@ -5,9 +5,9 @@ import ( "fmt" "os" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/checkpoint/weak-subjectivity.go b/beacon-chain/sync/checkpoint/weak-subjectivity.go index 13a7b3960a..c8812462f5 100644 --- a/beacon-chain/sync/checkpoint/weak-subjectivity.go +++ b/beacon-chain/sync/checkpoint/weak-subjectivity.go @@ -3,13 +3,13 @@ package checkpoint import ( "context" - base "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + base "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/checkpoint/weak-subjectivity_test.go b/beacon-chain/sync/checkpoint/weak-subjectivity_test.go index b027b6b20a..e7e2548419 100644 --- a/beacon-chain/sync/checkpoint/weak-subjectivity_test.go +++ b/beacon-chain/sync/checkpoint/weak-subjectivity_test.go @@ -8,19 +8,19 @@ import ( "net/http" "testing" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - blocktest "github.com/OffchainLabs/prysm/v6/consensus-types/blocks/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + blocktest "github.com/OffchainLabs/prysm/v7/consensus-types/blocks/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/context.go b/beacon-chain/sync/context.go index 2e0d1b5a60..f8be375877 100644 --- a/beacon-chain/sync/context.go +++ b/beacon-chain/sync/context.go @@ -3,8 +3,8 @@ package sync import ( "io" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" "github.com/pkg/errors" diff --git a/beacon-chain/sync/context_test.go b/beacon-chain/sync/context_test.go index 0ecb33d0e3..95d8ee2048 100644 --- a/beacon-chain/sync/context_test.go +++ b/beacon-chain/sync/context_test.go @@ -5,10 +5,10 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/util" core "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" diff --git a/beacon-chain/sync/custody.go b/beacon-chain/sync/custody.go index e97a57a472..70534d3bfc 100644 --- a/beacon-chain/sync/custody.go +++ b/beacon-chain/sync/custody.go @@ -5,11 +5,11 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/sync/custody_test.go b/beacon-chain/sync/custody_test.go index 5408c1a81f..f2961098f5 100644 --- a/beacon-chain/sync/custody_test.go +++ b/beacon-chain/sync/custody_test.go @@ -6,18 +6,18 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - dbtesting "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + dbtesting "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type testSetup struct { diff --git a/beacon-chain/sync/data_column_sidecars.go b/beacon-chain/sync/data_column_sidecars.go index 1cdebb65e3..2e9c895244 100644 --- a/beacon-chain/sync/data_column_sidecars.go +++ b/beacon-chain/sync/data_column_sidecars.go @@ -7,20 +7,20 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - prysmP2P "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + prysmP2P "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" goPeer "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/data_column_sidecars_test.go b/beacon-chain/sync/data_column_sidecars_test.go index 4c533ccc31..1d97589fc2 100644 --- a/beacon-chain/sync/data_column_sidecars_test.go +++ b/beacon-chain/sync/data_column_sidecars_test.go @@ -7,25 +7,25 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - testp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + testp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p" "github.com/libp2p/go-libp2p/core/crypto" "github.com/libp2p/go-libp2p/core/network" diff --git a/beacon-chain/sync/data_columns_reconstruct.go b/beacon-chain/sync/data_columns_reconstruct.go index 837d766264..dd81b2de77 100644 --- a/beacon-chain/sync/data_columns_reconstruct.go +++ b/beacon-chain/sync/data_columns_reconstruct.go @@ -6,12 +6,12 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/sync/data_columns_reconstruct_test.go b/beacon-chain/sync/data_columns_reconstruct_test.go index b532a0c3c3..542c8527f6 100644 --- a/beacon-chain/sync/data_columns_reconstruct_test.go +++ b/beacon-chain/sync/data_columns_reconstruct_test.go @@ -7,14 +7,14 @@ import ( "math/rand" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestProcessDataColumnSidecarsFromReconstruction(t *testing.T) { diff --git a/beacon-chain/sync/deadlines.go b/beacon-chain/sync/deadlines.go index 0c101bc7f2..a9f017234b 100644 --- a/beacon-chain/sync/deadlines.go +++ b/beacon-chain/sync/deadlines.go @@ -4,7 +4,7 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/libp2p/go-libp2p/core/network" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/sync/decode_pubsub.go b/beacon-chain/sync/decode_pubsub.go index d749bb9fd7..050798ff57 100644 --- a/beacon-chain/sync/decode_pubsub.go +++ b/beacon-chain/sync/decode_pubsub.go @@ -4,13 +4,13 @@ import ( "reflect" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" diff --git a/beacon-chain/sync/decode_pubsub_test.go b/beacon-chain/sync/decode_pubsub_test.go index 4fe6ce5197..0d5c2e0209 100644 --- a/beacon-chain/sync/decode_pubsub_test.go +++ b/beacon-chain/sync/decode_pubsub_test.go @@ -7,21 +7,21 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptesting "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptesting "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/d4l3k/messagediff" pubsub "github.com/libp2p/go-libp2p-pubsub" pb "github.com/libp2p/go-libp2p-pubsub/pb" diff --git a/beacon-chain/sync/error.go b/beacon-chain/sync/error.go index 594820f4ad..5d3f54b135 100644 --- a/beacon-chain/sync/error.go +++ b/beacon-chain/sync/error.go @@ -4,10 +4,10 @@ import ( "bytes" "io" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/config/params" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/network" multiplex "github.com/libp2p/go-mplex" diff --git a/beacon-chain/sync/error_test.go b/beacon-chain/sync/error_test.go index 7332527b44..78bee9a6ab 100644 --- a/beacon-chain/sync/error_test.go +++ b/beacon-chain/sync/error_test.go @@ -4,10 +4,10 @@ import ( "bytes" "testing" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestRegularSync_generateErrorResponse(t *testing.T) { diff --git a/beacon-chain/sync/fork_watcher.go b/beacon-chain/sync/fork_watcher.go index a4791f3c40..aaeda70ea9 100644 --- a/beacon-chain/sync/fork_watcher.go +++ b/beacon-chain/sync/fork_watcher.go @@ -1,10 +1,10 @@ package sync import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/protocol" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/fork_watcher_test.go b/beacon-chain/sync/fork_watcher_test.go index e6466a763e..2d81bb37a5 100644 --- a/beacon-chain/sync/fork_watcher_test.go +++ b/beacon-chain/sync/fork_watcher_test.go @@ -7,17 +7,17 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/abool" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/genesis" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/async/abool" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/genesis" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func defaultClockWithTimeAtEpoch(epoch primitives.Epoch) *startup.Clock { diff --git a/beacon-chain/sync/initial-sync/BUILD.bazel b/beacon-chain/sync/initial-sync/BUILD.bazel index dbb3578482..d6731c248b 100644 --- a/beacon-chain/sync/initial-sync/BUILD.bazel +++ b/beacon-chain/sync/initial-sync/BUILD.bazel @@ -13,7 +13,7 @@ go_library( "round_robin.go", "service.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//async/abool:go_default_library", diff --git a/beacon-chain/sync/initial-sync/blocks_fetcher.go b/beacon-chain/sync/initial-sync/blocks_fetcher.go index aa6802fcc4..cbb5c62acd 100644 --- a/beacon-chain/sync/initial-sync/blocks_fetcher.go +++ b/beacon-chain/sync/initial-sync/blocks_fetcher.go @@ -8,29 +8,29 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2pTypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - prysmsync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/verify" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - p2ppb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2pTypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + prysmsync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/verify" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + p2ppb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/initial-sync/blocks_fetcher_peers.go b/beacon-chain/sync/initial-sync/blocks_fetcher_peers.go index f07d2de955..a6f1edcd01 100644 --- a/beacon-chain/sync/initial-sync/blocks_fetcher_peers.go +++ b/beacon-chain/sync/initial-sync/blocks_fetcher_peers.go @@ -6,12 +6,12 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/peer" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/sync/initial-sync/blocks_fetcher_peers_test.go b/beacon-chain/sync/initial-sync/blocks_fetcher_peers_test.go index 4bf2a91de8..8e41e65df0 100644 --- a/beacon-chain/sync/initial-sync/blocks_fetcher_peers_test.go +++ b/beacon-chain/sync/initial-sync/blocks_fetcher_peers_test.go @@ -8,13 +8,13 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/scorers" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/scorers" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + prysmTime "github.com/OffchainLabs/prysm/v7/time" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/sync/initial-sync/blocks_fetcher_test.go b/beacon-chain/sync/initial-sync/blocks_fetcher_test.go index 5e377c9f7d..1e4be4fa5e 100644 --- a/beacon-chain/sync/initial-sync/blocks_fetcher_test.go +++ b/beacon-chain/sync/initial-sync/blocks_fetcher_test.go @@ -9,28 +9,28 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - beaconsync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + beaconsync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/sync/initial-sync/blocks_fetcher_utils.go b/beacon-chain/sync/initial-sync/blocks_fetcher_utils.go index 22aa52202a..b44b1fad7e 100644 --- a/beacon-chain/sync/initial-sync/blocks_fetcher_utils.go +++ b/beacon-chain/sync/initial-sync/blocks_fetcher_utils.go @@ -4,15 +4,15 @@ import ( "context" "fmt" - p2pTypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - p2ppb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + p2pTypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + p2ppb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/initial-sync/blocks_fetcher_utils_test.go b/beacon-chain/sync/initial-sync/blocks_fetcher_utils_test.go index 7d71774b08..456c8a5036 100644 --- a/beacon-chain/sync/initial-sync/blocks_fetcher_utils_test.go +++ b/beacon-chain/sync/initial-sync/blocks_fetcher_utils_test.go @@ -7,23 +7,23 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - p2pm "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2pt "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2pTypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + p2pm "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2pt "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2pTypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/sync/initial-sync/blocks_queue.go b/beacon-chain/sync/initial-sync/blocks_queue.go index 93c88179a2..8701885c18 100644 --- a/beacon-chain/sync/initial-sync/blocks_queue.go +++ b/beacon-chain/sync/initial-sync/blocks_queue.go @@ -5,15 +5,15 @@ import ( "errors" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - beaconsync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + beaconsync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/peer" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/sync/initial-sync/blocks_queue_test.go b/beacon-chain/sync/initial-sync/blocks_queue_test.go index 064cecf8d4..6d058f0375 100644 --- a/beacon-chain/sync/initial-sync/blocks_queue_test.go +++ b/beacon-chain/sync/initial-sync/blocks_queue_test.go @@ -6,25 +6,25 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - p2pt "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - beaconsync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + p2pt "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + beaconsync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/peer" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/sync/initial-sync/blocks_queue_utils.go b/beacon-chain/sync/initial-sync/blocks_queue_utils.go index eae32a49c4..02b67b0e49 100644 --- a/beacon-chain/sync/initial-sync/blocks_queue_utils.go +++ b/beacon-chain/sync/initial-sync/blocks_queue_utils.go @@ -4,7 +4,7 @@ import ( "context" "errors" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // resetWithBlocks removes all state machines, then re-adds enough machines to contain all provided diff --git a/beacon-chain/sync/initial-sync/downscore_test.go b/beacon-chain/sync/initial-sync/downscore_test.go index a6b21b4102..7da1dbb977 100644 --- a/beacon-chain/sync/initial-sync/downscore_test.go +++ b/beacon-chain/sync/initial-sync/downscore_test.go @@ -4,16 +4,16 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers/peerdata" - p2pt "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers/peerdata" + p2pt "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/initial-sync/fsm.go b/beacon-chain/sync/initial-sync/fsm.go index 1bd03a5b43..284b1e5d5a 100644 --- a/beacon-chain/sync/initial-sync/fsm.go +++ b/beacon-chain/sync/initial-sync/fsm.go @@ -6,9 +6,9 @@ import ( "sort" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" ) const ( diff --git a/beacon-chain/sync/initial-sync/fsm_benchmark_test.go b/beacon-chain/sync/initial-sync/fsm_benchmark_test.go index f23cfa3b9b..684985fcdc 100644 --- a/beacon-chain/sync/initial-sync/fsm_benchmark_test.go +++ b/beacon-chain/sync/initial-sync/fsm_benchmark_test.go @@ -3,7 +3,7 @@ package initialsync import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func BenchmarkStateMachine_trigger(b *testing.B) { diff --git a/beacon-chain/sync/initial-sync/fsm_test.go b/beacon-chain/sync/initial-sync/fsm_test.go index 35a6f0c82f..a9965bd2af 100644 --- a/beacon-chain/sync/initial-sync/fsm_test.go +++ b/beacon-chain/sync/initial-sync/fsm_test.go @@ -5,9 +5,9 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStateMachineManager_String(t *testing.T) { diff --git a/beacon-chain/sync/initial-sync/initial_sync_test.go b/beacon-chain/sync/initial-sync/initial_sync_test.go index b81c11b2b0..08460cf85f 100644 --- a/beacon-chain/sync/initial-sync/initial_sync_test.go +++ b/beacon-chain/sync/initial-sync/initial_sync_test.go @@ -8,27 +8,27 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - p2pt "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2pTypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - beaconsync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + p2pt "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2pTypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + beaconsync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/sync/initial-sync/round_robin.go b/beacon-chain/sync/initial-sync/round_robin.go index 78436866df..a257e5dfc2 100644 --- a/beacon-chain/sync/initial-sync/round_robin.go +++ b/beacon-chain/sync/initial-sync/round_robin.go @@ -7,15 +7,15 @@ import ( "sort" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/peer" "github.com/paulbellamy/ratecounter" "github.com/pkg/errors" diff --git a/beacon-chain/sync/initial-sync/round_robin_test.go b/beacon-chain/sync/initial-sync/round_robin_test.go index 6ffdf54eb9..bf6f3d1673 100644 --- a/beacon-chain/sync/initial-sync/round_robin_test.go +++ b/beacon-chain/sync/initial-sync/round_robin_test.go @@ -5,22 +5,22 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/abool" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - p2pt "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/async/abool" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + p2pt "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/paulbellamy/ratecounter" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/sync/initial-sync/service.go b/beacon-chain/sync/initial-sync/service.go index 7ca5da18ab..b82d288234 100644 --- a/beacon-chain/sync/initial-sync/service.go +++ b/beacon-chain/sync/initial-sync/service.go @@ -8,29 +8,29 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/async/abool" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/das" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime" - "github.com/OffchainLabs/prysm/v6/runtime/version" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/abool" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/das" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime" + "github.com/OffchainLabs/prysm/v7/runtime/version" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/peer" "github.com/paulbellamy/ratecounter" "github.com/pkg/errors" diff --git a/beacon-chain/sync/initial-sync/service_test.go b/beacon-chain/sync/initial-sync/service_test.go index 6dc7cce17a..d7ffa7533a 100644 --- a/beacon-chain/sync/initial-sync/service_test.go +++ b/beacon-chain/sync/initial-sync/service_test.go @@ -7,31 +7,31 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/abool" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - testp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - prysmSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/abool" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + testp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + prysmSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p" "github.com/libp2p/go-libp2p/core/crypto" "github.com/libp2p/go-libp2p/core/network" diff --git a/beacon-chain/sync/initial-sync/testing/BUILD.bazel b/beacon-chain/sync/initial-sync/testing/BUILD.bazel index 93f9d425d4..f17a33ff10 100644 --- a/beacon-chain/sync/initial-sync/testing/BUILD.bazel +++ b/beacon-chain/sync/initial-sync/testing/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing", visibility = [ "//beacon-chain:__subpackages__", ], diff --git a/beacon-chain/sync/kzg_batch_verifier_test.go b/beacon-chain/sync/kzg_batch_verifier_test.go index 7733465d4c..5929b139bd 100644 --- a/beacon-chain/sync/kzg_batch_verifier_test.go +++ b/beacon-chain/sync/kzg_batch_verifier_test.go @@ -6,12 +6,12 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" ) diff --git a/beacon-chain/sync/metrics.go b/beacon-chain/sync/metrics.go index 96601bac06..99a828ae7f 100644 --- a/beacon-chain/sync/metrics.go +++ b/beacon-chain/sync/metrics.go @@ -5,12 +5,12 @@ import ( "reflect" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" ) diff --git a/beacon-chain/sync/options.go b/beacon-chain/sync/options.go index d30a8ef021..49ec2c8fbd 100644 --- a/beacon-chain/sync/options.go +++ b/beacon-chain/sync/options.go @@ -1,26 +1,26 @@ package sync import ( - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/backfill/coverage" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/crypto/rand" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/backfill/coverage" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/crypto/rand" ) type Option func(s *Service) error diff --git a/beacon-chain/sync/pending_attestations_queue.go b/beacon-chain/sync/pending_attestations_queue.go index 64c0033ad1..bb30118e49 100644 --- a/beacon-chain/sync/pending_attestations_queue.go +++ b/beacon-chain/sync/pending_attestations_queue.go @@ -7,22 +7,22 @@ import ( "fmt" "slices" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/sync/pending_attestations_queue_bucket_test.go b/beacon-chain/sync/pending_attestations_queue_bucket_test.go index 59b72e71c1..f6d72d1f34 100644 --- a/beacon-chain/sync/pending_attestations_queue_bucket_test.go +++ b/beacon-chain/sync/pending_attestations_queue_bucket_test.go @@ -4,12 +4,12 @@ import ( "context" "testing" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/beacon-chain/sync/pending_attestations_queue_test.go b/beacon-chain/sync/pending_attestations_queue_test.go index fbe2113ef8..89db1a4803 100644 --- a/beacon-chain/sync/pending_attestations_queue_test.go +++ b/beacon-chain/sync/pending_attestations_queue_test.go @@ -9,30 +9,30 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/async/abool" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/async/abool" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" "github.com/ethereum/go-ethereum/p2p/enr" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" diff --git a/beacon-chain/sync/pending_blocks_queue.go b/beacon-chain/sync/pending_blocks_queue.go index 3a0bacbba4..213a97e6c9 100644 --- a/beacon-chain/sync/pending_blocks_queue.go +++ b/beacon-chain/sync/pending_blocks_queue.go @@ -8,20 +8,20 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/equality" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - prysmTrace "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/equality" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + prysmTrace "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/pending_blocks_queue_test.go b/beacon-chain/sync/pending_blocks_queue_test.go index ab0dfe78a7..70a8688b68 100644 --- a/beacon-chain/sync/pending_blocks_queue_test.go +++ b/beacon-chain/sync/pending_blocks_queue_test.go @@ -6,25 +6,25 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" diff --git a/beacon-chain/sync/rate_limiter.go b/beacon-chain/sync/rate_limiter.go index 00df4b9481..a19c10e8b9 100644 --- a/beacon-chain/sync/rate_limiter.go +++ b/beacon-chain/sync/rate_limiter.go @@ -11,10 +11,10 @@ import ( "github.com/sirupsen/logrus" "github.com/trailofbits/go-mutexasserts" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" ) const defaultBurstLimit = 5 diff --git a/beacon-chain/sync/rate_limiter_test.go b/beacon-chain/sync/rate_limiter_test.go index 6d550ff260..9d10390a10 100644 --- a/beacon-chain/sync/rate_limiter_test.go +++ b/beacon-chain/sync/rate_limiter_test.go @@ -5,12 +5,12 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" ) diff --git a/beacon-chain/sync/rpc.go b/beacon-chain/sync/rpc.go index edfa79c241..66156895c1 100644 --- a/beacon-chain/sync/rpc.go +++ b/beacon-chain/sync/rpc.go @@ -7,13 +7,13 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/runtime/version" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/network" "github.com/pkg/errors" diff --git a/beacon-chain/sync/rpc_beacon_blocks_by_range.go b/beacon-chain/sync/rpc_beacon_blocks_by_range.go index daf3d911f5..fd668fe405 100644 --- a/beacon-chain/sync/rpc_beacon_blocks_by_range.go +++ b/beacon-chain/sync/rpc_beacon_blocks_by_range.go @@ -4,16 +4,16 @@ import ( "context" "time" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/rpc_beacon_blocks_by_range_test.go b/beacon-chain/sync/rpc_beacon_blocks_by_range_test.go index 0b893b50aa..c279087f5a 100644 --- a/beacon-chain/sync/rpc_beacon_blocks_by_range_test.go +++ b/beacon-chain/sync/rpc_beacon_blocks_by_range_test.go @@ -7,28 +7,28 @@ import ( "testing" "time" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - db2 "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - db "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + db2 "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + db "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" gethTypes "github.com/ethereum/go-ethereum/core/types" "github.com/libp2p/go-libp2p/core/network" diff --git a/beacon-chain/sync/rpc_beacon_blocks_by_root.go b/beacon-chain/sync/rpc_beacon_blocks_by_root.go index fb0c904594..c9afe0a9b7 100644 --- a/beacon-chain/sync/rpc_beacon_blocks_by_root.go +++ b/beacon-chain/sync/rpc_beacon_blocks_by_root.go @@ -4,20 +4,20 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/verify" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/verify" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/rpc_beacon_blocks_by_root_test.go b/beacon-chain/sync/rpc_beacon_blocks_by_root_test.go index 7fe47a08d7..3158f84c5e 100644 --- a/beacon-chain/sync/rpc_beacon_blocks_by_root_test.go +++ b/beacon-chain/sync/rpc_beacon_blocks_by_root_test.go @@ -6,28 +6,28 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - db "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2pTypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + db "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2pTypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common" gethTypes "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/p2p/enr" diff --git a/beacon-chain/sync/rpc_blob_sidecars_by_range.go b/beacon-chain/sync/rpc_blob_sidecars_by_range.go index ff3e6e28ae..7b4f0f3838 100644 --- a/beacon-chain/sync/rpc_blob_sidecars_by_range.go +++ b/beacon-chain/sync/rpc_blob_sidecars_by_range.go @@ -5,15 +5,15 @@ import ( "math" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/rpc_blob_sidecars_by_range_test.go b/beacon-chain/sync/rpc_blob_sidecars_by_range_test.go index b79c65b1bc..637d37bb03 100644 --- a/beacon-chain/sync/rpc_blob_sidecars_by_range_test.go +++ b/beacon-chain/sync/rpc_blob_sidecars_by_range_test.go @@ -3,15 +3,15 @@ package sync import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/genesis" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/genesis" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func (c *blobsTestCase) defaultOldestSlotByRange(t *testing.T) types.Slot { diff --git a/beacon-chain/sync/rpc_blob_sidecars_by_root.go b/beacon-chain/sync/rpc_blob_sidecars_by_root.go index cbb75cacc0..a8415d8849 100644 --- a/beacon-chain/sync/rpc_blob_sidecars_by_root.go +++ b/beacon-chain/sync/rpc_blob_sidecars_by_root.go @@ -6,17 +6,17 @@ import ( "sort" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/rpc_blob_sidecars_by_root_test.go b/beacon-chain/sync/rpc_blob_sidecars_by_root_test.go index 5fc6660cc7..e1888f101b 100644 --- a/beacon-chain/sync/rpc_blob_sidecars_by_root_test.go +++ b/beacon-chain/sync/rpc_blob_sidecars_by_root_test.go @@ -5,17 +5,17 @@ import ( "sort" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2pTypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2pTypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/network" ) diff --git a/beacon-chain/sync/rpc_chunked_response.go b/beacon-chain/sync/rpc_chunked_response.go index 239070a2f8..d89a83d440 100644 --- a/beacon-chain/sync/rpc_chunked_response.go +++ b/beacon-chain/sync/rpc_chunked_response.go @@ -1,15 +1,15 @@ package sync import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/rpc_data_column_sidecars_by_range.go b/beacon-chain/sync/rpc_data_column_sidecars_by_range.go index 9c9fb3c8f6..90e9eee2a4 100644 --- a/beacon-chain/sync/rpc_data_column_sidecars_by_range.go +++ b/beacon-chain/sync/rpc_data_column_sidecars_by_range.go @@ -5,13 +5,13 @@ import ( "slices" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/pkg/errors" diff --git a/beacon-chain/sync/rpc_data_column_sidecars_by_range_test.go b/beacon-chain/sync/rpc_data_column_sidecars_by_range_test.go index 8b7d212668..4c3df347fe 100644 --- a/beacon-chain/sync/rpc_data_column_sidecars_by_range_test.go +++ b/beacon-chain/sync/rpc_data_column_sidecars_by_range_test.go @@ -14,19 +14,19 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/require" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/util" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestDataColumnSidecarsByRangeRPCHandler(t *testing.T) { diff --git a/beacon-chain/sync/rpc_data_column_sidecars_by_root.go b/beacon-chain/sync/rpc_data_column_sidecars_by_root.go index 983000ea3c..28fb61f233 100644 --- a/beacon-chain/sync/rpc_data_column_sidecars_by_root.go +++ b/beacon-chain/sync/rpc_data_column_sidecars_by_root.go @@ -7,16 +7,16 @@ import ( "slices" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/rpc_data_column_sidecars_by_root_test.go b/beacon-chain/sync/rpc_data_column_sidecars_by_root_test.go index a4ccae99a9..2b576eb6df 100644 --- a/beacon-chain/sync/rpc_data_column_sidecars_by_root_test.go +++ b/beacon-chain/sync/rpc_data_column_sidecars_by_root_test.go @@ -7,21 +7,21 @@ import ( "testing" "time" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" "github.com/pkg/errors" diff --git a/beacon-chain/sync/rpc_goodbye.go b/beacon-chain/sync/rpc_goodbye.go index a7ed56c424..63c2f0f920 100644 --- a/beacon-chain/sync/rpc_goodbye.go +++ b/beacon-chain/sync/rpc_goodbye.go @@ -5,11 +5,11 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/sync/rpc_goodbye_test.go b/beacon-chain/sync/rpc_goodbye_test.go index baf48c3e61..17b2f8210c 100644 --- a/beacon-chain/sync/rpc_goodbye_test.go +++ b/beacon-chain/sync/rpc_goodbye_test.go @@ -5,17 +5,17 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - db "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + db "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" ) diff --git a/beacon-chain/sync/rpc_handler_test.go b/beacon-chain/sync/rpc_handler_test.go index 28b52021a6..d020a8514b 100644 --- a/beacon-chain/sync/rpc_handler_test.go +++ b/beacon-chain/sync/rpc_handler_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" ) diff --git a/beacon-chain/sync/rpc_light_client.go b/beacon-chain/sync/rpc_light_client.go index 3de09509eb..c31f7d845f 100644 --- a/beacon-chain/sync/rpc_light_client.go +++ b/beacon-chain/sync/rpc_light_client.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" libp2pcore "github.com/libp2p/go-libp2p/core" ) diff --git a/beacon-chain/sync/rpc_light_client_test.go b/beacon-chain/sync/rpc_light_client_test.go index e96f74155b..e8cc016821 100644 --- a/beacon-chain/sync/rpc_light_client_test.go +++ b/beacon-chain/sync/rpc_light_client_test.go @@ -5,23 +5,23 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/abool" - "github.com/OffchainLabs/prysm/v6/async/event" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - db "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/async/abool" + "github.com/OffchainLabs/prysm/v7/async/event" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + db "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" ) diff --git a/beacon-chain/sync/rpc_metadata.go b/beacon-chain/sync/rpc_metadata.go index 5fe051741a..52b7eefa05 100644 --- a/beacon-chain/sync/rpc_metadata.go +++ b/beacon-chain/sync/rpc_metadata.go @@ -4,14 +4,14 @@ import ( "context" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/rpc_metadata_test.go b/beacon-chain/sync/rpc_metadata_test.go index cba6f95f97..3c1192a579 100644 --- a/beacon-chain/sync/rpc_metadata_test.go +++ b/beacon-chain/sync/rpc_metadata_test.go @@ -7,20 +7,20 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - db "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/equality" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + db "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/equality" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" diff --git a/beacon-chain/sync/rpc_ping.go b/beacon-chain/sync/rpc_ping.go index 3b0f2e172a..7a4eb51831 100644 --- a/beacon-chain/sync/rpc_ping.go +++ b/beacon-chain/sync/rpc_ping.go @@ -5,11 +5,11 @@ import ( "fmt" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/rpc_ping_test.go b/beacon-chain/sync/rpc_ping_test.go index 9bccb2d008..ab0daaf089 100644 --- a/beacon-chain/sync/rpc_ping_test.go +++ b/beacon-chain/sync/rpc_ping_test.go @@ -5,19 +5,19 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - db "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + db "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" diff --git a/beacon-chain/sync/rpc_send_request.go b/beacon-chain/sync/rpc_send_request.go index 64096e4a51..be44e4f881 100644 --- a/beacon-chain/sync/rpc_send_request.go +++ b/beacon-chain/sync/rpc_send_request.go @@ -6,21 +6,21 @@ import ( "io" "slices" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" goPeer "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/sync/rpc_send_request_test.go b/beacon-chain/sync/rpc_send_request_test.go index 8c7af5e03f..67c6359556 100644 --- a/beacon-chain/sync/rpc_send_request_test.go +++ b/beacon-chain/sync/rpc_send_request_test.go @@ -9,24 +9,24 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - p2pTypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + p2pTypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/network" ) diff --git a/beacon-chain/sync/rpc_status.go b/beacon-chain/sync/rpc_status.go index 32367df951..fdb031a558 100644 --- a/beacon-chain/sync/rpc_status.go +++ b/beacon-chain/sync/rpc_status.go @@ -7,18 +7,18 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/sync/rpc_status_test.go b/beacon-chain/sync/rpc_status_test.go index c19a70a4a5..576c3bfacd 100644 --- a/beacon-chain/sync/rpc_status_test.go +++ b/beacon-chain/sync/rpc_status_test.go @@ -6,33 +6,33 @@ import ( "testing" "time" - beaconState "github.com/OffchainLabs/prysm/v6/beacon-chain/state" + beaconState "github.com/OffchainLabs/prysm/v7/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/async/abool" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - testingDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/async/abool" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + testingDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + prysmTime "github.com/OffchainLabs/prysm/v7/time" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" diff --git a/beacon-chain/sync/rpc_test.go b/beacon-chain/sync/rpc_test.go index ca3f1e319e..242c09dc1b 100644 --- a/beacon-chain/sync/rpc_test.go +++ b/beacon-chain/sync/rpc_test.go @@ -7,14 +7,14 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - prysmP2P "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + prysmP2P "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" diff --git a/beacon-chain/sync/service.go b/beacon-chain/sync/service.go index 02ccffd9f3..1b389382e4 100644 --- a/beacon-chain/sync/service.go +++ b/beacon-chain/sync/service.go @@ -9,38 +9,38 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/async/abool" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/synccommittee" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/voluntaryexits" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/backfill/coverage" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/runtime" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/async/abool" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/synccommittee" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/voluntaryexits" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/backfill/coverage" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/runtime" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" lru "github.com/hashicorp/golang-lru" pubsub "github.com/libp2p/go-libp2p-pubsub" libp2pcore "github.com/libp2p/go-libp2p/core" diff --git a/beacon-chain/sync/service_test.go b/beacon-chain/sync/service_test.go index b75103ebdc..3bf8583c83 100644 --- a/beacon-chain/sync/service_test.go +++ b/beacon-chain/sync/service_test.go @@ -6,24 +6,24 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/abool" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - dbTest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - leakybucket "github.com/OffchainLabs/prysm/v6/container/leaky-bucket" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/async/abool" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + dbTest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + leakybucket "github.com/OffchainLabs/prysm/v7/container/leaky-bucket" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" gcache "github.com/patrickmn/go-cache" diff --git a/beacon-chain/sync/slot_aware_cache.go b/beacon-chain/sync/slot_aware_cache.go index 8b897e1add..d3d2b52a3d 100644 --- a/beacon-chain/sync/slot_aware_cache.go +++ b/beacon-chain/sync/slot_aware_cache.go @@ -4,7 +4,7 @@ import ( "slices" "sync" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" lru "github.com/hashicorp/golang-lru" ) diff --git a/beacon-chain/sync/slot_aware_cache_test.go b/beacon-chain/sync/slot_aware_cache_test.go index b6a66c2a72..d1101486fe 100644 --- a/beacon-chain/sync/slot_aware_cache_test.go +++ b/beacon-chain/sync/slot_aware_cache_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSlotAwareCache(t *testing.T) { diff --git a/beacon-chain/sync/subscriber.go b/beacon-chain/sync/subscriber.go index babe32eb9f..9b53ae4e57 100644 --- a/beacon-chain/sync/subscriber.go +++ b/beacon-chain/sync/subscriber.go @@ -9,22 +9,22 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/peers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/messagehandler" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/peers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/messagehandler" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/host" diff --git a/beacon-chain/sync/subscriber_beacon_aggregate_proof.go b/beacon-chain/sync/subscriber_beacon_aggregate_proof.go index 15d768eb9a..732437b191 100644 --- a/beacon-chain/sync/subscriber_beacon_aggregate_proof.go +++ b/beacon-chain/sync/subscriber_beacon_aggregate_proof.go @@ -5,8 +5,8 @@ import ( "errors" "fmt" - "github.com/OffchainLabs/prysm/v6/config/features" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/features" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/sync/subscriber_beacon_aggregate_proof_test.go b/beacon-chain/sync/subscriber_beacon_aggregate_proof_test.go index f4767a416e..d8450970d7 100644 --- a/beacon-chain/sync/subscriber_beacon_aggregate_proof_test.go +++ b/beacon-chain/sync/subscriber_beacon_aggregate_proof_test.go @@ -4,14 +4,14 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestBeaconAggregateProofSubscriber_CanSaveAggregatedAttestation(t *testing.T) { diff --git a/beacon-chain/sync/subscriber_beacon_attestation.go b/beacon-chain/sync/subscriber_beacon_attestation.go index d5bd9158b9..42fcee621e 100644 --- a/beacon-chain/sync/subscriber_beacon_attestation.go +++ b/beacon-chain/sync/subscriber_beacon_attestation.go @@ -4,13 +4,13 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/sync/subscriber_beacon_blocks.go b/beacon-chain/sync/subscriber_beacon_blocks.go index 92017f56b6..44fde992f2 100644 --- a/beacon-chain/sync/subscriber_beacon_blocks.go +++ b/beacon-chain/sync/subscriber_beacon_blocks.go @@ -7,18 +7,18 @@ import ( "path" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition/interop" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition/interop" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" "google.golang.org/protobuf/proto" diff --git a/beacon-chain/sync/subscriber_beacon_blocks_test.go b/beacon-chain/sync/subscriber_beacon_blocks_test.go index ac0bc8ea76..f400f86226 100644 --- a/beacon-chain/sync/subscriber_beacon_blocks_test.go +++ b/beacon-chain/sync/subscriber_beacon_blocks_test.go @@ -4,25 +4,25 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - chainMock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - mockExecution "github.com/OffchainLabs/prysm/v6/beacon-chain/execution/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + chainMock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + mockExecution "github.com/OffchainLabs/prysm/v7/beacon-chain/execution/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/sync/subscriber_blob_sidecar.go b/beacon-chain/sync/subscriber_blob_sidecar.go index 4b657e5e2b..78f9819272 100644 --- a/beacon-chain/sync/subscriber_blob_sidecar.go +++ b/beacon-chain/sync/subscriber_blob_sidecar.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/sync/subscriber_bls_to_execution_change.go b/beacon-chain/sync/subscriber_bls_to_execution_change.go index a0d0f87080..0e46bf1729 100644 --- a/beacon-chain/sync/subscriber_bls_to_execution_change.go +++ b/beacon-chain/sync/subscriber_bls_to_execution_change.go @@ -3,9 +3,9 @@ package sync import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/sync/subscriber_data_column_sidecar.go b/beacon-chain/sync/subscriber_data_column_sidecar.go index a051eab3bf..1cc10c0630 100644 --- a/beacon-chain/sync/subscriber_data_column_sidecar.go +++ b/beacon-chain/sync/subscriber_data_column_sidecar.go @@ -4,12 +4,12 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" "golang.org/x/sync/errgroup" "google.golang.org/protobuf/proto" diff --git a/beacon-chain/sync/subscriber_data_column_sidecar_test.go b/beacon-chain/sync/subscriber_data_column_sidecar_test.go index 15526e1f2d..c7c8d3f9cd 100644 --- a/beacon-chain/sync/subscriber_data_column_sidecar_test.go +++ b/beacon-chain/sync/subscriber_data_column_sidecar_test.go @@ -3,15 +3,15 @@ package sync import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestAllDataColumnSubnets(t *testing.T) { diff --git a/beacon-chain/sync/subscriber_handlers.go b/beacon-chain/sync/subscriber_handlers.go index 71c3b25f25..f079bf9789 100644 --- a/beacon-chain/sync/subscriber_handlers.go +++ b/beacon-chain/sync/subscriber_handlers.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/sync/subscriber_sync_committee_message.go b/beacon-chain/sync/subscriber_sync_committee_message.go index 4914dbba88..fa29ec5d5d 100644 --- a/beacon-chain/sync/subscriber_sync_committee_message.go +++ b/beacon-chain/sync/subscriber_sync_committee_message.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/sync/subscriber_sync_contribution_proof.go b/beacon-chain/sync/subscriber_sync_contribution_proof.go index 870145b2db..6337c3936e 100644 --- a/beacon-chain/sync/subscriber_sync_contribution_proof.go +++ b/beacon-chain/sync/subscriber_sync_contribution_proof.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "google.golang.org/protobuf/proto" ) diff --git a/beacon-chain/sync/subscriber_test.go b/beacon-chain/sync/subscriber_test.go index fd6ac72e85..7fc3bf0883 100644 --- a/beacon-chain/sync/subscriber_test.go +++ b/beacon-chain/sync/subscriber_test.go @@ -8,28 +8,28 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/abool" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - db "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/abool" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + db "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/sync/subscription_topic_handler.go b/beacon-chain/sync/subscription_topic_handler.go index bfb42dd199..784ec3859b 100644 --- a/beacon-chain/sync/subscription_topic_handler.go +++ b/beacon-chain/sync/subscription_topic_handler.go @@ -3,7 +3,7 @@ package sync import ( "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" pubsub "github.com/libp2p/go-libp2p-pubsub" ) diff --git a/beacon-chain/sync/subscription_topic_handler_test.go b/beacon-chain/sync/subscription_topic_handler_test.go index 405deb6d93..40b458f5bd 100644 --- a/beacon-chain/sync/subscription_topic_handler_test.go +++ b/beacon-chain/sync/subscription_topic_handler_test.go @@ -5,11 +5,11 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" pubsub "github.com/libp2p/go-libp2p-pubsub" ) diff --git a/beacon-chain/sync/sync_fuzz_test.go b/beacon-chain/sync/sync_fuzz_test.go index 0703d8dd67..db23ebc154 100644 --- a/beacon-chain/sync/sync_fuzz_test.go +++ b/beacon-chain/sync/sync_fuzz_test.go @@ -8,22 +8,22 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" pb "github.com/libp2p/go-libp2p-pubsub/pb" "github.com/libp2p/go-libp2p/core/peer" diff --git a/beacon-chain/sync/sync_test.go b/beacon-chain/sync/sync_test.go index dc3c222e2e..0af9afa983 100644 --- a/beacon-chain/sync/sync_test.go +++ b/beacon-chain/sync/sync_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/sync/validate_aggregate_proof.go b/beacon-chain/sync/validate_aggregate_proof.go index 0f64ab462d..5503e39ba7 100644 --- a/beacon-chain/sync/validate_aggregate_proof.go +++ b/beacon-chain/sync/validate_aggregate_proof.go @@ -5,23 +5,23 @@ import ( "fmt" "slices" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/validate_aggregate_proof_test.go b/beacon-chain/sync/validate_aggregate_proof_test.go index 1244ed4888..bdb82a549a 100644 --- a/beacon-chain/sync/validate_aggregate_proof_test.go +++ b/beacon-chain/sync/validate_aggregate_proof_test.go @@ -8,26 +8,26 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" ) diff --git a/beacon-chain/sync/validate_attester_slashing.go b/beacon-chain/sync/validate_attester_slashing.go index 7d6af4be07..79b4bb4c67 100644 --- a/beacon-chain/sync/validate_attester_slashing.go +++ b/beacon-chain/sync/validate_attester_slashing.go @@ -3,16 +3,16 @@ package sync import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/validate_attester_slashing_test.go b/beacon-chain/sync/validate_attester_slashing_test.go index 0814a40240..48a8de8e88 100644 --- a/beacon-chain/sync/validate_attester_slashing_test.go +++ b/beacon-chain/sync/validate_attester_slashing_test.go @@ -8,21 +8,21 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" ) diff --git a/beacon-chain/sync/validate_beacon_attestation.go b/beacon-chain/sync/validate_beacon_attestation.go index aee654cf0f..2384bd7773 100644 --- a/beacon-chain/sync/validate_beacon_attestation.go +++ b/beacon-chain/sync/validate_beacon_attestation.go @@ -8,23 +8,23 @@ import ( "slices" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/validate_beacon_attestation_test.go b/beacon-chain/sync/validate_beacon_attestation_test.go index dc47650c03..2d4d32cfb7 100644 --- a/beacon-chain/sync/validate_beacon_attestation_test.go +++ b/beacon-chain/sync/validate_beacon_attestation_test.go @@ -8,22 +8,22 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" ) diff --git a/beacon-chain/sync/validate_beacon_blocks.go b/beacon-chain/sync/validate_beacon_blocks.go index 07bba00446..d203411742 100644 --- a/beacon-chain/sync/validate_beacon_blocks.go +++ b/beacon-chain/sync/validate_beacon_blocks.go @@ -6,26 +6,26 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - blockfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/block" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + blockfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/block" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/validate_beacon_blocks_test.go b/beacon-chain/sync/validate_beacon_blocks_test.go index c11b13ffc6..00db86133c 100644 --- a/beacon-chain/sync/validate_beacon_blocks_test.go +++ b/beacon-chain/sync/validate_beacon_blocks_test.go @@ -9,31 +9,31 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/abool" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - slashingsmock "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings/mock" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/async/abool" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + slashingsmock "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings/mock" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" gcache "github.com/patrickmn/go-cache" @@ -1847,7 +1847,7 @@ func TestBlockVerifyingState_SameEpochAsParent(t *testing.T) { // Create a different head block at a later epoch headBlock := util.NewBeaconBlock() - headBlock.Block.Slot = 40 // Different epoch (epoch 1) + headBlock.Block.Slot = 40 // Different epoch (epoch 1) headBlock.Block.ParentRoot = parentRoot[:] // Head descends from parent util.SaveBlock(t, ctx, db, headBlock) headRoot, err := headBlock.Block.HashTreeRoot() diff --git a/beacon-chain/sync/validate_blob.go b/beacon-chain/sync/validate_blob.go index 7c6244fbda..7b02ef3342 100644 --- a/beacon-chain/sync/validate_blob.go +++ b/beacon-chain/sync/validate_blob.go @@ -7,18 +7,18 @@ import ( "path" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/validate_blob_test.go b/beacon-chain/sync/validate_blob_test.go index 8a30aebb1d..db1ccccbcd 100644 --- a/beacon-chain/sync/validate_blob_test.go +++ b/beacon-chain/sync/validate_blob_test.go @@ -6,21 +6,21 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" pb "github.com/libp2p/go-libp2p-pubsub/pb" "github.com/pkg/errors" diff --git a/beacon-chain/sync/validate_bls_to_execution_change.go b/beacon-chain/sync/validate_bls_to_execution_change.go index dcf6b5be39..ce4fb8ffb6 100644 --- a/beacon-chain/sync/validate_bls_to_execution_change.go +++ b/beacon-chain/sync/validate_bls_to_execution_change.go @@ -3,10 +3,10 @@ package sync import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/sync/validate_bls_to_execution_change_test.go b/beacon-chain/sync/validate_bls_to_execution_change_test.go index 8fc1a06819..401558e6a5 100644 --- a/beacon-chain/sync/validate_bls_to_execution_change_test.go +++ b/beacon-chain/sync/validate_bls_to_execution_change_test.go @@ -6,25 +6,25 @@ import ( "testing" "time" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - testingdb "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/blstoexec" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + testingdb "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/blstoexec" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/golang/snappy" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" diff --git a/beacon-chain/sync/validate_data_column.go b/beacon-chain/sync/validate_data_column.go index d43257d83b..13cc1f725d 100644 --- a/beacon-chain/sync/validate_data_column.go +++ b/beacon-chain/sync/validate_data_column.go @@ -6,19 +6,19 @@ import ( "math" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/logging" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/logging" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" "github.com/pkg/errors" diff --git a/beacon-chain/sync/validate_data_column_test.go b/beacon-chain/sync/validate_data_column_test.go index 6f396159a2..8a55a2523e 100644 --- a/beacon-chain/sync/validate_data_column_test.go +++ b/beacon-chain/sync/validate_data_column_test.go @@ -7,19 +7,19 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" pubsub "github.com/libp2p/go-libp2p-pubsub" pb "github.com/libp2p/go-libp2p-pubsub/pb" ssz "github.com/prysmaticlabs/fastssz" diff --git a/beacon-chain/sync/validate_light_client.go b/beacon-chain/sync/validate_light_client.go index 31aa9cf9cb..d8b7ad2117 100644 --- a/beacon-chain/sync/validate_light_client.go +++ b/beacon-chain/sync/validate_light_client.go @@ -4,12 +4,12 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" "github.com/sirupsen/logrus" diff --git a/beacon-chain/sync/validate_light_client_test.go b/beacon-chain/sync/validate_light_client_test.go index 6e74234e6f..080ed30b4c 100644 --- a/beacon-chain/sync/validate_light_client_test.go +++ b/beacon-chain/sync/validate_light_client_test.go @@ -6,21 +6,21 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - lightClient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + lightClient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" pubsub "github.com/libp2p/go-libp2p-pubsub" pb "github.com/libp2p/go-libp2p-pubsub/pb" ) diff --git a/beacon-chain/sync/validate_proposer_slashing.go b/beacon-chain/sync/validate_proposer_slashing.go index 18be458047..7abbcb878d 100644 --- a/beacon-chain/sync/validate_proposer_slashing.go +++ b/beacon-chain/sync/validate_proposer_slashing.go @@ -4,13 +4,13 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/sync/validate_proposer_slashing_test.go b/beacon-chain/sync/validate_proposer_slashing_test.go index 2e6a76b609..0d794435b0 100644 --- a/beacon-chain/sync/validate_proposer_slashing_test.go +++ b/beacon-chain/sync/validate_proposer_slashing_test.go @@ -9,22 +9,22 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" ) diff --git a/beacon-chain/sync/validate_sync_committee_message.go b/beacon-chain/sync/validate_sync_committee_message.go index 1d92bb4cd6..9c0ba0dff6 100644 --- a/beacon-chain/sync/validate_sync_committee_message.go +++ b/beacon-chain/sync/validate_sync_committee_message.go @@ -7,17 +7,17 @@ import ( "reflect" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/sync/validate_sync_committee_message_test.go b/beacon-chain/sync/validate_sync_committee_message_test.go index bd59adae18..18eb40a62f 100644 --- a/beacon-chain/sync/validate_sync_committee_message_test.go +++ b/beacon-chain/sync/validate_sync_committee_message_test.go @@ -7,25 +7,25 @@ import ( "testing" "time" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - testingdb "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + testingdb "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/golang/snappy" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" diff --git a/beacon-chain/sync/validate_sync_contribution_proof.go b/beacon-chain/sync/validate_sync_contribution_proof.go index 4b9bcb6a67..510307539d 100644 --- a/beacon-chain/sync/validate_sync_contribution_proof.go +++ b/beacon-chain/sync/validate_sync_contribution_proof.go @@ -4,18 +4,18 @@ import ( "context" "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/sync/validate_sync_contribution_proof_test.go b/beacon-chain/sync/validate_sync_contribution_proof_test.go index 1fd598e062..2de858bff5 100644 --- a/beacon-chain/sync/validate_sync_contribution_proof_test.go +++ b/beacon-chain/sync/validate_sync_contribution_proof_test.go @@ -7,34 +7,34 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - mockChain "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - testingdb "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - mockp2p "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + mockChain "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + testingdb "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + mockp2p "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/golang/snappy" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" diff --git a/beacon-chain/sync/validate_voluntary_exit.go b/beacon-chain/sync/validate_voluntary_exit.go index e98ddebc41..d9d5c40b36 100644 --- a/beacon-chain/sync/validate_voluntary_exit.go +++ b/beacon-chain/sync/validate_voluntary_exit.go @@ -4,13 +4,13 @@ import ( "context" "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/beacon-chain/sync/validate_voluntary_exit_test.go b/beacon-chain/sync/validate_voluntary_exit_test.go index ce44f273ed..55cc06f1f5 100644 --- a/beacon-chain/sync/validate_voluntary_exit_test.go +++ b/beacon-chain/sync/validate_voluntary_exit_test.go @@ -8,23 +8,23 @@ import ( "testing" "time" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed" - opfeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/operation" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptest "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - mockSync "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/initial-sync/testing" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed" + opfeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/operation" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptest "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + mockSync "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" pubsub "github.com/libp2p/go-libp2p-pubsub" pubsubpb "github.com/libp2p/go-libp2p-pubsub/pb" ) diff --git a/beacon-chain/sync/verify/BUILD.bazel b/beacon-chain/sync/verify/BUILD.bazel index 705ba5eb00..bf6d2c41b8 100644 --- a/beacon-chain/sync/verify/BUILD.bazel +++ b/beacon-chain/sync/verify/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["blob.go"], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/verify", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/verify", visibility = ["//visibility:public"], deps = [ "//config/params:go_default_library", diff --git a/beacon-chain/sync/verify/blob.go b/beacon-chain/sync/verify/blob.go index 42aa3c3312..7bb01cf9bf 100644 --- a/beacon-chain/sync/verify/blob.go +++ b/beacon-chain/sync/verify/blob.go @@ -1,10 +1,10 @@ package verify import ( - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/beacon-chain/sync/verify/blob_test.go b/beacon-chain/sync/verify/blob_test.go index 441b6b4c2b..b0765f31d2 100644 --- a/beacon-chain/sync/verify/blob_test.go +++ b/beacon-chain/sync/verify/blob_test.go @@ -4,11 +4,11 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestBlobAlignsWithBlock(t *testing.T) { diff --git a/beacon-chain/verification/BUILD.bazel b/beacon-chain/verification/BUILD.bazel index d2d6621da6..5ac2aabbf2 100644 --- a/beacon-chain/verification/BUILD.bazel +++ b/beacon-chain/verification/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "mock.go", "result.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/beacon-chain/verification", + importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/verification", visibility = ["//visibility:public"], deps = [ "//beacon-chain/blockchain/kzg:go_default_library", diff --git a/beacon-chain/verification/batch.go b/beacon-chain/verification/batch.go index 77b1e2f075..cc48200cbd 100644 --- a/beacon-chain/verification/batch.go +++ b/beacon-chain/verification/batch.go @@ -3,9 +3,9 @@ package verification import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) // NewBlobBatchVerifier initializes a blob batch verifier. It requires the caller to correctly specify diff --git a/beacon-chain/verification/batch_test.go b/beacon-chain/verification/batch_test.go index 97a743f693..1457bf548e 100644 --- a/beacon-chain/verification/batch_test.go +++ b/beacon-chain/verification/batch_test.go @@ -3,9 +3,9 @@ package verification import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/pkg/errors" "github.com/stretchr/testify/require" ) diff --git a/beacon-chain/verification/blob.go b/beacon-chain/verification/blob.go index adcc3cc449..7b03462a73 100644 --- a/beacon-chain/verification/blob.go +++ b/beacon-chain/verification/blob.go @@ -4,13 +4,13 @@ import ( "context" "fmt" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/logging" - "github.com/OffchainLabs/prysm/v6/time/slots" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/logging" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/verification/blob_test.go b/beacon-chain/verification/blob_test.go index f18111e92e..fe36068231 100644 --- a/beacon-chain/verification/blob_test.go +++ b/beacon-chain/verification/blob_test.go @@ -7,17 +7,17 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/verification/cache.go b/beacon-chain/verification/cache.go index 71931d002c..d421d140fb 100644 --- a/beacon-chain/verification/cache.go +++ b/beacon-chain/verification/cache.go @@ -4,17 +4,17 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" lru "github.com/hashicorp/golang-lru" "github.com/sirupsen/logrus" ) diff --git a/beacon-chain/verification/cache_test.go b/beacon-chain/verification/cache_test.go index 91dd4fc658..034069dd03 100644 --- a/beacon-chain/verification/cache_test.go +++ b/beacon-chain/verification/cache_test.go @@ -3,15 +3,15 @@ package verification import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func testSignedBlockBlobKeys(t *testing.T, valRoot []byte, slot primitives.Slot, nblobs int) (blocks.ROBlock, []blocks.ROBlob, bls.SecretKey, bls.PublicKey) { diff --git a/beacon-chain/verification/data_column.go b/beacon-chain/verification/data_column.go index dc35ae3f1b..c090c63af2 100644 --- a/beacon-chain/verification/data_column.go +++ b/beacon-chain/verification/data_column.go @@ -7,16 +7,16 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/logging" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/logging" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/verification/data_column_test.go b/beacon-chain/verification/data_column_test.go index 8e6f0b5675..75cb6e2b16 100644 --- a/beacon-chain/verification/data_column_test.go +++ b/beacon-chain/verification/data_column_test.go @@ -6,19 +6,19 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/beacon-chain/verification/error.go b/beacon-chain/verification/error.go index 51507efaaa..9e235136b3 100644 --- a/beacon-chain/verification/error.go +++ b/beacon-chain/verification/error.go @@ -3,7 +3,7 @@ package verification import ( "errors" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" ) // ErrInvalid is a general purpose verification failure that can be wrapped or joined to indicate diff --git a/beacon-chain/verification/fake.go b/beacon-chain/verification/fake.go index 90e5008e47..0348389ab0 100644 --- a/beacon-chain/verification/fake.go +++ b/beacon-chain/verification/fake.go @@ -3,7 +3,7 @@ package verification import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" ) // FakeVerifyForTest can be used by tests that need a VerifiedROBlob but don't want to do all the diff --git a/beacon-chain/verification/filesystem.go b/beacon-chain/verification/filesystem.go index 2441f3565d..1d81ff4d48 100644 --- a/beacon-chain/verification/filesystem.go +++ b/beacon-chain/verification/filesystem.go @@ -1,9 +1,9 @@ package verification import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "github.com/spf13/afero" diff --git a/beacon-chain/verification/filesystem_test.go b/beacon-chain/verification/filesystem_test.go index 68884ff561..091d8b9fb0 100644 --- a/beacon-chain/verification/filesystem_test.go +++ b/beacon-chain/verification/filesystem_test.go @@ -3,9 +3,9 @@ package verification import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/spf13/afero" ) diff --git a/beacon-chain/verification/initializer.go b/beacon-chain/verification/initializer.go index a949690055..14aba8b1ad 100644 --- a/beacon-chain/verification/initializer.go +++ b/beacon-chain/verification/initializer.go @@ -4,16 +4,16 @@ import ( "context" "sync" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - forkchoicetypes "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + forkchoicetypes "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "golang.org/x/sync/singleflight" ) diff --git a/beacon-chain/verification/initializer_test.go b/beacon-chain/verification/initializer_test.go index 59810159d1..fc63d1fe90 100644 --- a/beacon-chain/verification/initializer_test.go +++ b/beacon-chain/verification/initializer_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestInitializerWaiter(t *testing.T) { diff --git a/beacon-chain/verification/interface.go b/beacon-chain/verification/interface.go index d107d1a1fe..f4dc9b4f2b 100644 --- a/beacon-chain/verification/interface.go +++ b/beacon-chain/verification/interface.go @@ -3,8 +3,8 @@ package verification import ( "context" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" ) // BlobVerifier defines the methods implemented by the ROBlobVerifier. diff --git a/beacon-chain/verification/mock.go b/beacon-chain/verification/mock.go index bcbf1fc27d..27d5b50f11 100644 --- a/beacon-chain/verification/mock.go +++ b/beacon-chain/verification/mock.go @@ -3,8 +3,8 @@ package verification import ( "context" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" ) // MockBlobVerifier is a mock implementation of the BlobVerifier interface. diff --git a/beacon-chain/verification/result_test.go b/beacon-chain/verification/result_test.go index 8b47b8f826..15a7789cee 100644 --- a/beacon-chain/verification/result_test.go +++ b/beacon-chain/verification/result_test.go @@ -4,7 +4,7 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestResultList(t *testing.T) { diff --git a/beacon-chain/verification/verification_test.go b/beacon-chain/verification/verification_test.go index 491dde8fe6..c9b026c55a 100644 --- a/beacon-chain/verification/verification_test.go +++ b/beacon-chain/verification/verification_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" ) func TestMain(t *testing.M) { diff --git a/build/bazel/BUILD.bazel b/build/bazel/BUILD.bazel index 8a218b5a63..58d75b6ce5 100644 --- a/build/bazel/BUILD.bazel +++ b/build/bazel/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "bazel.go", "data_path.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/build/bazel", + importpath = "github.com/OffchainLabs/prysm/v7/build/bazel", visibility = ["//visibility:public"], deps = [ "//testing/require:go_default_library", diff --git a/build/bazel/bazel_test.go b/build/bazel/bazel_test.go index 4778c4c4fb..f087c550d7 100644 --- a/build/bazel/bazel_test.go +++ b/build/bazel/bazel_test.go @@ -3,7 +3,7 @@ package bazel_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" ) func TestBuildWithBazel(t *testing.T) { diff --git a/build/bazel/data_path.go b/build/bazel/data_path.go index 6678847dcc..06859a5fc0 100644 --- a/build/bazel/data_path.go +++ b/build/bazel/data_path.go @@ -15,7 +15,7 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) // TestDataPath returns a path to an asset in the testdata directory. It knows diff --git a/cache/lru/BUILD.bazel b/cache/lru/BUILD.bazel index db5836c4c1..cbfe07ceb7 100644 --- a/cache/lru/BUILD.bazel +++ b/cache/lru/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["lru_wrpr.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cache/lru", + importpath = "github.com/OffchainLabs/prysm/v7/cache/lru", visibility = ["//visibility:public"], deps = ["@com_github_hashicorp_golang_lru//:go_default_library"], ) diff --git a/cache/nonblocking/BUILD.bazel b/cache/nonblocking/BUILD.bazel index ae64c46809..a5998d7138 100644 --- a/cache/nonblocking/BUILD.bazel +++ b/cache/nonblocking/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "list.go", "lru.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cache/nonblocking", + importpath = "github.com/OffchainLabs/prysm/v7/cache/nonblocking", visibility = ["//visibility:public"], ) diff --git a/changelog/bastin_upgrade-v6-to-v7.md b/changelog/bastin_upgrade-v6-to-v7.md new file mode 100644 index 0000000000..9d2ea8313a --- /dev/null +++ b/changelog/bastin_upgrade-v6-to-v7.md @@ -0,0 +1,3 @@ +### Changed + +- Upgrade Prysm v6 to v7. \ No newline at end of file diff --git a/cmd/BUILD.bazel b/cmd/BUILD.bazel index 67e5db8355..05ec4f08c9 100644 --- a/cmd/BUILD.bazel +++ b/cmd/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "password_reader.go", "wrap_flags.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd", + importpath = "github.com/OffchainLabs/prysm/v7/cmd", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/cmd/beacon-chain/BUILD.bazel b/cmd/beacon-chain/BUILD.bazel index fcc9fadc08..c152191e9a 100644 --- a/cmd/beacon-chain/BUILD.bazel +++ b/cmd/beacon-chain/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "main.go", "usage.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//beacon-chain/builder:go_default_library", diff --git a/cmd/beacon-chain/blockchain/BUILD.bazel b/cmd/beacon-chain/blockchain/BUILD.bazel index 0c3ee257b2..62fa72fdab 100644 --- a/cmd/beacon-chain/blockchain/BUILD.bazel +++ b/cmd/beacon-chain/blockchain/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["options.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/blockchain", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/blockchain", visibility = ["//cmd:__subpackages__"], deps = [ "//beacon-chain/blockchain:go_default_library", diff --git a/cmd/beacon-chain/blockchain/options.go b/cmd/beacon-chain/blockchain/options.go index f44c556bb8..afaff3ef68 100644 --- a/cmd/beacon-chain/blockchain/options.go +++ b/cmd/beacon-chain/blockchain/options.go @@ -1,10 +1,10 @@ package blockchaincmd import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/db/BUILD.bazel b/cmd/beacon-chain/db/BUILD.bazel index 6cafca7cc1..794bb8c65e 100644 --- a/cmd/beacon-chain/db/BUILD.bazel +++ b/cmd/beacon-chain/db/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["db.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/db", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/db", visibility = ["//visibility:public"], deps = [ "//beacon-chain/db:go_default_library", diff --git a/cmd/beacon-chain/db/db.go b/cmd/beacon-chain/db/db.go index f9e9c3a439..84b1b27549 100644 --- a/cmd/beacon-chain/db/db.go +++ b/cmd/beacon-chain/db/db.go @@ -1,9 +1,9 @@ package db import ( - beacondb "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/runtime/tos" + beacondb "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/runtime/tos" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/execution/BUILD.bazel b/cmd/beacon-chain/execution/BUILD.bazel index 0446b881c5..22687e407b 100644 --- a/cmd/beacon-chain/execution/BUILD.bazel +++ b/cmd/beacon-chain/execution/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "log.go", "options.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/execution", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/execution", visibility = [ "//beacon-chain:__subpackages__", "//cmd:__subpackages__", diff --git a/cmd/beacon-chain/execution/options.go b/cmd/beacon-chain/execution/options.go index 8320625266..a1a4325ced 100644 --- a/cmd/beacon-chain/execution/options.go +++ b/cmd/beacon-chain/execution/options.go @@ -5,9 +5,9 @@ import ( "fmt" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/execution/options_test.go b/cmd/beacon-chain/execution/options_test.go index fc4b02b59a..e62a3d3181 100644 --- a/cmd/beacon-chain/execution/options_test.go +++ b/cmd/beacon-chain/execution/options_test.go @@ -6,11 +6,11 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/flags/BUILD.bazel b/cmd/beacon-chain/flags/BUILD.bazel index 5961755801..a94f14384a 100644 --- a/cmd/beacon-chain/flags/BUILD.bazel +++ b/cmd/beacon-chain/flags/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "interop.go", "log.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags", visibility = [ "//api:__subpackages__", "//beacon-chain:__subpackages__", diff --git a/cmd/beacon-chain/flags/api_module_test.go b/cmd/beacon-chain/flags/api_module_test.go index d1d6ca8480..d1a2338fa9 100644 --- a/cmd/beacon-chain/flags/api_module_test.go +++ b/cmd/beacon-chain/flags/api_module_test.go @@ -3,7 +3,7 @@ package flags import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestEnableHTTPPrysmAPI(t *testing.T) { diff --git a/cmd/beacon-chain/flags/base.go b/cmd/beacon-chain/flags/base.go index 681fec23fe..e7a35d8f58 100644 --- a/cmd/beacon-chain/flags/base.go +++ b/cmd/beacon-chain/flags/base.go @@ -5,8 +5,8 @@ package flags import ( "strings" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/flags/config.go b/cmd/beacon-chain/flags/config.go index e366551827..a67aac0483 100644 --- a/cmd/beacon-chain/flags/config.go +++ b/cmd/beacon-chain/flags/config.go @@ -1,7 +1,7 @@ package flags import ( - "github.com/OffchainLabs/prysm/v6/cmd" + "github.com/OffchainLabs/prysm/v7/cmd" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/genesis/BUILD.bazel b/cmd/beacon-chain/genesis/BUILD.bazel index d7aad35df6..c93433052d 100644 --- a/cmd/beacon-chain/genesis/BUILD.bazel +++ b/cmd/beacon-chain/genesis/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["options.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/genesis", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/genesis", visibility = ["//visibility:public"], deps = [ "//beacon-chain/node:go_default_library", diff --git a/cmd/beacon-chain/genesis/options.go b/cmd/beacon-chain/genesis/options.go index 765e084143..fc639dcd0a 100644 --- a/cmd/beacon-chain/genesis/options.go +++ b/cmd/beacon-chain/genesis/options.go @@ -1,9 +1,9 @@ package genesis import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/node" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/checkpoint" - "github.com/OffchainLabs/prysm/v6/genesis" + "github.com/OffchainLabs/prysm/v7/beacon-chain/node" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/checkpoint" + "github.com/OffchainLabs/prysm/v7/genesis" "github.com/pkg/errors" log "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/cmd/beacon-chain/jwt/BUILD.bazel b/cmd/beacon-chain/jwt/BUILD.bazel index 284e273d6b..608b845232 100644 --- a/cmd/beacon-chain/jwt/BUILD.bazel +++ b/cmd/beacon-chain/jwt/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["jwt.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/jwt", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/jwt", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/cmd/beacon-chain/jwt/jwt.go b/cmd/beacon-chain/jwt/jwt.go index 9304d57d47..fc0c6ae597 100644 --- a/cmd/beacon-chain/jwt/jwt.go +++ b/cmd/beacon-chain/jwt/jwt.go @@ -3,9 +3,9 @@ package jwt import ( "path/filepath" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/jwt/jwt_test.go b/cmd/beacon-chain/jwt/jwt_test.go index bdf78fd348..bbf6fd6532 100644 --- a/cmd/beacon-chain/jwt/jwt_test.go +++ b/cmd/beacon-chain/jwt/jwt_test.go @@ -6,9 +6,9 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/main.go b/cmd/beacon-chain/main.go index 7c739696ee..2ab85e3c5a 100644 --- a/cmd/beacon-chain/main.go +++ b/cmd/beacon-chain/main.go @@ -8,29 +8,29 @@ import ( "path/filepath" runtimeDebug "runtime/debug" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/node" - "github.com/OffchainLabs/prysm/v6/cmd" - blockchaincmd "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/blockchain" - dbcommands "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/genesis" - jwtcommands "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/jwt" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/storage" - backfill "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/backfill" - bflags "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/backfill/flags" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/checkpoint" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/logs" - "github.com/OffchainLabs/prysm/v6/monitoring/journald" - "github.com/OffchainLabs/prysm/v6/runtime/debug" - "github.com/OffchainLabs/prysm/v6/runtime/fdlimits" - prefixed "github.com/OffchainLabs/prysm/v6/runtime/logging/logrus-prefixed-formatter" - _ "github.com/OffchainLabs/prysm/v6/runtime/maxprocs" - "github.com/OffchainLabs/prysm/v6/runtime/tos" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/node" + "github.com/OffchainLabs/prysm/v7/cmd" + blockchaincmd "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/blockchain" + dbcommands "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/genesis" + jwtcommands "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/jwt" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/storage" + backfill "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/backfill" + bflags "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/backfill/flags" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/checkpoint" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/logs" + "github.com/OffchainLabs/prysm/v7/monitoring/journald" + "github.com/OffchainLabs/prysm/v7/runtime/debug" + "github.com/OffchainLabs/prysm/v7/runtime/fdlimits" + prefixed "github.com/OffchainLabs/prysm/v7/runtime/logging/logrus-prefixed-formatter" + _ "github.com/OffchainLabs/prysm/v7/runtime/maxprocs" + "github.com/OffchainLabs/prysm/v7/runtime/tos" + "github.com/OffchainLabs/prysm/v7/runtime/version" gethlog "github.com/ethereum/go-ethereum/log" golog "github.com/ipfs/go-log/v2" joonix "github.com/joonix/log" diff --git a/cmd/beacon-chain/storage/BUILD.bazel b/cmd/beacon-chain/storage/BUILD.bazel index c966205507..49a9708e27 100644 --- a/cmd/beacon-chain/storage/BUILD.bazel +++ b/cmd/beacon-chain/storage/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["options.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/storage", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/storage", visibility = ["//visibility:public"], deps = [ "//beacon-chain/db/filesystem:go_default_library", diff --git a/cmd/beacon-chain/storage/options.go b/cmd/beacon-chain/storage/options.go index a6bf4aa8dc..a1134d444c 100644 --- a/cmd/beacon-chain/storage/options.go +++ b/cmd/beacon-chain/storage/options.go @@ -8,11 +8,11 @@ import ( "slices" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/beacon-chain/node" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/beacon-chain/node" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" log "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/cmd/beacon-chain/storage/options_test.go b/cmd/beacon-chain/storage/options_test.go index 0af3307256..fe68ce25bd 100644 --- a/cmd/beacon-chain/storage/options_test.go +++ b/cmd/beacon-chain/storage/options_test.go @@ -10,12 +10,12 @@ import ( "syscall" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/sync/backfill/BUILD.bazel b/cmd/beacon-chain/sync/backfill/BUILD.bazel index 4aeb5df299..59b80b975c 100644 --- a/cmd/beacon-chain/sync/backfill/BUILD.bazel +++ b/cmd/beacon-chain/sync/backfill/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["options.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/backfill", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/backfill", visibility = ["//visibility:public"], deps = [ "//beacon-chain/node:go_default_library", diff --git a/cmd/beacon-chain/sync/backfill/flags/BUILD.bazel b/cmd/beacon-chain/sync/backfill/flags/BUILD.bazel index 1e58f5dfb1..99ec34f2b4 100644 --- a/cmd/beacon-chain/sync/backfill/flags/BUILD.bazel +++ b/cmd/beacon-chain/sync/backfill/flags/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["flags.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/backfill/flags", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/backfill/flags", visibility = ["//visibility:public"], deps = ["@com_github_urfave_cli_v2//:go_default_library"], ) diff --git a/cmd/beacon-chain/sync/backfill/options.go b/cmd/beacon-chain/sync/backfill/options.go index 6c2074d1f3..105b27cdf3 100644 --- a/cmd/beacon-chain/sync/backfill/options.go +++ b/cmd/beacon-chain/sync/backfill/options.go @@ -1,10 +1,10 @@ package backfill import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/node" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/backfill" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/backfill/flags" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/node" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/backfill" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/backfill/flags" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/sync/checkpoint/BUILD.bazel b/cmd/beacon-chain/sync/checkpoint/BUILD.bazel index be97894070..5b72488c9b 100644 --- a/cmd/beacon-chain/sync/checkpoint/BUILD.bazel +++ b/cmd/beacon-chain/sync/checkpoint/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["options.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/checkpoint", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/checkpoint", visibility = ["//visibility:public"], deps = [ "//beacon-chain/node:go_default_library", diff --git a/cmd/beacon-chain/sync/checkpoint/options.go b/cmd/beacon-chain/sync/checkpoint/options.go index 2dd1509202..04137343ca 100644 --- a/cmd/beacon-chain/sync/checkpoint/options.go +++ b/cmd/beacon-chain/sync/checkpoint/options.go @@ -1,8 +1,8 @@ package checkpoint import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/node" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/checkpoint" + "github.com/OffchainLabs/prysm/v7/beacon-chain/node" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/checkpoint" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/usage.go b/cmd/beacon-chain/usage.go index 279e1c07c9..af8b89400f 100644 --- a/cmd/beacon-chain/usage.go +++ b/cmd/beacon-chain/usage.go @@ -5,14 +5,14 @@ import ( "io" "sort" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/genesis" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/storage" - backfill "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/backfill/flags" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/checkpoint" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/runtime/debug" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/genesis" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/storage" + backfill "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/backfill/flags" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/checkpoint" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/runtime/debug" "github.com/urfave/cli/v2" ) diff --git a/cmd/beacon-chain/usage_test.go b/cmd/beacon-chain/usage_test.go index 8c82272b87..eb26defb7a 100644 --- a/cmd/beacon-chain/usage_test.go +++ b/cmd/beacon-chain/usage_test.go @@ -3,7 +3,7 @@ package main import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/features" + "github.com/OffchainLabs/prysm/v7/config/features" "github.com/urfave/cli/v2" ) diff --git a/cmd/client-stats/BUILD.bazel b/cmd/client-stats/BUILD.bazel index 4ab521abee..936ef3a7da 100644 --- a/cmd/client-stats/BUILD.bazel +++ b/cmd/client-stats/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "main.go", "usage.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/client-stats", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/client-stats", visibility = ["//visibility:private"], deps = [ "//cmd:go_default_library", diff --git a/cmd/client-stats/flags/BUILD.bazel b/cmd/client-stats/flags/BUILD.bazel index 162e8ec510..3f69e823d5 100644 --- a/cmd/client-stats/flags/BUILD.bazel +++ b/cmd/client-stats/flags/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["flags.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/client-stats/flags", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/client-stats/flags", visibility = ["//visibility:public"], deps = ["@com_github_urfave_cli_v2//:go_default_library"], ) diff --git a/cmd/client-stats/main.go b/cmd/client-stats/main.go index 41d3449d70..4c5b582ff6 100644 --- a/cmd/client-stats/main.go +++ b/cmd/client-stats/main.go @@ -6,13 +6,13 @@ import ( runtimeDebug "runtime/debug" "time" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/client-stats/flags" - "github.com/OffchainLabs/prysm/v6/io/logs" - "github.com/OffchainLabs/prysm/v6/monitoring/clientstats" - "github.com/OffchainLabs/prysm/v6/monitoring/journald" - prefixed "github.com/OffchainLabs/prysm/v6/runtime/logging/logrus-prefixed-formatter" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/client-stats/flags" + "github.com/OffchainLabs/prysm/v7/io/logs" + "github.com/OffchainLabs/prysm/v7/monitoring/clientstats" + "github.com/OffchainLabs/prysm/v7/monitoring/journald" + prefixed "github.com/OffchainLabs/prysm/v7/runtime/logging/logrus-prefixed-formatter" + "github.com/OffchainLabs/prysm/v7/runtime/version" joonix "github.com/joonix/log" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/cmd/client-stats/usage.go b/cmd/client-stats/usage.go index c5cdbe2690..eefb511f71 100644 --- a/cmd/client-stats/usage.go +++ b/cmd/client-stats/usage.go @@ -5,8 +5,8 @@ import ( "io" "sort" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/client-stats/flags" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/client-stats/flags" "github.com/urfave/cli/v2" ) diff --git a/cmd/config.go b/cmd/config.go index 454b53f495..8e9ee5598a 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -1,8 +1,8 @@ package cmd import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/urfave/cli/v2" ) diff --git a/cmd/config_test.go b/cmd/config_test.go index 1c75ffcb36..910e9ea978 100644 --- a/cmd/config_test.go +++ b/cmd/config_test.go @@ -4,9 +4,9 @@ import ( "flag" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/urfave/cli/v2" ) diff --git a/cmd/defaults.go b/cmd/defaults.go index add3ccc0ea..324e82324a 100644 --- a/cmd/defaults.go +++ b/cmd/defaults.go @@ -22,7 +22,7 @@ import ( "path/filepath" "runtime" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/io/file" ) // DefaultDataDir is the default data directory to use for the databases and other diff --git a/cmd/flags.go b/cmd/flags.go index ae3d3cb296..5f12f4ce2a 100644 --- a/cmd/flags.go +++ b/cmd/flags.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/urfave/cli/v2" "github.com/urfave/cli/v2/altsrc" ) diff --git a/cmd/flags/BUILD.bazel b/cmd/flags/BUILD.bazel index d9ac9feed8..d225cd4800 100644 --- a/cmd/flags/BUILD.bazel +++ b/cmd/flags/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["enum.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/flags", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/flags", visibility = ["//visibility:public"], deps = ["@com_github_urfave_cli_v2//:go_default_library"], ) diff --git a/cmd/flags_test.go b/cmd/flags_test.go index ef20bde5b4..789b151417 100644 --- a/cmd/flags_test.go +++ b/cmd/flags_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/urfave/cli/v2" ) diff --git a/cmd/helpers.go b/cmd/helpers.go index 30f1f36460..cf7e6d2be7 100644 --- a/cmd/helpers.go +++ b/cmd/helpers.go @@ -7,7 +7,7 @@ import ( "runtime" "strings" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/pkg/errors" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/cmd/helpers_test.go b/cmd/helpers_test.go index e66da9652c..4f6bdc0695 100644 --- a/cmd/helpers_test.go +++ b/cmd/helpers_test.go @@ -6,9 +6,9 @@ import ( "os/user" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/mock" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/cmd/mock" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" "github.com/urfave/cli/v2" "go.uber.org/mock/gomock" diff --git a/cmd/mock/BUILD.bazel b/cmd/mock/BUILD.bazel index b5fd17b9ce..37d9e3b759 100644 --- a/cmd/mock/BUILD.bazel +++ b/cmd/mock/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["password_reader_mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/mock", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/mock", visibility = ["//visibility:public"], deps = ["@org_uber_go_mock//gomock:go_default_library"], ) diff --git a/cmd/prysmctl/BUILD.bazel b/cmd/prysmctl/BUILD.bazel index 4cfc7fcc3c..cf874992f4 100644 --- a/cmd/prysmctl/BUILD.bazel +++ b/cmd/prysmctl/BUILD.bazel @@ -5,7 +5,7 @@ load("//tools:prysm_image.bzl", "prysm_image_upload") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/prysmctl", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/prysmctl", visibility = ["//visibility:private"], deps = [ "//cmd/prysmctl/checkpointsync:go_default_library", diff --git a/cmd/prysmctl/checkpointsync/BUILD.bazel b/cmd/prysmctl/checkpointsync/BUILD.bazel index 2f17552376..60183b0ec8 100644 --- a/cmd/prysmctl/checkpointsync/BUILD.bazel +++ b/cmd/prysmctl/checkpointsync/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "cmd.go", "download.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/checkpointsync", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/checkpointsync", visibility = ["//visibility:public"], deps = [ "//api/client:go_default_library", diff --git a/cmd/prysmctl/checkpointsync/download.go b/cmd/prysmctl/checkpointsync/download.go index b5cf3b61b8..53c724f630 100644 --- a/cmd/prysmctl/checkpointsync/download.go +++ b/cmd/prysmctl/checkpointsync/download.go @@ -5,9 +5,9 @@ import ( "os" "time" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/checkpoint" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/checkpoint" log "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/cmd/prysmctl/db/BUILD.bazel b/cmd/prysmctl/db/BUILD.bazel index 015c7b8ac4..d5ac5f24c0 100644 --- a/cmd/prysmctl/db/BUILD.bazel +++ b/cmd/prysmctl/db/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "query.go", "span.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/db", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/db", visibility = ["//visibility:public"], deps = [ "//beacon-chain/db/kv:go_default_library", diff --git a/cmd/prysmctl/db/buckets.go b/cmd/prysmctl/db/buckets.go index c2d040eccd..b34968fdad 100644 --- a/cmd/prysmctl/db/buckets.go +++ b/cmd/prysmctl/db/buckets.go @@ -3,7 +3,7 @@ package db import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" "github.com/urfave/cli/v2" ) diff --git a/cmd/prysmctl/db/query.go b/cmd/prysmctl/db/query.go index 58f474dc6f..3447c04c39 100644 --- a/cmd/prysmctl/db/query.go +++ b/cmd/prysmctl/db/query.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" log "github.com/sirupsen/logrus" diff --git a/cmd/prysmctl/db/span.go b/cmd/prysmctl/db/span.go index daeaa9fe84..a855ea7043 100644 --- a/cmd/prysmctl/db/span.go +++ b/cmd/prysmctl/db/span.go @@ -3,9 +3,9 @@ package db import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher" - "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher" + "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/jedib0t/go-pretty/v6/table" "github.com/pkg/errors" "github.com/urfave/cli/v2" diff --git a/cmd/prysmctl/main.go b/cmd/prysmctl/main.go index 8d1dac5d39..afb2e5b8fa 100644 --- a/cmd/prysmctl/main.go +++ b/cmd/prysmctl/main.go @@ -3,12 +3,12 @@ package main import ( "os" - "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/checkpointsync" - "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/db" - "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/p2p" - "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/testnet" - "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/validator" - "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/weaksubjectivity" + "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/checkpointsync" + "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/db" + "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/p2p" + "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/testnet" + "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/validator" + "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/weaksubjectivity" log "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/cmd/prysmctl/p2p/BUILD.bazel b/cmd/prysmctl/p2p/BUILD.bazel index bceb3327fa..8453683f18 100644 --- a/cmd/prysmctl/p2p/BUILD.bazel +++ b/cmd/prysmctl/p2p/BUILD.bazel @@ -13,7 +13,7 @@ go_library( "request_blobs.go", "request_blocks.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/p2p", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/p2p", visibility = ["//visibility:public"], deps = [ "//beacon-chain/forkchoice:go_default_library", diff --git a/cmd/prysmctl/p2p/client.go b/cmd/prysmctl/p2p/client.go index 5a660d9132..808bc8d95e 100644 --- a/cmd/prysmctl/p2p/client.go +++ b/cmd/prysmctl/p2p/client.go @@ -8,19 +8,19 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/encoder" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/encoder" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/libp2p/go-libp2p" "github.com/libp2p/go-libp2p/core/crypto" "github.com/libp2p/go-libp2p/core/host" diff --git a/cmd/prysmctl/p2p/handler.go b/cmd/prysmctl/p2p/handler.go index 86aae3aa60..3ad525de7d 100644 --- a/cmd/prysmctl/p2p/handler.go +++ b/cmd/prysmctl/p2p/handler.go @@ -6,8 +6,8 @@ import ( "runtime/debug" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" libp2pcore "github.com/libp2p/go-libp2p/core" corenet "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/protocol" diff --git a/cmd/prysmctl/p2p/handshake.go b/cmd/prysmctl/p2p/handshake.go index 70c1a818ff..7d38e7f0f9 100644 --- a/cmd/prysmctl/p2p/handshake.go +++ b/cmd/prysmctl/p2p/handshake.go @@ -3,11 +3,11 @@ package p2p import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/sirupsen/logrus" "google.golang.org/protobuf/types/known/emptypb" diff --git a/cmd/prysmctl/p2p/mock_chain.go b/cmd/prysmctl/p2p/mock_chain.go index 453b4bc6db..40c6f10238 100644 --- a/cmd/prysmctl/p2p/mock_chain.go +++ b/cmd/prysmctl/p2p/mock_chain.go @@ -3,10 +3,10 @@ package p2p import ( "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" ) type mockChain struct { diff --git a/cmd/prysmctl/p2p/peers.go b/cmd/prysmctl/p2p/peers.go index f59bd989ea..f722f3f860 100644 --- a/cmd/prysmctl/p2p/peers.go +++ b/cmd/prysmctl/p2p/peers.go @@ -3,7 +3,7 @@ package p2p import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" "github.com/libp2p/go-libp2p/core/peer" ) diff --git a/cmd/prysmctl/p2p/request_blobs.go b/cmd/prysmctl/p2p/request_blobs.go index 7d9a8135d5..065f2c8b54 100644 --- a/cmd/prysmctl/p2p/request_blobs.go +++ b/cmd/prysmctl/p2p/request_blobs.go @@ -6,14 +6,14 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/cmd/prysmctl/p2p/request_blocks.go b/cmd/prysmctl/p2p/request_blocks.go index 922ed177db..a153664290 100644 --- a/cmd/prysmctl/p2p/request_blocks.go +++ b/cmd/prysmctl/p2p/request_blocks.go @@ -5,15 +5,15 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - p2ptypes "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + p2ptypes "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" libp2pcore "github.com/libp2p/go-libp2p/core" corenet "github.com/libp2p/go-libp2p/core/network" "github.com/pkg/errors" diff --git a/cmd/prysmctl/testnet/BUILD.bazel b/cmd/prysmctl/testnet/BUILD.bazel index 5dec5caf75..dcfac82d18 100644 --- a/cmd/prysmctl/testnet/BUILD.bazel +++ b/cmd/prysmctl/testnet/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "generate_genesis.go", "testnet.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/testnet", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/testnet", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/cmd/prysmctl/testnet/generate_genesis.go b/cmd/prysmctl/testnet/generate_genesis.go index 479617ee4a..eb081cb4f5 100644 --- a/cmd/prysmctl/testnet/generate_genesis.go +++ b/cmd/prysmctl/testnet/generate_genesis.go @@ -10,14 +10,14 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/cmd/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/io/file" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/cmd/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/io/file" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/ethclient" "github.com/ethereum/go-ethereum/rpc" diff --git a/cmd/prysmctl/testnet/generate_genesis_test.go b/cmd/prysmctl/testnet/generate_genesis_test.go index 95da934461..b0d7312b9c 100644 --- a/cmd/prysmctl/testnet/generate_genesis_test.go +++ b/cmd/prysmctl/testnet/generate_genesis_test.go @@ -8,11 +8,11 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/params" diff --git a/cmd/prysmctl/validator/BUILD.bazel b/cmd/prysmctl/validator/BUILD.bazel index 8920247be1..edb4ce4e25 100644 --- a/cmd/prysmctl/validator/BUILD.bazel +++ b/cmd/prysmctl/validator/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "proposer_settings.go", "withdraw.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/validator", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/validator", visibility = ["//visibility:public"], deps = [ "//api/client:go_default_library", diff --git a/cmd/prysmctl/validator/cmd.go b/cmd/prysmctl/validator/cmd.go index 85f313e643..c20ecabf47 100644 --- a/cmd/prysmctl/validator/cmd.go +++ b/cmd/prysmctl/validator/cmd.go @@ -4,11 +4,11 @@ import ( "fmt" "os" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/accounts" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/runtime/tos" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/accounts" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/runtime/tos" "github.com/logrusorgru/aurora" log "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/cmd/prysmctl/validator/proposer_settings.go b/cmd/prysmctl/validator/proposer_settings.go index f34258ba33..a5fa7e7197 100644 --- a/cmd/prysmctl/validator/proposer_settings.go +++ b/cmd/prysmctl/validator/proposer_settings.go @@ -5,16 +5,16 @@ import ( "errors" "io" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/client/validator" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - validatorType "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/client/validator" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + validatorType "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" "github.com/ethereum/go-ethereum/common" log "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/cmd/prysmctl/validator/proposer_settings_test.go b/cmd/prysmctl/validator/proposer_settings_test.go index d63d5b62f9..1eb547dd58 100644 --- a/cmd/prysmctl/validator/proposer_settings_test.go +++ b/cmd/prysmctl/validator/proposer_settings_test.go @@ -11,9 +11,9 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/rpc" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/rpc" logtest "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" ) diff --git a/cmd/prysmctl/validator/withdraw.go b/cmd/prysmctl/validator/withdraw.go index 154034d2b0..e5161e8fe3 100644 --- a/cmd/prysmctl/validator/withdraw.go +++ b/cmd/prysmctl/validator/withdraw.go @@ -10,11 +10,11 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/ethereum/go-ethereum/common" "github.com/logrusorgru/aurora" "github.com/pkg/errors" diff --git a/cmd/prysmctl/validator/withdraw_test.go b/cmd/prysmctl/validator/withdraw_test.go index dcc4a61339..d10f962625 100644 --- a/cmd/prysmctl/validator/withdraw_test.go +++ b/cmd/prysmctl/validator/withdraw_test.go @@ -11,11 +11,11 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/api/server" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/server" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" logtest "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" diff --git a/cmd/prysmctl/weaksubjectivity/BUILD.bazel b/cmd/prysmctl/weaksubjectivity/BUILD.bazel index d3e709efcc..74627ebbdb 100644 --- a/cmd/prysmctl/weaksubjectivity/BUILD.bazel +++ b/cmd/prysmctl/weaksubjectivity/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "checkpoint.go", "cmd.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/prysmctl/weaksubjectivity", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/prysmctl/weaksubjectivity", visibility = ["//visibility:public"], deps = [ "//api/client:go_default_library", diff --git a/cmd/prysmctl/weaksubjectivity/checkpoint.go b/cmd/prysmctl/weaksubjectivity/checkpoint.go index e49b04f09b..f32d44f574 100644 --- a/cmd/prysmctl/weaksubjectivity/checkpoint.go +++ b/cmd/prysmctl/weaksubjectivity/checkpoint.go @@ -5,9 +5,9 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync/checkpoint" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/checkpoint" log "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/BUILD.bazel b/cmd/validator/BUILD.bazel index a7ff3198f8..8efe7d3dfc 100644 --- a/cmd/validator/BUILD.bazel +++ b/cmd/validator/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "main.go", "usage.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/validator", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/validator", visibility = ["//validator:__subpackages__"], deps = [ "//cmd:go_default_library", diff --git a/cmd/validator/accounts/BUILD.bazel b/cmd/validator/accounts/BUILD.bazel index 228352f505..c0634c8a48 100644 --- a/cmd/validator/accounts/BUILD.bazel +++ b/cmd/validator/accounts/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "list.go", "wallet_utils.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/validator/accounts", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/validator/accounts", visibility = ["//visibility:public"], deps = [ "//api/grpc:go_default_library", diff --git a/cmd/validator/accounts/accounts.go b/cmd/validator/accounts/accounts.go index 90d81b7eb2..10f233380e 100644 --- a/cmd/validator/accounts/accounts.go +++ b/cmd/validator/accounts/accounts.go @@ -3,10 +3,10 @@ package accounts import ( "os" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/runtime/tos" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/runtime/tos" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/accounts/backup.go b/cmd/validator/accounts/backup.go index d0e30bf6b9..492e02ccac 100644 --- a/cmd/validator/accounts/backup.go +++ b/cmd/validator/accounts/backup.go @@ -3,12 +3,12 @@ package accounts import ( "strings" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt" - "github.com/OffchainLabs/prysm/v6/validator/client" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt" + "github.com/OffchainLabs/prysm/v7/validator/client" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/accounts/backup_test.go b/cmd/validator/accounts/backup_test.go index dc1b7d3e8b..6ed61e79d8 100644 --- a/cmd/validator/accounts/backup_test.go +++ b/cmd/validator/accounts/backup_test.go @@ -12,15 +12,15 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - constant "github.com/OffchainLabs/prysm/v6/validator/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + constant "github.com/OffchainLabs/prysm/v7/validator/testing" ) func TestBackupAccounts_Noninteractive_Derived(t *testing.T) { diff --git a/cmd/validator/accounts/delete.go b/cmd/validator/accounts/delete.go index 83ada5f442..62b62684cc 100644 --- a/cmd/validator/accounts/delete.go +++ b/cmd/validator/accounts/delete.go @@ -3,11 +3,11 @@ package accounts import ( "strings" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt" - "github.com/OffchainLabs/prysm/v6/validator/client" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt" + "github.com/OffchainLabs/prysm/v7/validator/client" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/accounts/delete_test.go b/cmd/validator/accounts/delete_test.go index 3a6854c142..0f9dce2366 100644 --- a/cmd/validator/accounts/delete_test.go +++ b/cmd/validator/accounts/delete_test.go @@ -12,16 +12,16 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" "github.com/google/uuid" "github.com/urfave/cli/v2" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" diff --git a/cmd/validator/accounts/exit.go b/cmd/validator/accounts/exit.go index 41572ccef5..4cbeac6223 100644 --- a/cmd/validator/accounts/exit.go +++ b/cmd/validator/accounts/exit.go @@ -4,16 +4,16 @@ import ( "io" "strings" - grpcutil "github.com/OffchainLabs/prysm/v6/api/grpc" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/client" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" - "github.com/OffchainLabs/prysm/v6/validator/node" + grpcutil "github.com/OffchainLabs/prysm/v7/api/grpc" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/client" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/validator/node" "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" "github.com/urfave/cli/v2" diff --git a/cmd/validator/accounts/exit_test.go b/cmd/validator/accounts/exit_test.go index c70ba715b3..4278d354b4 100644 --- a/cmd/validator/accounts/exit_test.go +++ b/cmd/validator/accounts/exit_test.go @@ -9,14 +9,14 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/build/bazel" - "github.com/OffchainLabs/prysm/v6/io/file" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/build/bazel" + "github.com/OffchainLabs/prysm/v7/io/file" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "go.uber.org/mock/gomock" "google.golang.org/protobuf/types/known/timestamppb" ) diff --git a/cmd/validator/accounts/import.go b/cmd/validator/accounts/import.go index 8b1779ae66..6e52577b34 100644 --- a/cmd/validator/accounts/import.go +++ b/cmd/validator/accounts/import.go @@ -3,13 +3,13 @@ package accounts import ( "strings" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/client" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/client" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/accounts/import_test.go b/cmd/validator/accounts/import_test.go index 1c3e40b7de..93e877b202 100644 --- a/cmd/validator/accounts/import_test.go +++ b/cmd/validator/accounts/import_test.go @@ -10,14 +10,14 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" "github.com/google/uuid" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" ) diff --git a/cmd/validator/accounts/list.go b/cmd/validator/accounts/list.go index bfe6582b89..4afaf82f4f 100644 --- a/cmd/validator/accounts/list.go +++ b/cmd/validator/accounts/list.go @@ -3,10 +3,10 @@ package accounts import ( "strings" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/client" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/client" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/accounts/wallet_utils.go b/cmd/validator/accounts/wallet_utils.go index 25db33ad41..2aaed1b57c 100644 --- a/cmd/validator/accounts/wallet_utils.go +++ b/cmd/validator/accounts/wallet_utils.go @@ -3,11 +3,11 @@ package accounts import ( "strings" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - remote_web3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + remote_web3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/accounts/wallet_utils_test.go b/cmd/validator/accounts/wallet_utils_test.go index 2d8fdc20bf..554cbe824e 100644 --- a/cmd/validator/accounts/wallet_utils_test.go +++ b/cmd/validator/accounts/wallet_utils_test.go @@ -8,13 +8,13 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" - "github.com/OffchainLabs/prysm/v6/validator/node" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/validator/node" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" diff --git a/cmd/validator/db/BUILD.bazel b/cmd/validator/db/BUILD.bazel index fb25a0a9e0..8d697996a9 100644 --- a/cmd/validator/db/BUILD.bazel +++ b/cmd/validator/db/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["db.go"], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/validator/db", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/validator/db", visibility = ["//visibility:public"], deps = [ "//cmd:go_default_library", diff --git a/cmd/validator/db/db.go b/cmd/validator/db/db.go index 14f79f5bfc..fa0314b082 100644 --- a/cmd/validator/db/db.go +++ b/cmd/validator/db/db.go @@ -1,9 +1,9 @@ package db import ( - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/runtime/tos" - validatordb "github.com/OffchainLabs/prysm/v6/validator/db" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/runtime/tos" + validatordb "github.com/OffchainLabs/prysm/v7/validator/db" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/flags/BUILD.bazel b/cmd/validator/flags/BUILD.bazel index 4a1883d419..99f7e697c6 100644 --- a/cmd/validator/flags/BUILD.bazel +++ b/cmd/validator/flags/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "flags.go", "interop.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/validator/flags", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/validator/flags", visibility = [ "//cmd/prysmctl:__subpackages__", "//cmd/validator:__subpackages__", diff --git a/cmd/validator/flags/flags.go b/cmd/validator/flags/flags.go index 003ad0d517..3580effef0 100644 --- a/cmd/validator/flags/flags.go +++ b/cmd/validator/flags/flags.go @@ -8,9 +8,9 @@ import ( "runtime" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/flags/flags_test.go b/cmd/validator/flags/flags_test.go index 48ed94cdd9..a4a3b57876 100644 --- a/cmd/validator/flags/flags_test.go +++ b/cmd/validator/flags/flags_test.go @@ -7,8 +7,8 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/main.go b/cmd/validator/main.go index 3a212cfe25..284df48efd 100644 --- a/cmd/validator/main.go +++ b/cmd/validator/main.go @@ -9,23 +9,23 @@ import ( "path/filepath" runtimeDebug "runtime/debug" - "github.com/OffchainLabs/prysm/v6/cmd" - accountcommands "github.com/OffchainLabs/prysm/v6/cmd/validator/accounts" - dbcommands "github.com/OffchainLabs/prysm/v6/cmd/validator/db" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - slashingprotectioncommands "github.com/OffchainLabs/prysm/v6/cmd/validator/slashing-protection" - walletcommands "github.com/OffchainLabs/prysm/v6/cmd/validator/wallet" - "github.com/OffchainLabs/prysm/v6/cmd/validator/web" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/logs" - "github.com/OffchainLabs/prysm/v6/monitoring/journald" - "github.com/OffchainLabs/prysm/v6/runtime/debug" - prefixed "github.com/OffchainLabs/prysm/v6/runtime/logging/logrus-prefixed-formatter" - _ "github.com/OffchainLabs/prysm/v6/runtime/maxprocs" - "github.com/OffchainLabs/prysm/v6/runtime/tos" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/validator/node" + "github.com/OffchainLabs/prysm/v7/cmd" + accountcommands "github.com/OffchainLabs/prysm/v7/cmd/validator/accounts" + dbcommands "github.com/OffchainLabs/prysm/v7/cmd/validator/db" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + slashingprotectioncommands "github.com/OffchainLabs/prysm/v7/cmd/validator/slashing-protection" + walletcommands "github.com/OffchainLabs/prysm/v7/cmd/validator/wallet" + "github.com/OffchainLabs/prysm/v7/cmd/validator/web" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/logs" + "github.com/OffchainLabs/prysm/v7/monitoring/journald" + "github.com/OffchainLabs/prysm/v7/runtime/debug" + prefixed "github.com/OffchainLabs/prysm/v7/runtime/logging/logrus-prefixed-formatter" + _ "github.com/OffchainLabs/prysm/v7/runtime/maxprocs" + "github.com/OffchainLabs/prysm/v7/runtime/tos" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/validator/node" joonix "github.com/joonix/log" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/cmd/validator/slashing-protection/BUILD.bazel b/cmd/validator/slashing-protection/BUILD.bazel index 2afcacf313..119a590546 100644 --- a/cmd/validator/slashing-protection/BUILD.bazel +++ b/cmd/validator/slashing-protection/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "log.go", "slashing-protection.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/validator/slashing-protection", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/validator/slashing-protection", visibility = ["//visibility:public"], deps = [ "//cmd:go_default_library", diff --git a/cmd/validator/slashing-protection/export.go b/cmd/validator/slashing-protection/export.go index 3207f0545e..bc2718bf16 100644 --- a/cmd/validator/slashing-protection/export.go +++ b/cmd/validator/slashing-protection/export.go @@ -5,16 +5,16 @@ import ( "fmt" "path/filepath" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt" - "github.com/OffchainLabs/prysm/v6/validator/db/filesystem" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" - slashingprotection "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt" + "github.com/OffchainLabs/prysm/v7/validator/db/filesystem" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" + slashingprotection "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/slashing-protection/import.go b/cmd/validator/slashing-protection/import.go index 706ab07097..6c277ca1a2 100644 --- a/cmd/validator/slashing-protection/import.go +++ b/cmd/validator/slashing-protection/import.go @@ -5,14 +5,14 @@ import ( "fmt" "path/filepath" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt" - "github.com/OffchainLabs/prysm/v6/validator/db/filesystem" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt" + "github.com/OffchainLabs/prysm/v7/validator/db/filesystem" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/slashing-protection/import_export_test.go b/cmd/validator/slashing-protection/import_export_test.go index 86c2867e56..a25b490250 100644 --- a/cmd/validator/slashing-protection/import_export_test.go +++ b/cmd/validator/slashing-protection/import_export_test.go @@ -6,15 +6,15 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - dbTest "github.com/OffchainLabs/prysm/v6/validator/db/testing" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" - mocks "github.com/OffchainLabs/prysm/v6/validator/testing" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + dbTest "github.com/OffchainLabs/prysm/v7/validator/db/testing" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" + mocks "github.com/OffchainLabs/prysm/v7/validator/testing" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/slashing-protection/slashing-protection.go b/cmd/validator/slashing-protection/slashing-protection.go index 0acd5f5edf..198f8458e8 100644 --- a/cmd/validator/slashing-protection/slashing-protection.go +++ b/cmd/validator/slashing-protection/slashing-protection.go @@ -1,10 +1,10 @@ package historycmd import ( - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/runtime/tos" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/runtime/tos" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/usage.go b/cmd/validator/usage.go index 4030c02210..5ad08d0fe6 100644 --- a/cmd/validator/usage.go +++ b/cmd/validator/usage.go @@ -5,10 +5,10 @@ import ( "io" "sort" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/runtime/debug" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/runtime/debug" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/usage_test.go b/cmd/validator/usage_test.go index e13ea0d7b2..d68b299e90 100644 --- a/cmd/validator/usage_test.go +++ b/cmd/validator/usage_test.go @@ -4,7 +4,7 @@ import ( "slices" "testing" - "github.com/OffchainLabs/prysm/v6/config/features" + "github.com/OffchainLabs/prysm/v7/config/features" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/wallet/BUILD.bazel b/cmd/validator/wallet/BUILD.bazel index 4545c2d479..2c00a6e28b 100644 --- a/cmd/validator/wallet/BUILD.bazel +++ b/cmd/validator/wallet/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "recover.go", "wallet.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/validator/wallet", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/validator/wallet", visibility = ["//visibility:public"], deps = [ "//cmd:go_default_library", diff --git a/cmd/validator/wallet/create.go b/cmd/validator/wallet/create.go index edc5269ca3..050d98c5ad 100644 --- a/cmd/validator/wallet/create.go +++ b/cmd/validator/wallet/create.go @@ -5,12 +5,12 @@ import ( "os" "strings" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/manifoldco/promptui" "github.com/pkg/errors" "github.com/urfave/cli/v2" diff --git a/cmd/validator/wallet/create_test.go b/cmd/validator/wallet/create_test.go index 70a513596d..453c5b15e5 100644 --- a/cmd/validator/wallet/create_test.go +++ b/cmd/validator/wallet/create_test.go @@ -8,13 +8,13 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" "github.com/sirupsen/logrus" logTest "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" diff --git a/cmd/validator/wallet/recover.go b/cmd/validator/wallet/recover.go index bb1cbad0cb..5802b2597e 100644 --- a/cmd/validator/wallet/recover.go +++ b/cmd/validator/wallet/recover.go @@ -7,11 +7,11 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" "github.com/pkg/errors" "github.com/tyler-smith/go-bip39" "github.com/tyler-smith/go-bip39/wordlists" diff --git a/cmd/validator/wallet/recover_test.go b/cmd/validator/wallet/recover_test.go index 42c641a1d1..52ca2c9f3f 100644 --- a/cmd/validator/wallet/recover_test.go +++ b/cmd/validator/wallet/recover_test.go @@ -7,13 +7,13 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/wallet/wallet.go b/cmd/validator/wallet/wallet.go index 6a7aea7741..593d1288e7 100644 --- a/cmd/validator/wallet/wallet.go +++ b/cmd/validator/wallet/wallet.go @@ -1,10 +1,10 @@ package wallet import ( - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/runtime/tos" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/runtime/tos" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/cmd/validator/web/BUILD.bazel b/cmd/validator/web/BUILD.bazel index 2a9ca685d5..4259bcc465 100644 --- a/cmd/validator/web/BUILD.bazel +++ b/cmd/validator/web/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "log.go", "web.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/cmd/validator/web", + importpath = "github.com/OffchainLabs/prysm/v7/cmd/validator/web", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/cmd/validator/web/web.go b/cmd/validator/web/web.go index 13d2f250df..3a3e1f6279 100644 --- a/cmd/validator/web/web.go +++ b/cmd/validator/web/web.go @@ -4,12 +4,12 @@ import ( "fmt" "path/filepath" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/runtime/tos" - "github.com/OffchainLabs/prysm/v6/validator/rpc" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/runtime/tos" + "github.com/OffchainLabs/prysm/v7/validator/rpc" "github.com/urfave/cli/v2" ) diff --git a/config/BUILD.bazel b/config/BUILD.bazel index a9057b4ecf..e2baca572f 100644 --- a/config/BUILD.bazel +++ b/config/BUILD.bazel @@ -17,7 +17,7 @@ config_setting( go_library( name = "go_default_library", srcs = ["util.go"], - importpath = "github.com/OffchainLabs/prysm/v6/config", + importpath = "github.com/OffchainLabs/prysm/v7/config", visibility = ["//visibility:public"], deps = [ "@com_github_ethereum_go_ethereum//common:go_default_library", diff --git a/config/features/BUILD.bazel b/config/features/BUILD.bazel index dde439f978..93a4d9dbc7 100644 --- a/config/features/BUILD.bazel +++ b/config/features/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "filter_flags.go", "flags.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/config/features", + importpath = "github.com/OffchainLabs/prysm/v7/config/features", visibility = ["//visibility:public"], deps = [ "//cmd:go_default_library", diff --git a/config/features/config.go b/config/features/config.go index 7ebb09c977..02b3de21bd 100644 --- a/config/features/config.go +++ b/config/features/config.go @@ -25,9 +25,9 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" ) diff --git a/config/features/config_test.go b/config/features/config_test.go index 9589852281..c395d3dd34 100644 --- a/config/features/config_test.go +++ b/config/features/config_test.go @@ -4,8 +4,8 @@ import ( "flag" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" ) diff --git a/config/features/deprecated_flags_test.go b/config/features/deprecated_flags_test.go index ea53d706b1..a0fb6dfb1b 100644 --- a/config/features/deprecated_flags_test.go +++ b/config/features/deprecated_flags_test.go @@ -5,7 +5,7 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestDeprecatedFlags(t *testing.T) { diff --git a/config/features/flags.go b/config/features/flags.go index 715aceb205..b1e3ca1a81 100644 --- a/config/features/flags.go +++ b/config/features/flags.go @@ -3,7 +3,7 @@ package features import ( "time" - backfill "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/sync/backfill/flags" + backfill "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/sync/backfill/flags" "github.com/urfave/cli/v2" ) diff --git a/config/fieldparams/BUILD.bazel b/config/fieldparams/BUILD.bazel index 9efe7ea975..1e5b24a42f 100644 --- a/config/fieldparams/BUILD.bazel +++ b/config/fieldparams/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "//config:mainnet": ["mainnet.go"], "//config:minimal": ["minimal.go"], }), - importpath = "github.com/OffchainLabs/prysm/v6/config/fieldparams", + importpath = "github.com/OffchainLabs/prysm/v7/config/fieldparams", visibility = ["//visibility:public"], ) diff --git a/config/fieldparams/common_test.go b/config/fieldparams/common_test.go index 6912cd8e3e..13422be483 100644 --- a/config/fieldparams/common_test.go +++ b/config/fieldparams/common_test.go @@ -3,9 +3,9 @@ package field_params_test import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func testFieldParametersMatchConfig(t *testing.T) { diff --git a/config/fieldparams/mainnet_test.go b/config/fieldparams/mainnet_test.go index 80c9bb03e2..507c7a9ef5 100644 --- a/config/fieldparams/mainnet_test.go +++ b/config/fieldparams/mainnet_test.go @@ -5,9 +5,9 @@ package field_params_test import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestFieldParametersValues(t *testing.T) { diff --git a/config/fieldparams/minimal_test.go b/config/fieldparams/minimal_test.go index 65089f9a50..653fcf5106 100644 --- a/config/fieldparams/minimal_test.go +++ b/config/fieldparams/minimal_test.go @@ -5,9 +5,9 @@ package field_params_test import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestFieldParametersValues(t *testing.T) { diff --git a/config/params/BUILD.bazel b/config/params/BUILD.bazel index f2bc785355..026d154073 100644 --- a/config/params/BUILD.bazel +++ b/config/params/BUILD.bazel @@ -27,7 +27,7 @@ go_library( "testutils_develop.go", # keep "values.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/config/params", + importpath = "github.com/OffchainLabs/prysm/v7/config/params", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/config/params/basis_points.go b/config/params/basis_points.go index c2590bd397..f829bd21ed 100644 --- a/config/params/basis_points.go +++ b/config/params/basis_points.go @@ -1,6 +1,6 @@ package params -import "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" +import "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" const BasisPoints = primitives.BP(10000) diff --git a/config/params/config.go b/config/params/config.go index f36a3097d2..a561164124 100644 --- a/config/params/config.go +++ b/config/params/config.go @@ -12,12 +12,12 @@ import ( log "github.com/sirupsen/logrus" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" ) diff --git a/config/params/config_test.go b/config/params/config_test.go index 81a48f4118..0968fef2b6 100644 --- a/config/params/config_test.go +++ b/config/params/config_test.go @@ -7,11 +7,11 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/genesis" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/genesis" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/config/params/configset.go b/config/params/configset.go index 3a4651e025..9d86efe908 100644 --- a/config/params/configset.go +++ b/config/params/configset.go @@ -3,8 +3,8 @@ package params import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/runtime/version" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/config/params/configset_test.go b/config/params/configset_test.go index 2a12b6ffce..773ef9ef73 100644 --- a/config/params/configset_test.go +++ b/config/params/configset_test.go @@ -3,8 +3,8 @@ package params import ( "testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestConfigset_Add(t *testing.T) { diff --git a/config/params/fork.go b/config/params/fork.go index 5727698274..15c4a6f1ec 100644 --- a/config/params/fork.go +++ b/config/params/fork.go @@ -1,10 +1,10 @@ package params import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/config/params/fork_test.go b/config/params/fork_test.go index 1f3fada116..9db11d410e 100644 --- a/config/params/fork_test.go +++ b/config/params/fork_test.go @@ -4,10 +4,10 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestFork(t *testing.T) { diff --git a/config/params/loader.go b/config/params/loader.go index 9b913d4d0c..25fc18f237 100644 --- a/config/params/loader.go +++ b/config/params/loader.go @@ -7,8 +7,8 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/math" "github.com/pkg/errors" log "github.com/sirupsen/logrus" "gopkg.in/yaml.v2" diff --git a/config/params/loader_test.go b/config/params/loader_test.go index b72cec3edb..2158702e4b 100644 --- a/config/params/loader_test.go +++ b/config/params/loader_test.go @@ -12,10 +12,10 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" "gopkg.in/yaml.v2" ) diff --git a/config/params/mainnet_config.go b/config/params/mainnet_config.go index 72131d173b..98ce3a0832 100644 --- a/config/params/mainnet_config.go +++ b/config/params/mainnet_config.go @@ -4,8 +4,8 @@ import ( "math" "time" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) // MainnetConfig returns the configuration to be used in the main network. diff --git a/config/params/mainnet_config_test.go b/config/params/mainnet_config_test.go index fa141dce7d..6131bf872c 100644 --- a/config/params/mainnet_config_test.go +++ b/config/params/mainnet_config_test.go @@ -4,9 +4,9 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/config/params/minimal_config.go b/config/params/minimal_config.go index afe1d9a62f..d030cffb29 100644 --- a/config/params/minimal_config.go +++ b/config/params/minimal_config.go @@ -3,7 +3,7 @@ package params import ( "math" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) // MinimalSpecConfig retrieves the minimal config used in spec tests. diff --git a/config/params/network_config.go b/config/params/network_config.go index e852570583..4ba029de5e 100644 --- a/config/params/network_config.go +++ b/config/params/network_config.go @@ -1,7 +1,7 @@ package params import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/mohae/deepcopy" ) diff --git a/config/params/testnet_config_test.go b/config/params/testnet_config_test.go index bd1ae058aa..70ab4995d6 100644 --- a/config/params/testnet_config_test.go +++ b/config/params/testnet_config_test.go @@ -4,10 +4,10 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/config/params/testnet_holesky_config_test.go b/config/params/testnet_holesky_config_test.go index fac3357f4f..a1858aa5cf 100644 --- a/config/params/testnet_holesky_config_test.go +++ b/config/params/testnet_holesky_config_test.go @@ -4,8 +4,8 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/config/params/testnet_hoodi_config_test.go b/config/params/testnet_hoodi_config_test.go index 2e4eafa903..a4428067cc 100644 --- a/config/params/testnet_hoodi_config_test.go +++ b/config/params/testnet_hoodi_config_test.go @@ -4,8 +4,8 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/config/params/testnet_sepolia_config_test.go b/config/params/testnet_sepolia_config_test.go index b0f19e5fa6..9b5c46da97 100644 --- a/config/params/testnet_sepolia_config_test.go +++ b/config/params/testnet_sepolia_config_test.go @@ -4,8 +4,8 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/config/params/testutils.go b/config/params/testutils.go index 76e9c5c7bf..1bcae086f4 100644 --- a/config/params/testutils.go +++ b/config/params/testutils.go @@ -3,7 +3,7 @@ package params import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) const ( diff --git a/config/proposer/BUILD.bazel b/config/proposer/BUILD.bazel index 3dc814b3b9..619a6e185f 100644 --- a/config/proposer/BUILD.bazel +++ b/config/proposer/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["settings.go"], - importpath = "github.com/OffchainLabs/prysm/v6/config/proposer", + importpath = "github.com/OffchainLabs/prysm/v7/config/proposer", visibility = ["//visibility:public"], deps = [ "//config:go_default_library", diff --git a/config/proposer/loader/BUILD.bazel b/config/proposer/loader/BUILD.bazel index b0cc09e51e..ef18044bba 100644 --- a/config/proposer/loader/BUILD.bazel +++ b/config/proposer/loader/BUILD.bazel @@ -27,7 +27,7 @@ go_test( go_library( name = "go_default_library", srcs = ["loader.go"], - importpath = "github.com/OffchainLabs/prysm/v6/config/proposer/loader", + importpath = "github.com/OffchainLabs/prysm/v7/config/proposer/loader", visibility = ["//visibility:public"], deps = [ "//cmd/validator/flags:go_default_library", diff --git a/config/proposer/loader/loader.go b/config/proposer/loader/loader.go index 1289b1e8b1..bb5d015fb4 100644 --- a/config/proposer/loader/loader.go +++ b/config/proposer/loader/loader.go @@ -5,13 +5,13 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" log "github.com/sirupsen/logrus" diff --git a/config/proposer/loader/loader_test.go b/config/proposer/loader/loader_test.go index 2043b4bc25..def760f142 100644 --- a/config/proposer/loader/loader_test.go +++ b/config/proposer/loader/loader_test.go @@ -8,16 +8,16 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - dbTest "github.com/OffchainLabs/prysm/v6/validator/db/testing" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + dbTest "github.com/OffchainLabs/prysm/v7/validator/db/testing" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" logtest "github.com/sirupsen/logrus/hooks/test" diff --git a/config/proposer/settings.go b/config/proposer/settings.go index b3314cb8e0..8367237903 100644 --- a/config/proposer/settings.go +++ b/config/proposer/settings.go @@ -3,11 +3,11 @@ package proposer import ( "fmt" - "github.com/OffchainLabs/prysm/v6/config" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/config" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" diff --git a/config/proposer/settings_test.go b/config/proposer/settings_test.go index 911e771537..c657a06ea3 100644 --- a/config/proposer/settings_test.go +++ b/config/proposer/settings_test.go @@ -3,11 +3,11 @@ package proposer import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/config/util_test.go b/config/util_test.go index 3bf75552c9..38fac4e06f 100644 --- a/config/util_test.go +++ b/config/util_test.go @@ -7,9 +7,9 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/sirupsen/logrus/hooks/test" ) diff --git a/consensus-types/BUILD.bazel b/consensus-types/BUILD.bazel index 6b654cc54b..ff5bccad2d 100644 --- a/consensus-types/BUILD.bazel +++ b/consensus-types/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["types.go"], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types", visibility = ["//visibility:public"], deps = [ "//runtime/version:go_default_library", diff --git a/consensus-types/blocks/BUILD.bazel b/consensus-types/blocks/BUILD.bazel index 1db754610a..8fea0333e7 100644 --- a/consensus-types/blocks/BUILD.bazel +++ b/consensus-types/blocks/BUILD.bazel @@ -16,7 +16,7 @@ go_library( "setters.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/blocks", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/blocks", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state/stateutil:go_default_library", diff --git a/consensus-types/blocks/execution.go b/consensus-types/blocks/execution.go index 0129404cab..8d4741931c 100644 --- a/consensus-types/blocks/execution.go +++ b/consensus-types/blocks/execution.go @@ -3,12 +3,12 @@ package blocks import ( "bytes" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" "github.com/pkg/errors" fastssz "github.com/prysmaticlabs/fastssz" "google.golang.org/protobuf/proto" diff --git a/consensus-types/blocks/execution_test.go b/consensus-types/blocks/execution_test.go index 68dd800192..d4c8ecf78e 100644 --- a/consensus-types/blocks/execution_test.go +++ b/consensus-types/blocks/execution_test.go @@ -3,13 +3,13 @@ package blocks_test import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestWrapExecutionPayload(t *testing.T) { diff --git a/consensus-types/blocks/factory.go b/consensus-types/blocks/factory.go index 54c34e7271..c518845459 100644 --- a/consensus-types/blocks/factory.go +++ b/consensus-types/blocks/factory.go @@ -3,10 +3,10 @@ package blocks import ( "fmt" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/consensus-types/blocks/factory_test.go b/consensus-types/blocks/factory_test.go index 2ec0d74c54..76fb0ff531 100644 --- a/consensus-types/blocks/factory_test.go +++ b/consensus-types/blocks/factory_test.go @@ -5,13 +5,13 @@ import ( "errors" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_NewSignedBeaconBlock(t *testing.T) { diff --git a/consensus-types/blocks/get_payload.go b/consensus-types/blocks/get_payload.go index 16d186b983..7e9d9b25b5 100644 --- a/consensus-types/blocks/get_payload.go +++ b/consensus-types/blocks/get_payload.go @@ -1,10 +1,10 @@ package blocks import ( - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/consensus-types/blocks/getters.go b/consensus-types/blocks/getters.go index f70d4fdda5..b1e41cb06c 100644 --- a/consensus-types/blocks/getters.go +++ b/consensus-types/blocks/getters.go @@ -3,14 +3,14 @@ package blocks import ( "fmt" - field_params "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/version" + field_params "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/consensus-types/blocks/getters_test.go b/consensus-types/blocks/getters_test.go index 9bcfc2ee0a..6a4991f3a8 100644 --- a/consensus-types/blocks/getters_test.go +++ b/consensus-types/blocks/getters_test.go @@ -3,16 +3,16 @@ package blocks import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/consensus-types/blocks/kzg.go b/consensus-types/blocks/kzg.go index 6cb3bc8b4f..fda05ebcfd 100644 --- a/consensus-types/blocks/kzg.go +++ b/consensus-types/blocks/kzg.go @@ -1,12 +1,12 @@ package blocks import ( - field_params "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/runtime/version" + field_params "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "github.com/prysmaticlabs/gohashtree" ) diff --git a/consensus-types/blocks/kzg_test.go b/consensus-types/blocks/kzg_test.go index f4486015f4..2349b379a3 100644 --- a/consensus-types/blocks/kzg_test.go +++ b/consensus-types/blocks/kzg_test.go @@ -5,12 +5,12 @@ import ( "errors" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/container/trie" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/container/trie" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/prysmaticlabs/gohashtree" ) diff --git a/consensus-types/blocks/proofs.go b/consensus-types/blocks/proofs.go index dffe15695b..cd6045da08 100644 --- a/consensus-types/blocks/proofs.go +++ b/consensus-types/blocks/proofs.go @@ -6,14 +6,14 @@ import ( "errors" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/hash/htr" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/hash/htr" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) const ( diff --git a/consensus-types/blocks/proofs_test.go b/consensus-types/blocks/proofs_test.go index 9604cbe739..be0380215b 100644 --- a/consensus-types/blocks/proofs_test.go +++ b/consensus-types/blocks/proofs_test.go @@ -3,8 +3,8 @@ package blocks import ( "testing" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestComputeBlockBodyFieldRoots_Phase0(t *testing.T) { diff --git a/consensus-types/blocks/proto.go b/consensus-types/blocks/proto.go index 7300650606..4c3bc95645 100644 --- a/consensus-types/blocks/proto.go +++ b/consensus-types/blocks/proto.go @@ -3,11 +3,11 @@ package blocks import ( "fmt" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "google.golang.org/protobuf/proto" ) diff --git a/consensus-types/blocks/proto_test.go b/consensus-types/blocks/proto_test.go index 1f64ec639b..d775fc5f1b 100644 --- a/consensus-types/blocks/proto_test.go +++ b/consensus-types/blocks/proto_test.go @@ -4,14 +4,14 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type fields struct { diff --git a/consensus-types/blocks/roblob.go b/consensus-types/blocks/roblob.go index 601f1071e6..5af0fcb851 100644 --- a/consensus-types/blocks/roblob.go +++ b/consensus-types/blocks/roblob.go @@ -1,9 +1,9 @@ package blocks import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ROBlob represents a read-only blob sidecar with its block root. diff --git a/consensus-types/blocks/roblob_test.go b/consensus-types/blocks/roblob_test.go index 5db6614020..4266504d03 100644 --- a/consensus-types/blocks/roblob_test.go +++ b/consensus-types/blocks/roblob_test.go @@ -3,12 +3,12 @@ package blocks import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestROBlobNilChecks(t *testing.T) { diff --git a/consensus-types/blocks/roblock.go b/consensus-types/blocks/roblock.go index bc394fe61b..cfa1ce390d 100644 --- a/consensus-types/blocks/roblock.go +++ b/consensus-types/blocks/roblock.go @@ -4,7 +4,7 @@ import ( "bytes" "sort" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" ) // ROBlock is a value that embeds a ReadOnlySignedBeaconBlock along with its block root ([32]byte). diff --git a/consensus-types/blocks/roblock_test.go b/consensus-types/blocks/roblock_test.go index 340e1d3beb..7eeb29377e 100644 --- a/consensus-types/blocks/roblock_test.go +++ b/consensus-types/blocks/roblock_test.go @@ -4,12 +4,12 @@ import ( "sort" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestROBlockSorting(t *testing.T) { diff --git a/consensus-types/blocks/rodatacolumn.go b/consensus-types/blocks/rodatacolumn.go index 013c0bd1a4..72c210281d 100644 --- a/consensus-types/blocks/rodatacolumn.go +++ b/consensus-types/blocks/rodatacolumn.go @@ -1,10 +1,10 @@ package blocks import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // RODataColumn represents a read-only data column sidecar with its block root. diff --git a/consensus-types/blocks/rodatacolumn_test.go b/consensus-types/blocks/rodatacolumn_test.go index f5adb1efcc..f299dfec5a 100644 --- a/consensus-types/blocks/rodatacolumn_test.go +++ b/consensus-types/blocks/rodatacolumn_test.go @@ -3,12 +3,12 @@ package blocks import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestNewRODataColumnWithAndWithoutRoot(t *testing.T) { diff --git a/consensus-types/blocks/setters.go b/consensus-types/blocks/setters.go index a8cae5757d..5df0b2517e 100644 --- a/consensus-types/blocks/setters.go +++ b/consensus-types/blocks/setters.go @@ -3,12 +3,12 @@ package blocks import ( "fmt" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // SetSignature sets the signature of the signed beacon block. diff --git a/consensus-types/blocks/testing/BUILD.bazel b/consensus-types/blocks/testing/BUILD.bazel index 773b52faf0..8056967e67 100644 --- a/consensus-types/blocks/testing/BUILD.bazel +++ b/consensus-types/blocks/testing/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "factory.go", "mutator.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/blocks/testing", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/blocks/testing", visibility = ["//visibility:public"], deps = [ "//consensus-types/blocks:go_default_library", diff --git a/consensus-types/blocks/testing/factory.go b/consensus-types/blocks/testing/factory.go index 7d976580be..05f911ec1a 100644 --- a/consensus-types/blocks/testing/factory.go +++ b/consensus-types/blocks/testing/factory.go @@ -1,9 +1,9 @@ package testing import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/consensus-types/blocks/testing/mutator.go b/consensus-types/blocks/testing/mutator.go index ddf572818a..fff5b0b0df 100644 --- a/consensus-types/blocks/testing/mutator.go +++ b/consensus-types/blocks/testing/mutator.go @@ -1,10 +1,10 @@ package testing import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) type blockMutator struct { diff --git a/consensus-types/blocks/types.go b/consensus-types/blocks/types.go index 2660172025..2cd90e6a19 100644 --- a/consensus-types/blocks/types.go +++ b/consensus-types/blocks/types.go @@ -1,11 +1,11 @@ package blocks import ( - field_params "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + field_params "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/consensus-types/forkchoice/BUILD.bazel b/consensus-types/forkchoice/BUILD.bazel index d2c778a871..cc189a30f5 100644 --- a/consensus-types/forkchoice/BUILD.bazel +++ b/consensus-types/forkchoice/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["types.go"], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/forkchoice", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/forkchoice", visibility = ["//visibility:public"], deps = [ "//consensus-types/primitives:go_default_library", diff --git a/consensus-types/forkchoice/types.go b/consensus-types/forkchoice/types.go index 24bf07ac79..a98b75011a 100644 --- a/consensus-types/forkchoice/types.go +++ b/consensus-types/forkchoice/types.go @@ -3,8 +3,8 @@ package forkchoice import ( "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) type NodeValidity uint8 diff --git a/consensus-types/hdiff/BUILD.bazel b/consensus-types/hdiff/BUILD.bazel index e19531167d..da7b3201eb 100644 --- a/consensus-types/hdiff/BUILD.bazel +++ b/consensus-types/hdiff/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["state_diff.go"], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/hdiff", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/hdiff", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/consensus-types/hdiff/fuzz_test.go b/consensus-types/hdiff/fuzz_test.go index 6ca31f5192..a0f692f681 100644 --- a/consensus-types/hdiff/fuzz_test.go +++ b/consensus-types/hdiff/fuzz_test.go @@ -7,8 +7,8 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/util" ) const maxFuzzValidators = 10000 @@ -26,12 +26,12 @@ func FuzzNewHdiff(f *testing.F) { sizes := []uint64{8, 16, 32} for _, size := range sizes { source, _ := util.DeterministicGenesisStateElectra(f, size) - + // Create various realistic target states scenarios := []string{"slot_change", "balance_change", "validator_change", "multiple_changes"} for _, scenario := range scenarios { target := source.Copy() - + switch scenario { case "slot_change": _ = target.SetSlot(source.Slot() + 1) @@ -58,20 +58,20 @@ func FuzzNewHdiff(f *testing.F) { _ = target.SetValidators(validators) } } - + validDiff, err := Diff(source, target) if err == nil { f.Add(validDiff.StateDiff, validDiff.ValidatorDiffs, validDiff.BalancesDiff) } } } - + f.Fuzz(func(t *testing.T, stateDiff, validatorDiffs, balancesDiff []byte) { // Limit input sizes to reasonable bounds if len(stateDiff) > 5000 || len(validatorDiffs) > 5000 || len(balancesDiff) > 5000 { return } - + // Bound historical roots length in stateDiff (if it contains snappy-compressed data) // The historicalRootsLength is read after snappy decompression, but we can still // limit the compressed input size to prevent extreme decompression ratios @@ -79,7 +79,7 @@ func FuzzNewHdiff(f *testing.F) { // Limit stateDiff to prevent potential memory bombs from snappy decompression stateDiff = stateDiff[:maxFuzzStateDiffSize] } - + // Bound validator count in validatorDiffs if len(validatorDiffs) >= 8 { count := binary.LittleEndian.Uint64(validatorDiffs[0:8]) @@ -88,7 +88,7 @@ func FuzzNewHdiff(f *testing.F) { binary.LittleEndian.PutUint64(validatorDiffs[0:8], boundedCount) } } - + // Bound balance count in balancesDiff if len(balancesDiff) >= 8 { count := binary.LittleEndian.Uint64(balancesDiff[0:8]) @@ -97,13 +97,13 @@ func FuzzNewHdiff(f *testing.F) { binary.LittleEndian.PutUint64(balancesDiff[0:8], boundedCount) } } - + input := HdiffBytes{ StateDiff: stateDiff, ValidatorDiffs: validatorDiffs, BalancesDiff: balancesDiff, } - + // Test parsing - should not panic even with corrupted but bounded data _, err := newHdiff(input) _ = err // Expected to fail with corrupted data @@ -118,30 +118,30 @@ func FuzzNewStateDiff(f *testing.F) { t.Errorf("newStateDiff panicked: %v", r) } }() - + // Bound validator count to reasonable range validators := uint64(validatorCount%32 + 8) // 8-39 validators if slotDelta > 100 { slotDelta = slotDelta % 100 } - + // Generate random source state source, _ := util.DeterministicGenesisStateElectra(t, validators) target := source.Copy() - + // Apply random slot change _ = target.SetSlot(source.Slot() + primitives.Slot(slotDelta)) - + // Apply random balance changes if len(balanceData) >= 8 { balances := target.Balances() numChanges := int(binary.LittleEndian.Uint64(balanceData[:8])) % len(balances) for i := 0; i < numChanges && i*8+8 < len(balanceData); i++ { idx := i % len(balances) - delta := int64(binary.LittleEndian.Uint64(balanceData[i*8+8:(i+1)*8+8])) + delta := int64(binary.LittleEndian.Uint64(balanceData[i*8+8 : (i+1)*8+8])) // Keep delta reasonable delta = delta % oneEthInGwei // Max 1 ETH change - + if delta < 0 && uint64(-delta) > balances[idx] { balances[idx] = 0 } else if delta < 0 { @@ -152,7 +152,7 @@ func FuzzNewStateDiff(f *testing.F) { } _ = target.SetBalances(balances) } - + // Apply random validator changes if len(validatorData) > 0 { validators := target.Validators() @@ -165,20 +165,20 @@ func FuzzNewStateDiff(f *testing.F) { } _ = target.SetValidators(validators) } - - // Create diff between source and target + + // Create diff between source and target diff, err := Diff(source, target) if err != nil { return // Skip if diff creation fails } - + // Test newStateDiff with the valid serialized diff from StateDiff field reconstructed, err := newStateDiff(diff.StateDiff) if err != nil { t.Errorf("newStateDiff failed on valid diff: %v", err) return } - + // Basic validation that reconstruction worked if reconstructed == nil { t.Error("newStateDiff returned nil without error") @@ -194,23 +194,23 @@ func FuzzNewValidatorDiffs(f *testing.F) { t.Errorf("newValidatorDiffs panicked: %v", r) } }() - + // Bound validator count to reasonable range validators := uint64(validatorCount%16 + 4) // 4-19 validators - + // Generate random source state source, _ := util.DeterministicGenesisStateElectra(t, validators) target := source.Copy() - + // Apply random validator changes based on changeData if len(changeData) > 0 { vals := target.Validators() numChanges := int(changeData[0]) % len(vals) - + for i := 0; i < numChanges && i < len(changeData)-1; i++ { idx := i % len(vals) changeType := changeData[i+1] % 4 - + switch changeType { case 0: // Change effective balance vals[idx].EffectiveBalance += oneEthInGwei @@ -224,20 +224,20 @@ func FuzzNewValidatorDiffs(f *testing.F) { } _ = target.SetValidators(vals) } - + // Create diff between source and target diff, err := Diff(source, target) if err != nil { return // Skip if diff creation fails } - + // Test newValidatorDiffs with the valid serialized diff reconstructed, err := newValidatorDiffs(diff.ValidatorDiffs) if err != nil { t.Errorf("newValidatorDiffs failed on valid diff: %v", err) return } - + // Basic validation that reconstruction worked if reconstructed == nil { t.Error("newValidatorDiffs returned nil without error") @@ -253,25 +253,25 @@ func FuzzNewBalancesDiff(f *testing.F) { t.Errorf("newBalancesDiff panicked: %v", r) } }() - + // Bound balance count to reasonable range numBalances := int(balanceCount%32 + 8) // 8-39 balances - + // Generate simple source state source, _ := util.DeterministicGenesisStateElectra(t, uint64(numBalances)) target := source.Copy() - + // Apply random balance changes based on balanceData if len(balanceData) >= 8 { balances := target.Balances() numChanges := int(binary.LittleEndian.Uint64(balanceData[:8])) % numBalances - + for i := 0; i < numChanges && i*8+8 < len(balanceData); i++ { idx := i % numBalances - delta := int64(binary.LittleEndian.Uint64(balanceData[i*8+8:(i+1)*8+8])) + delta := int64(binary.LittleEndian.Uint64(balanceData[i*8+8 : (i+1)*8+8])) // Keep delta reasonable delta = delta % oneEthInGwei // Max 1 ETH change - + if delta < 0 && uint64(-delta) > balances[idx] { balances[idx] = 0 } else if delta < 0 { @@ -282,20 +282,20 @@ func FuzzNewBalancesDiff(f *testing.F) { } _ = target.SetBalances(balances) } - + // Create diff between source and target to get BalancesDiff diff, err := Diff(source, target) if err != nil { return // Skip if diff creation fails } - + // Test newBalancesDiff with the valid serialized diff reconstructed, err := newBalancesDiff(diff.BalancesDiff) if err != nil { t.Errorf("newBalancesDiff failed on valid diff: %v", err) return } - + // Basic validation that reconstruction worked if reconstructed == nil { t.Error("newBalancesDiff returned nil without error") @@ -307,13 +307,13 @@ func FuzzNewBalancesDiff(f *testing.F) { func FuzzApplyDiff(f *testing.F) { // Test with realistic state variations, not random data ctx := context.Background() - + // Add seed corpus with various valid scenarios sizes := []uint64{8, 16, 32, 64} for _, size := range sizes { source, _ := util.DeterministicGenesisStateElectra(f, size) target := source.Copy() - + // Different types of realistic changes scenarios := []func(){ func() { _ = target.SetSlot(source.Slot() + 1) }, // Slot change @@ -332,29 +332,29 @@ func FuzzApplyDiff(f *testing.F) { } }, } - + for _, scenario := range scenarios { testTarget := source.Copy() scenario() - + validDiff, err := Diff(source, testTarget) if err == nil { f.Add(validDiff.StateDiff, validDiff.ValidatorDiffs, validDiff.BalancesDiff) } } } - + f.Fuzz(func(t *testing.T, stateDiff, validatorDiffs, balancesDiff []byte) { // Only test with reasonable sized inputs if len(stateDiff) > 10000 || len(validatorDiffs) > 10000 || len(balancesDiff) > 10000 { return } - + // Bound historical roots length in stateDiff (same as FuzzNewHdiff) if len(stateDiff) > maxFuzzStateDiffSize { stateDiff = stateDiff[:maxFuzzStateDiffSize] } - + // Bound validator count in validatorDiffs if len(validatorDiffs) >= 8 { count := binary.LittleEndian.Uint64(validatorDiffs[0:8]) @@ -363,7 +363,7 @@ func FuzzApplyDiff(f *testing.F) { binary.LittleEndian.PutUint64(validatorDiffs[0:8], boundedCount) } } - + // Bound balance count in balancesDiff if len(balancesDiff) >= 8 { count := binary.LittleEndian.Uint64(balancesDiff[0:8]) @@ -372,16 +372,16 @@ func FuzzApplyDiff(f *testing.F) { binary.LittleEndian.PutUint64(balancesDiff[0:8], boundedCount) } } - + // Create fresh source state for each test source, _ := util.DeterministicGenesisStateElectra(t, 8) - + diff := HdiffBytes{ StateDiff: stateDiff, ValidatorDiffs: validatorDiffs, BalancesDiff: balancesDiff, } - + // Apply diff - errors are expected for fuzzed data _, err := ApplyDiff(ctx, source, diff) _ = err // Expected to fail with invalid data @@ -393,24 +393,24 @@ func FuzzReadPendingAttestation(f *testing.F) { // Add edge cases - this function is particularly vulnerable f.Add([]byte{}) f.Add([]byte{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}) // 8 bytes - f.Add(make([]byte, 200)) // Larger than expected - + f.Add(make([]byte, 200)) // Larger than expected + // Add a case with large reported length largeLength := make([]byte, 8) binary.LittleEndian.PutUint64(largeLength, 0xFFFFFFFF) // Large bits length f.Add(largeLength) - + f.Fuzz(func(t *testing.T, data []byte) { defer func() { if r := recover(); r != nil { t.Errorf("readPendingAttestation panicked: %v", r) } }() - + // Make a copy since the function modifies the slice dataCopy := make([]byte, len(data)) copy(dataCopy, data) - + // Bound the bits length by modifying the first 8 bytes if they exist if len(dataCopy) >= 8 { // Read the bits length and bound it to maxFuzzValidators @@ -420,7 +420,7 @@ func FuzzReadPendingAttestation(f *testing.F) { binary.LittleEndian.PutUint64(dataCopy[0:8], boundedLength) } } - + _, err := readPendingAttestation(&dataCopy) _ = err }) @@ -497,14 +497,14 @@ func FuzzComputeLPS(f *testing.F) { f.Add("1,1,1") f.Add("1,2,3,4") f.Add("") - + f.Fuzz(func(t *testing.T, patternStr string) { defer func() { if r := recover(); r != nil { t.Errorf("computeLPS panicked: %v", r) } }() - + // Parse comma-separated string into int slice var pattern []int if patternStr != "" { @@ -514,14 +514,14 @@ func FuzzComputeLPS(f *testing.F) { } } } - + // Convert to pointer slice patternPtrs := make([]*int, len(pattern)) for i := range pattern { val := pattern[i] patternPtrs[i] = &val } - + integerEquals := func(a, b *int) bool { if a == nil && b == nil { return true @@ -531,14 +531,14 @@ func FuzzComputeLPS(f *testing.F) { } return *a == *b } - + result := computeLPS(patternPtrs, integerEquals) - + // Verify result length matches input if len(result) != len(pattern) { t.Errorf("computeLPS returned wrong length: got %d, expected %d", len(result), len(pattern)) } - + // Verify all LPS values are non-negative and within bounds for i, lps := range result { if lps < 0 || lps > i { @@ -556,40 +556,40 @@ func FuzzDiffToBalances(f *testing.F) { t.Errorf("diffToBalances panicked: %v", r) } }() - + // Convert byte data to balance arrays var sourceBalances, targetBalances []uint64 - + // Parse source balances (8 bytes per uint64) for i := 0; i+7 < len(sourceData) && len(sourceBalances) < 100; i += 8 { balance := binary.LittleEndian.Uint64(sourceData[i : i+8]) sourceBalances = append(sourceBalances, balance) } - + // Parse target balances for i := 0; i+7 < len(targetData) && len(targetBalances) < 100; i += 8 { balance := binary.LittleEndian.Uint64(targetData[i : i+8]) targetBalances = append(targetBalances, balance) } - + // Create states with the provided balances source, _ := util.DeterministicGenesisStateElectra(t, 1) target, _ := util.DeterministicGenesisStateElectra(t, 1) - + if len(sourceBalances) > 0 { _ = source.SetBalances(sourceBalances) } if len(targetBalances) > 0 { _ = target.SetBalances(targetBalances) } - + result, err := diffToBalances(source, target) - + // If no error, verify result consistency if err == nil && len(result) > 0 { // Result length should match target length if len(result) != len(target.Balances()) { - t.Errorf("diffToBalances result length mismatch: got %d, expected %d", + t.Errorf("diffToBalances result length mismatch: got %d, expected %d", len(result), len(target.Balances())) } } @@ -604,21 +604,21 @@ func FuzzValidatorsEqual(f *testing.F) { t.Errorf("validatorsEqual panicked: %v", r) } }() - + // Create two validators and fuzz their fields if len(data) < 16 { return } - + source, _ := util.DeterministicGenesisStateElectra(t, 2) validators := source.Validators() if len(validators) < 2 { return } - + val1 := validators[0] val2 := validators[1] - + // Modify validator fields based on fuzz data if len(data) > 0 && data[0]%2 == 0 { val2.EffectiveBalance = val1.EffectiveBalance + uint64(data[0]) @@ -626,11 +626,11 @@ func FuzzValidatorsEqual(f *testing.F) { if len(data) > 1 && data[1]%2 == 0 { val2.Slashed = !val1.Slashed } - + // Create ReadOnlyValidator wrappers if needed // Since validatorsEqual expects ReadOnlyValidator interface, // we'll skip this test for now as it requires state wrapper implementation _ = val1 _ = val2 }) -} \ No newline at end of file +} diff --git a/consensus-types/hdiff/property_test.go b/consensus-types/hdiff/property_test.go index 058c62c8b6..1130e77ecc 100644 --- a/consensus-types/hdiff/property_test.go +++ b/consensus-types/hdiff/property_test.go @@ -6,9 +6,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) // maxSafeBalance ensures balances can be safely cast to int64 for diff computation @@ -21,11 +21,11 @@ func FuzzPropertyRoundTrip(f *testing.F) { if slotDelta > 32 { // Max one epoch slotDelta = slotDelta % 32 } - + // Convert byte data to realistic deltas and changes var balanceDeltas []int64 var validatorChanges []bool - + // Parse balance deltas - limit to realistic amounts (8 bytes per int64) for i := 0; i+7 < len(balanceData) && len(balanceDeltas) < 20; i += 8 { delta := int64(binary.LittleEndian.Uint64(balanceData[i : i+8])) @@ -38,27 +38,27 @@ func FuzzPropertyRoundTrip(f *testing.F) { } balanceDeltas = append(balanceDeltas, delta) } - + // Parse validator changes (1 byte per bool) - limit to small number for i := 0; i < len(validatorData) && len(validatorChanges) < 10; i++ { validatorChanges = append(validatorChanges, validatorData[i]%2 == 0) } - + ctx := t.Context() - + // Create source state with reasonable size validatorCount := uint64(len(validatorChanges) + 8) // Minimum 8 validators if validatorCount > 64 { validatorCount = 64 // Cap at 64 for performance } source, _ := util.DeterministicGenesisStateElectra(t, validatorCount) - + // Create target state with modifications target := source.Copy() - + // Apply slot change _ = target.SetSlot(source.Slot() + primitives.Slot(slotDelta)) - + // Apply realistic balance changes if len(balanceDeltas) > 0 { balances := target.Balances() @@ -85,7 +85,7 @@ func FuzzPropertyRoundTrip(f *testing.F) { } _ = target.SetBalances(balances) } - + // Apply realistic validator changes if len(validatorChanges) > 0 { validators := target.Validators() @@ -100,24 +100,24 @@ func FuzzPropertyRoundTrip(f *testing.F) { } _ = target.SetValidators(validators) } - + // Create diff diff, err := Diff(source, target) if err != nil { // If diff creation fails, that's acceptable for malformed inputs return } - + // Apply diff result, err := ApplyDiff(ctx, source, diff) if err != nil { // If diff application fails, that's acceptable return } - + // Verify round-trip property: source + diff = target require.Equal(t, target.Slot(), result.Slot()) - + // Verify balance consistency targetBalances := target.Balances() resultBalances := result.Balances() @@ -125,7 +125,7 @@ func FuzzPropertyRoundTrip(f *testing.F) { for i := range targetBalances { require.Equal(t, targetBalances[i], resultBalances[i], "Balance mismatch at index %d", i) } - + // Verify validator consistency targetVals := target.Validators() resultVals := result.Validators() @@ -142,16 +142,16 @@ func FuzzPropertyResourceBounds(f *testing.F) { f.Fuzz(func(t *testing.T, validatorCount uint8, slotDelta uint8, changeCount uint8) { // Use realistic parameters validators := uint64(validatorCount%64 + 8) // 8-71 validators - slots := uint64(slotDelta % 32) // 0-31 slots + slots := uint64(slotDelta % 32) // 0-31 slots changes := int(changeCount % 10) // 0-9 changes - + // Create realistic states source, _ := util.DeterministicGenesisStateElectra(t, validators) target := source.Copy() - + // Apply realistic changes _ = target.SetSlot(source.Slot() + primitives.Slot(slots)) - + if changes > 0 { validatorList := target.Validators() for i := 0; i < changes && i < len(validatorList); i++ { @@ -159,21 +159,21 @@ func FuzzPropertyResourceBounds(f *testing.F) { } _ = target.SetValidators(validatorList) } - + // Operations should complete quickly start := time.Now() diff, err := Diff(source, target) duration := time.Since(start) - + if err == nil { // Should be fast require.Equal(t, true, duration < time.Second, "Diff creation too slow: %v", duration) - + // Apply should also be fast start = time.Now() _, err = ApplyDiff(t.Context(), source, diff) duration = time.Since(start) - + if err == nil { require.Equal(t, true, duration < time.Second, "Diff application too slow: %v", duration) } @@ -190,13 +190,13 @@ func FuzzPropertyDiffEfficiency(f *testing.F) { if numChanges > 10 { numChanges = numChanges % 10 } - + // Create states with small differences source, _ := util.DeterministicGenesisStateElectra(t, 64) target := source.Copy() - + _ = target.SetSlot(source.Slot() + primitives.Slot(slotDelta)) - + // Make a few small changes if numChanges > 0 { validators := target.Validators() @@ -205,24 +205,24 @@ func FuzzPropertyDiffEfficiency(f *testing.F) { } _ = target.SetValidators(validators) } - + // Create diff diff, err := Diff(source, target) if err != nil { return } - + // For small changes, diff should be much smaller than full state sourceSSZ, err := source.MarshalSSZ() if err != nil { return } - + diffSize := len(diff.StateDiff) + len(diff.ValidatorDiffs) + len(diff.BalancesDiff) - + // Diff should be smaller than full state for small changes if numChanges <= 5 && slotDelta <= 10 { - require.Equal(t, true, diffSize < len(sourceSSZ)/2, + require.Equal(t, true, diffSize < len(sourceSSZ)/2, "Diff size %d should be less than half of state size %d", diffSize, len(sourceSSZ)) } }) @@ -239,10 +239,10 @@ func FuzzPropertyBalanceConservation(f *testing.F) { change := rawChange % (maxSafeBalance / 2) // Divide by 2 to allow for addition/subtraction balanceChanges = append(balanceChanges, change) } - + source, _ := util.DeterministicGenesisStateElectra(t, uint64(len(balanceChanges)+10)) originalBalances := source.Balances() - + // Ensure initial balances are within safe range for int64 casting for i, balance := range originalBalances { if balance > maxSafeBalance { @@ -250,23 +250,23 @@ func FuzzPropertyBalanceConservation(f *testing.F) { } } _ = source.SetBalances(originalBalances) - + // Calculate total before var totalBefore uint64 for _, balance := range originalBalances { totalBefore += balance } - + // Apply balance changes via diff system target := source.Copy() targetBalances := target.Balances() - + var totalDelta int64 for i, delta := range balanceChanges { if i >= len(targetBalances) { break } - + // Prevent underflow if delta < 0 && uint64(-delta) > targetBalances[i] { totalDelta -= int64(targetBalances[i]) // Actually lost amount (negative) @@ -287,25 +287,25 @@ func FuzzPropertyBalanceConservation(f *testing.F) { } } _ = target.SetBalances(targetBalances) - + // Apply through diff system diff, err := Diff(source, target) if err != nil { return } - + result, err := ApplyDiff(t.Context(), source, diff) if err != nil { return } - + // Calculate total after resultBalances := result.Balances() var totalAfter uint64 for _, balance := range resultBalances { totalAfter += balance } - + // Verify conservation (accounting for intended changes) expectedTotal := totalBefore if totalDelta >= 0 { @@ -317,9 +317,9 @@ func FuzzPropertyBalanceConservation(f *testing.F) { expectedTotal = 0 } } - - require.Equal(t, expectedTotal, totalAfter, - "Balance conservation violated: before=%d, delta=%d, expected=%d, actual=%d", + + require.Equal(t, expectedTotal, totalAfter, + "Balance conservation violated: before=%d, delta=%d, expected=%d, actual=%d", totalBefore, totalDelta, expectedTotal, totalAfter) }) } @@ -329,24 +329,24 @@ func FuzzPropertyMonotonicSlot(f *testing.F) { f.Fuzz(func(t *testing.T, slotDelta uint64) { source, _ := util.DeterministicGenesisStateElectra(t, 16) target := source.Copy() - + targetSlot := source.Slot() + primitives.Slot(slotDelta) _ = target.SetSlot(targetSlot) - + diff, err := Diff(source, target) if err != nil { return } - + result, err := ApplyDiff(t.Context(), source, diff) if err != nil { return } - + // Slot should never decrease - require.Equal(t, true, result.Slot() >= source.Slot(), + require.Equal(t, true, result.Slot() >= source.Slot(), "Slot decreased from %d to %d", source.Slot(), result.Slot()) - + // Slot should match target require.Equal(t, targetSlot, result.Slot()) }) @@ -360,10 +360,10 @@ func FuzzPropertyValidatorIndices(f *testing.F) { for i := 0; i < len(changeData) && len(changes) < 20; i++ { changes = append(changes, changeData[i]%2 == 0) } - + source, _ := util.DeterministicGenesisStateElectra(t, uint64(len(changes)+5)) target := source.Copy() - + // Apply changes validators := target.Validators() for i, shouldChange := range changes { @@ -375,21 +375,21 @@ func FuzzPropertyValidatorIndices(f *testing.F) { } } _ = target.SetValidators(validators) - + diff, err := Diff(source, target) if err != nil { return } - + result, err := ApplyDiff(t.Context(), source, diff) if err != nil { return } - + // Validator count should not decrease require.Equal(t, true, len(result.Validators()) >= len(source.Validators()), "Validator count decreased from %d to %d", len(source.Validators()), len(result.Validators())) - + // Public keys should be preserved for existing validators sourceVals := source.Validators() resultVals := result.Validators() @@ -400,4 +400,4 @@ func FuzzPropertyValidatorIndices(f *testing.F) { } } }) -} \ No newline at end of file +} diff --git a/consensus-types/hdiff/security_test.go b/consensus-types/hdiff/security_test.go index 697fb25daf..b108e78507 100644 --- a/consensus-types/hdiff/security_test.go +++ b/consensus-types/hdiff/security_test.go @@ -6,46 +6,46 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) // TestIntegerOverflowProtection tests protection against balance overflow attacks func TestIntegerOverflowProtection(t *testing.T) { source, _ := util.DeterministicGenesisStateElectra(t, 8) - + // Test balance overflow in diffToBalances - use realistic values t.Run("balance_diff_overflow", func(t *testing.T) { target := source.Copy() balances := target.Balances() - + // Set high but realistic balance values (32 ETH in Gwei = 32e9) balances[0] = 32000000000 // 32 ETH balances[1] = 64000000000 // 64 ETH _ = target.SetBalances(balances) - + // This should work fine with realistic values diffs, err := diffToBalances(source, target) require.NoError(t, err) - + // Verify the diffs are reasonable require.Equal(t, true, len(diffs) > 0, "Should have balance diffs") }) - + // Test reasonable balance changes t.Run("realistic_balance_changes", func(t *testing.T) { // Create realistic balance changes (slashing, rewards) balancesDiff := []int64{1000000000, -500000000, 2000000000} // 1 ETH gain, 0.5 ETH loss, 2 ETH gain - + // Apply to state with normal balances testSource := source.Copy() normalBalances := []uint64{32000000000, 32000000000, 32000000000} // 32 ETH each _ = testSource.SetBalances(normalBalances) - + // This should work fine result, err := applyBalancesDiff(testSource, balancesDiff) require.NoError(t, err) - + resultBalances := result.Balances() require.Equal(t, uint64(33000000000), resultBalances[0]) // 33 ETH require.Equal(t, uint64(31500000000), resultBalances[1]) // 31.5 ETH @@ -59,7 +59,7 @@ func TestReasonablePerformance(t *testing.T) { // Test with a large but realistic validator set source, _ := util.DeterministicGenesisStateElectra(t, 1000) // 1000 validators target := source.Copy() - + // Make realistic changes _ = target.SetSlot(source.Slot() + 32) // One epoch validators := target.Validators() @@ -67,31 +67,31 @@ func TestReasonablePerformance(t *testing.T) { validators[i].EffectiveBalance += 1000000000 // 1 ETH change } _ = target.SetValidators(validators) - + // Should complete quickly start := time.Now() diff, err := Diff(source, target) duration := time.Since(start) - + require.NoError(t, err) require.Equal(t, true, duration < time.Second, "Diff creation took too long: %v", duration) require.Equal(t, true, len(diff.StateDiff) > 0, "Should have state diff") }) - + t.Run("realistic_diff_application", func(t *testing.T) { // Test applying diffs to large states source, _ := util.DeterministicGenesisStateElectra(t, 500) target := source.Copy() _ = target.SetSlot(source.Slot() + 1) - + // Create and apply diff diff, err := Diff(source, target) require.NoError(t, err) - + start := time.Now() result, err := ApplyDiff(t.Context(), source, diff) duration := time.Since(start) - + require.NoError(t, err) require.Equal(t, target.Slot(), result.Slot()) require.Equal(t, true, duration < time.Second, "Diff application took too long: %v", duration) @@ -103,30 +103,30 @@ func TestStateTransitionValidation(t *testing.T) { t.Run("validator_slashing_scenario", func(t *testing.T) { source, _ := util.DeterministicGenesisStateElectra(t, 10) target := source.Copy() - + // Simulate validator slashing (realistic scenario) validators := target.Validators() validators[0].Slashed = true validators[0].EffectiveBalance = 0 // Slashed validator loses balance _ = target.SetValidators(validators) - + // This should work fine diff, err := Diff(source, target) require.NoError(t, err) - + result, err := ApplyDiff(t.Context(), source, diff) require.NoError(t, err) require.Equal(t, true, result.Validators()[0].Slashed) require.Equal(t, uint64(0), result.Validators()[0].EffectiveBalance) }) - + t.Run("epoch_transition_scenario", func(t *testing.T) { source, _ := util.DeterministicGenesisStateElectra(t, 64) target := source.Copy() - + // Simulate epoch transition with multiple changes _ = target.SetSlot(source.Slot() + 32) // One epoch - + // Some validators get rewards, others get penalties balances := target.Balances() for i := 0; i < len(balances); i++ { @@ -139,31 +139,31 @@ func TestStateTransitionValidation(t *testing.T) { } } _ = target.SetBalances(balances) - + // This should work smoothly diff, err := Diff(source, target) require.NoError(t, err) - + result, err := ApplyDiff(t.Context(), source, diff) require.NoError(t, err) require.Equal(t, target.Slot(), result.Slot()) }) - + t.Run("consistent_state_root", func(t *testing.T) { // Test that diffs preserve state consistency source, _ := util.DeterministicGenesisStateElectra(t, 32) target := source.Copy() - + // Make minimal changes _ = target.SetSlot(source.Slot() + 1) - + // Diff and apply should be consistent diff, err := Diff(source, target) require.NoError(t, err) - + result, err := ApplyDiff(t.Context(), source, diff) require.NoError(t, err) - + // Result should match target require.Equal(t, target.Slot(), result.Slot()) require.Equal(t, len(target.Validators()), len(result.Validators())) @@ -177,73 +177,73 @@ func TestSerializationRoundTrip(t *testing.T) { // Test that serialization and deserialization are consistent source, _ := util.DeterministicGenesisStateElectra(t, 16) target := source.Copy() - + // Make changes _ = target.SetSlot(source.Slot() + 5) validators := target.Validators() validators[0].EffectiveBalance += 1000000000 _ = target.SetValidators(validators) - + // Create diff diff1, err := Diff(source, target) require.NoError(t, err) - + // Deserialize and re-serialize hdiff, err := newHdiff(diff1) require.NoError(t, err) - + diff2 := hdiff.serialize() - + // Apply both diffs - should get same result result1, err := ApplyDiff(t.Context(), source, diff1) require.NoError(t, err) - + result2, err := ApplyDiff(t.Context(), source, diff2) require.NoError(t, err) - + require.Equal(t, result1.Slot(), result2.Slot()) require.Equal(t, result1.Validators()[0].EffectiveBalance, result2.Validators()[0].EffectiveBalance) }) - + t.Run("empty_diff_handling", func(t *testing.T) { // Test that empty diffs are handled correctly source, _ := util.DeterministicGenesisStateElectra(t, 8) target := source.Copy() // No changes - + // Should create minimal diff diff, err := Diff(source, target) require.NoError(t, err) - + // Apply should work and return equivalent state result, err := ApplyDiff(t.Context(), source, diff) require.NoError(t, err) - + require.Equal(t, source.Slot(), result.Slot()) require.Equal(t, len(source.Validators()), len(result.Validators())) }) - + t.Run("compression_efficiency", func(t *testing.T) { // Test that compression is working effectively source, _ := util.DeterministicGenesisStateElectra(t, 100) target := source.Copy() - + // Make small changes _ = target.SetSlot(source.Slot() + 1) validators := target.Validators() validators[0].EffectiveBalance += 1000000000 _ = target.SetValidators(validators) - + // Create diff diff, err := Diff(source, target) require.NoError(t, err) - + // Get full state size fullStateSSZ, err := target.MarshalSSZ() require.NoError(t, err) - + // Diff should be much smaller than full state diffSize := len(diff.StateDiff) + len(diff.ValidatorDiffs) + len(diff.BalancesDiff) - require.Equal(t, true, diffSize < len(fullStateSSZ)/2, + require.Equal(t, true, diffSize < len(fullStateSSZ)/2, "Diff should be smaller than full state: diff=%d, full=%d", diffSize, len(fullStateSSZ)) }) } @@ -254,7 +254,7 @@ func TestKMPSecurity(t *testing.T) { // Test with nil pointers in the pattern/text pattern := []*int{nil, nil, nil} text := []*int{nil, nil, nil, nil, nil} - + equals := func(a, b *int) bool { if a == nil && b == nil { return true @@ -264,29 +264,29 @@ func TestKMPSecurity(t *testing.T) { } return *a == *b } - + // Should not panic - result can be any integer result := kmpIndex(len(pattern), text, equals) _ = result // Any result is valid, just ensure no panic }) - + t.Run("empty_pattern_edge_case", func(t *testing.T) { var pattern []*int text := []*int{new(int), new(int)} - + equals := func(a, b *int) bool { return a == b } - + result := kmpIndex(0, text, equals) require.Equal(t, 0, result, "Empty pattern should return 0") _ = pattern // Silence unused variable warning }) - + t.Run("realistic_pattern_performance", func(t *testing.T) { // Test with realistic sizes to ensure good performance realisticSize := 100 // More realistic for validator arrays pattern := make([]*int, realisticSize) text := make([]*int, realisticSize*2) - + // Create realistic pattern for i := range pattern { val := i % 10 // More variation @@ -296,7 +296,7 @@ func TestKMPSecurity(t *testing.T) { val := i % 10 text[i] = &val } - + equals := func(a, b *int) bool { if a == nil && b == nil { return true @@ -306,13 +306,13 @@ func TestKMPSecurity(t *testing.T) { } return *a == *b } - + start := time.Now() result := kmpIndex(len(pattern), text, equals) duration := time.Since(start) - + // Should complete quickly with realistic inputs - require.Equal(t, true, duration < time.Second, + require.Equal(t, true, duration < time.Second, "KMP took too long: %v", duration) _ = result // Any result is valid, just ensure performance is good }) @@ -324,18 +324,18 @@ func TestConcurrencySafety(t *testing.T) { source, _ := util.DeterministicGenesisStateElectra(t, 32) target := source.Copy() _ = target.SetSlot(source.Slot() + 1) - + const numGoroutines = 10 const iterations = 100 - + var wg sync.WaitGroup errors := make(chan error, numGoroutines*iterations) - + for i := 0; i < numGoroutines; i++ { wg.Add(1) go func(workerID int) { defer wg.Done() - + for j := 0; j < iterations; j++ { _, err := Diff(source, target) if err != nil { @@ -344,34 +344,34 @@ func TestConcurrencySafety(t *testing.T) { } }(i) } - + wg.Wait() close(errors) - + // Check for any errors for err := range errors { t.Error(err) } }) - + t.Run("concurrent_diff_application", func(t *testing.T) { ctx := t.Context() source, _ := util.DeterministicGenesisStateElectra(t, 16) target := source.Copy() _ = target.SetSlot(source.Slot() + 5) - + diff, err := Diff(source, target) require.NoError(t, err) - + const numGoroutines = 10 var wg sync.WaitGroup errors := make(chan error, numGoroutines) - + for i := 0; i < numGoroutines; i++ { wg.Add(1) go func(workerID int) { defer wg.Done() - + // Each goroutine needs its own copy of the source state localSource := source.Copy() _, err := ApplyDiff(ctx, localSource, diff) @@ -380,13 +380,13 @@ func TestConcurrencySafety(t *testing.T) { } }(i) } - + wg.Wait() close(errors) - + // Check for any errors for err := range errors { t.Error(err) } }) -} \ No newline at end of file +} diff --git a/consensus-types/hdiff/state_diff.go b/consensus-types/hdiff/state_diff.go index eb009808a3..3d88541576 100644 --- a/consensus-types/hdiff/state_diff.go +++ b/consensus-types/hdiff/state_diff.go @@ -7,21 +7,21 @@ import ( "slices" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/capella" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/deneb" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/fulu" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/helpers" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/capella" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/deneb" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/fulu" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/helpers" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/golang/snappy" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" diff --git a/consensus-types/hdiff/state_diff_test.go b/consensus-types/hdiff/state_diff_test.go index c556354d73..082425ee10 100644 --- a/consensus-types/hdiff/state_diff_test.go +++ b/consensus-types/hdiff/state_diff_test.go @@ -8,16 +8,16 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/pkg/errors" ) diff --git a/consensus-types/helpers/BUILD.bazel b/consensus-types/helpers/BUILD.bazel index aac519dd5a..d493a9ad55 100644 --- a/consensus-types/helpers/BUILD.bazel +++ b/consensus-types/helpers/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["comparisons.go"], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/helpers", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/helpers", visibility = ["//visibility:public"], deps = ["//proto/prysm/v1alpha1:go_default_library"], ) diff --git a/consensus-types/helpers/comparisons.go b/consensus-types/helpers/comparisons.go index 49861b2a73..aad30a7e40 100644 --- a/consensus-types/helpers/comparisons.go +++ b/consensus-types/helpers/comparisons.go @@ -3,7 +3,7 @@ package helpers import ( "bytes" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func ForksEqual(s, t *ethpb.Fork) bool { diff --git a/consensus-types/helpers/comparisons_test.go b/consensus-types/helpers/comparisons_test.go index e4d3486fe9..0ba22aeddd 100644 --- a/consensus-types/helpers/comparisons_test.go +++ b/consensus-types/helpers/comparisons_test.go @@ -3,7 +3,7 @@ package helpers import ( "testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestForksEqual(t *testing.T) { diff --git a/consensus-types/interfaces/BUILD.bazel b/consensus-types/interfaces/BUILD.bazel index 6725f36bf1..0e40d7a816 100644 --- a/consensus-types/interfaces/BUILD.bazel +++ b/consensus-types/interfaces/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "utils.go", "validator.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/consensus-types/interfaces/beacon_block.go b/consensus-types/interfaces/beacon_block.go index 14faf3bf6a..a48a8db955 100644 --- a/consensus-types/interfaces/beacon_block.go +++ b/consensus-types/interfaces/beacon_block.go @@ -1,11 +1,11 @@ package interfaces import ( - field_params "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" + field_params "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" "google.golang.org/protobuf/proto" diff --git a/consensus-types/interfaces/error.go b/consensus-types/interfaces/error.go index 23a0645ec8..cd25a383b7 100644 --- a/consensus-types/interfaces/error.go +++ b/consensus-types/interfaces/error.go @@ -1,7 +1,7 @@ package interfaces import ( - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/consensus-types/interfaces/error_test.go b/consensus-types/interfaces/error_test.go index 5c508a1224..92601c467e 100644 --- a/consensus-types/interfaces/error_test.go +++ b/consensus-types/interfaces/error_test.go @@ -3,8 +3,8 @@ package interfaces import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" ) diff --git a/consensus-types/interfaces/light_client.go b/consensus-types/interfaces/light_client.go index 9f22b9828f..fe774fe198 100644 --- a/consensus-types/interfaces/light_client.go +++ b/consensus-types/interfaces/light_client.go @@ -1,9 +1,9 @@ package interfaces import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ssz "github.com/prysmaticlabs/fastssz" "google.golang.org/protobuf/proto" ) diff --git a/consensus-types/interfaces/utils.go b/consensus-types/interfaces/utils.go index c9bf4a61d5..f898a3873e 100644 --- a/consensus-types/interfaces/utils.go +++ b/consensus-types/interfaces/utils.go @@ -1,7 +1,7 @@ package interfaces import ( - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/consensus-types/interfaces/utils_test.go b/consensus-types/interfaces/utils_test.go index 5111f28cb7..6b8b551a15 100644 --- a/consensus-types/interfaces/utils_test.go +++ b/consensus-types/interfaces/utils_test.go @@ -3,13 +3,13 @@ package interfaces_test import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestBeaconBlockHeaderFromBlock(t *testing.T) { diff --git a/consensus-types/light-client/BUILD.bazel b/consensus-types/light-client/BUILD.bazel index 12b3a77d4c..711a56683e 100644 --- a/consensus-types/light-client/BUILD.bazel +++ b/consensus-types/light-client/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "optimistic_update.go", "update.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/light-client", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/light-client", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/consensus-types/light-client/bootstrap.go b/consensus-types/light-client/bootstrap.go index a477b89dca..1a7fd509b8 100644 --- a/consensus-types/light-client/bootstrap.go +++ b/consensus-types/light-client/bootstrap.go @@ -3,12 +3,12 @@ package light_client import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensustypes "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensustypes "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" ) diff --git a/consensus-types/light-client/finality_update.go b/consensus-types/light-client/finality_update.go index b6445cacc9..96d9ee4ff7 100644 --- a/consensus-types/light-client/finality_update.go +++ b/consensus-types/light-client/finality_update.go @@ -3,12 +3,12 @@ package light_client import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensustypes "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensustypes "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" ) diff --git a/consensus-types/light-client/header.go b/consensus-types/light-client/header.go index fbf71f5ad4..abfb14538c 100644 --- a/consensus-types/light-client/header.go +++ b/consensus-types/light-client/header.go @@ -3,14 +3,14 @@ package light_client import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensustypes "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensustypes "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" ) diff --git a/consensus-types/light-client/helpers.go b/consensus-types/light-client/helpers.go index 0c90d5698c..b2f34c28e6 100644 --- a/consensus-types/light-client/helpers.go +++ b/consensus-types/light-client/helpers.go @@ -3,8 +3,8 @@ package light_client import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) type branchConstraint interface { diff --git a/consensus-types/light-client/optimistic_update.go b/consensus-types/light-client/optimistic_update.go index 5c723588cc..b22b60ad97 100644 --- a/consensus-types/light-client/optimistic_update.go +++ b/consensus-types/light-client/optimistic_update.go @@ -3,11 +3,11 @@ package light_client import ( "fmt" - consensustypes "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + consensustypes "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" ) diff --git a/consensus-types/light-client/update.go b/consensus-types/light-client/update.go index dfcf35bed3..f00eaf17c1 100644 --- a/consensus-types/light-client/update.go +++ b/consensus-types/light-client/update.go @@ -3,13 +3,13 @@ package light_client import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - consensustypes "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + consensustypes "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "google.golang.org/protobuf/proto" ) diff --git a/consensus-types/mock/BUILD.bazel b/consensus-types/mock/BUILD.bazel index 1491b70056..de3f370e10 100644 --- a/consensus-types/mock/BUILD.bazel +++ b/consensus-types/mock/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["block.go"], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/mock", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/mock", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/consensus-types/mock/block.go b/consensus-types/mock/block.go index 2b8404406f..da5507067f 100644 --- a/consensus-types/mock/block.go +++ b/consensus-types/mock/block.go @@ -3,13 +3,13 @@ package mock import ( - field_params "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" + field_params "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" ssz "github.com/prysmaticlabs/fastssz" "google.golang.org/protobuf/proto" ) diff --git a/consensus-types/payload-attribute/BUILD.bazel b/consensus-types/payload-attribute/BUILD.bazel index 4310ac7820..7d2f50506c 100644 --- a/consensus-types/payload-attribute/BUILD.bazel +++ b/consensus-types/payload-attribute/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "interface.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/consensus-types/payload-attribute/getters.go b/consensus-types/payload-attribute/getters.go index 0688ba794c..9752037f0d 100644 --- a/consensus-types/payload-attribute/getters.go +++ b/consensus-types/payload-attribute/getters.go @@ -1,9 +1,9 @@ package payloadattribute import ( - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) // Version returns the version of the payload attribute. diff --git a/consensus-types/payload-attribute/getters_test.go b/consensus-types/payload-attribute/getters_test.go index 961527c540..b272f65b62 100644 --- a/consensus-types/payload-attribute/getters_test.go +++ b/consensus-types/payload-attribute/getters_test.go @@ -3,9 +3,9 @@ package payloadattribute import ( "testing" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestPayloadAttributeGetters(t *testing.T) { diff --git a/consensus-types/payload-attribute/interface.go b/consensus-types/payload-attribute/interface.go index b9fe7f26a1..63ab3343ca 100644 --- a/consensus-types/payload-attribute/interface.go +++ b/consensus-types/payload-attribute/interface.go @@ -1,7 +1,7 @@ package payloadattribute import ( - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" ) type Attributer interface { diff --git a/consensus-types/payload-attribute/types.go b/consensus-types/payload-attribute/types.go index 144ffb1f7d..563f7dff8b 100644 --- a/consensus-types/payload-attribute/types.go +++ b/consensus-types/payload-attribute/types.go @@ -1,12 +1,12 @@ package payloadattribute import ( - field_params "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + field_params "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/consensus-types/primitives/BUILD.bazel b/consensus-types/primitives/BUILD.bazel index f27023c2a6..295326cc2f 100644 --- a/consensus-types/primitives/BUILD.bazel +++ b/consensus-types/primitives/BUILD.bazel @@ -18,7 +18,7 @@ go_library( "validator.go", "wei.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/primitives", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/primitives", visibility = ["//visibility:public"], deps = [ "//math:go_default_library", diff --git a/consensus-types/primitives/epoch.go b/consensus-types/primitives/epoch.go index 0a11f3e80a..e9b1d33c76 100644 --- a/consensus-types/primitives/epoch.go +++ b/consensus-types/primitives/epoch.go @@ -3,7 +3,7 @@ package primitives import ( "fmt" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/math" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/consensus-types/primitives/epoch_test.go b/consensus-types/primitives/epoch_test.go index aa2f80d0e5..54f9efe0d7 100644 --- a/consensus-types/primitives/epoch_test.go +++ b/consensus-types/primitives/epoch_test.go @@ -5,9 +5,9 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - mathprysm "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + mathprysm "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestMaxEpoch(t *testing.T) { diff --git a/consensus-types/primitives/slot.go b/consensus-types/primitives/slot.go index 852f2c0e6c..da147608d5 100644 --- a/consensus-types/primitives/slot.go +++ b/consensus-types/primitives/slot.go @@ -3,7 +3,7 @@ package primitives import ( "fmt" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/math" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/consensus-types/primitives/slot_test.go b/consensus-types/primitives/slot_test.go index 3da08c6169..d989939b66 100644 --- a/consensus-types/primitives/slot_test.go +++ b/consensus-types/primitives/slot_test.go @@ -6,8 +6,8 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - mathprysm "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + mathprysm "github.com/OffchainLabs/prysm/v7/math" ) func TestSlot_Casting(t *testing.T) { diff --git a/consensus-types/primitives/sszbytes_test.go b/consensus-types/primitives/sszbytes_test.go index 9de164e830..6fc83e32c5 100644 --- a/consensus-types/primitives/sszbytes_test.go +++ b/consensus-types/primitives/sszbytes_test.go @@ -5,7 +5,7 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) func TestSSZBytes_HashTreeRoot(t *testing.T) { diff --git a/consensus-types/primitives/sszuint64_test.go b/consensus-types/primitives/sszuint64_test.go index 18942ece5b..7c320750a8 100644 --- a/consensus-types/primitives/sszuint64_test.go +++ b/consensus-types/primitives/sszuint64_test.go @@ -5,7 +5,7 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) func TestSSZUint64_Limit(t *testing.T) { diff --git a/consensus-types/primitives/wei_test.go b/consensus-types/primitives/wei_test.go index faedc864a0..c005b46c94 100644 --- a/consensus-types/primitives/wei_test.go +++ b/consensus-types/primitives/wei_test.go @@ -5,8 +5,8 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestWeiStringer(t *testing.T) { diff --git a/consensus-types/types.go b/consensus-types/types.go index 0e08cf677a..495fd9c18f 100644 --- a/consensus-types/types.go +++ b/consensus-types/types.go @@ -5,7 +5,7 @@ import ( "fmt" "sync/atomic" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/runtime/version" errors2 "github.com/pkg/errors" ) diff --git a/consensus-types/validator/BUILD.bazel b/consensus-types/validator/BUILD.bazel index 7345deda74..6e0af38eb1 100644 --- a/consensus-types/validator/BUILD.bazel +++ b/consensus-types/validator/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "custom_types.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/validator", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/validator", visibility = ["//visibility:public"], deps = ["//consensus-types/primitives:go_default_library"], ) diff --git a/consensus-types/validator/custom_types_test.go b/consensus-types/validator/custom_types_test.go index 29743027a7..823d81a202 100644 --- a/consensus-types/validator/custom_types_test.go +++ b/consensus-types/validator/custom_types_test.go @@ -3,7 +3,7 @@ package validator import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" "k8s.io/apimachinery/pkg/util/yaml" ) diff --git a/consensus-types/validator/types.go b/consensus-types/validator/types.go index 84633884ef..22b747497f 100644 --- a/consensus-types/validator/types.go +++ b/consensus-types/validator/types.go @@ -1,7 +1,7 @@ package validator import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) type Status int8 diff --git a/consensus-types/wrapper/BUILD.bazel b/consensus-types/wrapper/BUILD.bazel index 9c29e8ba54..52d2658813 100644 --- a/consensus-types/wrapper/BUILD.bazel +++ b/consensus-types/wrapper/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["metadata.go"], - importpath = "github.com/OffchainLabs/prysm/v6/consensus-types/wrapper", + importpath = "github.com/OffchainLabs/prysm/v7/consensus-types/wrapper", visibility = ["//visibility:public"], deps = [ "//proto/prysm/v1alpha1:go_default_library", diff --git a/consensus-types/wrapper/metadata.go b/consensus-types/wrapper/metadata.go index 1fb14668ab..08c5fce8f6 100644 --- a/consensus-types/wrapper/metadata.go +++ b/consensus-types/wrapper/metadata.go @@ -2,9 +2,9 @@ package wrapper import ( "github.com/OffchainLabs/go-bitfield" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata" - "github.com/OffchainLabs/prysm/v6/runtime/version" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata" + "github.com/OffchainLabs/prysm/v7/runtime/version" "google.golang.org/protobuf/proto" ) diff --git a/container/doubly-linked-list/BUILD.bazel b/container/doubly-linked-list/BUILD.bazel index f76285a207..5f159360ea 100644 --- a/container/doubly-linked-list/BUILD.bazel +++ b/container/doubly-linked-list/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["list.go"], - importpath = "github.com/OffchainLabs/prysm/v6/container/doubly-linked-list", + importpath = "github.com/OffchainLabs/prysm/v7/container/doubly-linked-list", visibility = ["//visibility:public"], deps = ["@com_github_pkg_errors//:go_default_library"], ) diff --git a/container/doubly-linked-list/list_test.go b/container/doubly-linked-list/list_test.go index efb2193471..c76111acdc 100644 --- a/container/doubly-linked-list/list_test.go +++ b/container/doubly-linked-list/list_test.go @@ -3,8 +3,8 @@ package doublylinkedlist import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestAppend(t *testing.T) { diff --git a/container/leaky-bucket/BUILD.bazel b/container/leaky-bucket/BUILD.bazel index e9994c41c9..731f5eb92e 100644 --- a/container/leaky-bucket/BUILD.bazel +++ b/container/leaky-bucket/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "heap.go", "leakybucket.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/container/leaky-bucket", + importpath = "github.com/OffchainLabs/prysm/v7/container/leaky-bucket", visibility = ["//visibility:public"], ) diff --git a/container/multi-value-slice/BUILD.bazel b/container/multi-value-slice/BUILD.bazel index 61862ec517..740497f4ad 100644 --- a/container/multi-value-slice/BUILD.bazel +++ b/container/multi-value-slice/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["multi_value_slice.go"], - importpath = "github.com/OffchainLabs/prysm/v6/container/multi-value-slice", + importpath = "github.com/OffchainLabs/prysm/v7/container/multi-value-slice", visibility = ["//visibility:public"], deps = ["@com_github_pkg_errors//:go_default_library"], ) diff --git a/container/multi-value-slice/multi_value_slice_test.go b/container/multi-value-slice/multi_value_slice_test.go index c8f6a94a45..e967b12b36 100644 --- a/container/multi-value-slice/multi_value_slice_test.go +++ b/container/multi-value-slice/multi_value_slice_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type testObject struct { diff --git a/container/queue/BUILD.bazel b/container/queue/BUILD.bazel index c62ce6e4bd..d4ab3376a8 100644 --- a/container/queue/BUILD.bazel +++ b/container/queue/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["priority_queue.go"], - importpath = "github.com/OffchainLabs/prysm/v6/container/queue", + importpath = "github.com/OffchainLabs/prysm/v7/container/queue", visibility = ["//visibility:public"], ) diff --git a/container/queue/priority_queue_test.go b/container/queue/priority_queue_test.go index 87f8b69c79..9be7eb6e70 100644 --- a/container/queue/priority_queue_test.go +++ b/container/queue/priority_queue_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) // Ensure we satisfy the heap.Interface diff --git a/container/slice/BUILD.bazel b/container/slice/BUILD.bazel index 3418c7a4a3..bb611f32c4 100644 --- a/container/slice/BUILD.bazel +++ b/container/slice/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "doc.go", "slice.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/container/slice", + importpath = "github.com/OffchainLabs/prysm/v7/container/slice", visibility = ["//visibility:public"], deps = ["//consensus-types/primitives:go_default_library"], ) diff --git a/container/slice/slice.go b/container/slice/slice.go index af8119c8f8..329885fbde 100644 --- a/container/slice/slice.go +++ b/container/slice/slice.go @@ -5,7 +5,7 @@ import ( "slices" "strings" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // SubsetUint64 returns true if the first array is diff --git a/container/slice/slice_test.go b/container/slice/slice_test.go index 033b86161a..56aae7a9b3 100644 --- a/container/slice/slice_test.go +++ b/container/slice/slice_test.go @@ -5,9 +5,9 @@ import ( "sort" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSubsetUint64(t *testing.T) { diff --git a/container/thread-safe/BUILD.bazel b/container/thread-safe/BUILD.bazel index eb8ce95238..b74a9a9ad0 100644 --- a/container/thread-safe/BUILD.bazel +++ b/container/thread-safe/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["map.go"], - importpath = "github.com/OffchainLabs/prysm/v6/container/thread-safe", + importpath = "github.com/OffchainLabs/prysm/v7/container/thread-safe", visibility = ["//visibility:public"], ) diff --git a/container/thread-safe/map_test.go b/container/thread-safe/map_test.go index fb9fde60b0..a3956318f3 100644 --- a/container/thread-safe/map_test.go +++ b/container/thread-safe/map_test.go @@ -5,7 +5,7 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type safeMap struct { diff --git a/container/trie/BUILD.bazel b/container/trie/BUILD.bazel index 7876e7c318..43b5430bd8 100644 --- a/container/trie/BUILD.bazel +++ b/container/trie/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "sparse_merkle.go", "zerohashes.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/container/trie", + importpath = "github.com/OffchainLabs/prysm/v7/container/trie", visibility = ["//visibility:public"], deps = [ "//crypto/hash:go_default_library", diff --git a/container/trie/sparse_merkle.go b/container/trie/sparse_merkle.go index 0973805827..2c95f367f1 100644 --- a/container/trie/sparse_merkle.go +++ b/container/trie/sparse_merkle.go @@ -6,9 +6,9 @@ import ( "encoding/binary" "fmt" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - protodb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + protodb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/container/trie/sparse_merkle_test.go b/container/trie/sparse_merkle_test.go index 32b9fc3dda..dfc13413ff 100644 --- a/container/trie/sparse_merkle_test.go +++ b/container/trie/sparse_merkle_test.go @@ -4,15 +4,15 @@ import ( "strconv" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - contracts "github.com/OffchainLabs/prysm/v6/contracts/deposit/mock" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + contracts "github.com/OffchainLabs/prysm/v7/contracts/deposit/mock" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/accounts/abi/bind" ) diff --git a/container/trie/sparse_merkle_trie_fuzz_test.go b/container/trie/sparse_merkle_trie_fuzz_test.go index 83cea4a1ea..d6ae3ae618 100644 --- a/container/trie/sparse_merkle_trie_fuzz_test.go +++ b/container/trie/sparse_merkle_trie_fuzz_test.go @@ -3,11 +3,11 @@ package trie_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/golang/protobuf/proto" ) diff --git a/contracts/deposit/BUILD.bazel b/contracts/deposit/BUILD.bazel index 37f5d6eaa2..9990f9e718 100644 --- a/contracts/deposit/BUILD.bazel +++ b/contracts/deposit/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "helper.go", "logs.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/contracts/deposit", + importpath = "github.com/OffchainLabs/prysm/v7/contracts/deposit", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/signing:go_default_library", diff --git a/contracts/deposit/contract_test.go b/contracts/deposit/contract_test.go index 24917cafc9..9f306b31da 100644 --- a/contracts/deposit/contract_test.go +++ b/contracts/deposit/contract_test.go @@ -4,11 +4,11 @@ import ( "encoding/binary" "testing" - depositcontract "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/contracts/deposit/mock" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + depositcontract "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/contracts/deposit/mock" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" ) diff --git a/contracts/deposit/deposit.go b/contracts/deposit/deposit.go index 78ca9aca9c..adcb544d70 100644 --- a/contracts/deposit/deposit.go +++ b/contracts/deposit/deposit.go @@ -3,11 +3,11 @@ package deposit import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/contracts/deposit/deposit_test.go b/contracts/deposit/deposit_test.go index ac99f859b4..0cd5837ce4 100644 --- a/contracts/deposit/deposit_test.go +++ b/contracts/deposit/deposit_test.go @@ -3,14 +3,14 @@ package deposit_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestDepositInput_GeneratesPb(t *testing.T) { diff --git a/contracts/deposit/deposit_tree_test.go b/contracts/deposit/deposit_tree_test.go index 68f819b680..fd228b8561 100644 --- a/contracts/deposit/deposit_tree_test.go +++ b/contracts/deposit/deposit_tree_test.go @@ -4,12 +4,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - depositcontract "github.com/OffchainLabs/prysm/v6/contracts/deposit/mock" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + depositcontract "github.com/OffchainLabs/prysm/v7/contracts/deposit/mock" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/accounts/abi/bind" ) diff --git a/contracts/deposit/mock/BUILD.bazel b/contracts/deposit/mock/BUILD.bazel index 1add8bd9d6..b4d8da34be 100644 --- a/contracts/deposit/mock/BUILD.bazel +++ b/contracts/deposit/mock/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/contracts/deposit/mock", + importpath = "github.com/OffchainLabs/prysm/v7/contracts/deposit/mock", visibility = ["//visibility:public"], deps = [ "//contracts/deposit:go_default_library", diff --git a/contracts/deposit/mock/mock.go b/contracts/deposit/mock/mock.go index b2b5239bf1..be30968c9c 100644 --- a/contracts/deposit/mock/mock.go +++ b/contracts/deposit/mock/mock.go @@ -6,7 +6,7 @@ import ( "math/big" "strings" - "github.com/OffchainLabs/prysm/v6/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/contracts/deposit" "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" diff --git a/crypto/bls/BUILD.bazel b/crypto/bls/BUILD.bazel index dbcb6d3bc8..da0551d419 100644 --- a/crypto/bls/BUILD.bazel +++ b/crypto/bls/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "interface.go", "signature_batch.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/bls", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/bls", visibility = ["//visibility:public"], deps = [ "//crypto/bls/blst:go_default_library", diff --git a/crypto/bls/bls.go b/crypto/bls/bls.go index a0c5a8c243..fbde5655c7 100644 --- a/crypto/bls/bls.go +++ b/crypto/bls/bls.go @@ -4,9 +4,9 @@ package bls import ( - "github.com/OffchainLabs/prysm/v6/crypto/bls/blst" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/crypto/bls/herumi" + "github.com/OffchainLabs/prysm/v7/crypto/bls/blst" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/crypto/bls/herumi" ) // Initialize herumi temporarily while we transition to blst for ethdo. diff --git a/crypto/bls/bls_test.go b/crypto/bls/bls_test.go index 0f9de4801b..f1a88e901a 100644 --- a/crypto/bls/bls_test.go +++ b/crypto/bls/bls_test.go @@ -3,8 +3,8 @@ package bls import ( "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestDisallowZeroSecretKeys(t *testing.T) { diff --git a/crypto/bls/blst/BUILD.bazel b/crypto/bls/blst/BUILD.bazel index e6de17d4c9..f2ae81155d 100644 --- a/crypto/bls/blst/BUILD.bazel +++ b/crypto/bls/blst/BUILD.bazel @@ -14,7 +14,7 @@ go_library( "signature.go", "stub.go", # keep ], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/bls/blst", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/bls/blst", visibility = ["//visibility:public"], deps = select({ "@io_bazel_rules_go//go/platform:android_amd64": [ diff --git a/crypto/bls/blst/bls_benchmark_test.go b/crypto/bls/blst/bls_benchmark_test.go index 7785652da7..6f63a623ea 100644 --- a/crypto/bls/blst/bls_benchmark_test.go +++ b/crypto/bls/blst/bls_benchmark_test.go @@ -5,9 +5,9 @@ package blst_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls/blst" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls/blst" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func BenchmarkSignature_Verify(b *testing.B) { diff --git a/crypto/bls/blst/init.go b/crypto/bls/blst/init.go index 874527b65c..b148079bcc 100644 --- a/crypto/bls/blst/init.go +++ b/crypto/bls/blst/init.go @@ -6,8 +6,8 @@ import ( "fmt" "runtime" - "github.com/OffchainLabs/prysm/v6/cache/nonblocking" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/cache/nonblocking" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" blst "github.com/supranational/blst/bindings/go" ) diff --git a/crypto/bls/blst/public_key.go b/crypto/bls/blst/public_key.go index ec23104a65..449f89e5fa 100644 --- a/crypto/bls/blst/public_key.go +++ b/crypto/bls/blst/public_key.go @@ -5,10 +5,10 @@ package blst import ( "fmt" - "github.com/OffchainLabs/prysm/v6/cache/nonblocking" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/cache/nonblocking" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" "github.com/pkg/errors" ) diff --git a/crypto/bls/blst/public_key_test.go b/crypto/bls/blst/public_key_test.go index e17697fc41..f1eea07a1b 100644 --- a/crypto/bls/blst/public_key_test.go +++ b/crypto/bls/blst/public_key_test.go @@ -8,10 +8,10 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls/blst" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls/blst" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestPublicKeyFromBytes(t *testing.T) { diff --git a/crypto/bls/blst/secret_key.go b/crypto/bls/blst/secret_key.go index 365ba5115e..1ddb1d5f3e 100644 --- a/crypto/bls/blst/secret_key.go +++ b/crypto/bls/blst/secret_key.go @@ -6,9 +6,9 @@ import ( "crypto/subtle" "fmt" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/crypto/rand" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/crypto/rand" blst "github.com/supranational/blst/bindings/go" ) diff --git a/crypto/bls/blst/secret_key_test.go b/crypto/bls/blst/secret_key_test.go index 7d5a37f75e..d618a30e63 100644 --- a/crypto/bls/blst/secret_key_test.go +++ b/crypto/bls/blst/secret_key_test.go @@ -8,11 +8,11 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls/blst" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls/blst" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestMarshalUnmarshal(t *testing.T) { diff --git a/crypto/bls/blst/signature.go b/crypto/bls/blst/signature.go index 63835af203..d6e789adab 100644 --- a/crypto/bls/blst/signature.go +++ b/crypto/bls/blst/signature.go @@ -7,9 +7,9 @@ import ( "fmt" "sync" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/crypto/rand" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/crypto/rand" "github.com/pkg/errors" blst "github.com/supranational/blst/bindings/go" ) diff --git a/crypto/bls/blst/signature_test.go b/crypto/bls/blst/signature_test.go index d4e28bf6e4..2890bf7161 100644 --- a/crypto/bls/blst/signature_test.go +++ b/crypto/bls/blst/signature_test.go @@ -7,9 +7,9 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSignVerify(t *testing.T) { diff --git a/crypto/bls/blst/stub.go b/crypto/bls/blst/stub.go index 5237024ca2..94e9009e79 100644 --- a/crypto/bls/blst/stub.go +++ b/crypto/bls/blst/stub.go @@ -3,7 +3,7 @@ package blst import ( - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" ) // This stub file exists until build issues can be resolved for libfuzz. diff --git a/crypto/bls/common/BUILD.bazel b/crypto/bls/common/BUILD.bazel index ec9f4ae4b9..2e9b9a3e1d 100644 --- a/crypto/bls/common/BUILD.bazel +++ b/crypto/bls/common/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "error.go", "interface.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/bls/common", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/bls/common", visibility = ["//visibility:public"], deps = ["//config/fieldparams:go_default_library"], ) diff --git a/crypto/bls/common/constants.go b/crypto/bls/common/constants.go index fff12dbc0a..a798c8e55e 100644 --- a/crypto/bls/common/constants.go +++ b/crypto/bls/common/constants.go @@ -1,6 +1,6 @@ package common -import fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" +import fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" // ZeroSecretKey represents a zero secret key. var ZeroSecretKey = [32]byte{} diff --git a/crypto/bls/common/mock/BUILD.bazel b/crypto/bls/common/mock/BUILD.bazel index e3c9e3a877..e2b5ad57f9 100644 --- a/crypto/bls/common/mock/BUILD.bazel +++ b/crypto/bls/common/mock/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["interface_mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/bls/common/mock", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/bls/common/mock", visibility = ["//visibility:public"], deps = [ "//crypto/bls/common:go_default_library", diff --git a/crypto/bls/common/mock/interface_mock.go b/crypto/bls/common/mock/interface_mock.go index bf6b89fd66..a2231af047 100644 --- a/crypto/bls/common/mock/interface_mock.go +++ b/crypto/bls/common/mock/interface_mock.go @@ -12,7 +12,7 @@ package mock import ( reflect "reflect" - common "github.com/OffchainLabs/prysm/v6/crypto/bls/common" + common "github.com/OffchainLabs/prysm/v7/crypto/bls/common" gomock "go.uber.org/mock/gomock" ) diff --git a/crypto/bls/herumi/BUILD.bazel b/crypto/bls/herumi/BUILD.bazel index 4929ce7a7a..9b00eb898a 100644 --- a/crypto/bls/herumi/BUILD.bazel +++ b/crypto/bls/herumi/BUILD.bazel @@ -5,7 +5,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["init.go"], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/bls/herumi", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/bls/herumi", visibility = [ "//crypto/bls:__pkg__", ], diff --git a/crypto/bls/interface.go b/crypto/bls/interface.go index 04db77671e..66fd5883e7 100644 --- a/crypto/bls/interface.go +++ b/crypto/bls/interface.go @@ -1,7 +1,7 @@ package bls import ( - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" ) // PublicKey represents a BLS public key. diff --git a/crypto/bls/signature_batch_test.go b/crypto/bls/signature_batch_test.go index 1b931f4bf2..a33c0b4a00 100644 --- a/crypto/bls/signature_batch_test.go +++ b/crypto/bls/signature_batch_test.go @@ -7,9 +7,9 @@ import ( "sort" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) const TestSignature = "test signature" diff --git a/crypto/ecdsa/BUILD.bazel b/crypto/ecdsa/BUILD.bazel index ddfd8e47b0..96ab0df21b 100644 --- a/crypto/ecdsa/BUILD.bazel +++ b/crypto/ecdsa/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["utils.go"], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/ecdsa", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/ecdsa", visibility = ["//visibility:public"], deps = [ "@com_github_btcsuite_btcd_btcec_v2//:go_default_library", diff --git a/crypto/ecdsa/utils_test.go b/crypto/ecdsa/utils_test.go index d3bb2651e0..4943529b5b 100644 --- a/crypto/ecdsa/utils_test.go +++ b/crypto/ecdsa/utils_test.go @@ -6,8 +6,8 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/btcsuite/btcd/btcec/v2" gcrypto "github.com/ethereum/go-ethereum/crypto" "github.com/libp2p/go-libp2p/core/crypto" diff --git a/crypto/hash/BUILD.bazel b/crypto/hash/BUILD.bazel index 77dbc9d481..8c1f95e8fb 100644 --- a/crypto/hash/BUILD.bazel +++ b/crypto/hash/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["hash.go"], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/hash", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/hash", visibility = ["//visibility:public"], deps = [ "//encoding/bytesutil:go_default_library", diff --git a/crypto/hash/hash.go b/crypto/hash/hash.go index 38146c2def..972f006032 100644 --- a/crypto/hash/hash.go +++ b/crypto/hash/hash.go @@ -7,7 +7,7 @@ import ( "reflect" "sync" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/minio/highwayhash" "github.com/minio/sha256-simd" fastssz "github.com/prysmaticlabs/fastssz" diff --git a/crypto/hash/hash_test.go b/crypto/hash/hash_test.go index 6222a72ee1..afd15a35e8 100644 --- a/crypto/hash/hash_test.go +++ b/crypto/hash/hash_test.go @@ -4,13 +4,13 @@ import ( "encoding/hex" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - pb "github.com/OffchainLabs/prysm/v6/proto/testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + pb "github.com/OffchainLabs/prysm/v7/proto/testing" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" fuzz "github.com/google/gofuzz" ) diff --git a/crypto/hash/htr/BUILD.bazel b/crypto/hash/htr/BUILD.bazel index 76ebe9e06d..00729be43b 100644 --- a/crypto/hash/htr/BUILD.bazel +++ b/crypto/hash/htr/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["hashtree.go"], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/hash/htr", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/hash/htr", visibility = ["//visibility:public"], deps = ["@com_github_prysmaticlabs_gohashtree//:go_default_library"], ) diff --git a/crypto/hash/htr/hashtree_test.go b/crypto/hash/htr/hashtree_test.go index 2fabcd3e93..57f1e12ea2 100644 --- a/crypto/hash/htr/hashtree_test.go +++ b/crypto/hash/htr/hashtree_test.go @@ -4,7 +4,7 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_VectorizedSha256(t *testing.T) { diff --git a/crypto/keystore/BUILD.bazel b/crypto/keystore/BUILD.bazel index ecd4ffdab7..53ebdeb785 100644 --- a/crypto/keystore/BUILD.bazel +++ b/crypto/keystore/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "keystore.go", "utils.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/keystore", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/keystore", visibility = ["//visibility:public"], deps = [ "//crypto/bls:go_default_library", diff --git a/crypto/keystore/key.go b/crypto/keystore/key.go index 9f1b114624..e4d538ef84 100644 --- a/crypto/keystore/key.go +++ b/crypto/keystore/key.go @@ -24,8 +24,8 @@ import ( "os" "path/filepath" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/pborman/uuid" ) diff --git a/crypto/keystore/key_test.go b/crypto/keystore/key_test.go index 4c9aa9dd64..0adc3b263e 100644 --- a/crypto/keystore/key_test.go +++ b/crypto/keystore/key_test.go @@ -6,9 +6,9 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pborman/uuid" ) diff --git a/crypto/keystore/keystore.go b/crypto/keystore/keystore.go index b6911ff6f2..e4fbf98ad1 100644 --- a/crypto/keystore/keystore.go +++ b/crypto/keystore/keystore.go @@ -32,7 +32,7 @@ import ( "path/filepath" "strings" - "github.com/OffchainLabs/prysm/v6/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls" "github.com/minio/sha256-simd" "github.com/pborman/uuid" log "github.com/sirupsen/logrus" diff --git a/crypto/keystore/keystore_test.go b/crypto/keystore/keystore_test.go index 99b941a479..3ae6db4558 100644 --- a/crypto/keystore/keystore_test.go +++ b/crypto/keystore/keystore_test.go @@ -6,10 +6,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pborman/uuid" ) diff --git a/crypto/keystore/utils.go b/crypto/keystore/utils.go index dd426f4610..6b518438b1 100644 --- a/crypto/keystore/utils.go +++ b/crypto/keystore/utils.go @@ -25,8 +25,8 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + prysmTime "github.com/OffchainLabs/prysm/v7/time" ) func aesCTRXOR(key, inText, iv []byte) ([]byte, error) { diff --git a/crypto/rand/BUILD.bazel b/crypto/rand/BUILD.bazel index 213a4583eb..dfdd0ad259 100644 --- a/crypto/rand/BUILD.bazel +++ b/crypto/rand/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["rand.go"], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/rand", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/rand", visibility = ["//visibility:public"], ) diff --git a/crypto/rand/rand.go b/crypto/rand/rand.go index 5d94c2232b..1b5232b0d1 100644 --- a/crypto/rand/rand.go +++ b/crypto/rand/rand.go @@ -7,7 +7,7 @@ This limits the scope of code that needs to be hardened. There are two modes, one for deterministic and another non-deterministic randomness: 1. If deterministic pseudo-random generator is enough, use: - import "github.com/OffchainLabs/prysm/v6/crypto/rand" + import "github.com/OffchainLabs/prysm/v7/crypto/rand" randGen := rand.NewDeterministicGenerator() randGen.Intn(32) // or any other func defined in math.rand API @@ -20,7 +20,7 @@ There are two modes, one for deterministic and another non-deterministic randomn 2. For cryptographically secure non-deterministic mode (CSPRNG), use: - import "github.com/OffchainLabs/prysm/v6/crypto/rand" + import "github.com/OffchainLabs/prysm/v7/crypto/rand" randGen := rand.NewGenerator() randGen.Intn(32) // or any other func defined in math.rand API diff --git a/crypto/random/BUILD.bazel b/crypto/random/BUILD.bazel index 3b4adea6c5..cd4a615a24 100644 --- a/crypto/random/BUILD.bazel +++ b/crypto/random/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["random.go"], - importpath = "github.com/OffchainLabs/prysm/v6/crypto/random", + importpath = "github.com/OffchainLabs/prysm/v7/crypto/random", visibility = ["//visibility:public"], deps = [ "@com_github_consensys_gnark_crypto//ecc/bls12-381/fr:go_default_library", diff --git a/crypto/random/random_test.go b/crypto/random/random_test.go index b0d21ddc24..3d61f3e241 100644 --- a/crypto/random/random_test.go +++ b/crypto/random/random_test.go @@ -3,8 +3,8 @@ package random import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" GoKZG "github.com/crate-crypto/go-kzg-4844" ) diff --git a/encoding/bytesutil/BUILD.bazel b/encoding/bytesutil/BUILD.bazel index f0fb698cd5..f32aaec8b0 100644 --- a/encoding/bytesutil/BUILD.bazel +++ b/encoding/bytesutil/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "hex.go", "integers.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/encoding/bytesutil", + importpath = "github.com/OffchainLabs/prysm/v7/encoding/bytesutil", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/encoding/bytesutil/bits_test.go b/encoding/bytesutil/bits_test.go index d984d879ec..93ded884cc 100644 --- a/encoding/bytesutil/bits_test.go +++ b/encoding/bytesutil/bits_test.go @@ -3,9 +3,9 @@ package bytesutil_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSetBit(t *testing.T) { diff --git a/encoding/bytesutil/bytes_test.go b/encoding/bytesutil/bytes_test.go index 0472a1da4c..e086831dce 100644 --- a/encoding/bytesutil/bytes_test.go +++ b/encoding/bytesutil/bytes_test.go @@ -6,8 +6,8 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/encoding/bytesutil/eth_types.go b/encoding/bytesutil/eth_types.go index 0aac7abf36..b538b853bc 100644 --- a/encoding/bytesutil/eth_types.go +++ b/encoding/bytesutil/eth_types.go @@ -1,8 +1,8 @@ package bytesutil import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // EpochToBytesLittleEndian conversion. diff --git a/encoding/bytesutil/eth_types_test.go b/encoding/bytesutil/eth_types_test.go index 1a2fcb0353..904bb71540 100644 --- a/encoding/bytesutil/eth_types_test.go +++ b/encoding/bytesutil/eth_types_test.go @@ -3,10 +3,10 @@ package bytesutil_test import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestZeroRoot(t *testing.T) { diff --git a/encoding/bytesutil/hex.go b/encoding/bytesutil/hex.go index 7290fdc7f0..c94a8fdf59 100644 --- a/encoding/bytesutil/hex.go +++ b/encoding/bytesutil/hex.go @@ -4,7 +4,7 @@ import ( "fmt" "regexp" - "github.com/OffchainLabs/prysm/v6/container/slice" + "github.com/OffchainLabs/prysm/v7/container/slice" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/encoding/bytesutil/hex_test.go b/encoding/bytesutil/hex_test.go index 47ab44e852..0b01f50349 100644 --- a/encoding/bytesutil/hex_test.go +++ b/encoding/bytesutil/hex_test.go @@ -3,9 +3,9 @@ package bytesutil_test import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestIsHex(t *testing.T) { diff --git a/encoding/bytesutil/integers.go b/encoding/bytesutil/integers.go index 294e39d960..1e91542b4c 100644 --- a/encoding/bytesutil/integers.go +++ b/encoding/bytesutil/integers.go @@ -6,7 +6,7 @@ import ( "fmt" "math/big" - "github.com/OffchainLabs/prysm/v6/math" + "github.com/OffchainLabs/prysm/v7/math" ) // ToBytes returns integer x to bytes in little-endian format at the specified length. diff --git a/encoding/bytesutil/integers_test.go b/encoding/bytesutil/integers_test.go index bc27c3208c..968a390dd0 100644 --- a/encoding/bytesutil/integers_test.go +++ b/encoding/bytesutil/integers_test.go @@ -7,8 +7,8 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestToBytes(t *testing.T) { diff --git a/encoding/ssz/BUILD.bazel b/encoding/ssz/BUILD.bazel index 82ba5c636a..75f9148ead 100644 --- a/encoding/ssz/BUILD.bazel +++ b/encoding/ssz/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "merkleize.go", "slice_root.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/encoding/ssz", + importpath = "github.com/OffchainLabs/prysm/v7/encoding/ssz", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/encoding/ssz/detect/BUILD.bazel b/encoding/ssz/detect/BUILD.bazel index cb3cecd256..3a38d7217a 100644 --- a/encoding/ssz/detect/BUILD.bazel +++ b/encoding/ssz/detect/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "configfork.go", "fieldspec.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect", + importpath = "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/encoding/ssz/detect/configfork.go b/encoding/ssz/detect/configfork.go index e74791879d..3550ffeb3c 100644 --- a/encoding/ssz/detect/configfork.go +++ b/encoding/ssz/detect/configfork.go @@ -3,17 +3,17 @@ package detect import ( "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/encoding/ssz/detect/configfork_test.go b/encoding/ssz/detect/configfork_test.go index 16272764bb..3bf0ed962c 100644 --- a/encoding/ssz/detect/configfork_test.go +++ b/encoding/ssz/detect/configfork_test.go @@ -4,17 +4,17 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestSlotFromBlock(t *testing.T) { diff --git a/encoding/ssz/detect/fieldspec.go b/encoding/ssz/detect/fieldspec.go index dccd1bf14f..18ec6878b8 100644 --- a/encoding/ssz/detect/fieldspec.go +++ b/encoding/ssz/detect/fieldspec.go @@ -3,7 +3,7 @@ package detect import ( "encoding/binary" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/pkg/errors" ) diff --git a/encoding/ssz/detect/fieldspec_test.go b/encoding/ssz/detect/fieldspec_test.go index 1053e027dd..96e063c65a 100644 --- a/encoding/ssz/detect/fieldspec_test.go +++ b/encoding/ssz/detect/fieldspec_test.go @@ -4,7 +4,7 @@ import ( "encoding/binary" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestTypeMismatch(t *testing.T) { diff --git a/encoding/ssz/equality/BUILD.bazel b/encoding/ssz/equality/BUILD.bazel index 9011b7c0ff..c6fb042d79 100644 --- a/encoding/ssz/equality/BUILD.bazel +++ b/encoding/ssz/equality/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["deep_equal.go"], - importpath = "github.com/OffchainLabs/prysm/v6/encoding/ssz/equality", + importpath = "github.com/OffchainLabs/prysm/v7/encoding/ssz/equality", visibility = ["//visibility:public"], deps = [ "//consensus-types/primitives:go_default_library", diff --git a/encoding/ssz/equality/deep_equal.go b/encoding/ssz/equality/deep_equal.go index e51bfce69d..d7e6714510 100644 --- a/encoding/ssz/equality/deep_equal.go +++ b/encoding/ssz/equality/deep_equal.go @@ -4,7 +4,7 @@ import ( "reflect" "unsafe" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "google.golang.org/protobuf/proto" ) diff --git a/encoding/ssz/equality/deep_equal_test.go b/encoding/ssz/equality/deep_equal_test.go index 589c4174dd..31b7357954 100644 --- a/encoding/ssz/equality/deep_equal_test.go +++ b/encoding/ssz/equality/deep_equal_test.go @@ -3,9 +3,9 @@ package equality_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/equality" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/equality" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestDeepEqualBasicTypes(t *testing.T) { diff --git a/encoding/ssz/hashers_test.go b/encoding/ssz/hashers_test.go index 2e7c33ad3f..3377cd9fa7 100644 --- a/encoding/ssz/hashers_test.go +++ b/encoding/ssz/hashers_test.go @@ -3,9 +3,9 @@ package ssz_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestHash(t *testing.T) { diff --git a/encoding/ssz/helpers.go b/encoding/ssz/helpers.go index f2c6d4ca4e..c5c9553037 100644 --- a/encoding/ssz/helpers.go +++ b/encoding/ssz/helpers.go @@ -6,7 +6,7 @@ import ( "encoding/binary" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/minio/sha256-simd" "github.com/pkg/errors" ) diff --git a/encoding/ssz/helpers_test.go b/encoding/ssz/helpers_test.go index db66f467ff..d463ffb806 100644 --- a/encoding/ssz/helpers_test.go +++ b/encoding/ssz/helpers_test.go @@ -4,9 +4,9 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) const merkleizingListLimitError = "merkleizing list that is too large, over limit" diff --git a/encoding/ssz/htrutils.go b/encoding/ssz/htrutils.go index abedbac03c..9ab74ca3e1 100644 --- a/encoding/ssz/htrutils.go +++ b/encoding/ssz/htrutils.go @@ -4,10 +4,10 @@ import ( "bytes" "encoding/binary" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/encoding/ssz/htrutils_fuzz_test.go b/encoding/ssz/htrutils_fuzz_test.go index 45306593bb..d77d264428 100644 --- a/encoding/ssz/htrutils_fuzz_test.go +++ b/encoding/ssz/htrutils_fuzz_test.go @@ -5,9 +5,9 @@ package ssz_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/encoding/ssz/htrutils_test.go b/encoding/ssz/htrutils_test.go index acedb18dd3..0188fafca1 100644 --- a/encoding/ssz/htrutils_test.go +++ b/encoding/ssz/htrutils_test.go @@ -4,13 +4,13 @@ import ( "reflect" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestUint64Root(t *testing.T) { diff --git a/encoding/ssz/merkleize.go b/encoding/ssz/merkleize.go index 2fd1f238db..76feec0469 100644 --- a/encoding/ssz/merkleize.go +++ b/encoding/ssz/merkleize.go @@ -3,8 +3,8 @@ package ssz import ( "encoding/binary" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/hash/htr" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/hash/htr" "github.com/pkg/errors" "github.com/prysmaticlabs/gohashtree" ) diff --git a/encoding/ssz/merkleize_test.go b/encoding/ssz/merkleize_test.go index c908b644c7..66ab893040 100644 --- a/encoding/ssz/merkleize_test.go +++ b/encoding/ssz/merkleize_test.go @@ -4,11 +4,11 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestGetDepth(t *testing.T) { diff --git a/encoding/ssz/query/BUILD.bazel b/encoding/ssz/query/BUILD.bazel index 5963ad69c3..a30062d300 100644 --- a/encoding/ssz/query/BUILD.bazel +++ b/encoding/ssz/query/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "tag_parser.go", "vector.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/encoding/ssz/query", + importpath = "github.com/OffchainLabs/prysm/v7/encoding/ssz/query", visibility = ["//visibility:public"], deps = [ "//encoding/ssz:go_default_library", diff --git a/encoding/ssz/query/generalized_index.go b/encoding/ssz/query/generalized_index.go index 9a581c8287..50d96eda6a 100644 --- a/encoding/ssz/query/generalized_index.go +++ b/encoding/ssz/query/generalized_index.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" ) const listBaseIndex = 2 diff --git a/encoding/ssz/query/generalized_index_test.go b/encoding/ssz/query/generalized_index_test.go index 25792807d4..2066768398 100644 --- a/encoding/ssz/query/generalized_index_test.go +++ b/encoding/ssz/query/generalized_index_test.go @@ -4,9 +4,9 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/query" - sszquerypb "github.com/OffchainLabs/prysm/v6/proto/ssz_query/testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/query" + sszquerypb "github.com/OffchainLabs/prysm/v7/proto/ssz_query/testing" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestGetIndicesFromPath_FixedNestedContainer(t *testing.T) { diff --git a/encoding/ssz/query/path_test.go b/encoding/ssz/query/path_test.go index 363aacfa44..8807d133c9 100644 --- a/encoding/ssz/query/path_test.go +++ b/encoding/ssz/query/path_test.go @@ -3,8 +3,8 @@ package query_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/query" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/query" + "github.com/OffchainLabs/prysm/v7/testing/require" ) // Helper to get pointer to uint64 diff --git a/encoding/ssz/query/query_test.go b/encoding/ssz/query/query_test.go index 3c8de53cc1..cff044eec1 100644 --- a/encoding/ssz/query/query_test.go +++ b/encoding/ssz/query/query_test.go @@ -5,10 +5,10 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/query" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/query/testutil" - sszquerypb "github.com/OffchainLabs/prysm/v6/proto/ssz_query/testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/query" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/query/testutil" + sszquerypb "github.com/OffchainLabs/prysm/v7/proto/ssz_query/testing" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSize(t *testing.T) { diff --git a/encoding/ssz/query/tag_parser_test.go b/encoding/ssz/query/tag_parser_test.go index 43bfbe8b79..1ca986ce2b 100644 --- a/encoding/ssz/query/tag_parser_test.go +++ b/encoding/ssz/query/tag_parser_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/query" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/query" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestParseSSZTag(t *testing.T) { diff --git a/encoding/ssz/query/testutil/BUILD.bazel b/encoding/ssz/query/testutil/BUILD.bazel index 8e66a56bb3..f73affac51 100644 --- a/encoding/ssz/query/testutil/BUILD.bazel +++ b/encoding/ssz/query/testutil/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "type.go", "util.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/encoding/ssz/query/testutil", + importpath = "github.com/OffchainLabs/prysm/v7/encoding/ssz/query/testutil", visibility = ["//visibility:public"], deps = [ "//encoding/ssz/query:go_default_library", diff --git a/encoding/ssz/query/testutil/runner.go b/encoding/ssz/query/testutil/runner.go index 066d1d4464..bb19c85bae 100644 --- a/encoding/ssz/query/testutil/runner.go +++ b/encoding/ssz/query/testutil/runner.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/query" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/query" + "github.com/OffchainLabs/prysm/v7/testing/require" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/encoding/ssz/query/testutil/type.go b/encoding/ssz/query/testutil/type.go index 6e300adc20..5f4ce727cc 100644 --- a/encoding/ssz/query/testutil/type.go +++ b/encoding/ssz/query/testutil/type.go @@ -1,6 +1,6 @@ package testutil -import "github.com/OffchainLabs/prysm/v6/encoding/ssz/query" +import "github.com/OffchainLabs/prysm/v7/encoding/ssz/query" type PathTest struct { Path string diff --git a/genesis/BUILD.bazel b/genesis/BUILD.bazel index 22e4cfe67f..5c1f396768 100644 --- a/genesis/BUILD.bazel +++ b/genesis/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "storage.go", "testing.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/genesis", + importpath = "github.com/OffchainLabs/prysm/v7/genesis", visibility = ["//visibility:public"], deps = [ "//api/client:go_default_library", diff --git a/genesis/embedded.go b/genesis/embedded.go index 185491eec9..e0cda3e183 100644 --- a/genesis/embedded.go +++ b/genesis/embedded.go @@ -3,9 +3,9 @@ package genesis import ( "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/genesis/internal/embedded" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/genesis/internal/embedded" ) var embeddedGenesisData map[string]GenesisData diff --git a/genesis/embedded_test.go b/genesis/embedded_test.go index 7b7ed87243..26e5ae8d40 100644 --- a/genesis/embedded_test.go +++ b/genesis/embedded_test.go @@ -3,9 +3,9 @@ package genesis import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/genesis/internal/embedded" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/genesis/internal/embedded" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestEmbededGenesisDataMatchesMainnet(t *testing.T) { diff --git a/genesis/initialize.go b/genesis/initialize.go index c70367a964..4721375112 100644 --- a/genesis/initialize.go +++ b/genesis/initialize.go @@ -8,9 +8,9 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/genesis/initialize_test.go b/genesis/initialize_test.go index df769d7030..af4fef1aba 100644 --- a/genesis/initialize_test.go +++ b/genesis/initialize_test.go @@ -8,14 +8,14 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/genesis" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/genesis" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/genesis/internal/embedded/BUILD.bazel b/genesis/internal/embedded/BUILD.bazel index 957c7a63db..f0f5bb8039 100644 --- a/genesis/internal/embedded/BUILD.bazel +++ b/genesis/internal/embedded/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "mainnet.go", ], embedsrcs = ["mainnet.ssz.snappy"], - importpath = "github.com/OffchainLabs/prysm/v6/genesis/internal/embedded", + importpath = "github.com/OffchainLabs/prysm/v7/genesis/internal/embedded", visibility = [ "//genesis:__pkg__", ], diff --git a/genesis/internal/embedded/lookup.go b/genesis/internal/embedded/lookup.go index 975963ef8d..4231c3ceb8 100644 --- a/genesis/internal/embedded/lookup.go +++ b/genesis/internal/embedded/lookup.go @@ -5,10 +5,10 @@ import ( _ "embed" "errors" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/golang/snappy" ) diff --git a/genesis/internal/embedded/lookup_test.go b/genesis/internal/embedded/lookup_test.go index 4be626a703..9cfa7cd133 100644 --- a/genesis/internal/embedded/lookup_test.go +++ b/genesis/internal/embedded/lookup_test.go @@ -3,8 +3,8 @@ package embedded_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/genesis/internal/embedded" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/genesis/internal/embedded" ) func TestGenesisState(t *testing.T) { diff --git a/genesis/internal/embedded/mainnet.go b/genesis/internal/embedded/mainnet.go index 30d45291b4..ca855c7313 100644 --- a/genesis/internal/embedded/mainnet.go +++ b/genesis/internal/embedded/mainnet.go @@ -6,7 +6,7 @@ package embedded import ( _ "embed" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) var ( diff --git a/genesis/providers.go b/genesis/providers.go index b0fe1d0c1b..89728cb86b 100644 --- a/genesis/providers.go +++ b/genesis/providers.go @@ -5,10 +5,10 @@ import ( "fmt" "os" - "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" + "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" "github.com/pkg/errors" ) diff --git a/genesis/storage.go b/genesis/storage.go index b0c0298a99..0aa838404c 100644 --- a/genesis/storage.go +++ b/genesis/storage.go @@ -9,10 +9,10 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/genesis/testing.go b/genesis/testing.go index 957642a004..6200d4e0ab 100644 --- a/genesis/testing.go +++ b/genesis/testing.go @@ -3,7 +3,7 @@ package genesis import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" ) // StoreDuringTest temporarily replaces the package level GenesisData with the provided GenesisData diff --git a/go.mod b/go.mod index 5e32370d4b..d829269912 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/OffchainLabs/prysm/v6 +module github.com/OffchainLabs/prysm/v7 go 1.25.1 diff --git a/hack/update-go-pbs.sh b/hack/update-go-pbs.sh index 8aa042415a..025a0c5af8 100755 --- a/hack/update-go-pbs.sh +++ b/hack/update-go-pbs.sh @@ -12,7 +12,7 @@ while IFS= read -d $'\0' -r file; do done < <($findutil -L "$(bazel info bazel-bin)"/proto -type f -regextype sed -regex ".*pb\.go$" -print0) arraylength=${#file_list[@]} -searchstring="OffchainLabs/prysm/v6/" +searchstring="OffchainLabs/prysm/v7/" # Copy pb.go files from bazel-bin to original folder where .proto is. for ((i = 0; i < arraylength; i++)); do diff --git a/hack/update-mockgen.sh b/hack/update-mockgen.sh index b9b68feadb..30da332735 100755 --- a/hack/update-mockgen.sh +++ b/hack/update-mockgen.sh @@ -7,7 +7,7 @@ mock_path="testing/mock" iface_mock_path="testing/validator-mock" -# github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 +# github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 # ------------------------------------------------------ proto_mocks_v1alpha1=( "$mock_path/beacon_service_mock.go BeaconChainClient" @@ -21,10 +21,10 @@ for ((i = 0; i < ${#proto_mocks_v1alpha1[@]}; i++)); do interfaces=${proto_mocks_v1alpha1[i]#* }; echo "generating $file for interfaces: $interfaces"; echo - GO11MODULE=on mockgen -package=mock -destination="$file" github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 "$interfaces" + GO11MODULE=on mockgen -package=mock -destination="$file" github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 "$interfaces" done -# github.com/OffchainLabs/prysm/v6/validator/client/iface +# github.com/OffchainLabs/prysm/v7/validator/client/iface # -------------------------------------------------------- iface_mocks=( "$iface_mock_path/chain_client_mock.go ChainClient" @@ -37,13 +37,13 @@ for ((i = 0; i < ${#iface_mocks[@]}; i++)); do file=${iface_mocks[i]% *}; interfaces=${iface_mocks[i]#* }; echo "generating $file for interfaces: $interfaces"; - GO11MODULE=on mockgen -package=validator_mock -destination="$file" github.com/OffchainLabs/prysm/v6/validator/client/iface "$interfaces" + GO11MODULE=on mockgen -package=validator_mock -destination="$file" github.com/OffchainLabs/prysm/v7/validator/client/iface "$interfaces" done goimports -w "$mock_path/." gofmt -s -w "$mock_path/." -# github.com/OffchainLabs/prysm/v6/validator/client/beacon-api +# github.com/OffchainLabs/prysm/v7/validator/client/beacon-api # ------------------------------------------------------------- beacon_api_mock_path="validator/client/beacon-api/mock" beacon_api_mocks=( @@ -64,7 +64,7 @@ done goimports -w "$beacon_api_mock_path/." gofmt -s -w "$beacon_api_mock_path/." -# github.com/OffchainLabs/prysm/v6/crypto/bls +# github.com/OffchainLabs/prysm/v7/crypto/bls # -------------------------------------------- crypto_bls_common_mock_path="crypto/bls/common/mock" crypto_bls_common_mocks=( diff --git a/io/file/BUILD.bazel b/io/file/BUILD.bazel index 4df065d1c6..b409fec08d 100644 --- a/io/file/BUILD.bazel +++ b/io/file/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "fileutil.go", "log.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/io/file", + importpath = "github.com/OffchainLabs/prysm/v7/io/file", visibility = ["//visibility:public"], deps = [ "//config/params:go_default_library", diff --git a/io/file/fileutil.go b/io/file/fileutil.go index 39f95bc682..004d162f33 100644 --- a/io/file/fileutil.go +++ b/io/file/fileutil.go @@ -12,7 +12,7 @@ import ( "sort" "strings" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/pkg/errors" ) diff --git a/io/file/fileutil_test.go b/io/file/fileutil_test.go index 07007e6ca8..caf943326b 100644 --- a/io/file/fileutil_test.go +++ b/io/file/fileutil_test.go @@ -27,10 +27,10 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestPathExpansion(t *testing.T) { diff --git a/io/logs/BUILD.bazel b/io/logs/BUILD.bazel index dd61d753d2..ac6b538156 100644 --- a/io/logs/BUILD.bazel +++ b/io/logs/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "logutil.go", "stream.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/io/logs", + importpath = "github.com/OffchainLabs/prysm/v7/io/logs", visibility = ["//visibility:public"], deps = [ "//async/event:go_default_library", diff --git a/io/logs/logutil.go b/io/logs/logutil.go index e8461dafca..7208909115 100644 --- a/io/logs/logutil.go +++ b/io/logs/logutil.go @@ -9,8 +9,8 @@ import ( "path/filepath" "strings" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/sirupsen/logrus" ) diff --git a/io/logs/logutil_test.go b/io/logs/logutil_test.go index be4719504f..7d848c8215 100644 --- a/io/logs/logutil_test.go +++ b/io/logs/logutil_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) var urltests = []struct { diff --git a/io/logs/mock/BUILD.bazel b/io/logs/mock/BUILD.bazel index 7b3482105f..b7eb0e3e67 100644 --- a/io/logs/mock/BUILD.bazel +++ b/io/logs/mock/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["mock_stream.go"], - importpath = "github.com/OffchainLabs/prysm/v6/io/logs/mock", + importpath = "github.com/OffchainLabs/prysm/v7/io/logs/mock", visibility = ["//visibility:public"], deps = ["//async/event:go_default_library"], ) diff --git a/io/logs/mock/mock_stream.go b/io/logs/mock/mock_stream.go index 5951096345..2ec2eb3183 100644 --- a/io/logs/mock/mock_stream.go +++ b/io/logs/mock/mock_stream.go @@ -1,6 +1,6 @@ package mock -import "github.com/OffchainLabs/prysm/v6/async/event" +import "github.com/OffchainLabs/prysm/v7/async/event" type MockStreamer struct { logs [][]byte diff --git a/io/logs/stream.go b/io/logs/stream.go index 06e4b242dc..082c88fc2f 100644 --- a/io/logs/stream.go +++ b/io/logs/stream.go @@ -3,9 +3,9 @@ package logs import ( "io" - "github.com/OffchainLabs/prysm/v6/async/event" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - "github.com/OffchainLabs/prysm/v6/crypto/rand" + "github.com/OffchainLabs/prysm/v7/async/event" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + "github.com/OffchainLabs/prysm/v7/crypto/rand" lru "github.com/hashicorp/golang-lru" ) diff --git a/io/logs/stream_test.go b/io/logs/stream_test.go index c0ebc0da72..ef55beb7e9 100644 --- a/io/logs/stream_test.go +++ b/io/logs/stream_test.go @@ -3,7 +3,7 @@ package logs import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStreamServer_BackfillsMessages(t *testing.T) { diff --git a/io/prompt/BUILD.bazel b/io/prompt/BUILD.bazel index b5721bb82d..12c841cc2f 100644 --- a/io/prompt/BUILD.bazel +++ b/io/prompt/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "prompt.go", "validate.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/io/prompt", + importpath = "github.com/OffchainLabs/prysm/v7/io/prompt", visibility = ["//visibility:public"], deps = [ "//io/file:go_default_library", diff --git a/io/prompt/prompt.go b/io/prompt/prompt.go index c6395df67c..d5009e6a64 100644 --- a/io/prompt/prompt.go +++ b/io/prompt/prompt.go @@ -7,7 +7,7 @@ import ( "os" "strings" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/logrusorgru/aurora" "github.com/pkg/errors" log "github.com/sirupsen/logrus" diff --git a/io/prompt/validate_test.go b/io/prompt/validate_test.go index 1debad3d44..a64b38f037 100644 --- a/io/prompt/validate_test.go +++ b/io/prompt/validate_test.go @@ -4,8 +4,8 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestValidatePasswordInput(t *testing.T) { diff --git a/math/BUILD.bazel b/math/BUILD.bazel index 73991c1850..129a691d04 100644 --- a/math/BUILD.bazel +++ b/math/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["math_helper.go"], - importpath = "github.com/OffchainLabs/prysm/v6/math", + importpath = "github.com/OffchainLabs/prysm/v7/math", visibility = ["//visibility:public"], deps = ["@com_github_thomaso_mirodin_intmath//u64:go_default_library"], ) diff --git a/math/math_helper_test.go b/math/math_helper_test.go index 5d7ac781f3..f90c740125 100644 --- a/math/math_helper_test.go +++ b/math/math_helper_test.go @@ -5,8 +5,8 @@ import ( stdmath "math" "testing" - "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestIntegerSquareRoot(t *testing.T) { diff --git a/monitoring/backup/BUILD.bazel b/monitoring/backup/BUILD.bazel index 299c86e2ba..80a729e826 100644 --- a/monitoring/backup/BUILD.bazel +++ b/monitoring/backup/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["http_backup_handler.go"], - importpath = "github.com/OffchainLabs/prysm/v6/monitoring/backup", + importpath = "github.com/OffchainLabs/prysm/v7/monitoring/backup", visibility = ["//visibility:public"], deps = ["@com_github_sirupsen_logrus//:go_default_library"], ) diff --git a/monitoring/clientstats/BUILD.bazel b/monitoring/clientstats/BUILD.bazel index cd165bce5d..390f712fb1 100644 --- a/monitoring/clientstats/BUILD.bazel +++ b/monitoring/clientstats/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "types.go", "updaters.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/monitoring/clientstats", + importpath = "github.com/OffchainLabs/prysm/v7/monitoring/clientstats", visibility = ["//visibility:public"], deps = [ "//proto/prysm/v1alpha1:go_default_library", diff --git a/monitoring/clientstats/scrapers.go b/monitoring/clientstats/scrapers.go index 0519e83856..e2dde948ea 100644 --- a/monitoring/clientstats/scrapers.go +++ b/monitoring/clientstats/scrapers.go @@ -9,7 +9,7 @@ import ( "strconv" "time" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" dto "github.com/prometheus/client_model/go" "github.com/prometheus/prom2json" log "github.com/sirupsen/logrus" diff --git a/monitoring/clientstats/scrapers_test.go b/monitoring/clientstats/scrapers_test.go index 645c846ff4..061baef141 100644 --- a/monitoring/clientstats/scrapers_test.go +++ b/monitoring/clientstats/scrapers_test.go @@ -9,7 +9,7 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/sirupsen/logrus" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/monitoring/journald/BUILD.bazel b/monitoring/journald/BUILD.bazel index b98545fb84..fd5e2509c2 100644 --- a/monitoring/journald/BUILD.bazel +++ b/monitoring/journald/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "journald_linux.go", "journalhook_linux.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/monitoring/journald", + importpath = "github.com/OffchainLabs/prysm/v7/monitoring/journald", visibility = ["//visibility:public"], deps = select({ "@io_bazel_rules_go//go/platform:android": [ diff --git a/monitoring/progress/BUILD.bazel b/monitoring/progress/BUILD.bazel index b1d2fea13c..2c3168e26d 100644 --- a/monitoring/progress/BUILD.bazel +++ b/monitoring/progress/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["progress.go"], - importpath = "github.com/OffchainLabs/prysm/v6/monitoring/progress", + importpath = "github.com/OffchainLabs/prysm/v7/monitoring/progress", visibility = ["//visibility:public"], deps = [ "@com_github_k0kubun_go_ansi//:go_default_library", diff --git a/monitoring/prometheus/BUILD.bazel b/monitoring/prometheus/BUILD.bazel index 7809130de1..26c6277aab 100644 --- a/monitoring/prometheus/BUILD.bazel +++ b/monitoring/prometheus/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "service.go", "simple_server.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/monitoring/prometheus", + importpath = "github.com/OffchainLabs/prysm/v7/monitoring/prometheus", visibility = ["//visibility:public"], deps = [ "//runtime:go_default_library", diff --git a/monitoring/prometheus/logrus_collector_test.go b/monitoring/prometheus/logrus_collector_test.go index 3362bc983c..5e4e57852a 100644 --- a/monitoring/prometheus/logrus_collector_test.go +++ b/monitoring/prometheus/logrus_collector_test.go @@ -10,9 +10,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/monitoring/prometheus" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/monitoring/prometheus" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" log "github.com/sirupsen/logrus" ) diff --git a/monitoring/prometheus/service.go b/monitoring/prometheus/service.go index 2c683559c9..96ed2f42b5 100644 --- a/monitoring/prometheus/service.go +++ b/monitoring/prometheus/service.go @@ -12,7 +12,7 @@ import ( "runtime/pprof" "time" - "github.com/OffchainLabs/prysm/v6/runtime" + "github.com/OffchainLabs/prysm/v7/runtime" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" "github.com/sirupsen/logrus" diff --git a/monitoring/prometheus/service_test.go b/monitoring/prometheus/service_test.go index 3087ab3baa..00f85b4750 100644 --- a/monitoring/prometheus/service_test.go +++ b/monitoring/prometheus/service_test.go @@ -11,9 +11,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/runtime" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/runtime" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/sirupsen/logrus" ) diff --git a/monitoring/tracing/BUILD.bazel b/monitoring/tracing/BUILD.bazel index 1927b58467..a6409cd39d 100644 --- a/monitoring/tracing/BUILD.bazel +++ b/monitoring/tracing/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "recovery_interceptor_option.go", "tracer.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/monitoring/tracing", + importpath = "github.com/OffchainLabs/prysm/v7/monitoring/tracing", visibility = ["//visibility:public"], deps = [ "//monitoring/tracing/trace:go_default_library", diff --git a/monitoring/tracing/recovery_interceptor_option.go b/monitoring/tracing/recovery_interceptor_option.go index bf127224be..756440a63a 100644 --- a/monitoring/tracing/recovery_interceptor_option.go +++ b/monitoring/tracing/recovery_interceptor_option.go @@ -7,7 +7,7 @@ import ( "runtime" "runtime/debug" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/sirupsen/logrus" ) diff --git a/monitoring/tracing/trace/BUILD.bazel b/monitoring/tracing/trace/BUILD.bazel index 3226244367..dc0ec7e33a 100644 --- a/monitoring/tracing/trace/BUILD.bazel +++ b/monitoring/tracing/trace/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["span.go"], - importpath = "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace", + importpath = "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace", visibility = ["//visibility:public"], deps = [ "@io_opentelemetry_go_otel//:go_default_library", diff --git a/monitoring/tracing/tracer.go b/monitoring/tracing/tracer.go index 488544808f..4ccfee2dc7 100644 --- a/monitoring/tracing/tracer.go +++ b/monitoring/tracing/tracer.go @@ -7,8 +7,8 @@ import ( "errors" "time" - prysmTrace "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/runtime/version" + prysmTrace "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/sirupsen/logrus" "go.opentelemetry.io/otel" "go.opentelemetry.io/otel/attribute" diff --git a/network/BUILD.bazel b/network/BUILD.bazel index f6cfeeeed9..b159e854e5 100644 --- a/network/BUILD.bazel +++ b/network/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "endpoint.go", "external_ip.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/network", + importpath = "github.com/OffchainLabs/prysm/v7/network", visibility = ["//visibility:public"], deps = [ "//network/authorization:go_default_library", diff --git a/network/auth_test.go b/network/auth_test.go index 8ec5ce8621..2b7c6327ab 100644 --- a/network/auth_test.go +++ b/network/auth_test.go @@ -7,8 +7,8 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/golang-jwt/jwt/v4" ) diff --git a/network/authorization/BUILD.bazel b/network/authorization/BUILD.bazel index b9e30c8242..f782fc720d 100644 --- a/network/authorization/BUILD.bazel +++ b/network/authorization/BUILD.bazel @@ -3,6 +3,6 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["authorization_method.go"], - importpath = "github.com/OffchainLabs/prysm/v6/network/authorization", + importpath = "github.com/OffchainLabs/prysm/v7/network/authorization", visibility = ["//visibility:public"], ) diff --git a/network/endpoint.go b/network/endpoint.go index 16e04a56ad..cc59382dc5 100644 --- a/network/endpoint.go +++ b/network/endpoint.go @@ -9,7 +9,7 @@ import ( "net/url" "strings" - "github.com/OffchainLabs/prysm/v6/network/authorization" + "github.com/OffchainLabs/prysm/v7/network/authorization" gethRPC "github.com/ethereum/go-ethereum/rpc" log "github.com/sirupsen/logrus" "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" diff --git a/network/endpoint_test.go b/network/endpoint_test.go index 6a9d932583..698a6d1cde 100644 --- a/network/endpoint_test.go +++ b/network/endpoint_test.go @@ -3,9 +3,9 @@ package network import ( "testing" - "github.com/OffchainLabs/prysm/v6/network/authorization" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/network/authorization" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/network/external_ip_test.go b/network/external_ip_test.go index 26663d0237..aeebc99d9d 100644 --- a/network/external_ip_test.go +++ b/network/external_ip_test.go @@ -5,9 +5,9 @@ import ( "regexp" "testing" - "github.com/OffchainLabs/prysm/v6/network" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/network" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestExternalIPv4(t *testing.T) { diff --git a/network/httputil/BUILD.bazel b/network/httputil/BUILD.bazel index 70bce74783..27692da5f3 100644 --- a/network/httputil/BUILD.bazel +++ b/network/httputil/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "reader.go", "writer.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/network/httputil", + importpath = "github.com/OffchainLabs/prysm/v7/network/httputil", visibility = ["//visibility:public"], deps = [ "//api:go_default_library", diff --git a/network/httputil/reader.go b/network/httputil/reader.go index e13ef2b626..8439c358e9 100644 --- a/network/httputil/reader.go +++ b/network/httputil/reader.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api" + "github.com/OffchainLabs/prysm/v7/api" ) // match a number with optional decimals diff --git a/network/httputil/reader_test.go b/network/httputil/reader_test.go index 828a9bbbb9..8954e21fff 100644 --- a/network/httputil/reader_test.go +++ b/network/httputil/reader_test.go @@ -7,9 +7,9 @@ import ( "net/http/httptest" "testing" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestRespondWithSsz(t *testing.T) { diff --git a/network/httputil/writer.go b/network/httputil/writer.go index a025728da2..745b9409e2 100644 --- a/network/httputil/writer.go +++ b/network/httputil/writer.go @@ -8,7 +8,7 @@ import ( "net/http" "strconv" - "github.com/OffchainLabs/prysm/v6/api" + "github.com/OffchainLabs/prysm/v7/api" log "github.com/sirupsen/logrus" ) diff --git a/proto/dbval/BUILD.bazel b/proto/dbval/BUILD.bazel index 99a9ad6cb8..23c917a394 100644 --- a/proto/dbval/BUILD.bazel +++ b/proto/dbval/BUILD.bazel @@ -10,7 +10,7 @@ proto_library( go_proto_library( name = "dbval_go_proto", - importpath = "github.com/OffchainLabs/prysm/v6/proto/dbval", + importpath = "github.com/OffchainLabs/prysm/v7/proto/dbval", proto = ":dbval_proto", visibility = ["//visibility:public"], ) @@ -18,6 +18,6 @@ go_proto_library( go_library( name = "go_default_library", embed = [":dbval_go_proto"], - importpath = "github.com/OffchainLabs/prysm/v6/proto/dbval", + importpath = "github.com/OffchainLabs/prysm/v7/proto/dbval", visibility = ["//visibility:public"], ) diff --git a/proto/dbval/dbval.pb.go b/proto/dbval/dbval.pb.go index dfeda1c5db..ff8eafec05 100755 --- a/proto/dbval/dbval.pb.go +++ b/proto/dbval/dbval.pb.go @@ -116,7 +116,7 @@ var file_proto_dbval_dbval_proto_rawDesc = []byte{ 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x52, 0x6f, 0x6f, 0x74, 0x42, 0x34, 0x5a, 0x32, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x64, 0x62, 0x76, 0x61, 0x6c, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x64, 0x62, 0x76, 0x61, 0x6c, 0x3b, 0x64, 0x62, 0x76, 0x61, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } diff --git a/proto/dbval/dbval.proto b/proto/dbval/dbval.proto index 37a20b97c8..ad65eaf292 100644 --- a/proto/dbval/dbval.proto +++ b/proto/dbval/dbval.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ethereum.eth.dbval; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/dbval;dbval"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/dbval;dbval"; // BackfillStatus is a value used to keep track of the progress of the process // of backfilling blocks leading up to the origin block used to checkpoint sync diff --git a/proto/engine/v1/BUILD.bazel b/proto/engine/v1/BUILD.bazel index 9b456d1097..71058b0a4c 100644 --- a/proto/engine/v1/BUILD.bazel +++ b/proto/engine/v1/BUILD.bazel @@ -59,7 +59,7 @@ go_proto_library( compilers = [ "@com_github_prysmaticlabs_protoc_gen_go_cast//:go_cast_grpc", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/engine/v1", + importpath = "github.com/OffchainLabs/prysm/v7/proto/engine/v1", proto = ":proto", visibility = ["//visibility:public"], deps = [ @@ -86,7 +86,7 @@ go_library( embed = [ ":go_proto", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/engine/v1", + importpath = "github.com/OffchainLabs/prysm/v7/proto/engine/v1", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/proto/engine/v1/electra.pb.go b/proto/engine/v1/electra.pb.go index e11f82639e..bf80e25ff4 100755 --- a/proto/engine/v1/electra.pb.go +++ b/proto/engine/v1/electra.pb.go @@ -10,7 +10,7 @@ import ( reflect "reflect" sync "sync" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -435,7 +435,7 @@ var file_proto_engine_v1_electra_proto_rawDesc = []byte{ 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x42, 0x0c, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72, 0x61, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x76, 0x31, 0xaa, 0x02, 0x12, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x12, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, diff --git a/proto/engine/v1/electra.proto b/proto/engine/v1/electra.proto index 6f18e2aea5..737ccb852b 100644 --- a/proto/engine/v1/electra.proto +++ b/proto/engine/v1/electra.proto @@ -19,7 +19,7 @@ import "proto/eth/ext/options.proto"; import "proto/engine/v1/execution_engine.proto"; option csharp_namespace = "Ethereum.Engine.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/engine/v1;enginev1"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/engine/v1;enginev1"; option java_multiple_files = true; option java_outer_classname = "ElectraProto"; option java_package = "org.ethereum.engine.v1"; diff --git a/proto/engine/v1/electra_test.go b/proto/engine/v1/electra_test.go index 281436c2e3..0d18971421 100644 --- a/proto/engine/v1/electra_test.go +++ b/proto/engine/v1/electra_test.go @@ -3,10 +3,10 @@ package enginev1_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/proto/engine/v1/engine.ssz.go b/proto/engine/v1/engine.ssz.go index 68435ca9d3..2278162d58 100644 --- a/proto/engine/v1/engine.ssz.go +++ b/proto/engine/v1/engine.ssz.go @@ -2,7 +2,7 @@ package enginev1 import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ssz "github.com/prysmaticlabs/fastssz" ) @@ -3072,7 +3072,7 @@ func (w *Withdrawal) UnmarshalSSZ(buf []byte) error { w.Index = ssz.UnmarshallUint64(buf[0:8]) // Field (1) 'ValidatorIndex' - w.ValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + w.ValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'Address' if cap(w.Address) == 0 { diff --git a/proto/engine/v1/execution_engine.go b/proto/engine/v1/execution_engine.go index 67a37dcf6d..00b542b863 100644 --- a/proto/engine/v1/execution_engine.go +++ b/proto/engine/v1/execution_engine.go @@ -1,6 +1,6 @@ package enginev1 -import "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" +import "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" type copier[T any] interface { Copy() T diff --git a/proto/engine/v1/execution_engine.pb.go b/proto/engine/v1/execution_engine.pb.go index 6e8b71ec42..e7946d3f99 100755 --- a/proto/engine/v1/execution_engine.pb.go +++ b/proto/engine/v1/execution_engine.pb.go @@ -10,8 +10,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -1584,7 +1584,7 @@ func (x *ForkchoiceState) GetFinalizedBlockHash() []byte { type Withdrawal struct { state protoimpl.MessageState `protogen:"open.v1"` Index uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Address []byte `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty" ssz-size:"20"` Amount uint64 `protobuf:"varint,4,opt,name=amount,proto3" json:"amount,omitempty"` unknownFields protoimpl.UnknownFields @@ -1628,11 +1628,11 @@ func (x *Withdrawal) GetIndex() uint64 { return 0 } -func (x *Withdrawal) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *Withdrawal) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *Withdrawal) GetAddress() []byte { @@ -2295,7 +2295,7 @@ var file_proto_engine_v1_execution_engine_proto_rawDesc = []byte{ 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x20, 0x0a, @@ -2342,7 +2342,7 @@ var file_proto_engine_v1_execution_engine_proto_rawDesc = []byte{ 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x6e, 0x67, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x76, 0x31, 0xaa, 0x02, 0x12, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x12, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, diff --git a/proto/engine/v1/execution_engine.proto b/proto/engine/v1/execution_engine.proto index 3197c173d0..748b5d786a 100644 --- a/proto/engine/v1/execution_engine.proto +++ b/proto/engine/v1/execution_engine.proto @@ -18,7 +18,7 @@ package ethereum.engine.v1; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Engine.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/engine/v1;enginev1"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/engine/v1;enginev1"; option java_multiple_files = true; option java_outer_classname = "ExecutionEngineProto"; option java_package = "org.ethereum.engine.v1"; @@ -221,7 +221,7 @@ message Withdrawal { // Validator index for the withdrawal uint64 validator_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The execution address receiving the funds diff --git a/proto/engine/v1/execution_engine_fuzz_test.go b/proto/engine/v1/execution_engine_fuzz_test.go index 98746c43bd..43f9bc2f99 100644 --- a/proto/engine/v1/execution_engine_fuzz_test.go +++ b/proto/engine/v1/execution_engine_fuzz_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/require" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/require" fuzz "github.com/google/gofuzz" ) diff --git a/proto/engine/v1/json_marshal_unmarshal.go b/proto/engine/v1/json_marshal_unmarshal.go index 7fca3ea192..d89c9988ec 100644 --- a/proto/engine/v1/json_marshal_unmarshal.go +++ b/proto/engine/v1/json_marshal_unmarshal.go @@ -6,10 +6,10 @@ import ( "reflect" "strings" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/version" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" gethtypes "github.com/ethereum/go-ethereum/core/types" diff --git a/proto/engine/v1/json_marshal_unmarshal_test.go b/proto/engine/v1/json_marshal_unmarshal_test.go index 940b7dfb96..a5bee9e040 100644 --- a/proto/engine/v1/json_marshal_unmarshal_test.go +++ b/proto/engine/v1/json_marshal_unmarshal_test.go @@ -6,11 +6,11 @@ import ( "math/big" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" gethtypes "github.com/ethereum/go-ethereum/core/types" diff --git a/proto/eth/ext/BUILD.bazel b/proto/eth/ext/BUILD.bazel index 5eb8c6e421..e514b54f42 100644 --- a/proto/eth/ext/BUILD.bazel +++ b/proto/eth/ext/BUILD.bazel @@ -24,7 +24,7 @@ go_proto_library( compilers = [ "@com_github_prysmaticlabs_protoc_gen_go_cast//:go_cast", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/eth/ext", + importpath = "github.com/OffchainLabs/prysm/v7/proto/eth/ext", proto = ":proto", visibility = ["//visibility:public"], deps = [ @@ -40,7 +40,7 @@ go_proto_library( go_library( name = "go_default_library", embed = [":ext_go_proto"], - importpath = "github.com/OffchainLabs/prysm/v6/proto/eth/ext", + importpath = "github.com/OffchainLabs/prysm/v7/proto/eth/ext", visibility = ["//visibility:public"], deps = SSZ_DEPS + [ "@com_github_golang_protobuf//proto:go_default_library", @@ -53,7 +53,7 @@ go_library( go_proto_library( name = "ext_go_proto", - importpath = "github.com/OffchainLabs/prysm/v6/proto/eth/ext", + importpath = "github.com/OffchainLabs/prysm/v7/proto/eth/ext", proto = ":proto", visibility = ["//visibility:public"], ) diff --git a/proto/eth/ext/options.pb.go b/proto/eth/ext/options.pb.go index 9272fb952c..a7d8251f9d 100755 --- a/proto/eth/ext/options.pb.go +++ b/proto/eth/ext/options.pb.go @@ -95,7 +95,7 @@ var file_proto_eth_ext_options_proto_rawDesc = []byte{ 0x65, 0x75, 0x6d, 0x2e, 0x65, 0x74, 0x68, 0x2e, 0x65, 0x78, 0x74, 0x42, 0x0c, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x65, 0x78, 0x74, 0xaa, 0x02, 0x10, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x65, 0x78, 0x74, 0xca, 0x02, 0x10, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x65, 0x78, diff --git a/proto/eth/ext/options.proto b/proto/eth/ext/options.proto index 510c1de834..a7297935b2 100644 --- a/proto/eth/ext/options.proto +++ b/proto/eth/ext/options.proto @@ -18,7 +18,7 @@ package ethereum.eth.ext; import "google/protobuf/descriptor.proto"; option csharp_namespace = "Ethereum.Eth.ext"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/eth/ext"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/eth/ext"; option java_multiple_files = true; option java_outer_classname = "OptionsProto"; option java_package = "org.ethereum.eth.ext"; diff --git a/proto/eth/v1/BUILD.bazel b/proto/eth/v1/BUILD.bazel index c8a1ac19b1..0e25663556 100644 --- a/proto/eth/v1/BUILD.bazel +++ b/proto/eth/v1/BUILD.bazel @@ -68,7 +68,7 @@ go_proto_library( compilers = [ "@com_github_prysmaticlabs_protoc_gen_go_cast//:go_cast_grpc", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/eth/v1", + importpath = "github.com/OffchainLabs/prysm/v7/proto/eth/v1", proto = ":proto", visibility = ["//visibility:public"], deps = [ @@ -92,7 +92,7 @@ go_library( embed = [ ":go_proto", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/eth/v1", + importpath = "github.com/OffchainLabs/prysm/v7/proto/eth/v1", visibility = ["//visibility:public"], deps = SSZ_DEPS + [ "@org_golang_google_protobuf//types/descriptorpb", diff --git a/proto/eth/v1/attestation.pb.go b/proto/eth/v1/attestation.pb.go index dd317f0428..a13a000aaf 100755 --- a/proto/eth/v1/attestation.pb.go +++ b/proto/eth/v1/attestation.pb.go @@ -11,8 +11,8 @@ import ( sync "sync" github_com_OffchainLabs_go_bitfield "github.com/OffchainLabs/go-bitfield" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" _ "google.golang.org/protobuf/types/descriptorpb" @@ -87,7 +87,7 @@ func (x *Attestation) GetSignature() []byte { type AggregateAttestationAndProof struct { state protoimpl.MessageState `protogen:"open.v1"` - AggregatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=aggregator_index,json=aggregatorIndex,proto3" json:"aggregator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + AggregatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=aggregator_index,json=aggregatorIndex,proto3" json:"aggregator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Aggregate *Attestation `protobuf:"bytes,3,opt,name=aggregate,proto3" json:"aggregate,omitempty"` SelectionProof []byte `protobuf:"bytes,2,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"` unknownFields protoimpl.UnknownFields @@ -124,11 +124,11 @@ func (*AggregateAttestationAndProof) Descriptor() ([]byte, []int) { return file_proto_eth_v1_attestation_proto_rawDescGZIP(), []int{1} } -func (x *AggregateAttestationAndProof) GetAggregatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *AggregateAttestationAndProof) GetAggregatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.AggregatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *AggregateAttestationAndProof) GetAggregate() *Attestation { @@ -199,8 +199,8 @@ func (x *SignedAggregateAttestationAndProof) GetSignature() []byte { type AttestationData struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - Index github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` BeaconBlockRoot []byte `protobuf:"bytes,3,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"` Source *Checkpoint `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"` Target *Checkpoint `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"` @@ -238,18 +238,18 @@ func (*AttestationData) Descriptor() ([]byte, []int) { return file_proto_eth_v1_attestation_proto_rawDescGZIP(), []int{3} } -func (x *AttestationData) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *AttestationData) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *AttestationData) GetIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *AttestationData) GetIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.Index } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(0) } func (x *AttestationData) GetBeaconBlockRoot() []byte { @@ -275,7 +275,7 @@ func (x *AttestationData) GetTarget() *Checkpoint { type Checkpoint struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` Root []byte `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -311,11 +311,11 @@ func (*Checkpoint) Descriptor() ([]byte, []int) { return file_proto_eth_v1_attestation_proto_rawDescGZIP(), []int{4} } -func (x *Checkpoint) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Checkpoint) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *Checkpoint) GetRoot() []byte { @@ -354,7 +354,7 @@ var file_proto_eth_v1_attestation_proto_rawDesc = []byte{ 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x3a, 0x0a, 0x09, @@ -378,13 +378,13 @@ var file_proto_eth_v1_attestation_proto_rawDesc = []byte{ 0x61, 0x74, 0x61, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x64, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x32, 0x0a, 0x11, 0x62, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x5f, 0x62, 0x6c, @@ -401,7 +401,7 @@ var file_proto_eth_v1_attestation_proto_rawDesc = []byte{ 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1a, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0x8a, 0xb5, 0x18, @@ -410,7 +410,7 @@ var file_proto_eth_v1_attestation_proto_rawDesc = []byte{ 0x42, 0x10, 0x41, 0x74, 0x74, 0x65, 0x73, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x76, 0x31, 0xaa, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, diff --git a/proto/eth/v1/attestation.proto b/proto/eth/v1/attestation.proto index f86a0fb14c..1bd9a5ef0c 100644 --- a/proto/eth/v1/attestation.proto +++ b/proto/eth/v1/attestation.proto @@ -19,7 +19,7 @@ import "google/protobuf/descriptor.proto"; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/eth/v1"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/eth/v1"; option java_multiple_files = true; option java_outer_classname = "AttestationProto"; option java_package = "org.ethereum.eth.v1"; @@ -44,7 +44,7 @@ message AggregateAttestationAndProof { // The aggregator index that submitted this aggregated attestation and proof. uint64 aggregator_index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The aggregated attestation that was submitted. @@ -70,12 +70,12 @@ message AttestationData { // Slot of the attestation attesting for. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // The committee index that submitted this attestation. uint64 index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.CommitteeIndex" ]; // 32 byte root of the LMD GHOST block vote. @@ -96,7 +96,7 @@ message Checkpoint { // Epoch the checkpoint references. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Block root of the checkpoint references. diff --git a/proto/eth/v1/beacon_block.pb.go b/proto/eth/v1/beacon_block.pb.go index c8357bb234..b4783afa7c 100755 --- a/proto/eth/v1/beacon_block.pb.go +++ b/proto/eth/v1/beacon_block.pb.go @@ -11,8 +11,8 @@ import ( sync "sync" github_com_OffchainLabs_go_bitfield "github.com/OffchainLabs/go-bitfield" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" _ "google.golang.org/protobuf/types/descriptorpb" @@ -27,8 +27,8 @@ const ( type BeaconBlock struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBody `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -66,18 +66,18 @@ func (*BeaconBlock) Descriptor() ([]byte, []int) { return file_proto_eth_v1_beacon_block_proto_rawDescGZIP(), []int{0} } -func (x *BeaconBlock) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlock) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlock) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlock) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlock) GetParentRoot() []byte { @@ -411,8 +411,8 @@ func (x *Deposit) GetData() *Deposit_Data { type VoluntaryExit struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -447,18 +447,18 @@ func (*VoluntaryExit) Descriptor() ([]byte, []int) { return file_proto_eth_v1_beacon_block_proto_rawDescGZIP(), []int{6} } -func (x *VoluntaryExit) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *VoluntaryExit) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *VoluntaryExit) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *VoluntaryExit) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } type SignedVoluntaryExit struct { @@ -575,8 +575,8 @@ func (x *Eth1Data) GetBlockHash() []byte { type BeaconBlockHeader struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` BodyRoot []byte `protobuf:"bytes,5,opt,name=body_root,json=bodyRoot,proto3" json:"body_root,omitempty" ssz-size:"32"` @@ -614,18 +614,18 @@ func (*BeaconBlockHeader) Descriptor() ([]byte, []int) { return file_proto_eth_v1_beacon_block_proto_rawDescGZIP(), []int{9} } -func (x *BeaconBlockHeader) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlockHeader) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlockHeader) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlockHeader) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlockHeader) GetParentRoot() []byte { @@ -897,13 +897,13 @@ var file_proto_eth_v1_beacon_block_proto_rawDesc = []byte{ 0x6b, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x64, @@ -1000,14 +1000,14 @@ var file_proto_eth_v1_beacon_block_proto_rawDesc = []byte{ 0x6c, 0x75, 0x6e, 0x74, 0x61, 0x72, 0x79, 0x45, 0x78, 0x69, 0x74, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x77, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, @@ -1031,13 +1031,13 @@ var file_proto_eth_v1_beacon_block_proto_rawDesc = []byte{ 0x65, 0x72, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, @@ -1083,7 +1083,7 @@ var file_proto_eth_v1_beacon_block_proto_rawDesc = []byte{ 0x6d, 0x2e, 0x65, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x42, 0x10, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x76, 0x31, 0xaa, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x76, 0x31, 0x62, diff --git a/proto/eth/v1/beacon_block.proto b/proto/eth/v1/beacon_block.proto index cfa5e14213..e7067dffcd 100644 --- a/proto/eth/v1/beacon_block.proto +++ b/proto/eth/v1/beacon_block.proto @@ -20,7 +20,7 @@ import "proto/eth/ext/options.proto"; import "proto/eth/v1/attestation.proto"; option csharp_namespace = "Ethereum.Eth.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/eth/v1"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/eth/v1"; option java_multiple_files = true; option java_outer_classname = "BeaconBlockProto"; option java_package = "org.ethereum.eth.v1"; @@ -32,12 +32,12 @@ message BeaconBlock { // Beacon chain slot that this block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -146,13 +146,13 @@ message VoluntaryExit { // The epoch on when exit request becomes valid. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Index of the exiting validator. uint64 validator_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -188,12 +188,12 @@ message BeaconBlockHeader { // Beacon chain slot that this block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte merkle tree root of the parent ssz encoded block. diff --git a/proto/eth/v1/beacon_chain.pb.go b/proto/eth/v1/beacon_chain.pb.go index 7c33ccb06c..d11fad5acc 100755 --- a/proto/eth/v1/beacon_chain.pb.go +++ b/proto/eth/v1/beacon_chain.pb.go @@ -81,7 +81,7 @@ var file_proto_eth_v1_beacon_chain_proto_rawDesc = []byte{ 0x65, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x42, 0x10, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x76, 0x31, 0xaa, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x76, 0x31, 0x62, 0x06, 0x70, diff --git a/proto/eth/v1/beacon_chain.proto b/proto/eth/v1/beacon_chain.proto index dde012d243..714ea08fb3 100644 --- a/proto/eth/v1/beacon_chain.proto +++ b/proto/eth/v1/beacon_chain.proto @@ -18,7 +18,7 @@ package ethereum.eth.v1; import "google/protobuf/descriptor.proto"; option csharp_namespace = "Ethereum.Eth.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/eth/v1"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/eth/v1"; option java_multiple_files = true; option java_outer_classname = "BeaconChainProto"; option java_package = "org.ethereum.eth.v1"; diff --git a/proto/eth/v1/events.pb.go b/proto/eth/v1/events.pb.go index cc634710a4..a3fc1279d2 100755 --- a/proto/eth/v1/events.pb.go +++ b/proto/eth/v1/events.pb.go @@ -10,8 +10,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" _ "google.golang.org/protobuf/types/descriptorpb" @@ -26,7 +26,7 @@ const ( type EventHead struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Block []byte `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty" ssz-size:"32"` State []byte `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty" ssz-size:"32"` EpochTransition bool `protobuf:"varint,4,opt,name=epoch_transition,json=epochTransition,proto3" json:"epoch_transition,omitempty"` @@ -67,11 +67,11 @@ func (*EventHead) Descriptor() ([]byte, []int) { return file_proto_eth_v1_events_proto_rawDescGZIP(), []int{0} } -func (x *EventHead) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *EventHead) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *EventHead) GetBlock() []byte { @@ -118,7 +118,7 @@ func (x *EventHead) GetExecutionOptimistic() bool { type EventBlock struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Block []byte `protobuf:"bytes,2,opt,name=block,proto3" json:"block,omitempty" ssz-size:"32"` ExecutionOptimistic bool `protobuf:"varint,3,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` unknownFields protoimpl.UnknownFields @@ -155,11 +155,11 @@ func (*EventBlock) Descriptor() ([]byte, []int) { return file_proto_eth_v1_events_proto_rawDescGZIP(), []int{1} } -func (x *EventBlock) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *EventBlock) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *EventBlock) GetBlock() []byte { @@ -178,13 +178,13 @@ func (x *EventBlock) GetExecutionOptimistic() bool { type EventChainReorg struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Depth uint64 `protobuf:"varint,2,opt,name=depth,proto3" json:"depth,omitempty"` OldHeadBlock []byte `protobuf:"bytes,3,opt,name=old_head_block,json=oldHeadBlock,proto3" json:"old_head_block,omitempty" ssz-size:"32"` NewHeadBlock []byte `protobuf:"bytes,4,opt,name=new_head_block,json=newHeadBlock,proto3" json:"new_head_block,omitempty" ssz-size:"32"` OldHeadState []byte `protobuf:"bytes,5,opt,name=old_head_state,json=oldHeadState,proto3" json:"old_head_state,omitempty" ssz-size:"32"` NewHeadState []byte `protobuf:"bytes,6,opt,name=new_head_state,json=newHeadState,proto3" json:"new_head_state,omitempty" ssz-size:"32"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,7,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,7,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` ExecutionOptimistic bool `protobuf:"varint,8,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -220,11 +220,11 @@ func (*EventChainReorg) Descriptor() ([]byte, []int) { return file_proto_eth_v1_events_proto_rawDescGZIP(), []int{2} } -func (x *EventChainReorg) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *EventChainReorg) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *EventChainReorg) GetDepth() uint64 { @@ -262,11 +262,11 @@ func (x *EventChainReorg) GetNewHeadState() []byte { return nil } -func (x *EventChainReorg) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *EventChainReorg) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *EventChainReorg) GetExecutionOptimistic() bool { @@ -280,7 +280,7 @@ type EventFinalizedCheckpoint struct { state protoimpl.MessageState `protogen:"open.v1"` Block []byte `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty" ssz-size:"32"` State []byte `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty" ssz-size:"32"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` ExecutionOptimistic bool `protobuf:"varint,4,opt,name=execution_optimistic,json=executionOptimistic,proto3" json:"execution_optimistic,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -330,11 +330,11 @@ func (x *EventFinalizedCheckpoint) GetState() []byte { return nil } -func (x *EventFinalizedCheckpoint) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *EventFinalizedCheckpoint) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *EventFinalizedCheckpoint) GetExecutionOptimistic() bool { @@ -357,7 +357,7 @@ var file_proto_eth_v1_events_proto_rawDesc = []byte{ 0x45, 0x76, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x64, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x1c, 0x0a, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, @@ -382,7 +382,7 @@ var file_proto_eth_v1_events_proto_rawDesc = []byte{ 0x0a, 0x0a, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x1c, 0x0a, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, @@ -394,7 +394,7 @@ var file_proto_eth_v1_events_proto_rawDesc = []byte{ 0x74, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x6f, 0x72, 0x67, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x64, 0x65, 0x70, 0x74, 0x68, 0x18, 0x02, @@ -413,7 +413,7 @@ var file_proto_eth_v1_events_proto_rawDesc = []byte{ 0x61, 0x74, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x31, 0x0a, 0x14, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6f, 0x70, @@ -428,7 +428,7 @@ var file_proto_eth_v1_events_proto_rawDesc = []byte{ 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x31, 0x0a, 0x14, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6f, 0x70, 0x74, 0x69, 0x6d, 0x69, 0x73, 0x74, 0x69, @@ -438,7 +438,7 @@ var file_proto_eth_v1_events_proto_rawDesc = []byte{ 0x2e, 0x76, 0x31, 0x42, 0x11, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x76, 0x31, 0xaa, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, diff --git a/proto/eth/v1/events.proto b/proto/eth/v1/events.proto index 58445f3d2d..5c1634324d 100644 --- a/proto/eth/v1/events.proto +++ b/proto/eth/v1/events.proto @@ -19,7 +19,7 @@ import "google/protobuf/descriptor.proto"; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/eth/v1"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/eth/v1"; option java_multiple_files = true; option java_outer_classname = "BeaconEventsProto"; option java_package = "org.ethereum.eth.v1"; @@ -29,7 +29,7 @@ message EventHead { // Slot of the new chain head. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Block root of the new chain head. @@ -55,7 +55,7 @@ message EventBlock { // The slot of the observed block. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // The root of the observed block. @@ -69,7 +69,7 @@ message EventChainReorg { // The slot of the observed reorg. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Depth of the reorg in slots. @@ -90,7 +90,7 @@ message EventChainReorg { // Epoch of the observed reorg. uint64 epoch = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Information about optimistic sync. @@ -107,7 +107,7 @@ message EventFinalizedCheckpoint { // Epoch the checkpoint references. uint64 epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Information about optimistic sync. diff --git a/proto/eth/v1/gateway.ssz.go b/proto/eth/v1/gateway.ssz.go index 47709006e0..1f3baadd7b 100644 --- a/proto/eth/v1/gateway.ssz.go +++ b/proto/eth/v1/gateway.ssz.go @@ -2,7 +2,7 @@ package v1 import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ssz "github.com/prysmaticlabs/fastssz" ) @@ -182,7 +182,7 @@ func (a *AggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error { var o1 uint64 // Field (0) 'AggregatorIndex' - a.AggregatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) + a.AggregatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) // Offset (1) 'Aggregate' if o1 = ssz.ReadOffset(buf[8:12]); o1 > size { @@ -412,10 +412,10 @@ func (a *AttestationData) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Slot' - a.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + a.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Index' - a.Index = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(ssz.UnmarshallUint64(buf[8:16])) + a.Index = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'BeaconBlockRoot' if cap(a.BeaconBlockRoot) == 0 { @@ -515,7 +515,7 @@ func (c *Checkpoint) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Epoch' - c.Epoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[0:8])) + c.Epoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Root' if cap(c.Root) == 0 { @@ -612,10 +612,10 @@ func (b *BeaconBlock) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -1582,10 +1582,10 @@ func (v *VoluntaryExit) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Epoch' - v.Epoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[0:8])) + v.Epoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ValidatorIndex' - v.ValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + v.ValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) return err } @@ -1837,10 +1837,10 @@ func (b *BeaconBlockHeader) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -2400,16 +2400,16 @@ func (v *Validator) UnmarshalSSZ(buf []byte) error { } // Field (4) 'ActivationEligibilityEpoch' - v.ActivationEligibilityEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[89:97])) + v.ActivationEligibilityEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[89:97])) // Field (5) 'ActivationEpoch' - v.ActivationEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[97:105])) + v.ActivationEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[97:105])) // Field (6) 'ExitEpoch' - v.ExitEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[105:113])) + v.ExitEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[105:113])) // Field (7) 'WithdrawableEpoch' - v.WithdrawableEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[113:121])) + v.WithdrawableEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[113:121])) return err } diff --git a/proto/eth/v1/node.pb.go b/proto/eth/v1/node.pb.go index fd0f3da3fa..6e3ea3f648 100755 --- a/proto/eth/v1/node.pb.go +++ b/proto/eth/v1/node.pb.go @@ -230,7 +230,7 @@ var file_proto_eth_v1_node_proto_rawDesc = []byte{ 0x2e, 0x76, 0x31, 0x42, 0x0f, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x76, 0x31, 0xaa, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, diff --git a/proto/eth/v1/node.proto b/proto/eth/v1/node.proto index 9910e55274..5523bdfaec 100644 --- a/proto/eth/v1/node.proto +++ b/proto/eth/v1/node.proto @@ -18,7 +18,7 @@ package ethereum.eth.v1; import "google/protobuf/descriptor.proto"; option csharp_namespace = "Ethereum.Eth.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/eth/v1"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/eth/v1"; option java_multiple_files = true; option java_outer_classname = "BeaconNodeProto"; option java_package = "org.ethereum.eth.v1"; diff --git a/proto/eth/v1/validator.pb.go b/proto/eth/v1/validator.pb.go index 5446711c0a..46e76acae6 100755 --- a/proto/eth/v1/validator.pb.go +++ b/proto/eth/v1/validator.pb.go @@ -10,8 +10,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" _ "google.golang.org/protobuf/types/descriptorpb" @@ -109,10 +109,10 @@ type Validator struct { WithdrawalCredentials []byte `protobuf:"bytes,2,opt,name=withdrawal_credentials,json=withdrawalCredentials,proto3" json:"withdrawal_credentials,omitempty" ssz-size:"32"` EffectiveBalance uint64 `protobuf:"varint,3,opt,name=effective_balance,json=effectiveBalance,proto3" json:"effective_balance,omitempty"` Slashed bool `protobuf:"varint,4,opt,name=slashed,proto3" json:"slashed,omitempty"` - ActivationEligibilityEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,5,opt,name=activation_eligibility_epoch,json=activationEligibilityEpoch,proto3" json:"activation_eligibility_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - ActivationEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,6,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - ExitEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,7,opt,name=exit_epoch,json=exitEpoch,proto3" json:"exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - WithdrawableEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,8,opt,name=withdrawable_epoch,json=withdrawableEpoch,proto3" json:"withdrawable_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + ActivationEligibilityEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,5,opt,name=activation_eligibility_epoch,json=activationEligibilityEpoch,proto3" json:"activation_eligibility_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + ActivationEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,6,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + ExitEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,7,opt,name=exit_epoch,json=exitEpoch,proto3" json:"exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + WithdrawableEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,8,opt,name=withdrawable_epoch,json=withdrawableEpoch,proto3" json:"withdrawable_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -175,37 +175,37 @@ func (x *Validator) GetSlashed() bool { return false } -func (x *Validator) GetActivationEligibilityEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Validator) GetActivationEligibilityEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.ActivationEligibilityEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *Validator) GetActivationEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Validator) GetActivationEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.ActivationEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *Validator) GetExitEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Validator) GetExitEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.ExitEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *Validator) GetWithdrawableEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Validator) GetWithdrawableEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.WithdrawableEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } type ProduceBlockRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` RandaoReveal []byte `protobuf:"bytes,2,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"96"` Graffiti []byte `protobuf:"bytes,3,opt,name=graffiti,proto3,oneof" json:"graffiti,omitempty" ssz-size:"32"` unknownFields protoimpl.UnknownFields @@ -242,11 +242,11 @@ func (*ProduceBlockRequest) Descriptor() ([]byte, []int) { return file_proto_eth_v1_validator_proto_rawDescGZIP(), []int{1} } -func (x *ProduceBlockRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ProduceBlockRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *ProduceBlockRequest) GetRandaoReveal() []byte { @@ -335,7 +335,7 @@ var file_proto_eth_v1_validator_proto_rawDesc = []byte{ 0x67, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x1a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6c, 0x69, 0x67, 0x69, 0x62, 0x69, 0x6c, 0x69, @@ -343,21 +343,21 @@ var file_proto_eth_v1_validator_proto_rawDesc = []byte{ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x64, 0x0a, 0x0a, 0x65, 0x78, 0x69, 0x74, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x09, 0x65, 0x78, 0x69, 0x74, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x74, 0x0a, 0x12, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x11, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x62, 0x6c, 0x65, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x22, 0xd2, 0x01, 0x0a, 0x13, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, @@ -365,7 +365,7 @@ var file_proto_eth_v1_validator_proto_rawDesc = []byte{ 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x2b, 0x0a, 0x0d, 0x72, 0x61, 0x6e, 0x64, 0x61, 0x6f, 0x5f, 0x72, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, @@ -399,7 +399,7 @@ var file_proto_eth_v1_validator_proto_rawDesc = []byte{ 0x74, 0x68, 0x2e, 0x76, 0x31, 0x42, 0x0e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x76, 0x31, 0xaa, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, diff --git a/proto/eth/v1/validator.proto b/proto/eth/v1/validator.proto index bbd8c5984b..c0291131c1 100644 --- a/proto/eth/v1/validator.proto +++ b/proto/eth/v1/validator.proto @@ -21,7 +21,7 @@ import "proto/eth/ext/options.proto"; import "proto/eth/v1/beacon_block.proto"; option csharp_namespace = "Ethereum.Eth.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/eth/v1"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/eth/v1"; option java_multiple_files = true; option java_outer_classname = "ValidatorProto"; option java_package = "org.ethereum.eth.v1"; @@ -50,7 +50,7 @@ message Validator { // activated. uint64 activation_eligibility_epoch = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Epoch when the validator was activated. This field may be zero if the @@ -58,7 +58,7 @@ message Validator { // FAR_FUTURE_EPOCH if the validator has not been activated. uint64 activation_epoch = 6 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Epoch when the validator was exited. This field is FAR_FUTURE_EPOCH if @@ -68,7 +68,7 @@ message Validator { // https://github.com/ethereum/consensus-specs/blob/v0.9.2/specs/core/0_beacon-chain.md#constants uint64 exit_epoch = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Epoch when the validator is eligible to withdraw their funds. This field @@ -78,7 +78,7 @@ message Validator { // https://github.com/ethereum/consensus-specs/blob/v0.9.2/specs/core/0_beacon-chain.md#constants uint64 withdrawable_epoch = 8 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; } @@ -102,7 +102,7 @@ message ProduceBlockRequest { // The slot to request a block for. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // The validators RANDAO reveal 96 byte value. diff --git a/proto/migration/BUILD.bazel b/proto/migration/BUILD.bazel index 1f934ce958..2b4708b3a4 100644 --- a/proto/migration/BUILD.bazel +++ b/proto/migration/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "enums.go", "v1alpha1_to_v1.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/migration", + importpath = "github.com/OffchainLabs/prysm/v7/proto/migration", visibility = ["//visibility:public"], deps = [ "//proto/eth/v1:go_default_library", diff --git a/proto/migration/enums.go b/proto/migration/enums.go index e0eb0f2d85..0bc13926fd 100644 --- a/proto/migration/enums.go +++ b/proto/migration/enums.go @@ -1,8 +1,8 @@ package migration import ( - ethpb "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/proto/migration/enums_test.go b/proto/migration/enums_test.go index e387211a90..f34694108a 100644 --- a/proto/migration/enums_test.go +++ b/proto/migration/enums_test.go @@ -3,8 +3,8 @@ package migration import ( "testing" - v1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + v1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestV1Alpha1ConnectionStateToV1(t *testing.T) { diff --git a/proto/migration/v1alpha1_to_v1.go b/proto/migration/v1alpha1_to_v1.go index 7bb4b5e77a..e2f7c961b2 100644 --- a/proto/migration/v1alpha1_to_v1.go +++ b/proto/migration/v1alpha1_to_v1.go @@ -1,8 +1,8 @@ package migration import ( - ethpbv1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - ethpbalpha "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpbv1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + ethpbalpha "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // V1ValidatorToV1Alpha1 converts a v1 validator to v1alpha1. diff --git a/proto/migration/v1alpha1_to_v1_test.go b/proto/migration/v1alpha1_to_v1_test.go index 92e681ee99..4f89141e73 100644 --- a/proto/migration/v1alpha1_to_v1_test.go +++ b/proto/migration/v1alpha1_to_v1_test.go @@ -3,10 +3,10 @@ package migration import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpbv1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpbv1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_V1ValidatorToV1Alpha1(t *testing.T) { diff --git a/proto/prysm/v1alpha1/BUILD.bazel b/proto/prysm/v1alpha1/BUILD.bazel index 40a383981c..799840abd4 100644 --- a/proto/prysm/v1alpha1/BUILD.bazel +++ b/proto/prysm/v1alpha1/BUILD.bazel @@ -342,7 +342,7 @@ go_proto_library( compilers = [ "@com_github_prysmaticlabs_protoc_gen_go_cast//:go_cast_grpc", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1", proto = ":proto", visibility = ["//visibility:public"], deps = [ @@ -386,7 +386,7 @@ go_library( ":ssz_generated_phase0", # keep ], embed = [":go_proto"], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1", visibility = ["//visibility:public"], deps = SSZ_DEPS + [ "//consensus-types/primitives:go_default_library", diff --git a/proto/prysm/v1alpha1/altair.ssz.go b/proto/prysm/v1alpha1/altair.ssz.go index a28ef3fec2..0429a0a74c 100644 --- a/proto/prysm/v1alpha1/altair.ssz.go +++ b/proto/prysm/v1alpha1/altair.ssz.go @@ -2,7 +2,7 @@ package eth import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ssz "github.com/prysmaticlabs/fastssz" ) @@ -172,10 +172,10 @@ func (b *BeaconBlockAltair) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -1160,7 +1160,7 @@ func (b *BeaconStateAltair) UnmarshalSSZ(buf []byte) error { b.GenesisValidatorsRoot = append(b.GenesisValidatorsRoot, buf[8:40]...) // Field (2) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) // Field (3) 'Fork' if b.Fork == nil { @@ -1713,7 +1713,7 @@ func (s *SyncAggregatorSelectionData) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Slot' - s.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + s.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'SubcommitteeIndex' s.SubcommitteeIndex = ssz.UnmarshallUint64(buf[8:16]) @@ -2001,7 +2001,7 @@ func (l *LightClientUpdateAltair) UnmarshalSSZ(buf []byte) error { } // Field (6) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[25360:25368])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[25360:25368])) return err } @@ -2176,7 +2176,7 @@ func (l *LightClientFinalityUpdateAltair) UnmarshalSSZ(buf []byte) error { } // Field (4) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[576:584])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[576:584])) return err } @@ -2291,7 +2291,7 @@ func (l *LightClientOptimisticUpdateAltair) UnmarshalSSZ(buf []byte) error { } // Field (2) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[272:280])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[272:280])) return err } @@ -2432,7 +2432,7 @@ func (s *SyncCommitteeMessage) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Slot' - s.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + s.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'BlockRoot' if cap(s.BlockRoot) == 0 { @@ -2441,7 +2441,7 @@ func (s *SyncCommitteeMessage) UnmarshalSSZ(buf []byte) error { s.BlockRoot = append(s.BlockRoot, buf[8:40]...) // Field (2) 'ValidatorIndex' - s.ValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[40:48])) + s.ValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[40:48])) // Field (3) 'Signature' if cap(s.Signature) == 0 { @@ -2613,7 +2613,7 @@ func (c *ContributionAndProof) UnmarshalSSZ(buf []byte) error { } // Field (0) 'AggregatorIndex' - c.AggregatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) + c.AggregatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Contribution' if c.Contribution == nil { @@ -2714,7 +2714,7 @@ func (s *SyncCommitteeContribution) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Slot' - s.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + s.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'BlockRoot' if cap(s.BlockRoot) == 0 { diff --git a/proto/prysm/v1alpha1/attestation.go b/proto/prysm/v1alpha1/attestation.go index 8c185940b0..6336d9a4df 100644 --- a/proto/prysm/v1alpha1/attestation.go +++ b/proto/prysm/v1alpha1/attestation.go @@ -2,9 +2,9 @@ package eth import ( "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/runtime/version" ssz "github.com/prysmaticlabs/fastssz" "google.golang.org/protobuf/proto" ) diff --git a/proto/prysm/v1alpha1/attestation.pb.go b/proto/prysm/v1alpha1/attestation.pb.go index ea687d12f1..708bb10922 100755 --- a/proto/prysm/v1alpha1/attestation.pb.go +++ b/proto/prysm/v1alpha1/attestation.pb.go @@ -11,8 +11,8 @@ import ( sync "sync" github_com_OffchainLabs_go_bitfield "github.com/OffchainLabs/go-bitfield" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -78,7 +78,7 @@ func (x *SignedAggregateAttestationAndProof) GetSignature() []byte { type AggregateAttestationAndProof struct { state protoimpl.MessageState `protogen:"open.v1"` - AggregatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=aggregator_index,json=aggregatorIndex,proto3" json:"aggregator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + AggregatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=aggregator_index,json=aggregatorIndex,proto3" json:"aggregator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Aggregate *Attestation `protobuf:"bytes,3,opt,name=aggregate,proto3" json:"aggregate,omitempty"` SelectionProof []byte `protobuf:"bytes,2,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"` unknownFields protoimpl.UnknownFields @@ -115,11 +115,11 @@ func (*AggregateAttestationAndProof) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_attestation_proto_rawDescGZIP(), []int{1} } -func (x *AggregateAttestationAndProof) GetAggregatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *AggregateAttestationAndProof) GetAggregatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.AggregatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *AggregateAttestationAndProof) GetAggregate() *Attestation { @@ -198,8 +198,8 @@ func (x *Attestation) GetSignature() []byte { type AttestationData struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - CommitteeIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + CommitteeIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` BeaconBlockRoot []byte `protobuf:"bytes,3,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"` Source *Checkpoint `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"` Target *Checkpoint `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"` @@ -237,18 +237,18 @@ func (*AttestationData) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_attestation_proto_rawDescGZIP(), []int{3} } -func (x *AttestationData) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *AttestationData) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *AttestationData) GetCommitteeIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *AttestationData) GetCommitteeIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.CommitteeIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(0) } func (x *AttestationData) GetBeaconBlockRoot() []byte { @@ -274,7 +274,7 @@ func (x *AttestationData) GetTarget() *Checkpoint { type Checkpoint struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` Root []byte `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty" ssz-size:"32"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -310,11 +310,11 @@ func (*Checkpoint) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_attestation_proto_rawDescGZIP(), []int{4} } -func (x *Checkpoint) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Checkpoint) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *Checkpoint) GetRoot() []byte { @@ -378,7 +378,7 @@ func (x *SignedAggregateAttestationAndProofElectra) GetSignature() []byte { type AggregateAttestationAndProofElectra struct { state protoimpl.MessageState `protogen:"open.v1"` - AggregatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=aggregator_index,json=aggregatorIndex,proto3" json:"aggregator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + AggregatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=aggregator_index,json=aggregatorIndex,proto3" json:"aggregator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Aggregate *AttestationElectra `protobuf:"bytes,2,opt,name=aggregate,proto3" json:"aggregate,omitempty"` SelectionProof []byte `protobuf:"bytes,3,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"` unknownFields protoimpl.UnknownFields @@ -415,11 +415,11 @@ func (*AggregateAttestationAndProofElectra) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_attestation_proto_rawDescGZIP(), []int{6} } -func (x *AggregateAttestationAndProofElectra) GetAggregatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *AggregateAttestationAndProofElectra) GetAggregatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.AggregatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *AggregateAttestationAndProofElectra) GetAggregate() *AttestationElectra { @@ -506,8 +506,8 @@ func (x *AttestationElectra) GetCommitteeBits() github_com_OffchainLabs_go_bitfi type SingleAttestation struct { state protoimpl.MessageState `protogen:"open.v1"` - CommitteeId github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,1,opt,name=committee_id,json=committeeId,proto3" json:"committee_id,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` - AttesterIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=attester_index,json=attesterIndex,proto3" json:"attester_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + CommitteeId github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,1,opt,name=committee_id,json=committeeId,proto3" json:"committee_id,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` + AttesterIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=attester_index,json=attesterIndex,proto3" json:"attester_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Data *AttestationData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` unknownFields protoimpl.UnknownFields @@ -544,18 +544,18 @@ func (*SingleAttestation) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_attestation_proto_rawDescGZIP(), []int{8} } -func (x *SingleAttestation) GetCommitteeId() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *SingleAttestation) GetCommitteeId() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.CommitteeId } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(0) } -func (x *SingleAttestation) GetAttesterIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *SingleAttestation) GetAttesterIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.AttesterIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *SingleAttestation) GetData() *AttestationData { @@ -596,7 +596,7 @@ var file_proto_prysm_v1alpha1_attestation_proto_rawDesc = []byte{ 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x49, @@ -625,13 +625,13 @@ var file_proto_prysm_v1alpha1_attestation_proto_rawDesc = []byte{ 0x61, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x77, 0x0a, 0x0f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, @@ -650,7 +650,7 @@ var file_proto_prysm_v1alpha1_attestation_proto_rawDesc = []byte{ 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1a, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0x8a, 0xb5, 0x18, 0x02, 0x33, 0x32, @@ -671,7 +671,7 @@ var file_proto_prysm_v1alpha1_attestation_proto_rawDesc = []byte{ 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, @@ -707,7 +707,7 @@ var file_proto_prysm_v1alpha1_attestation_proto_rawDesc = []byte{ 0x69, 0x6f, 0x6e, 0x12, 0x71, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x69, @@ -715,7 +715,7 @@ var file_proto_prysm_v1alpha1_attestation_proto_rawDesc = []byte{ 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x61, 0x74, 0x74, 0x65, 0x73, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x3a, 0x0a, @@ -730,7 +730,7 @@ var file_proto_prysm_v1alpha1_attestation_proto_rawDesc = []byte{ 0x74, 0x74, 0x65, 0x73, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, + 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, diff --git a/proto/prysm/v1alpha1/attestation.proto b/proto/prysm/v1alpha1/attestation.proto index b3069fd6cf..bb6ad393d7 100644 --- a/proto/prysm/v1alpha1/attestation.proto +++ b/proto/prysm/v1alpha1/attestation.proto @@ -18,7 +18,7 @@ package ethereum.eth.v1alpha1; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "AttestationProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -40,7 +40,7 @@ message AggregateAttestationAndProof { // The aggregator index that submitted this aggregated attestation and proof. uint64 aggregator_index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The aggregated attestation that was submitted. @@ -73,13 +73,13 @@ message AttestationData { // Slot of the attestation attesting for. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // The committee index that submitted this attestation. uint64 committee_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.CommitteeIndex" ]; // 32 byte root of the LMD GHOST block vote. @@ -100,7 +100,7 @@ message Checkpoint { // Epoch the checkpoint references. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Block root of the checkpoint references. @@ -123,7 +123,7 @@ message AggregateAttestationAndProofElectra { // The aggregator index that submitted this aggregated attestation and proof. uint64 aggregator_index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The aggregated attestation that was submitted. @@ -156,10 +156,10 @@ message AttestationElectra { message SingleAttestation { uint64 committee_id = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.CommitteeIndex" ]; uint64 attester_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; AttestationData data = 3; bytes signature = 4 [ (ethereum.eth.ext.ssz_size) = "96" ]; diff --git a/proto/prysm/v1alpha1/attestation/BUILD.bazel b/proto/prysm/v1alpha1/attestation/BUILD.bazel index 00da0e7a62..3fe7967988 100644 --- a/proto/prysm/v1alpha1/attestation/BUILD.bazel +++ b/proto/prysm/v1alpha1/attestation/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "attestation_utils.go", "id.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/signing:go_default_library", diff --git a/proto/prysm/v1alpha1/attestation/aggregation/BUILD.bazel b/proto/prysm/v1alpha1/attestation/aggregation/BUILD.bazel index c056e85313..fd34854524 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/BUILD.bazel +++ b/proto/prysm/v1alpha1/attestation/aggregation/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "aggregation.go", "maxcover.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation", visibility = ["//visibility:public"], deps = [ "@com_github_pkg_errors//:go_default_library", diff --git a/proto/prysm/v1alpha1/attestation/aggregation/attestations/BUILD.bazel b/proto/prysm/v1alpha1/attestation/aggregation/attestations/BUILD.bazel index 60168e29a9..fa374c7f91 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/attestations/BUILD.bazel +++ b/proto/prysm/v1alpha1/attestation/aggregation/attestations/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "attestations.go", "maxcover.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations", visibility = ["//visibility:public"], deps = [ "//crypto/bls:go_default_library", diff --git a/proto/prysm/v1alpha1/attestation/aggregation/attestations/attestations.go b/proto/prysm/v1alpha1/attestation/aggregation/attestations/attestations.go index f1ba6b0384..78889dbb13 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/attestations/attestations.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/attestations/attestations.go @@ -1,9 +1,9 @@ package attestations import ( - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/proto/prysm/v1alpha1/attestation/aggregation/attestations/attestations_test.go b/proto/prysm/v1alpha1/attestation/aggregation/attestations/attestations_test.go index 0d2cd0e85a..cc5ad03403 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/attestations/attestations_test.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/attestations/attestations_test.go @@ -7,14 +7,14 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/equality" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - aggtesting "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/equality" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + aggtesting "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/testing" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/sirupsen/logrus" ) diff --git a/proto/prysm/v1alpha1/attestation/aggregation/attestations/maxcover.go b/proto/prysm/v1alpha1/attestation/aggregation/attestations/maxcover.go index 0b91af8c59..4b8c078cbf 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/attestations/maxcover.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/attestations/maxcover.go @@ -4,10 +4,10 @@ import ( "sort" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/proto/prysm/v1alpha1/attestation/aggregation/attestations/maxcover_test.go b/proto/prysm/v1alpha1/attestation/aggregation/attestations/maxcover_test.go index a7d03a8b7a..13bdfd7227 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/attestations/maxcover_test.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/attestations/maxcover_test.go @@ -4,11 +4,11 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/attestations" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/attestations" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestAggregateAttestations_MaxCover_NewMaxCover(t *testing.T) { diff --git a/proto/prysm/v1alpha1/attestation/aggregation/maxcover_bench_test.go b/proto/prysm/v1alpha1/attestation/aggregation/maxcover_bench_test.go index 61dea9be3e..8d47200eb1 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/maxcover_bench_test.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/maxcover_bench_test.go @@ -5,9 +5,9 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" - aggtesting "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" + aggtesting "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/testing" ) func BenchmarkMaxCoverProblem_MaxCover(b *testing.B) { diff --git a/proto/prysm/v1alpha1/attestation/aggregation/maxcover_test.go b/proto/prysm/v1alpha1/attestation/aggregation/maxcover_test.go index 7c385062b2..83dbfa956d 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/maxcover_test.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/maxcover_test.go @@ -6,8 +6,8 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - aggtesting "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" + aggtesting "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/testing" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestMaxCover_MaxCoverCandidates_filter(t *testing.T) { diff --git a/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/BUILD.bazel b/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/BUILD.bazel index e2143e863b..2406c5951e 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/BUILD.bazel +++ b/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "contribution.go", "naive.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution", visibility = ["//visibility:public"], deps = [ "//crypto/bls:go_default_library", diff --git a/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/contribution.go b/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/contribution.go index c93bcbbf68..cf6610ddb6 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/contribution.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/contribution.go @@ -1,8 +1,8 @@ package sync_contribution import ( - v2 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" + v2 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/naive.go b/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/naive.go index 048b4ca318..46cbdbfdd0 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/naive.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/naive.go @@ -1,9 +1,9 @@ package sync_contribution import ( - "github.com/OffchainLabs/prysm/v6/crypto/bls" - v2 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + v2 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" ) // naiveSyncContributionAggregation aggregates naively, without any complex algorithms or optimizations. diff --git a/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/naive_test.go b/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/naive_test.go index 5c9c91af54..f1d8fe9ee2 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/naive_test.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/sync_contribution/naive_test.go @@ -6,12 +6,12 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation" - aggtesting "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation" + aggtesting "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/testing" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestAggregateAttestations_aggregate(t *testing.T) { diff --git a/proto/prysm/v1alpha1/attestation/aggregation/testing/BUILD.bazel b/proto/prysm/v1alpha1/attestation/aggregation/testing/BUILD.bazel index b5d04a5c38..99a5c700f9 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/testing/BUILD.bazel +++ b/proto/prysm/v1alpha1/attestation/aggregation/testing/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["bitlistutils.go"], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation/aggregation/testing", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation/aggregation/testing", visibility = ["//visibility:public"], deps = [ "//consensus-types/primitives:go_default_library", diff --git a/proto/prysm/v1alpha1/attestation/aggregation/testing/bitlistutils.go b/proto/prysm/v1alpha1/attestation/aggregation/testing/bitlistutils.go index 6593084efc..48c6392d91 100644 --- a/proto/prysm/v1alpha1/attestation/aggregation/testing/bitlistutils.go +++ b/proto/prysm/v1alpha1/attestation/aggregation/testing/bitlistutils.go @@ -5,10 +5,10 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time" ) // BitlistWithAllBitsSet creates list of bitlists with all bits set. diff --git a/proto/prysm/v1alpha1/attestation/attestation_utils.go b/proto/prysm/v1alpha1/attestation/attestation_utils.go index 19525cef86..effec69855 100644 --- a/proto/prysm/v1alpha1/attestation/attestation_utils.go +++ b/proto/prysm/v1alpha1/attestation/attestation_utils.go @@ -11,12 +11,12 @@ import ( "sort" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/proto/prysm/v1alpha1/attestation/attestation_utils_test.go b/proto/prysm/v1alpha1/attestation/attestation_utils_test.go index d4b33bdb8a..565d9132df 100644 --- a/proto/prysm/v1alpha1/attestation/attestation_utils_test.go +++ b/proto/prysm/v1alpha1/attestation/attestation_utils_test.go @@ -4,13 +4,13 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestAttestingIndices(t *testing.T) { diff --git a/proto/prysm/v1alpha1/attestation/id.go b/proto/prysm/v1alpha1/attestation/id.go index 97a5c49757..420efdcc32 100644 --- a/proto/prysm/v1alpha1/attestation/id.go +++ b/proto/prysm/v1alpha1/attestation/id.go @@ -4,9 +4,9 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/proto/prysm/v1alpha1/attestation/id_test.go b/proto/prysm/v1alpha1/attestation/id_test.go index 3a20f3191f..0a8b4b32d7 100644 --- a/proto/prysm/v1alpha1/attestation/id_test.go +++ b/proto/prysm/v1alpha1/attestation/id_test.go @@ -3,12 +3,12 @@ package attestation_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/attestation" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/attestation" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestNewId(t *testing.T) { diff --git a/proto/prysm/v1alpha1/attestation_fuzz_test.go b/proto/prysm/v1alpha1/attestation_fuzz_test.go index fcadadba03..34449d9862 100644 --- a/proto/prysm/v1alpha1/attestation_fuzz_test.go +++ b/proto/prysm/v1alpha1/attestation_fuzz_test.go @@ -3,7 +3,7 @@ package eth_test import ( "testing" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestCopyAttestation_Fuzz(t *testing.T) { diff --git a/proto/prysm/v1alpha1/beacon_block.go b/proto/prysm/v1alpha1/beacon_block.go index 9363392a33..45144ed77e 100644 --- a/proto/prysm/v1alpha1/beacon_block.go +++ b/proto/prysm/v1alpha1/beacon_block.go @@ -1,8 +1,8 @@ package eth import ( - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" ) // GenericConverter defines any struct that can be converted to a generic beacon block. diff --git a/proto/prysm/v1alpha1/beacon_block.pb.go b/proto/prysm/v1alpha1/beacon_block.pb.go index 760bdb149b..95366279ea 100755 --- a/proto/prysm/v1alpha1/beacon_block.pb.go +++ b/proto/prysm/v1alpha1/beacon_block.pb.go @@ -10,9 +10,9 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -620,8 +620,8 @@ func (x *SignedBeaconBlock) GetSignature() []byte { type BeaconBlock struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBody `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -659,18 +659,18 @@ func (*BeaconBlock) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{3} } -func (x *BeaconBlock) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlock) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlock) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlock) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlock) GetParentRoot() []byte { @@ -1237,8 +1237,8 @@ func (x *SignedBeaconBlockAltair) GetSignature() []byte { type BeaconBlockAltair struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBodyAltair `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -1276,18 +1276,18 @@ func (*BeaconBlockAltair) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{13} } -func (x *BeaconBlockAltair) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlockAltair) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlockAltair) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlockAltair) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlockAltair) GetParentRoot() []byte { @@ -1473,8 +1473,8 @@ func (x *SignedBeaconBlockBellatrix) GetSignature() []byte { type BeaconBlockBellatrix struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBodyBellatrix `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -1512,18 +1512,18 @@ func (*BeaconBlockBellatrix) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{16} } -func (x *BeaconBlockBellatrix) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlockBellatrix) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlockBellatrix) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlockBellatrix) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlockBellatrix) GetParentRoot() []byte { @@ -1717,8 +1717,8 @@ func (x *SignedBlindedBeaconBlockBellatrix) GetSignature() []byte { type BlindedBeaconBlockBellatrix struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BlindedBeaconBlockBodyBellatrix `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -1756,18 +1756,18 @@ func (*BlindedBeaconBlockBellatrix) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{19} } -func (x *BlindedBeaconBlockBellatrix) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BlindedBeaconBlockBellatrix) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BlindedBeaconBlockBellatrix) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BlindedBeaconBlockBellatrix) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BlindedBeaconBlockBellatrix) GetParentRoot() []byte { @@ -1961,8 +1961,8 @@ func (x *SignedBeaconBlockCapella) GetSignature() []byte { type BeaconBlockCapella struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBodyCapella `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -2000,18 +2000,18 @@ func (*BeaconBlockCapella) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{22} } -func (x *BeaconBlockCapella) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlockCapella) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlockCapella) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlockCapella) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlockCapella) GetParentRoot() []byte { @@ -2213,8 +2213,8 @@ func (x *SignedBlindedBeaconBlockCapella) GetSignature() []byte { type BlindedBeaconBlockCapella struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BlindedBeaconBlockBodyCapella `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -2252,18 +2252,18 @@ func (*BlindedBeaconBlockCapella) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{25} } -func (x *BlindedBeaconBlockCapella) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BlindedBeaconBlockCapella) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BlindedBeaconBlockCapella) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BlindedBeaconBlockCapella) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BlindedBeaconBlockCapella) GetParentRoot() []byte { @@ -2697,8 +2697,8 @@ func (x *BeaconBlockContentsDeneb) GetBlobs() [][]byte { type BeaconBlockDeneb struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBodyDeneb `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -2736,18 +2736,18 @@ func (*BeaconBlockDeneb) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{32} } -func (x *BeaconBlockDeneb) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlockDeneb) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlockDeneb) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlockDeneb) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlockDeneb) GetParentRoot() []byte { @@ -2957,8 +2957,8 @@ func (x *SignedBlindedBeaconBlockDeneb) GetSignature() []byte { type BlindedBeaconBlockDeneb struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BlindedBeaconBlockBodyDeneb `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -2996,18 +2996,18 @@ func (*BlindedBeaconBlockDeneb) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{35} } -func (x *BlindedBeaconBlockDeneb) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BlindedBeaconBlockDeneb) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BlindedBeaconBlockDeneb) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BlindedBeaconBlockDeneb) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BlindedBeaconBlockDeneb) GetParentRoot() []byte { @@ -3713,8 +3713,8 @@ func (x *BeaconBlockContentsElectra) GetBlobs() [][]byte { type BeaconBlockElectra struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBodyElectra `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -3752,18 +3752,18 @@ func (*BeaconBlockElectra) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{46} } -func (x *BeaconBlockElectra) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlockElectra) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlockElectra) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlockElectra) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlockElectra) GetParentRoot() []byte { @@ -3981,8 +3981,8 @@ func (x *SignedBlindedBeaconBlockElectra) GetSignature() []byte { type BlindedBeaconBlockElectra struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BlindedBeaconBlockBodyElectra `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -4020,18 +4020,18 @@ func (*BlindedBeaconBlockElectra) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{49} } -func (x *BlindedBeaconBlockElectra) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BlindedBeaconBlockElectra) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BlindedBeaconBlockElectra) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BlindedBeaconBlockElectra) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BlindedBeaconBlockElectra) GetParentRoot() []byte { @@ -4421,8 +4421,8 @@ func (x *SignedBlindedBeaconBlockFulu) GetSignature() []byte { type BlindedBeaconBlockFulu struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BlindedBeaconBlockBodyElectra `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -4460,18 +4460,18 @@ func (*BlindedBeaconBlockFulu) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_block_proto_rawDescGZIP(), []int{55} } -func (x *BlindedBeaconBlockFulu) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BlindedBeaconBlockFulu) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BlindedBeaconBlockFulu) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BlindedBeaconBlockFulu) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BlindedBeaconBlockFulu) GetParentRoot() []byte { @@ -4673,13 +4673,13 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x63, 0x6f, 0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, @@ -4807,14 +4807,14 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x41, 0x6c, 0x74, 0x61, 0x69, 0x72, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x27, 0x0a, 0x0b, @@ -4882,13 +4882,13 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x6c, 0x61, 0x74, 0x72, 0x69, 0x78, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, @@ -4964,13 +4964,13 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, @@ -5046,13 +5046,13 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, @@ -5134,13 +5134,13 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x6b, 0x43, 0x61, 0x70, 0x65, 0x6c, 0x6c, 0x61, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, @@ -5265,14 +5265,14 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x44, 0x65, 0x6e, 0x65, 0x62, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x27, 0x0a, 0x0b, 0x70, @@ -5358,13 +5358,13 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, @@ -5551,13 +5551,13 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x61, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x64, @@ -5650,13 +5650,13 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x74, 0x72, 0x61, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, @@ -5783,13 +5783,13 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x6c, 0x75, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, @@ -5808,7 +5808,7 @@ var file_proto_prysm_v1alpha1_beacon_block_proto_rawDesc = []byte{ 0x63, 0x6f, 0x6e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, + 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, diff --git a/proto/prysm/v1alpha1/beacon_block.proto b/proto/prysm/v1alpha1/beacon_block.proto index 82dbcdcfea..a1faa1a89d 100644 --- a/proto/prysm/v1alpha1/beacon_block.proto +++ b/proto/prysm/v1alpha1/beacon_block.proto @@ -24,7 +24,7 @@ import "proto/engine/v1/execution_engine.proto"; import "proto/engine/v1/electra.proto"; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "BeaconBlockProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -145,12 +145,12 @@ message BeaconBlock { // Beacon chain slot that this block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -267,12 +267,12 @@ message BeaconBlockAltair { // Beacon chain slot that this block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -341,12 +341,12 @@ message BeaconBlockBellatrix { // Beacon chain slot that this block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -412,12 +412,12 @@ message BlindedBeaconBlockBellatrix { // Beacon chain slot that this blinded block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -483,12 +483,12 @@ message BeaconBlockCapella { // Beacon chain slot that this block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -557,12 +557,12 @@ message BlindedBeaconBlockCapella { // Beacon chain slot that this blinded block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -667,12 +667,12 @@ message BeaconBlockDeneb { // Beacon chain slot that this block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -746,12 +746,12 @@ message BlindedBeaconBlockDeneb { // Beacon chain slot that this blinded block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -894,12 +894,12 @@ message BeaconBlockElectra { // Beacon chain slot that this block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -979,12 +979,12 @@ message BlindedBeaconBlockElectra { // Beacon chain slot that this blinded block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. @@ -1095,12 +1095,12 @@ message BlindedBeaconBlockFulu { // Beacon chain slot that this blinded block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte root of the parent block. diff --git a/proto/prysm/v1alpha1/beacon_block_fuzz_test.go b/proto/prysm/v1alpha1/beacon_block_fuzz_test.go index ac52628a24..b8aa79b1ae 100644 --- a/proto/prysm/v1alpha1/beacon_block_fuzz_test.go +++ b/proto/prysm/v1alpha1/beacon_block_fuzz_test.go @@ -3,7 +3,7 @@ package eth_test import ( "testing" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestBeaconBlock_Fuzz(t *testing.T) { diff --git a/proto/prysm/v1alpha1/beacon_chain.pb.go b/proto/prysm/v1alpha1/beacon_chain.pb.go index e1b94e89e9..8824111595 100755 --- a/proto/prysm/v1alpha1/beacon_chain.pb.go +++ b/proto/prysm/v1alpha1/beacon_chain.pb.go @@ -11,8 +11,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -80,13 +80,13 @@ func (x *ListIndexedAttestationsRequest) GetQueryFilter() isListIndexedAttestati return nil } -func (x *ListIndexedAttestationsRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ListIndexedAttestationsRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.QueryFilter.(*ListIndexedAttestationsRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ListIndexedAttestationsRequest) GetGenesisEpoch() bool { @@ -117,7 +117,7 @@ type isListIndexedAttestationsRequest_QueryFilter interface { } type ListIndexedAttestationsRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type ListIndexedAttestationsRequest_GenesisEpoch struct { @@ -179,13 +179,13 @@ func (x *ListAttestationsRequest) GetQueryFilter() isListAttestationsRequest_Que return nil } -func (x *ListAttestationsRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ListAttestationsRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.QueryFilter.(*ListAttestationsRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ListAttestationsRequest) GetGenesisEpoch() bool { @@ -216,7 +216,7 @@ type isListAttestationsRequest_QueryFilter interface { } type ListAttestationsRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type ListAttestationsRequest_GenesisEpoch struct { @@ -533,22 +533,22 @@ func (x *ListBlocksRequest) GetRoot() []byte { return nil } -func (x *ListBlocksRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ListBlocksRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { if x, ok := x.QueryFilter.(*ListBlocksRequest_Slot); ok { return x.Slot } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *ListBlocksRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ListBlocksRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.QueryFilter.(*ListBlocksRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ListBlocksRequest) GetGenesis() bool { @@ -583,11 +583,11 @@ type ListBlocksRequest_Root struct { } type ListBlocksRequest_Slot struct { - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` } type ListBlocksRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type ListBlocksRequest_Genesis struct { @@ -924,17 +924,17 @@ func (*BeaconBlockContainer_BlindedFuluBlock) isBeaconBlockContainer_Block() {} // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. type ChainHead struct { state protoimpl.MessageState `protogen:"open.v1"` - HeadSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=head_slot,json=headSlot,proto3" json:"head_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - HeadEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,2,opt,name=head_epoch,json=headEpoch,proto3" json:"head_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + HeadSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=head_slot,json=headSlot,proto3" json:"head_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + HeadEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,2,opt,name=head_epoch,json=headEpoch,proto3" json:"head_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` HeadBlockRoot []byte `protobuf:"bytes,3,opt,name=head_block_root,json=headBlockRoot,proto3" json:"head_block_root,omitempty" ssz-size:"32"` - FinalizedSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,4,opt,name=finalized_slot,json=finalizedSlot,proto3" json:"finalized_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - FinalizedEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,5,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + FinalizedSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,4,opt,name=finalized_slot,json=finalizedSlot,proto3" json:"finalized_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + FinalizedEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,5,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` FinalizedBlockRoot []byte `protobuf:"bytes,6,opt,name=finalized_block_root,json=finalizedBlockRoot,proto3" json:"finalized_block_root,omitempty" ssz-size:"32"` - JustifiedSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=justified_slot,json=justifiedSlot,proto3" json:"justified_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - JustifiedEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,8,opt,name=justified_epoch,json=justifiedEpoch,proto3" json:"justified_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + JustifiedSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=justified_slot,json=justifiedSlot,proto3" json:"justified_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + JustifiedEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,8,opt,name=justified_epoch,json=justifiedEpoch,proto3" json:"justified_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` JustifiedBlockRoot []byte `protobuf:"bytes,9,opt,name=justified_block_root,json=justifiedBlockRoot,proto3" json:"justified_block_root,omitempty" ssz-size:"32"` - PreviousJustifiedSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,10,opt,name=previous_justified_slot,json=previousJustifiedSlot,proto3" json:"previous_justified_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - PreviousJustifiedEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,11,opt,name=previous_justified_epoch,json=previousJustifiedEpoch,proto3" json:"previous_justified_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + PreviousJustifiedSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,10,opt,name=previous_justified_slot,json=previousJustifiedSlot,proto3" json:"previous_justified_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + PreviousJustifiedEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,11,opt,name=previous_justified_epoch,json=previousJustifiedEpoch,proto3" json:"previous_justified_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` PreviousJustifiedBlockRoot []byte `protobuf:"bytes,12,opt,name=previous_justified_block_root,json=previousJustifiedBlockRoot,proto3" json:"previous_justified_block_root,omitempty" ssz-size:"32"` OptimisticStatus bool `protobuf:"varint,13,opt,name=optimistic_status,json=optimisticStatus,proto3" json:"optimistic_status,omitempty"` unknownFields protoimpl.UnknownFields @@ -971,18 +971,18 @@ func (*ChainHead) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{9} } -func (x *ChainHead) GetHeadSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ChainHead) GetHeadSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.HeadSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *ChainHead) GetHeadEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ChainHead) GetHeadEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.HeadEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ChainHead) GetHeadBlockRoot() []byte { @@ -992,18 +992,18 @@ func (x *ChainHead) GetHeadBlockRoot() []byte { return nil } -func (x *ChainHead) GetFinalizedSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ChainHead) GetFinalizedSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.FinalizedSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *ChainHead) GetFinalizedEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ChainHead) GetFinalizedEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.FinalizedEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ChainHead) GetFinalizedBlockRoot() []byte { @@ -1013,18 +1013,18 @@ func (x *ChainHead) GetFinalizedBlockRoot() []byte { return nil } -func (x *ChainHead) GetJustifiedSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ChainHead) GetJustifiedSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.JustifiedSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *ChainHead) GetJustifiedEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ChainHead) GetJustifiedEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.JustifiedEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ChainHead) GetJustifiedBlockRoot() []byte { @@ -1034,18 +1034,18 @@ func (x *ChainHead) GetJustifiedBlockRoot() []byte { return nil } -func (x *ChainHead) GetPreviousJustifiedSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ChainHead) GetPreviousJustifiedSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.PreviousJustifiedSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *ChainHead) GetPreviousJustifiedEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ChainHead) GetPreviousJustifiedEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.PreviousJustifiedEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ChainHead) GetPreviousJustifiedBlockRoot() []byte { @@ -1111,13 +1111,13 @@ func (x *ListCommitteesRequest) GetQueryFilter() isListCommitteesRequest_QueryFi return nil } -func (x *ListCommitteesRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ListCommitteesRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.QueryFilter.(*ListCommitteesRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ListCommitteesRequest) GetGenesis() bool { @@ -1134,7 +1134,7 @@ type isListCommitteesRequest_QueryFilter interface { } type ListCommitteesRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type ListCommitteesRequest_Genesis struct { @@ -1148,7 +1148,7 @@ func (*ListCommitteesRequest_Genesis) isListCommitteesRequest_QueryFilter() {} // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. type BeaconCommittees struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` Committees map[uint64]*BeaconCommittees_CommitteesList `protobuf:"bytes,2,rep,name=committees,proto3" json:"committees,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` ActiveValidatorCount uint64 `protobuf:"varint,3,opt,name=active_validator_count,json=activeValidatorCount,proto3" json:"active_validator_count,omitempty"` unknownFields protoimpl.UnknownFields @@ -1185,11 +1185,11 @@ func (*BeaconCommittees) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{11} } -func (x *BeaconCommittees) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *BeaconCommittees) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *BeaconCommittees) GetCommittees() map[uint64]*BeaconCommittees_CommitteesList { @@ -1215,7 +1215,7 @@ type ListValidatorBalancesRequest struct { // *ListValidatorBalancesRequest_Genesis QueryFilter isListValidatorBalancesRequest_QueryFilter `protobuf_oneof:"query_filter"` PublicKeys [][]byte `protobuf:"bytes,3,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` - Indices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,4,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Indices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,4,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` unknownFields protoimpl.UnknownFields @@ -1259,13 +1259,13 @@ func (x *ListValidatorBalancesRequest) GetQueryFilter() isListValidatorBalancesR return nil } -func (x *ListValidatorBalancesRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ListValidatorBalancesRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.QueryFilter.(*ListValidatorBalancesRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ListValidatorBalancesRequest) GetGenesis() bool { @@ -1284,11 +1284,11 @@ func (x *ListValidatorBalancesRequest) GetPublicKeys() [][]byte { return nil } -func (x *ListValidatorBalancesRequest) GetIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ListValidatorBalancesRequest) GetIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Indices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } func (x *ListValidatorBalancesRequest) GetPageSize() int32 { @@ -1310,7 +1310,7 @@ type isListValidatorBalancesRequest_QueryFilter interface { } type ListValidatorBalancesRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type ListValidatorBalancesRequest_Genesis struct { @@ -1324,7 +1324,7 @@ func (*ListValidatorBalancesRequest_Genesis) isListValidatorBalancesRequest_Quer // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. type ValidatorBalances struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` Balances []*ValidatorBalances_Balance `protobuf:"bytes,2,rep,name=balances,proto3" json:"balances,omitempty"` NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` @@ -1362,11 +1362,11 @@ func (*ValidatorBalances) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{13} } -func (x *ValidatorBalances) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ValidatorBalances) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ValidatorBalances) GetBalances() []*ValidatorBalances_Balance { @@ -1402,7 +1402,7 @@ type ListValidatorsRequest struct { PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` PublicKeys [][]byte `protobuf:"bytes,6,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` - Indices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,7,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Indices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,7,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1444,13 +1444,13 @@ func (x *ListValidatorsRequest) GetQueryFilter() isListValidatorsRequest_QueryFi return nil } -func (x *ListValidatorsRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ListValidatorsRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.QueryFilter.(*ListValidatorsRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ListValidatorsRequest) GetGenesis() bool { @@ -1490,11 +1490,11 @@ func (x *ListValidatorsRequest) GetPublicKeys() [][]byte { return nil } -func (x *ListValidatorsRequest) GetIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ListValidatorsRequest) GetIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Indices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } type isListValidatorsRequest_QueryFilter interface { @@ -1502,7 +1502,7 @@ type isListValidatorsRequest_QueryFilter interface { } type ListValidatorsRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type ListValidatorsRequest_Genesis struct { @@ -1562,13 +1562,13 @@ func (x *GetValidatorRequest) GetQueryFilter() isGetValidatorRequest_QueryFilter return nil } -func (x *GetValidatorRequest) GetIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *GetValidatorRequest) GetIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { if x, ok := x.QueryFilter.(*GetValidatorRequest_Index); ok { return x.Index } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *GetValidatorRequest) GetPublicKey() []byte { @@ -1585,7 +1585,7 @@ type isGetValidatorRequest_QueryFilter interface { } type GetValidatorRequest_Index struct { - Index github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` } type GetValidatorRequest_PublicKey struct { @@ -1599,7 +1599,7 @@ func (*GetValidatorRequest_PublicKey) isGetValidatorRequest_QueryFilter() {} // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. type Validators struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` ValidatorList []*Validators_ValidatorContainer `protobuf:"bytes,2,rep,name=validator_list,json=validatorList,proto3" json:"validator_list,omitempty"` NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` @@ -1637,11 +1637,11 @@ func (*Validators) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{16} } -func (x *Validators) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Validators) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *Validators) GetValidatorList() []*Validators_ValidatorContainer { @@ -1714,13 +1714,13 @@ func (x *GetValidatorActiveSetChangesRequest) GetQueryFilter() isGetValidatorAct return nil } -func (x *GetValidatorActiveSetChangesRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *GetValidatorActiveSetChangesRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.QueryFilter.(*GetValidatorActiveSetChangesRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *GetValidatorActiveSetChangesRequest) GetGenesis() bool { @@ -1737,7 +1737,7 @@ type isGetValidatorActiveSetChangesRequest_QueryFilter interface { } type GetValidatorActiveSetChangesRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type GetValidatorActiveSetChangesRequest_Genesis struct { @@ -1753,15 +1753,15 @@ func (*GetValidatorActiveSetChangesRequest_Genesis) isGetValidatorActiveSetChang // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. type ActiveSetChanges struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` ActivatedPublicKeys [][]byte `protobuf:"bytes,2,rep,name=activated_public_keys,json=activatedPublicKeys,proto3" json:"activated_public_keys,omitempty" ssz-size:"?,48"` - ActivatedIndices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,rep,packed,name=activated_indices,json=activatedIndices,proto3" json:"activated_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ActivatedIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,rep,packed,name=activated_indices,json=activatedIndices,proto3" json:"activated_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ExitedPublicKeys [][]byte `protobuf:"bytes,4,rep,name=exited_public_keys,json=exitedPublicKeys,proto3" json:"exited_public_keys,omitempty" ssz-size:"?,48"` - ExitedIndices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,5,rep,packed,name=exited_indices,json=exitedIndices,proto3" json:"exited_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ExitedIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,5,rep,packed,name=exited_indices,json=exitedIndices,proto3" json:"exited_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` SlashedPublicKeys [][]byte `protobuf:"bytes,6,rep,name=slashed_public_keys,json=slashedPublicKeys,proto3" json:"slashed_public_keys,omitempty" ssz-size:"?,48"` - SlashedIndices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,7,rep,packed,name=slashed_indices,json=slashedIndices,proto3" json:"slashed_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + SlashedIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,7,rep,packed,name=slashed_indices,json=slashedIndices,proto3" json:"slashed_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` EjectedPublicKeys [][]byte `protobuf:"bytes,8,rep,name=ejected_public_keys,json=ejectedPublicKeys,proto3" json:"ejected_public_keys,omitempty" ssz-size:"?,48"` - EjectedIndices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,9,rep,packed,name=ejected_indices,json=ejectedIndices,proto3" json:"ejected_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + EjectedIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,9,rep,packed,name=ejected_indices,json=ejectedIndices,proto3" json:"ejected_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1796,11 +1796,11 @@ func (*ActiveSetChanges) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{18} } -func (x *ActiveSetChanges) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ActiveSetChanges) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ActiveSetChanges) GetActivatedPublicKeys() [][]byte { @@ -1810,11 +1810,11 @@ func (x *ActiveSetChanges) GetActivatedPublicKeys() [][]byte { return nil } -func (x *ActiveSetChanges) GetActivatedIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ActiveSetChanges) GetActivatedIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ActivatedIndices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } func (x *ActiveSetChanges) GetExitedPublicKeys() [][]byte { @@ -1824,11 +1824,11 @@ func (x *ActiveSetChanges) GetExitedPublicKeys() [][]byte { return nil } -func (x *ActiveSetChanges) GetExitedIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ActiveSetChanges) GetExitedIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ExitedIndices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } func (x *ActiveSetChanges) GetSlashedPublicKeys() [][]byte { @@ -1838,11 +1838,11 @@ func (x *ActiveSetChanges) GetSlashedPublicKeys() [][]byte { return nil } -func (x *ActiveSetChanges) GetSlashedIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ActiveSetChanges) GetSlashedIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.SlashedIndices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } func (x *ActiveSetChanges) GetEjectedPublicKeys() [][]byte { @@ -1852,11 +1852,11 @@ func (x *ActiveSetChanges) GetEjectedPublicKeys() [][]byte { return nil } -func (x *ActiveSetChanges) GetEjectedIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ActiveSetChanges) GetEjectedIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.EjectedIndices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. @@ -1864,7 +1864,7 @@ type ValidatorPerformanceRequest struct { state protoimpl.MessageState `protogen:"open.v1"` // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` - Indices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Indices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1907,11 +1907,11 @@ func (x *ValidatorPerformanceRequest) GetPublicKeys() [][]byte { return nil } -func (x *ValidatorPerformanceRequest) GetIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ValidatorPerformanceRequest) GetIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Indices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. @@ -1919,9 +1919,9 @@ type ValidatorPerformanceResponse struct { state protoimpl.MessageState `protogen:"open.v1"` CurrentEffectiveBalances []uint64 `protobuf:"varint,1,rep,packed,name=current_effective_balances,json=currentEffectiveBalances,proto3" json:"current_effective_balances,omitempty"` // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. - InclusionSlots []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,2,rep,packed,name=inclusion_slots,json=inclusionSlots,proto3" json:"inclusion_slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + InclusionSlots []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,2,rep,packed,name=inclusion_slots,json=inclusionSlots,proto3" json:"inclusion_slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. - InclusionDistances []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,3,rep,packed,name=inclusion_distances,json=inclusionDistances,proto3" json:"inclusion_distances,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + InclusionDistances []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,3,rep,packed,name=inclusion_distances,json=inclusionDistances,proto3" json:"inclusion_distances,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` CorrectlyVotedSource []bool `protobuf:"varint,4,rep,packed,name=correctly_voted_source,json=correctlyVotedSource,proto3" json:"correctly_voted_source,omitempty"` CorrectlyVotedTarget []bool `protobuf:"varint,5,rep,packed,name=correctly_voted_target,json=correctlyVotedTarget,proto3" json:"correctly_voted_target,omitempty"` CorrectlyVotedHead []bool `protobuf:"varint,6,rep,packed,name=correctly_voted_head,json=correctlyVotedHead,proto3" json:"correctly_voted_head,omitempty"` @@ -1973,19 +1973,19 @@ func (x *ValidatorPerformanceResponse) GetCurrentEffectiveBalances() []uint64 { } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. -func (x *ValidatorPerformanceResponse) GetInclusionSlots() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ValidatorPerformanceResponse) GetInclusionSlots() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.InclusionSlots } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(nil) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. -func (x *ValidatorPerformanceResponse) GetInclusionDistances() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ValidatorPerformanceResponse) GetInclusionDistances() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.InclusionDistances } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(nil) } func (x *ValidatorPerformanceResponse) GetCorrectlyVotedSource() []bool { @@ -2059,8 +2059,8 @@ type ValidatorQueue struct { ActivationPublicKeys [][]byte `protobuf:"bytes,2,rep,name=activation_public_keys,json=activationPublicKeys,proto3" json:"activation_public_keys,omitempty" ssz-size:"?,48"` // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. ExitPublicKeys [][]byte `protobuf:"bytes,3,rep,name=exit_public_keys,json=exitPublicKeys,proto3" json:"exit_public_keys,omitempty" ssz-size:"?,48"` - ActivationValidatorIndices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,4,rep,packed,name=activation_validator_indices,json=activationValidatorIndices,proto3" json:"activation_validator_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` - ExitValidatorIndices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,5,rep,packed,name=exit_validator_indices,json=exitValidatorIndices,proto3" json:"exit_validator_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ActivationValidatorIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,4,rep,packed,name=activation_validator_indices,json=activationValidatorIndices,proto3" json:"activation_validator_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` + ExitValidatorIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,5,rep,packed,name=exit_validator_indices,json=exitValidatorIndices,proto3" json:"exit_validator_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -2118,18 +2118,18 @@ func (x *ValidatorQueue) GetExitPublicKeys() [][]byte { return nil } -func (x *ValidatorQueue) GetActivationValidatorIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ValidatorQueue) GetActivationValidatorIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ActivationValidatorIndices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } -func (x *ValidatorQueue) GetExitValidatorIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ValidatorQueue) GetExitValidatorIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ExitValidatorIndices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. @@ -2141,7 +2141,7 @@ type ListValidatorAssignmentsRequest struct { // *ListValidatorAssignmentsRequest_Genesis QueryFilter isListValidatorAssignmentsRequest_QueryFilter `protobuf_oneof:"query_filter"` PublicKeys [][]byte `protobuf:"bytes,3,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` - Indices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,4,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Indices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,4,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` unknownFields protoimpl.UnknownFields @@ -2185,13 +2185,13 @@ func (x *ListValidatorAssignmentsRequest) GetQueryFilter() isListValidatorAssign return nil } -func (x *ListValidatorAssignmentsRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ListValidatorAssignmentsRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.QueryFilter.(*ListValidatorAssignmentsRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ListValidatorAssignmentsRequest) GetGenesis() bool { @@ -2210,11 +2210,11 @@ func (x *ListValidatorAssignmentsRequest) GetPublicKeys() [][]byte { return nil } -func (x *ListValidatorAssignmentsRequest) GetIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ListValidatorAssignmentsRequest) GetIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Indices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } func (x *ListValidatorAssignmentsRequest) GetPageSize() int32 { @@ -2236,7 +2236,7 @@ type isListValidatorAssignmentsRequest_QueryFilter interface { } type ListValidatorAssignmentsRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type ListValidatorAssignmentsRequest_Genesis struct { @@ -2250,7 +2250,7 @@ func (*ListValidatorAssignmentsRequest_Genesis) isListValidatorAssignmentsReques // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. type ValidatorAssignments struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` Assignments []*ValidatorAssignments_CommitteeAssignment `protobuf:"bytes,2,rep,name=assignments,proto3" json:"assignments,omitempty"` NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize int32 `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` @@ -2288,11 +2288,11 @@ func (*ValidatorAssignments) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{23} } -func (x *ValidatorAssignments) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ValidatorAssignments) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ValidatorAssignments) GetAssignments() []*ValidatorAssignments_CommitteeAssignment { @@ -2365,13 +2365,13 @@ func (x *GetValidatorParticipationRequest) GetQueryFilter() isGetValidatorPartic return nil } -func (x *GetValidatorParticipationRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *GetValidatorParticipationRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.QueryFilter.(*GetValidatorParticipationRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *GetValidatorParticipationRequest) GetGenesis() bool { @@ -2388,7 +2388,7 @@ type isGetValidatorParticipationRequest_QueryFilter interface { } type GetValidatorParticipationRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type GetValidatorParticipationRequest_Genesis struct { @@ -2402,7 +2402,7 @@ func (*GetValidatorParticipationRequest_Genesis) isGetValidatorParticipationRequ // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. type ValidatorParticipationResponse struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` Finalized bool `protobuf:"varint,2,opt,name=finalized,proto3" json:"finalized,omitempty"` Participation *ValidatorParticipation `protobuf:"bytes,3,opt,name=participation,proto3" json:"participation,omitempty"` unknownFields protoimpl.UnknownFields @@ -2439,11 +2439,11 @@ func (*ValidatorParticipationResponse) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{25} } -func (x *ValidatorParticipationResponse) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ValidatorParticipationResponse) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ValidatorParticipationResponse) GetFinalized() bool { @@ -2681,7 +2681,7 @@ func (x *BeaconConfig) GetConfig() map[string]string { type SubmitSlashingResponse struct { state protoimpl.MessageState `protogen:"open.v1"` - SlashedIndices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,rep,packed,name=slashed_indices,json=slashedIndices,proto3" json:"slashed_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + SlashedIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,rep,packed,name=slashed_indices,json=slashedIndices,proto3" json:"slashed_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -2716,18 +2716,18 @@ func (*SubmitSlashingResponse) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{30} } -func (x *SubmitSlashingResponse) GetSlashedIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *SubmitSlashingResponse) GetSlashedIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.SlashedIndices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } type IndividualVotesRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` PublicKeys [][]byte `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"` - Indices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Indices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -2762,11 +2762,11 @@ func (*IndividualVotesRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{31} } -func (x *IndividualVotesRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *IndividualVotesRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *IndividualVotesRequest) GetPublicKeys() [][]byte { @@ -2776,11 +2776,11 @@ func (x *IndividualVotesRequest) GetPublicKeys() [][]byte { return nil } -func (x *IndividualVotesRequest) GetIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *IndividualVotesRequest) GetIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Indices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } type IndividualVotesRespond struct { @@ -2829,7 +2829,7 @@ func (x *IndividualVotesRespond) GetIndividualVotes() []*IndividualVotesRespond_ type BeaconCommittees_CommitteeItem struct { state protoimpl.MessageState `protogen:"open.v1"` - ValidatorIndices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,rep,packed,name=validator_indices,json=validatorIndices,proto3" json:"validator_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,rep,packed,name=validator_indices,json=validatorIndices,proto3" json:"validator_indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -2864,11 +2864,11 @@ func (*BeaconCommittees_CommitteeItem) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{11, 0} } -func (x *BeaconCommittees_CommitteeItem) GetValidatorIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconCommittees_CommitteeItem) GetValidatorIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } type BeaconCommittees_CommitteesList struct { @@ -2918,7 +2918,7 @@ func (x *BeaconCommittees_CommitteesList) GetCommittees() []*BeaconCommittees_Co type ValidatorBalances_Balance struct { state protoimpl.MessageState `protogen:"open.v1"` PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` - Index github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Balance uint64 `protobuf:"varint,3,opt,name=balance,proto3" json:"balance,omitempty"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` unknownFields protoimpl.UnknownFields @@ -2962,11 +2962,11 @@ func (x *ValidatorBalances_Balance) GetPublicKey() []byte { return nil } -func (x *ValidatorBalances_Balance) GetIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ValidatorBalances_Balance) GetIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Index } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *ValidatorBalances_Balance) GetBalance() uint64 { @@ -2985,7 +2985,7 @@ func (x *ValidatorBalances_Balance) GetStatus() string { type Validators_ValidatorContainer struct { state protoimpl.MessageState `protogen:"open.v1"` - Index github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Validator *Validator `protobuf:"bytes,2,opt,name=validator,proto3" json:"validator,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -3021,11 +3021,11 @@ func (*Validators_ValidatorContainer) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{16, 0} } -func (x *Validators_ValidatorContainer) GetIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *Validators_ValidatorContainer) GetIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Index } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *Validators_ValidatorContainer) GetValidator() *Validator { @@ -3037,13 +3037,13 @@ func (x *Validators_ValidatorContainer) GetValidator() *Validator { type ValidatorAssignments_CommitteeAssignment struct { state protoimpl.MessageState `protogen:"open.v1"` - BeaconCommittees []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,rep,packed,name=beacon_committees,json=beaconCommittees,proto3" json:"beacon_committees,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` - CommitteeIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` - AttesterSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=attester_slot,json=attesterSlot,proto3" json:"attester_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerSlots []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,4,rep,packed,name=proposer_slots,json=proposerSlots,proto3" json:"proposer_slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + BeaconCommittees []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,rep,packed,name=beacon_committees,json=beaconCommittees,proto3" json:"beacon_committees,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` + CommitteeIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` + AttesterSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=attester_slot,json=attesterSlot,proto3" json:"attester_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerSlots []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,4,rep,packed,name=proposer_slots,json=proposerSlots,proto3" json:"proposer_slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. PublicKey []byte `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,6,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,6,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -3078,32 +3078,32 @@ func (*ValidatorAssignments_CommitteeAssignment) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{23, 0} } -func (x *ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ValidatorAssignments_CommitteeAssignment) GetBeaconCommittees() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.BeaconCommittees } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } -func (x *ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *ValidatorAssignments_CommitteeAssignment) GetCommitteeIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.CommitteeIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(0) } -func (x *ValidatorAssignments_CommitteeAssignment) GetAttesterSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ValidatorAssignments_CommitteeAssignment) GetAttesterSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.AttesterSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *ValidatorAssignments_CommitteeAssignment) GetProposerSlots() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ValidatorAssignments_CommitteeAssignment) GetProposerSlots() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.ProposerSlots } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(nil) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. @@ -3114,18 +3114,18 @@ func (x *ValidatorAssignments_CommitteeAssignment) GetPublicKey() []byte { return nil } -func (x *ValidatorAssignments_CommitteeAssignment) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ValidatorAssignments_CommitteeAssignment) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } type IndividualVotesRespond_IndividualVote struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` IsSlashed bool `protobuf:"varint,4,opt,name=is_slashed,json=isSlashed,proto3" json:"is_slashed,omitempty"` IsWithdrawableInCurrentEpoch bool `protobuf:"varint,5,opt,name=is_withdrawable_in_current_epoch,json=isWithdrawableInCurrentEpoch,proto3" json:"is_withdrawable_in_current_epoch,omitempty"` IsActiveInCurrentEpoch bool `protobuf:"varint,6,opt,name=is_active_in_current_epoch,json=isActiveInCurrentEpoch,proto3" json:"is_active_in_current_epoch,omitempty"` @@ -3137,9 +3137,9 @@ type IndividualVotesRespond_IndividualVote struct { IsPreviousEpochHeadAttester bool `protobuf:"varint,12,opt,name=is_previous_epoch_head_attester,json=isPreviousEpochHeadAttester,proto3" json:"is_previous_epoch_head_attester,omitempty"` CurrentEpochEffectiveBalanceGwei uint64 `protobuf:"varint,13,opt,name=current_epoch_effective_balance_gwei,json=currentEpochEffectiveBalanceGwei,proto3" json:"current_epoch_effective_balance_gwei,omitempty"` // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. - InclusionSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,14,opt,name=inclusion_slot,json=inclusionSlot,proto3" json:"inclusion_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + InclusionSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,14,opt,name=inclusion_slot,json=inclusionSlot,proto3" json:"inclusion_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. - InclusionDistance github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,15,opt,name=inclusion_distance,json=inclusionDistance,proto3" json:"inclusion_distance,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + InclusionDistance github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,15,opt,name=inclusion_distance,json=inclusionDistance,proto3" json:"inclusion_distance,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` InactivityScore uint64 `protobuf:"varint,16,opt,name=inactivity_score,json=inactivityScore,proto3" json:"inactivity_score,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -3175,11 +3175,11 @@ func (*IndividualVotesRespond_IndividualVote) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_chain_proto_rawDescGZIP(), []int{32, 0} } -func (x *IndividualVotesRespond_IndividualVote) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *IndividualVotesRespond_IndividualVote) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *IndividualVotesRespond_IndividualVote) GetPublicKey() []byte { @@ -3189,11 +3189,11 @@ func (x *IndividualVotesRespond_IndividualVote) GetPublicKey() []byte { return nil } -func (x *IndividualVotesRespond_IndividualVote) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *IndividualVotesRespond_IndividualVote) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *IndividualVotesRespond_IndividualVote) GetIsSlashed() bool { @@ -3267,19 +3267,19 @@ func (x *IndividualVotesRespond_IndividualVote) GetCurrentEpochEffectiveBalanceG } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. -func (x *IndividualVotesRespond_IndividualVote) GetInclusionSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *IndividualVotesRespond_IndividualVote) GetInclusionSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.InclusionSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/beacon_chain.proto. -func (x *IndividualVotesRespond_IndividualVote) GetInclusionDistance() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *IndividualVotesRespond_IndividualVote) GetInclusionDistance() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.InclusionDistance } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *IndividualVotesRespond_IndividualVote) GetInactivityScore() uint64 { @@ -3317,7 +3317,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x12, 0x5d, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x25, 0x0a, 0x0d, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, @@ -3332,7 +3332,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x73, 0x74, 0x12, 0x5d, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x25, 0x0a, 0x0d, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x5f, 0x65, 0x70, 0x6f, @@ -3397,13 +3397,13 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x28, 0x0c, 0x48, 0x00, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x12, 0x5a, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x48, 0x00, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x5d, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1a, 0x0a, 0x07, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, @@ -3506,13 +3506,13 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x0a, 0x09, 0x68, 0x65, 0x61, 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x08, 0x68, 0x65, 0x61, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x64, 0x0a, 0x0a, 0x68, 0x65, 0x61, 0x64, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x09, 0x68, 0x65, 0x61, 0x64, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x2e, 0x0a, 0x0f, 0x68, 0x65, 0x61, 0x64, 0x5f, @@ -3522,14 +3522,14 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x6e, 0x0a, 0x0f, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x0e, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x38, 0x0a, 0x14, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, @@ -3539,14 +3539,14 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x0a, 0x0e, 0x6a, 0x75, 0x73, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x6a, 0x75, 0x73, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x6e, 0x0a, 0x0f, 0x6a, 0x75, 0x73, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x0e, 0x6a, 0x75, 0x73, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x38, 0x0a, 0x14, 0x6a, @@ -3557,7 +3557,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x73, 0x5f, 0x6a, 0x75, 0x73, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x15, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x4a, 0x75, 0x73, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x53, @@ -3565,7 +3565,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x6a, 0x75, 0x73, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x16, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x4a, 0x75, 0x73, 0x74, 0x69, 0x66, 0x69, 0x65, 0x64, 0x45, @@ -3581,7 +3581,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x65, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5d, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1a, 0x0a, 0x07, 0x67, 0x65, 0x6e, @@ -3592,7 +3592,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x57, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, @@ -3608,7 +3608,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x10, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, @@ -3632,7 +3632,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1a, 0x0a, 0x07, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, @@ -3642,7 +3642,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x4b, 0x65, 0x79, 0x73, 0x12, 0x68, 0x0a, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x12, 0x1b, @@ -3655,7 +3655,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x6e, 0x63, 0x65, 0x73, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x4c, 0x0a, 0x08, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, @@ -3673,7 +3673,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x64, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, @@ -3685,7 +3685,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x5d, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1a, 0x0a, 0x07, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x48, @@ -3700,7 +3700,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x68, 0x0a, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x42, 0x0e, 0x0a, @@ -3709,7 +3709,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x66, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x48, 0x00, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x27, 0x0a, @@ -3720,7 +3720,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x5b, 0x0a, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, @@ -3738,7 +3738,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x72, 0x12, 0x64, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x3e, 0x0a, 0x09, 0x76, 0x61, 0x6c, 0x69, 0x64, @@ -3751,7 +3751,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x65, 0x73, 0x74, 0x12, 0x5d, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1a, 0x0a, 0x07, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x18, 0x02, 0x20, @@ -3761,7 +3761,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x3c, 0x0a, 0x15, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, @@ -3772,7 +3772,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x10, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x12, @@ -3783,7 +3783,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x64, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x65, 0x78, 0x69, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x12, 0x38, @@ -3794,7 +3794,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x68, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x73, 0x6c, 0x61, 0x73, 0x68, 0x65, 0x64, 0x49, 0x6e, 0x64, 0x69, 0x63, 0x65, @@ -3805,7 +3805,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x64, @@ -3817,7 +3817,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x02, 0x18, 0x01, 0x22, 0xc8, 0x06, 0x0a, 0x1c, @@ -3830,14 +3830,14 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x42, 0x46, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x52, 0x0e, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x12, 0x77, 0x0a, 0x13, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x04, 0x42, 0x46, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x52, 0x12, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x69, 0x73, 0x74, 0x61, @@ -3888,7 +3888,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x1a, 0x61, 0x63, 0x74, 0x69, 0x76, @@ -3897,7 +3897,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x14, 0x65, 0x78, 0x69, 0x74, 0x56, 0x61, 0x6c, 0x69, @@ -3907,7 +3907,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x75, 0x65, 0x73, 0x74, 0x12, 0x5d, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1a, 0x0a, 0x07, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x18, 0x02, @@ -3918,7 +3918,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, @@ -3931,7 +3931,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x61, 0x0a, 0x0b, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, @@ -3949,7 +3949,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x62, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x10, 0x62, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x43, @@ -3957,21 +3957,21 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x69, 0x0a, 0x0d, 0x61, 0x74, 0x74, 0x65, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0c, 0x61, 0x74, 0x74, 0x65, 0x73, 0x74, 0x65, 0x72, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x6b, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x12, 0x27, 0x0a, 0x0a, 0x70, 0x75, @@ -3981,7 +3981,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x3a, 0x02, 0x18, 0x01, @@ -3990,7 +3990,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5d, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1a, 0x0a, 0x07, 0x67, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x18, @@ -4001,7 +4001,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, @@ -4054,7 +4054,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x65, 0x12, 0x77, 0x0a, 0x0f, 0x73, 0x6c, 0x61, 0x73, 0x68, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x73, 0x6c, 0x61, 0x73, @@ -4063,7 +4063,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, @@ -4071,7 +4071,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x65, 0x79, 0x73, 0x12, 0x68, 0x0a, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x22, 0x9b, 0x0a, @@ -4087,7 +4087,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x56, 0x6f, 0x74, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, @@ -4095,7 +4095,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x12, 0x77, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, @@ -4143,14 +4143,14 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x04, 0x42, 0x46, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x52, 0x0d, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x12, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x04, 0x42, 0x46, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x52, 0x11, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, @@ -4392,7 +4392,7 @@ var file_proto_prysm_v1alpha1_beacon_chain_proto_rawDesc = []byte{ 0x31, 0x42, 0x10, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, diff --git a/proto/prysm/v1alpha1/beacon_chain.proto b/proto/prysm/v1alpha1/beacon_chain.proto index 4871ff9b07..25006fa2c2 100644 --- a/proto/prysm/v1alpha1/beacon_chain.proto +++ b/proto/prysm/v1alpha1/beacon_chain.proto @@ -25,7 +25,7 @@ import "proto/prysm/v1alpha1/beacon_core_types.proto"; import "proto/prysm/v1alpha1/validator.proto"; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "BeaconChainProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -314,7 +314,7 @@ message ListIndexedAttestationsRequest { // Retrieve attestations by epoch processed. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Optional criteria to retrieve genesis epoch attestations. @@ -339,7 +339,7 @@ message ListAttestationsRequest { // Filter attestations by epoch processed. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Optional criteria to retrieve attestations from 0 epoch. @@ -424,14 +424,14 @@ message ListBlocksRequest { // from another fork. uint64 slot = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // The epoch number for which to retrieve blocks. If specified, this // will return all blocks found within the span of the specified epoch. uint64 epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Optional criteria to retrieve genesis block. @@ -519,13 +519,13 @@ message ChainHead { // Slot of the head block. uint64 head_slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Epoch of the head block. uint64 head_epoch = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // 32 byte merkle tree root of the canonical head block in the beacon node. @@ -534,13 +534,13 @@ message ChainHead { // Most recent slot that contains the finalized block. uint64 finalized_slot = 4 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Epoch of the finalized block. uint64 finalized_epoch = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Most recent 32 byte finalized block root. @@ -549,13 +549,13 @@ message ChainHead { // Most recent slot that contains the justified block. uint64 justified_slot = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Epoch of the justified block. uint64 justified_epoch = 8 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Most recent 32 byte justified block root. @@ -564,13 +564,13 @@ message ChainHead { // Most recent slot that contains the previous justified block. uint64 previous_justified_slot = 10 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Epoch of the previous justified block. uint64 previous_justified_epoch = 11 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Previous 32 byte justified block root. @@ -588,7 +588,7 @@ message ListCommitteesRequest { // Optional criteria to retrieve data at a specific epoch. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Optional criteria to retrieve genesis data. @@ -604,7 +604,7 @@ message BeaconCommittees { // a slot. repeated uint64 validator_indices = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -616,7 +616,7 @@ message BeaconCommittees { // The epoch for which the committees in the response belong to. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // A map of validator committees by slot. @@ -633,7 +633,7 @@ message ListValidatorBalancesRequest { // Optional criteria to retrieve balances at a specific epoch. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Optional criteria to retrieve the genesis list of balances. @@ -646,7 +646,7 @@ message ListValidatorBalancesRequest { // Validator indices to filter validators for the given epoch. repeated uint64 indices = 4 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The maximum number of Validators to return in the response. @@ -665,7 +665,7 @@ message ValidatorBalances { // Epoch which the state was considered to determine the validator balances. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; message Balance { @@ -674,7 +674,7 @@ message ValidatorBalances { // Validator's index in the validator set. uint64 index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // Validator's balance in gwei. @@ -704,7 +704,7 @@ message ListValidatorsRequest { // with the current active validator set. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Optional criteria to retrieve the genesis set of validators. @@ -731,7 +731,7 @@ message ListValidatorsRequest { // This field is optional. repeated uint64 indices = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -741,7 +741,7 @@ message GetValidatorRequest { oneof query_filter { // Validator index in the registry. uint64 index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // 48 byte validator public key. @@ -757,12 +757,12 @@ message Validators { // set is from the Ethereum proof of stake genesis set. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; message ValidatorContainer { uint64 index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; Validator validator = 2; } @@ -785,7 +785,7 @@ message GetValidatorActiveSetChangesRequest { // Optional criteria to retrieve balances at a specific epoch. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Optional criteria to retrieve the genesis list of balances. @@ -800,7 +800,7 @@ message ActiveSetChanges { // set. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // 48 byte validator public keys that have been activated in the given epoch. @@ -810,7 +810,7 @@ message ActiveSetChanges { // Indices of validators activated in the given epoch. repeated uint64 activated_indices = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // 48 byte validator public keys that have been voluntarily exited in the @@ -821,7 +821,7 @@ message ActiveSetChanges { // Indices of validators exited in the given epoch. repeated uint64 exited_indices = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // 48 byte validator public keys that have been slashed in the given epoch. @@ -831,7 +831,7 @@ message ActiveSetChanges { // Indices of validators slashed in the given epoch. repeated uint64 slashed_indices = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // 48 byte validator public keys that have been involuntarily ejected in this @@ -842,7 +842,7 @@ message ActiveSetChanges { // Indices of validators ejected in the given epoch. repeated uint64 ejected_indices = 9 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -854,7 +854,7 @@ message ValidatorPerformanceRequest { // A list of validator indices to retrieve performance by their indices. repeated uint64 indices = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -870,7 +870,7 @@ message ValidatorPerformanceResponse { // the Altair hard fork. repeated uint64 inclusion_slots = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot", + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot", deprecated = true ]; // The distance of when validator submitted and got included in the chain, the @@ -879,7 +879,7 @@ message ValidatorPerformanceResponse { // fork. repeated uint64 inclusion_distances = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot", + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot", deprecated = true ]; // Whether the list of validator recently correctly voted for source at @@ -932,14 +932,14 @@ message ValidatorQueue { // is the next validator index to be processed. repeated uint64 activation_validator_indices = 4 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // Ordered list of validator indices awaiting exit. 0th item in the list is // the next validator index to be processed. repeated uint64 exit_validator_indices = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -950,7 +950,7 @@ message ListValidatorAssignmentsRequest { // Epoch to validator assignments for. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Whether or not to query for the genesis information. @@ -961,7 +961,7 @@ message ListValidatorAssignmentsRequest { // Validator indices to filter assignments for the given epoch. repeated uint64 indices = 4 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The maximum number of ValidatorAssignments to return in the response. @@ -985,27 +985,27 @@ message ValidatorAssignments { // slot and same committee. repeated uint64 beacon_committees = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // Committee index represents the committee of validator that's in. uint64 committee_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.CommitteeIndex" ]; // Beacon chain slot in which the validator must perform its assigned // duty as an attester. uint64 attester_slot = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Beacon chain slots in which the validator must perform its assigned // duty as a proposer. repeated uint64 proposer_slots = 4 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // 48 byte BLS public key. @@ -1015,14 +1015,14 @@ message ValidatorAssignments { // Validator index in the beacon state. uint64 validator_index = 6 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } // The epoch for which this set of validator assignments is valid. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; repeated CommitteeAssignment assignments = 2; @@ -1044,7 +1044,7 @@ message GetValidatorParticipationRequest { // Epoch to request participation information. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Whether or not to query for the genesis information. @@ -1057,7 +1057,7 @@ message ValidatorParticipationResponse { // Epoch which this message is applicable. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Whether or not epoch has been finalized. @@ -1119,7 +1119,7 @@ message SubmitSlashingResponse { // proposer/attester slashing object. repeated uint64 slashed_indices = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -1127,14 +1127,14 @@ message IndividualVotesRequest { // Epoch of the request. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Validator 48 byte BLS public keys to filter validators for the given epoch. repeated bytes public_keys = 2; // Validator indices to filter validators for the given epoch. repeated uint64 indices = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -1143,14 +1143,14 @@ message IndividualVotesRespond { // The epoch of the vote status request. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // The public key of the vote status request. bytes public_key = 2; // The validator index of the request. uint64 validator_index = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // Has the validator been slashed. bool is_slashed = 4; @@ -1176,14 +1176,14 @@ message IndividualVotesRespond { // Only available in phase0. uint64 inclusion_slot = 14 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot", + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot", deprecated = true ]; // How many slots have passed until the validator's attestation got included // in the block. Only available in phase0. uint64 inclusion_distance = 15 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot", + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot", deprecated = true ]; // The inactivity score of the validator tracks validator participation. diff --git a/proto/prysm/v1alpha1/beacon_core_types.pb.go b/proto/prysm/v1alpha1/beacon_core_types.pb.go index d63fec3a30..b3ee1bf564 100755 --- a/proto/prysm/v1alpha1/beacon_core_types.pb.go +++ b/proto/prysm/v1alpha1/beacon_core_types.pb.go @@ -11,8 +11,8 @@ import ( sync "sync" github_com_OffchainLabs_go_bitfield "github.com/OffchainLabs/go-bitfield" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -26,8 +26,8 @@ const ( type BeaconBlockHeader struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` BodyRoot []byte `protobuf:"bytes,5,opt,name=body_root,json=bodyRoot,proto3" json:"body_root,omitempty" ssz-size:"32"` @@ -65,18 +65,18 @@ func (*BeaconBlockHeader) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_core_types_proto_rawDescGZIP(), []int{0} } -func (x *BeaconBlockHeader) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlockHeader) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlockHeader) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlockHeader) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlockHeader) GetParentRoot() []byte { @@ -370,8 +370,8 @@ func (x *SignedVoluntaryExit) GetSignature() []byte { type VoluntaryExit struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -406,18 +406,18 @@ func (*VoluntaryExit) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_core_types_proto_rawDescGZIP(), []int{6} } -func (x *VoluntaryExit) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *VoluntaryExit) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *VoluntaryExit) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *VoluntaryExit) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } type AttesterSlashingElectra struct { @@ -588,7 +588,7 @@ type Fork struct { state protoimpl.MessageState `protogen:"open.v1"` PreviousVersion []byte `protobuf:"bytes,1,opt,name=previous_version,json=previousVersion,proto3" json:"previous_version,omitempty" ssz-size:"4"` CurrentVersion []byte `protobuf:"bytes,2,opt,name=current_version,json=currentVersion,proto3" json:"current_version,omitempty" ssz-size:"4"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -637,11 +637,11 @@ func (x *Fork) GetCurrentVersion() []byte { return nil } -func (x *Fork) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Fork) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } type SyncCommittee struct { @@ -754,10 +754,10 @@ type Validator struct { WithdrawalCredentials []byte `protobuf:"bytes,2,opt,name=withdrawal_credentials,json=withdrawalCredentials,proto3" json:"withdrawal_credentials,omitempty" ssz-size:"32"` EffectiveBalance uint64 `protobuf:"varint,3,opt,name=effective_balance,json=effectiveBalance,proto3" json:"effective_balance,omitempty"` Slashed bool `protobuf:"varint,4,opt,name=slashed,proto3" json:"slashed,omitempty"` - ActivationEligibilityEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,5,opt,name=activation_eligibility_epoch,json=activationEligibilityEpoch,proto3" json:"activation_eligibility_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - ActivationEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,6,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - ExitEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,7,opt,name=exit_epoch,json=exitEpoch,proto3" json:"exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - WithdrawableEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,8,opt,name=withdrawable_epoch,json=withdrawableEpoch,proto3" json:"withdrawable_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + ActivationEligibilityEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,5,opt,name=activation_eligibility_epoch,json=activationEligibilityEpoch,proto3" json:"activation_eligibility_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + ActivationEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,6,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + ExitEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,7,opt,name=exit_epoch,json=exitEpoch,proto3" json:"exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + WithdrawableEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,8,opt,name=withdrawable_epoch,json=withdrawableEpoch,proto3" json:"withdrawable_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -820,32 +820,32 @@ func (x *Validator) GetSlashed() bool { return false } -func (x *Validator) GetActivationEligibilityEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Validator) GetActivationEligibilityEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.ActivationEligibilityEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *Validator) GetActivationEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Validator) GetActivationEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.ActivationEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *Validator) GetExitEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Validator) GetExitEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.ExitEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *Validator) GetWithdrawableEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Validator) GetWithdrawableEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.WithdrawableEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } type Deposit_Data struct { @@ -932,13 +932,13 @@ var file_proto_prysm_v1alpha1_beacon_core_types_proto_rawDesc = []byte{ 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, @@ -1006,13 +1006,13 @@ var file_proto_prysm_v1alpha1_beacon_core_types_proto_rawDesc = []byte{ 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x77, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, @@ -1062,7 +1062,7 @@ var file_proto_prysm_v1alpha1_beacon_core_types_proto_rawDesc = []byte{ 0x69, 0x6f, 0x6e, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x22, 0x68, 0x0a, 0x0d, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, @@ -1096,7 +1096,7 @@ var file_proto_prysm_v1alpha1_beacon_core_types_proto_rawDesc = []byte{ 0x65, 0x6c, 0x69, 0x67, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x1a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6c, 0x69, 0x67, 0x69, 0x62, @@ -1104,21 +1104,21 @@ var file_proto_prysm_v1alpha1_beacon_core_types_proto_rawDesc = []byte{ 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x64, 0x0a, 0x0a, 0x65, 0x78, 0x69, 0x74, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x09, 0x65, 0x78, 0x69, 0x74, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x74, 0x0a, 0x12, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x11, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x62, 0x6c, 0x65, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x42, 0x9e, 0x01, 0x0a, 0x19, 0x6f, 0x72, 0x67, @@ -1126,7 +1126,7 @@ var file_proto_prysm_v1alpha1_beacon_core_types_proto_rawDesc = []byte{ 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x14, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x43, 0x6f, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, diff --git a/proto/prysm/v1alpha1/beacon_core_types.proto b/proto/prysm/v1alpha1/beacon_core_types.proto index 5f55e5f472..8e9ff04385 100644 --- a/proto/prysm/v1alpha1/beacon_core_types.proto +++ b/proto/prysm/v1alpha1/beacon_core_types.proto @@ -8,7 +8,7 @@ import "proto/eth/ext/options.proto"; import "proto/prysm/v1alpha1/attestation.proto"; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "BeaconCoreTypesProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -22,12 +22,12 @@ message BeaconBlockHeader { // Beacon chain slot that this block represents. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator index of the validator that proposed the block header. uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // 32 byte merkle tree root of the parent ssz encoded block. @@ -116,13 +116,13 @@ message VoluntaryExit { // The epoch on when exit request becomes valid. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Index of the exiting validator. uint64 validator_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -162,7 +162,7 @@ message Fork { bytes current_version = 2 [ (ethereum.eth.ext.ssz_size) = "4" ]; uint64 epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; } @@ -203,7 +203,7 @@ message Validator { // activated. uint64 activation_eligibility_epoch = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Epoch when the validator was activated. This field may be zero if the @@ -211,7 +211,7 @@ message Validator { // FAR_FUTURE_EPOCH if the validator has not been activated. uint64 activation_epoch = 6 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Epoch when the validator was exited. This field is FAR_FUTURE_EPOCH if @@ -221,7 +221,7 @@ message Validator { // https://github.com/ethereum/consensus-specs/blob/v0.9.2/specs/core/0_beacon-chain.md#constants uint64 exit_epoch = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Epoch when the validator is eligible to withdraw their funds. This field @@ -231,6 +231,6 @@ message Validator { // https://github.com/ethereum/consensus-specs/blob/v0.9.2/specs/core/0_beacon-chain.md#constants uint64 withdrawable_epoch = 8 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; } diff --git a/proto/prysm/v1alpha1/beacon_state.pb.go b/proto/prysm/v1alpha1/beacon_state.pb.go index 51274ecf97..32ed07e2c7 100755 --- a/proto/prysm/v1alpha1/beacon_state.pb.go +++ b/proto/prysm/v1alpha1/beacon_state.pb.go @@ -11,9 +11,9 @@ import ( sync "sync" github_com_OffchainLabs_go_bitfield "github.com/OffchainLabs/go-bitfield" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -29,7 +29,7 @@ type BeaconState struct { state protoimpl.MessageState `protogen:"open.v1"` GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `protobuf:"bytes,1002,opt,name=genesis_validators_root,json=genesisValidatorsRoot,proto3" json:"genesis_validators_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` @@ -96,11 +96,11 @@ func (x *BeaconState) GetGenesisValidatorsRoot() []byte { return nil } -func (x *BeaconState) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconState) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconState) GetFork() *Fork { @@ -233,8 +233,8 @@ type PendingAttestation struct { state protoimpl.MessageState `protogen:"open.v1"` AggregationBits github_com_OffchainLabs_go_bitfield.Bitlist `protobuf:"bytes,1,opt,name=aggregation_bits,json=aggregationBits,proto3" json:"aggregation_bits,omitempty" cast-type:"github.com/OffchainLabs/go-bitfield.Bitlist" ssz-max:"2048"` Data *AttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` - InclusionDelay github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=inclusion_delay,json=inclusionDelay,proto3" json:"inclusion_delay,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,4,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + InclusionDelay github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=inclusion_delay,json=inclusionDelay,proto3" json:"inclusion_delay,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,4,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -283,18 +283,18 @@ func (x *PendingAttestation) GetData() *AttestationData { return nil } -func (x *PendingAttestation) GetInclusionDelay() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *PendingAttestation) GetInclusionDelay() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.InclusionDelay } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *PendingAttestation) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *PendingAttestation) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } type HistoricalBatch struct { @@ -351,7 +351,7 @@ func (x *HistoricalBatch) GetStateRoots() [][]byte { type StateSummary struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Root []byte `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -387,11 +387,11 @@ func (*StateSummary) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_state_proto_rawDescGZIP(), []int{3} } -func (x *StateSummary) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *StateSummary) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *StateSummary) GetRoot() []byte { @@ -705,7 +705,7 @@ type BeaconStateAltair struct { state protoimpl.MessageState `protogen:"open.v1"` GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `protobuf:"bytes,1002,opt,name=genesis_validators_root,json=genesisValidatorsRoot,proto3" json:"genesis_validators_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` @@ -775,11 +775,11 @@ func (x *BeaconStateAltair) GetGenesisValidatorsRoot() []byte { return nil } -func (x *BeaconStateAltair) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconStateAltair) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconStateAltair) GetFork() *Fork { @@ -931,7 +931,7 @@ func (x *BeaconStateAltair) GetNextSyncCommittee() *SyncCommittee { type SyncAggregatorSelectionData struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` SubcommitteeIndex uint64 `protobuf:"varint,2,opt,name=subcommittee_index,json=subcommitteeIndex,proto3" json:"subcommittee_index,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -967,11 +967,11 @@ func (*SyncAggregatorSelectionData) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_beacon_state_proto_rawDescGZIP(), []int{10} } -func (x *SyncAggregatorSelectionData) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *SyncAggregatorSelectionData) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *SyncAggregatorSelectionData) GetSubcommitteeIndex() uint64 { @@ -985,7 +985,7 @@ type BeaconStateBellatrix struct { state protoimpl.MessageState `protogen:"open.v1"` GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `protobuf:"bytes,1002,opt,name=genesis_validators_root,json=genesisValidatorsRoot,proto3" json:"genesis_validators_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` @@ -1056,11 +1056,11 @@ func (x *BeaconStateBellatrix) GetGenesisValidatorsRoot() []byte { return nil } -func (x *BeaconStateBellatrix) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconStateBellatrix) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconStateBellatrix) GetFork() *Fork { @@ -1221,7 +1221,7 @@ type BeaconStateCapella struct { state protoimpl.MessageState `protogen:"open.v1"` GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `protobuf:"bytes,1002,opt,name=genesis_validators_root,json=genesisValidatorsRoot,proto3" json:"genesis_validators_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` @@ -1245,7 +1245,7 @@ type BeaconStateCapella struct { NextSyncCommittee *SyncCommittee `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"` LatestExecutionPayloadHeader *v1.ExecutionPayloadHeaderCapella `protobuf:"bytes,10001,opt,name=latest_execution_payload_header,json=latestExecutionPayloadHeader,proto3" json:"latest_execution_payload_header,omitempty"` NextWithdrawalIndex uint64 `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"` - NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` HistoricalSummaries []*HistoricalSummary `protobuf:"bytes,11003,rep,name=historical_summaries,json=historicalSummaries,proto3" json:"historical_summaries,omitempty" ssz-max:"16777216"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -1295,11 +1295,11 @@ func (x *BeaconStateCapella) GetGenesisValidatorsRoot() []byte { return nil } -func (x *BeaconStateCapella) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconStateCapella) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconStateCapella) GetFork() *Fork { @@ -1463,11 +1463,11 @@ func (x *BeaconStateCapella) GetNextWithdrawalIndex() uint64 { return 0 } -func (x *BeaconStateCapella) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconStateCapella) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.NextWithdrawalValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconStateCapella) GetHistoricalSummaries() []*HistoricalSummary { @@ -1481,7 +1481,7 @@ type BeaconStateDeneb struct { state protoimpl.MessageState `protogen:"open.v1"` GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `protobuf:"bytes,1002,opt,name=genesis_validators_root,json=genesisValidatorsRoot,proto3" json:"genesis_validators_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` @@ -1505,7 +1505,7 @@ type BeaconStateDeneb struct { NextSyncCommittee *SyncCommittee `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"` LatestExecutionPayloadHeader *v1.ExecutionPayloadHeaderDeneb `protobuf:"bytes,10001,opt,name=latest_execution_payload_header,json=latestExecutionPayloadHeader,proto3" json:"latest_execution_payload_header,omitempty"` NextWithdrawalIndex uint64 `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"` - NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` HistoricalSummaries []*HistoricalSummary `protobuf:"bytes,11003,rep,name=historical_summaries,json=historicalSummaries,proto3" json:"historical_summaries,omitempty" ssz-max:"16777216"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -1555,11 +1555,11 @@ func (x *BeaconStateDeneb) GetGenesisValidatorsRoot() []byte { return nil } -func (x *BeaconStateDeneb) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconStateDeneb) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconStateDeneb) GetFork() *Fork { @@ -1723,11 +1723,11 @@ func (x *BeaconStateDeneb) GetNextWithdrawalIndex() uint64 { return 0 } -func (x *BeaconStateDeneb) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconStateDeneb) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.NextWithdrawalValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconStateDeneb) GetHistoricalSummaries() []*HistoricalSummary { @@ -1741,7 +1741,7 @@ type BeaconStateElectra struct { state protoimpl.MessageState `protogen:"open.v1"` GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `protobuf:"bytes,1002,opt,name=genesis_validators_root,json=genesisValidatorsRoot,proto3" json:"genesis_validators_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` @@ -1765,14 +1765,14 @@ type BeaconStateElectra struct { NextSyncCommittee *SyncCommittee `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"` LatestExecutionPayloadHeader *v1.ExecutionPayloadHeaderDeneb `protobuf:"bytes,10001,opt,name=latest_execution_payload_header,json=latestExecutionPayloadHeader,proto3" json:"latest_execution_payload_header,omitempty"` NextWithdrawalIndex uint64 `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"` - NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` HistoricalSummaries []*HistoricalSummary `protobuf:"bytes,11003,rep,name=historical_summaries,json=historicalSummaries,proto3" json:"historical_summaries,omitempty" ssz-max:"16777216"` DepositRequestsStartIndex uint64 `protobuf:"varint,12001,opt,name=deposit_requests_start_index,json=depositRequestsStartIndex,proto3" json:"deposit_requests_start_index,omitempty"` - DepositBalanceToConsume github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,12002,opt,name=deposit_balance_to_consume,json=depositBalanceToConsume,proto3" json:"deposit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - ExitBalanceToConsume github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,12003,opt,name=exit_balance_to_consume,json=exitBalanceToConsume,proto3" json:"exit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - EarliestExitEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,12004,opt,name=earliest_exit_epoch,json=earliestExitEpoch,proto3" json:"earliest_exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - ConsolidationBalanceToConsume github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,12005,opt,name=consolidation_balance_to_consume,json=consolidationBalanceToConsume,proto3" json:"consolidation_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - EarliestConsolidationEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,12006,opt,name=earliest_consolidation_epoch,json=earliestConsolidationEpoch,proto3" json:"earliest_consolidation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + DepositBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,12002,opt,name=deposit_balance_to_consume,json=depositBalanceToConsume,proto3" json:"deposit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + ExitBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,12003,opt,name=exit_balance_to_consume,json=exitBalanceToConsume,proto3" json:"exit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + EarliestExitEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,12004,opt,name=earliest_exit_epoch,json=earliestExitEpoch,proto3" json:"earliest_exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + ConsolidationBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,12005,opt,name=consolidation_balance_to_consume,json=consolidationBalanceToConsume,proto3" json:"consolidation_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + EarliestConsolidationEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,12006,opt,name=earliest_consolidation_epoch,json=earliestConsolidationEpoch,proto3" json:"earliest_consolidation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` PendingDeposits []*PendingDeposit `protobuf:"bytes,12007,rep,name=pending_deposits,json=pendingDeposits,proto3" json:"pending_deposits,omitempty" ssz-max:"134217728"` PendingPartialWithdrawals []*PendingPartialWithdrawal `protobuf:"bytes,12008,rep,name=pending_partial_withdrawals,json=pendingPartialWithdrawals,proto3" json:"pending_partial_withdrawals,omitempty" ssz-max:"134217728"` PendingConsolidations []*PendingConsolidation `protobuf:"bytes,12009,rep,name=pending_consolidations,json=pendingConsolidations,proto3" json:"pending_consolidations,omitempty" ssz-max:"262144"` @@ -1824,11 +1824,11 @@ func (x *BeaconStateElectra) GetGenesisValidatorsRoot() []byte { return nil } -func (x *BeaconStateElectra) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconStateElectra) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconStateElectra) GetFork() *Fork { @@ -1992,11 +1992,11 @@ func (x *BeaconStateElectra) GetNextWithdrawalIndex() uint64 { return 0 } -func (x *BeaconStateElectra) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconStateElectra) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.NextWithdrawalValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconStateElectra) GetHistoricalSummaries() []*HistoricalSummary { @@ -2013,39 +2013,39 @@ func (x *BeaconStateElectra) GetDepositRequestsStartIndex() uint64 { return 0 } -func (x *BeaconStateElectra) GetDepositBalanceToConsume() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BeaconStateElectra) GetDepositBalanceToConsume() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.DepositBalanceToConsume } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BeaconStateElectra) GetExitBalanceToConsume() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BeaconStateElectra) GetExitBalanceToConsume() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.ExitBalanceToConsume } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BeaconStateElectra) GetEarliestExitEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *BeaconStateElectra) GetEarliestExitEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.EarliestExitEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *BeaconStateElectra) GetConsolidationBalanceToConsume() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BeaconStateElectra) GetConsolidationBalanceToConsume() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.ConsolidationBalanceToConsume } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BeaconStateElectra) GetEarliestConsolidationEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *BeaconStateElectra) GetEarliestConsolidationEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.EarliestConsolidationEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *BeaconStateElectra) GetPendingDeposits() []*PendingDeposit { @@ -2073,7 +2073,7 @@ type BeaconStateFulu struct { state protoimpl.MessageState `protogen:"open.v1"` GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `protobuf:"bytes,1002,opt,name=genesis_validators_root,json=genesisValidatorsRoot,proto3" json:"genesis_validators_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` @@ -2097,14 +2097,14 @@ type BeaconStateFulu struct { NextSyncCommittee *SyncCommittee `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"` LatestExecutionPayloadHeader *v1.ExecutionPayloadHeaderDeneb `protobuf:"bytes,10001,opt,name=latest_execution_payload_header,json=latestExecutionPayloadHeader,proto3" json:"latest_execution_payload_header,omitempty"` NextWithdrawalIndex uint64 `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"` - NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` HistoricalSummaries []*HistoricalSummary `protobuf:"bytes,11003,rep,name=historical_summaries,json=historicalSummaries,proto3" json:"historical_summaries,omitempty" ssz-max:"16777216"` DepositRequestsStartIndex uint64 `protobuf:"varint,12001,opt,name=deposit_requests_start_index,json=depositRequestsStartIndex,proto3" json:"deposit_requests_start_index,omitempty"` - DepositBalanceToConsume github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,12002,opt,name=deposit_balance_to_consume,json=depositBalanceToConsume,proto3" json:"deposit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - ExitBalanceToConsume github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,12003,opt,name=exit_balance_to_consume,json=exitBalanceToConsume,proto3" json:"exit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - EarliestExitEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,12004,opt,name=earliest_exit_epoch,json=earliestExitEpoch,proto3" json:"earliest_exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - ConsolidationBalanceToConsume github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,12005,opt,name=consolidation_balance_to_consume,json=consolidationBalanceToConsume,proto3" json:"consolidation_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - EarliestConsolidationEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,12006,opt,name=earliest_consolidation_epoch,json=earliestConsolidationEpoch,proto3" json:"earliest_consolidation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + DepositBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,12002,opt,name=deposit_balance_to_consume,json=depositBalanceToConsume,proto3" json:"deposit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + ExitBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,12003,opt,name=exit_balance_to_consume,json=exitBalanceToConsume,proto3" json:"exit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + EarliestExitEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,12004,opt,name=earliest_exit_epoch,json=earliestExitEpoch,proto3" json:"earliest_exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + ConsolidationBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,12005,opt,name=consolidation_balance_to_consume,json=consolidationBalanceToConsume,proto3" json:"consolidation_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + EarliestConsolidationEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,12006,opt,name=earliest_consolidation_epoch,json=earliestConsolidationEpoch,proto3" json:"earliest_consolidation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` PendingDeposits []*PendingDeposit `protobuf:"bytes,12007,rep,name=pending_deposits,json=pendingDeposits,proto3" json:"pending_deposits,omitempty" ssz-max:"134217728"` PendingPartialWithdrawals []*PendingPartialWithdrawal `protobuf:"bytes,12008,rep,name=pending_partial_withdrawals,json=pendingPartialWithdrawals,proto3" json:"pending_partial_withdrawals,omitempty" ssz-max:"134217728"` PendingConsolidations []*PendingConsolidation `protobuf:"bytes,12009,rep,name=pending_consolidations,json=pendingConsolidations,proto3" json:"pending_consolidations,omitempty" ssz-max:"262144"` @@ -2157,11 +2157,11 @@ func (x *BeaconStateFulu) GetGenesisValidatorsRoot() []byte { return nil } -func (x *BeaconStateFulu) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconStateFulu) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconStateFulu) GetFork() *Fork { @@ -2325,11 +2325,11 @@ func (x *BeaconStateFulu) GetNextWithdrawalIndex() uint64 { return 0 } -func (x *BeaconStateFulu) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconStateFulu) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.NextWithdrawalValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconStateFulu) GetHistoricalSummaries() []*HistoricalSummary { @@ -2346,39 +2346,39 @@ func (x *BeaconStateFulu) GetDepositRequestsStartIndex() uint64 { return 0 } -func (x *BeaconStateFulu) GetDepositBalanceToConsume() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BeaconStateFulu) GetDepositBalanceToConsume() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.DepositBalanceToConsume } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BeaconStateFulu) GetExitBalanceToConsume() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BeaconStateFulu) GetExitBalanceToConsume() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.ExitBalanceToConsume } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BeaconStateFulu) GetEarliestExitEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *BeaconStateFulu) GetEarliestExitEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.EarliestExitEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *BeaconStateFulu) GetConsolidationBalanceToConsume() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BeaconStateFulu) GetConsolidationBalanceToConsume() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.ConsolidationBalanceToConsume } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BeaconStateFulu) GetEarliestConsolidationEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *BeaconStateFulu) GetEarliestConsolidationEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.EarliestConsolidationEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *BeaconStateFulu) GetPendingDeposits() []*PendingDeposit { @@ -2438,7 +2438,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x73, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x59, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0xeb, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6b, 0x18, 0xec, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, @@ -2540,14 +2540,14 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x6d, 0x0a, 0x0f, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x65, 0x6c, 0x61, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0e, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x6c, 0x61, 0x79, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, @@ -2562,7 +2562,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x6d, 0x61, 0x72, 0x79, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x72, 0x6f, @@ -2620,7 +2620,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x72, 0x73, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x59, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0xeb, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6b, 0x18, 0xec, 0x07, 0x20, 0x01, 0x28, 0x0b, @@ -2724,7 +2724,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x2d, 0x0a, 0x12, 0x73, 0x75, 0x62, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, @@ -2740,7 +2740,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x73, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x59, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0xeb, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6b, 0x18, 0xec, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, @@ -2857,7 +2857,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0xeb, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6b, 0x18, 0xec, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x65, 0x74, 0x68, 0x65, 0x72, 0x65, @@ -2971,7 +2971,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0xfa, 0x55, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x1c, 0x6e, 0x65, 0x78, 0x74, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, @@ -2993,7 +2993,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x59, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0xeb, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6b, 0x18, 0xec, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, @@ -3107,7 +3107,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0xfa, 0x55, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x1c, 0x6e, 0x65, 0x78, 0x74, 0x57, 0x69, 0x74, 0x68, 0x64, @@ -3129,7 +3129,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x59, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0xeb, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6b, 0x18, 0xec, @@ -3244,7 +3244,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0xfa, 0x55, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x1c, 0x6e, 0x65, 0x78, 0x74, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x56, 0x61, 0x6c, 0x69, @@ -3264,7 +3264,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0xe2, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x17, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x12, 0x7c, 0x0a, @@ -3272,14 +3272,14 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0xe3, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x14, 0x65, 0x78, 0x69, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x12, 0x76, 0x0a, 0x13, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x5f, 0x65, 0x78, 0x69, 0x74, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0xe4, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x11, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x45, 0x78, 0x69, 0x74, 0x45, 0x70, @@ -3288,7 +3288,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0xe5, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x1d, 0x63, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x43, 0x6f, 0x6e, @@ -3297,7 +3297,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0xe6, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x1a, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, @@ -3333,7 +3333,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x73, 0x6c, 0x6f, 0x74, 0x18, 0xeb, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6b, 0x18, 0xec, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x65, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, @@ -3447,7 +3447,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0xfa, 0x55, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x1c, 0x6e, 0x65, 0x78, 0x74, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x56, 0x61, 0x6c, @@ -3467,7 +3467,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0xe2, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x17, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x12, 0x7c, @@ -3475,14 +3475,14 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x6f, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0xe3, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x14, 0x65, 0x78, 0x69, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x12, 0x76, 0x0a, 0x13, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x5f, 0x65, 0x78, 0x69, 0x74, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0xe4, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x11, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x45, 0x78, 0x69, 0x74, 0x45, @@ -3491,7 +3491,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x6f, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0xe5, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x1d, 0x63, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x43, 0x6f, @@ -3500,7 +3500,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0xe6, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x1a, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x70, 0x6f, 0x63, 0x68, @@ -3533,7 +3533,7 @@ var file_proto_prysm_v1alpha1_beacon_state_proto_rawDesc = []byte{ 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x10, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0x41, 0x6c, 0x70, 0x68, 0x61, diff --git a/proto/prysm/v1alpha1/beacon_state.proto b/proto/prysm/v1alpha1/beacon_state.proto index 59ea245fc5..0e8b4f15d7 100644 --- a/proto/prysm/v1alpha1/beacon_state.proto +++ b/proto/prysm/v1alpha1/beacon_state.proto @@ -9,7 +9,7 @@ import "proto/eth/ext/options.proto"; import "proto/prysm/v1alpha1/eip_7251.proto"; option csharp_namespace = "Ethereum.Eth.V1Alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "BeaconStateProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -25,7 +25,7 @@ message BeaconState { bytes genesis_validators_root = 1002 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 1003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; Fork fork = 1004; @@ -90,11 +90,11 @@ message PendingAttestation { // The difference of when attestation gets created and get included on chain. uint64 inclusion_delay = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // The proposer who included the attestation in the block. uint64 proposer_index = 4 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; } @@ -113,7 +113,7 @@ message StateSummary { // The slot of the state. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // The block root of the state. bytes root = 2; @@ -188,7 +188,7 @@ message BeaconStateAltair { bytes genesis_validators_root = 1002 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 1003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; Fork fork = 1004; @@ -255,7 +255,7 @@ message SyncAggregatorSelectionData { // Slot of this signing data. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Subcommittee index of this signing data. uint64 subcommittee_index = 2; @@ -271,7 +271,7 @@ message BeaconStateBellatrix { bytes genesis_validators_root = 1002 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 1003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; Fork fork = 1004; @@ -344,7 +344,7 @@ message BeaconStateCapella { bytes genesis_validators_root = 1002 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 1003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; Fork fork = 1004; @@ -410,7 +410,7 @@ message BeaconStateCapella { uint64 next_withdrawal_index = 11001; // [New in Capella] uint64 next_withdrawal_validator_index = 11002 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // [New in Capella] repeated HistoricalSummary historical_summaries = 11003 [ (ethereum.eth.ext.ssz_max) = "16777216" ]; // [New in Capella] @@ -426,7 +426,7 @@ message BeaconStateDeneb { bytes genesis_validators_root = 1002 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 1003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; Fork fork = 1004; @@ -492,7 +492,7 @@ message BeaconStateDeneb { uint64 next_withdrawal_index = 11001; uint64 next_withdrawal_validator_index = 11002 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; repeated HistoricalSummary historical_summaries = 11003 [ (ethereum.eth.ext.ssz_max) = "16777216" ]; @@ -508,7 +508,7 @@ message BeaconStateElectra { bytes genesis_validators_root = 1002 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 1003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; Fork fork = 1004; @@ -574,7 +574,7 @@ message BeaconStateElectra { uint64 next_withdrawal_index = 11001; uint64 next_withdrawal_validator_index = 11002 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; repeated HistoricalSummary historical_summaries = 11003 [ (ethereum.eth.ext.ssz_max) = "16777216" ]; @@ -583,23 +583,23 @@ message BeaconStateElectra { uint64 deposit_requests_start_index = 12001; uint64 deposit_balance_to_consume = 12002 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 exit_balance_to_consume = 12003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 earliest_exit_epoch = 12004 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; uint64 consolidation_balance_to_consume = 12005 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 earliest_consolidation_epoch = 12006 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; repeated PendingDeposit pending_deposits = 12007 [ (ethereum.eth.ext.ssz_max) = "pending_deposits_limit" ]; @@ -619,7 +619,7 @@ message BeaconStateFulu { bytes genesis_validators_root = 1002 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 1003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; Fork fork = 1004; @@ -685,7 +685,7 @@ message BeaconStateFulu { uint64 next_withdrawal_index = 11001; uint64 next_withdrawal_validator_index = 11002 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; repeated HistoricalSummary historical_summaries = 11003 [ (ethereum.eth.ext.ssz_max) = "16777216" ]; @@ -694,23 +694,23 @@ message BeaconStateFulu { uint64 deposit_requests_start_index = 12001; uint64 deposit_balance_to_consume = 12002 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 exit_balance_to_consume = 12003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 earliest_exit_epoch = 12004 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; uint64 consolidation_balance_to_consume = 12005 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 earliest_consolidation_epoch = 12006 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; repeated PendingDeposit pending_deposits = 12007 [ (ethereum.eth.ext.ssz_max) = "pending_deposits_limit" ]; diff --git a/proto/prysm/v1alpha1/bellatrix.ssz.go b/proto/prysm/v1alpha1/bellatrix.ssz.go index ea015fb454..2828b9ea16 100644 --- a/proto/prysm/v1alpha1/bellatrix.ssz.go +++ b/proto/prysm/v1alpha1/bellatrix.ssz.go @@ -2,8 +2,8 @@ package eth import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" ssz "github.com/prysmaticlabs/fastssz" ) @@ -173,10 +173,10 @@ func (b *BeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -919,10 +919,10 @@ func (b *BlindedBeaconBlockBellatrix) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -1775,7 +1775,7 @@ func (b *BeaconStateBellatrix) UnmarshalSSZ(buf []byte) error { b.GenesisValidatorsRoot = append(b.GenesisValidatorsRoot, buf[8:40]...) // Field (2) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) // Field (3) 'Fork' if b.Fork == nil { diff --git a/proto/prysm/v1alpha1/blobs.pb.go b/proto/prysm/v1alpha1/blobs.pb.go index f2cff3d841..c97b109f79 100755 --- a/proto/prysm/v1alpha1/blobs.pb.go +++ b/proto/prysm/v1alpha1/blobs.pb.go @@ -10,8 +10,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -123,9 +123,9 @@ type BlindedBlobSidecar struct { state protoimpl.MessageState `protogen:"open.v1"` BlockRoot []byte `protobuf:"bytes,1,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` Index uint64 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` BlockParentRoot []byte `protobuf:"bytes,4,opt,name=block_parent_root,json=blockParentRoot,proto3" json:"block_parent_root,omitempty" ssz-size:"32"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,5,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,5,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` BlobRoot []byte `protobuf:"bytes,6,opt,name=blob_root,json=blobRoot,proto3" json:"blob_root,omitempty" ssz-size:"32"` KzgCommitment []byte `protobuf:"bytes,7,opt,name=kzg_commitment,json=kzgCommitment,proto3" json:"kzg_commitment,omitempty" ssz-size:"48"` KzgProof []byte `protobuf:"bytes,8,opt,name=kzg_proof,json=kzgProof,proto3" json:"kzg_proof,omitempty" ssz-size:"48"` @@ -177,11 +177,11 @@ func (x *BlindedBlobSidecar) GetIndex() uint64 { return 0 } -func (x *BlindedBlobSidecar) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BlindedBlobSidecar) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BlindedBlobSidecar) GetBlockParentRoot() []byte { @@ -191,11 +191,11 @@ func (x *BlindedBlobSidecar) GetBlockParentRoot() []byte { return nil } -func (x *BlindedBlobSidecar) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BlindedBlobSidecar) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BlindedBlobSidecar) GetBlobRoot() []byte { @@ -302,7 +302,7 @@ var file_proto_prysm_v1alpha1_blobs_proto_rawDesc = []byte{ 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x32, 0x0a, 0x11, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e, @@ -312,7 +312,7 @@ var file_proto_prysm_v1alpha1_blobs_proto_rawDesc = []byte{ 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x23, 0x0a, 0x09, @@ -333,7 +333,7 @@ var file_proto_prysm_v1alpha1_blobs_proto_rawDesc = []byte{ 0x61, 0x31, 0x42, 0x0a, 0x42, 0x6c, 0x6f, 0x62, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, + 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, diff --git a/proto/prysm/v1alpha1/blobs.proto b/proto/prysm/v1alpha1/blobs.proto index ac75b6f57e..144936b6e8 100644 --- a/proto/prysm/v1alpha1/blobs.proto +++ b/proto/prysm/v1alpha1/blobs.proto @@ -18,7 +18,7 @@ package ethereum.eth.v1alpha1; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "BlobsProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -39,11 +39,11 @@ message BlindedBlobSidecar { uint64 index = 2; uint64 slot = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; bytes block_parent_root = 4 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 proposer_index = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; bytes blob_root = 6 [ (ethereum.eth.ext.ssz_size) = "32" ]; bytes kzg_commitment = 7 [ (ethereum.eth.ext.ssz_size) = "48" ]; diff --git a/proto/prysm/v1alpha1/capella.ssz.go b/proto/prysm/v1alpha1/capella.ssz.go index 96667eb275..bf639150cf 100644 --- a/proto/prysm/v1alpha1/capella.ssz.go +++ b/proto/prysm/v1alpha1/capella.ssz.go @@ -2,8 +2,8 @@ package eth import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" ssz "github.com/prysmaticlabs/fastssz" ) @@ -173,10 +173,10 @@ func (b *BeaconBlockCapella) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -976,10 +976,10 @@ func (b *BlindedBeaconBlockCapella) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -2230,7 +2230,7 @@ func (b *BeaconStateCapella) UnmarshalSSZ(buf []byte) error { b.GenesisValidatorsRoot = append(b.GenesisValidatorsRoot, buf[8:40]...) // Field (2) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) // Field (3) 'Fork' if b.Fork == nil { @@ -2386,7 +2386,7 @@ func (b *BeaconStateCapella) UnmarshalSSZ(buf []byte) error { b.NextWithdrawalIndex = ssz.UnmarshallUint64(buf[2736633:2736641]) // Field (26) 'NextWithdrawalValidatorIndex' - b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736641:2736649])) + b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736641:2736649])) // Offset (27) 'HistoricalSummaries' if o27 = ssz.ReadOffset(buf[2736649:2736653]); o27 > size || o24 > o27 { @@ -3128,7 +3128,7 @@ func (l *LightClientUpdateCapella) UnmarshalSSZ(buf []byte) error { } // Field (6) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[25144:25152])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[25144:25152])) // Field (0) 'AttestedHeader' { @@ -3347,7 +3347,7 @@ func (l *LightClientFinalityUpdateCapella) UnmarshalSSZ(buf []byte) error { } // Field (4) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[360:368])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[360:368])) // Field (0) 'AttestedHeader' { @@ -3505,7 +3505,7 @@ func (l *LightClientOptimisticUpdateCapella) UnmarshalSSZ(buf []byte) error { } // Field (2) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[164:172])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[164:172])) // Field (0) 'AttestedHeader' { @@ -3829,7 +3829,7 @@ func (b *BLSToExecutionChange) UnmarshalSSZ(buf []byte) error { } // Field (0) 'ValidatorIndex' - b.ValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) + b.ValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'FromBlsPubkey' if cap(b.FromBlsPubkey) == 0 { diff --git a/proto/prysm/v1alpha1/cloners.go b/proto/prysm/v1alpha1/cloners.go index 9c6bf55e62..2d76721dd0 100644 --- a/proto/prysm/v1alpha1/cloners.go +++ b/proto/prysm/v1alpha1/cloners.go @@ -1,7 +1,7 @@ package eth import ( - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) type copier[T any] interface { diff --git a/proto/prysm/v1alpha1/cloners_test.go b/proto/prysm/v1alpha1/cloners_test.go index b19e9f93bb..1697134968 100644 --- a/proto/prysm/v1alpha1/cloners_test.go +++ b/proto/prysm/v1alpha1/cloners_test.go @@ -5,9 +5,9 @@ import ( "reflect" "testing" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - v1alpha1 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + v1alpha1 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestCopySignedBeaconBlock(t *testing.T) { diff --git a/proto/prysm/v1alpha1/data_columns.pb.go b/proto/prysm/v1alpha1/data_columns.pb.go index 4660cbe125..2e793b8e75 100755 --- a/proto/prysm/v1alpha1/data_columns.pb.go +++ b/proto/prysm/v1alpha1/data_columns.pb.go @@ -10,7 +10,7 @@ import ( reflect "reflect" sync "sync" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -204,7 +204,7 @@ var file_proto_prysm_v1alpha1_data_columns_proto_rawDesc = []byte{ 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x10, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, diff --git a/proto/prysm/v1alpha1/data_columns.proto b/proto/prysm/v1alpha1/data_columns.proto index 80bd88ae21..cb4c4a917b 100644 --- a/proto/prysm/v1alpha1/data_columns.proto +++ b/proto/prysm/v1alpha1/data_columns.proto @@ -19,7 +19,7 @@ import "proto/eth/ext/options.proto"; import "proto/prysm/v1alpha1/beacon_core_types.proto"; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "DataColumnsProto"; option java_package = "org.ethereum.eth.v1alpha1"; diff --git a/proto/prysm/v1alpha1/debug.pb.go b/proto/prysm/v1alpha1/debug.pb.go index eca4c8f561..7233bcdaff 100755 --- a/proto/prysm/v1alpha1/debug.pb.go +++ b/proto/prysm/v1alpha1/debug.pb.go @@ -11,8 +11,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -81,7 +81,7 @@ func (LoggingLevelRequest_Level) EnumDescriptor() ([]byte, []int) { type InclusionSlotRequest struct { state protoimpl.MessageState `protogen:"open.v1"` Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -123,16 +123,16 @@ func (x *InclusionSlotRequest) GetId() uint64 { return 0 } -func (x *InclusionSlotRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *InclusionSlotRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type InclusionSlotResponse struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -167,11 +167,11 @@ func (*InclusionSlotResponse) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_debug_proto_rawDescGZIP(), []int{1} } -func (x *InclusionSlotResponse) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *InclusionSlotResponse) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/debug.proto. @@ -223,13 +223,13 @@ func (x *BeaconStateRequest) GetQueryFilter() isBeaconStateRequest_QueryFilter { return nil } -func (x *BeaconStateRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconStateRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { if x, ok := x.QueryFilter.(*BeaconStateRequest_Slot); ok { return x.Slot } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconStateRequest) GetBlockRoot() []byte { @@ -246,7 +246,7 @@ type isBeaconStateRequest_QueryFilter interface { } type BeaconStateRequest_Slot struct { - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` } type BeaconStateRequest_BlockRoot struct { @@ -828,21 +828,21 @@ var file_proto_prysm_v1alpha1_debug_proto_rawDesc = []byte{ 0x52, 0x02, 0x69, 0x64, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x22, 0x71, 0x0a, 0x15, 0x49, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x22, 0xa5, 0x01, 0x0a, 0x12, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5a, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x48, 0x00, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x1f, 0x0a, 0x0a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x72, 0x6f, @@ -1014,7 +1014,7 @@ var file_proto_prysm_v1alpha1_debug_proto_rawDesc = []byte{ 0x65, 0x75, 0x6d, 0x2e, 0x65, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x0a, 0x44, 0x65, 0x62, 0x75, 0x67, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, diff --git a/proto/prysm/v1alpha1/debug.proto b/proto/prysm/v1alpha1/debug.proto index e243b37372..00e4bc44d2 100644 --- a/proto/prysm/v1alpha1/debug.proto +++ b/proto/prysm/v1alpha1/debug.proto @@ -9,7 +9,7 @@ import "google/api/annotations.proto"; import "google/protobuf/empty.proto"; option csharp_namespace = "Ethereum.Eth.V1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "DebugProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -63,14 +63,14 @@ message InclusionSlotRequest { uint64 id = 1; uint64 slot = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } message InclusionSlotResponse { uint64 slot = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -81,7 +81,7 @@ message BeaconStateRequest { // The slot corresponding to a desired beacon state. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // The block root corresponding to a desired beacon state. diff --git a/proto/prysm/v1alpha1/deneb.ssz.go b/proto/prysm/v1alpha1/deneb.ssz.go index 2c54bdfea4..f8f8ccd832 100644 --- a/proto/prysm/v1alpha1/deneb.ssz.go +++ b/proto/prysm/v1alpha1/deneb.ssz.go @@ -2,8 +2,8 @@ package eth import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" ssz "github.com/prysmaticlabs/fastssz" ) @@ -591,10 +591,10 @@ func (b *BeaconBlockDeneb) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -1454,10 +1454,10 @@ func (b *BlindedBeaconBlockDeneb) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -3024,7 +3024,7 @@ func (b *BeaconStateDeneb) UnmarshalSSZ(buf []byte) error { b.GenesisValidatorsRoot = append(b.GenesisValidatorsRoot, buf[8:40]...) // Field (2) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) // Field (3) 'Fork' if b.Fork == nil { @@ -3180,7 +3180,7 @@ func (b *BeaconStateDeneb) UnmarshalSSZ(buf []byte) error { b.NextWithdrawalIndex = ssz.UnmarshallUint64(buf[2736633:2736641]) // Field (26) 'NextWithdrawalValidatorIndex' - b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736641:2736649])) + b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736641:2736649])) // Offset (27) 'HistoricalSummaries' if o27 = ssz.ReadOffset(buf[2736649:2736653]); o27 > size || o24 > o27 { @@ -3993,7 +3993,7 @@ func (l *LightClientUpdateDeneb) UnmarshalSSZ(buf []byte) error { } // Field (6) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[25144:25152])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[25144:25152])) // Field (0) 'AttestedHeader' { @@ -4212,7 +4212,7 @@ func (l *LightClientFinalityUpdateDeneb) UnmarshalSSZ(buf []byte) error { } // Field (4) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[360:368])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[360:368])) // Field (0) 'AttestedHeader' { @@ -4370,7 +4370,7 @@ func (l *LightClientOptimisticUpdateDeneb) UnmarshalSSZ(buf []byte) error { } // Field (2) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[164:172])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[164:172])) // Field (0) 'AttestedHeader' { diff --git a/proto/prysm/v1alpha1/eip_7251.pb.go b/proto/prysm/v1alpha1/eip_7251.pb.go index e2f0916d5a..26ec20a854 100755 --- a/proto/prysm/v1alpha1/eip_7251.pb.go +++ b/proto/prysm/v1alpha1/eip_7251.pb.go @@ -10,8 +10,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -29,7 +29,7 @@ type PendingDeposit struct { WithdrawalCredentials []byte `protobuf:"bytes,2,opt,name=withdrawal_credentials,json=withdrawalCredentials,proto3" json:"withdrawal_credentials,omitempty" ssz-size:"32"` Amount uint64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -92,18 +92,18 @@ func (x *PendingDeposit) GetSignature() []byte { return nil } -func (x *PendingDeposit) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *PendingDeposit) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type PendingPartialWithdrawal struct { state protoimpl.MessageState `protogen:"open.v1"` - Index github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Amount uint64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` - WithdrawableEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=withdrawable_epoch,json=withdrawableEpoch,proto3" json:"withdrawable_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + WithdrawableEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=withdrawable_epoch,json=withdrawableEpoch,proto3" json:"withdrawable_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -138,11 +138,11 @@ func (*PendingPartialWithdrawal) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_eip_7251_proto_rawDescGZIP(), []int{1} } -func (x *PendingPartialWithdrawal) GetIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *PendingPartialWithdrawal) GetIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Index } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *PendingPartialWithdrawal) GetAmount() uint64 { @@ -152,17 +152,17 @@ func (x *PendingPartialWithdrawal) GetAmount() uint64 { return 0 } -func (x *PendingPartialWithdrawal) GetWithdrawableEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *PendingPartialWithdrawal) GetWithdrawableEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.WithdrawableEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } type PendingConsolidation struct { state protoimpl.MessageState `protogen:"open.v1"` - SourceIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=source_index,json=sourceIndex,proto3" json:"source_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` - TargetIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=target_index,json=targetIndex,proto3" json:"target_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + SourceIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=source_index,json=sourceIndex,proto3" json:"source_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` + TargetIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=target_index,json=targetIndex,proto3" json:"target_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -197,18 +197,18 @@ func (*PendingConsolidation) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_eip_7251_proto_rawDescGZIP(), []int{2} } -func (x *PendingConsolidation) GetSourceIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *PendingConsolidation) GetSourceIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.SourceIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } -func (x *PendingConsolidation) GetTargetIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *PendingConsolidation) GetTargetIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.TargetIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } var File_proto_prysm_v1alpha1_eip_7251_proto protoreflect.FileDescriptor @@ -234,7 +234,7 @@ var file_proto_prysm_v1alpha1_eip_7251_proto_rawDesc = []byte{ 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x22, 0x8e, 0x02, 0x0a, 0x18, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, @@ -242,7 +242,7 @@ var file_proto_prysm_v1alpha1_eip_7251_proto_rawDesc = []byte{ 0x6c, 0x12, 0x64, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, @@ -251,7 +251,7 @@ var file_proto_prysm_v1alpha1_eip_7251_proto_rawDesc = []byte{ 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x11, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x62, 0x6c, 0x65, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x22, 0xfc, 0x01, 0x0a, 0x14, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, @@ -259,14 +259,14 @@ var file_proto_prysm_v1alpha1_eip_7251_proto_rawDesc = []byte{ 0x0a, 0x0c, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x71, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, @@ -275,7 +275,7 @@ var file_proto_prysm_v1alpha1_eip_7251_proto_rawDesc = []byte{ 0x61, 0x31, 0x42, 0x0c, 0x45, 0x49, 0x50, 0x37, 0x32, 0x35, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, diff --git a/proto/prysm/v1alpha1/eip_7251.proto b/proto/prysm/v1alpha1/eip_7251.proto index 0fff30a037..3a662d4371 100644 --- a/proto/prysm/v1alpha1/eip_7251.proto +++ b/proto/prysm/v1alpha1/eip_7251.proto @@ -18,7 +18,7 @@ package ethereum.eth.v1alpha1; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "EIP7251Proto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -40,14 +40,14 @@ message PendingDeposit { bytes signature = 4 [ (ethereum.eth.ext.ssz_size) = "96" ]; uint64 slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } message PendingPartialWithdrawal { // Validator index for the withdrawal. uint64 index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The amount of the withdrawal (gwei). @@ -56,17 +56,17 @@ message PendingPartialWithdrawal { // A partial withdrawal is valid at this epoch or later. uint64 withdrawable_epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; } message PendingConsolidation { // Validator from which the funds will be moved. uint64 source_index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; // Validator to which the funds will be moved. uint64 target_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; } diff --git a/proto/prysm/v1alpha1/eip_7521.go b/proto/prysm/v1alpha1/eip_7521.go index 0e19321c41..ee1a788016 100644 --- a/proto/prysm/v1alpha1/eip_7521.go +++ b/proto/prysm/v1alpha1/eip_7521.go @@ -1,6 +1,6 @@ package eth -import "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" +import "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" // Copy -- func (pd *PendingDeposit) Copy() *PendingDeposit { diff --git a/proto/prysm/v1alpha1/eip_7521_fuzz_test.go b/proto/prysm/v1alpha1/eip_7521_fuzz_test.go index d7d1fca552..65fa4c9170 100644 --- a/proto/prysm/v1alpha1/eip_7521_fuzz_test.go +++ b/proto/prysm/v1alpha1/eip_7521_fuzz_test.go @@ -3,7 +3,7 @@ package eth_test import ( "testing" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestCopyEip7521Types_Fuzz(t *testing.T) { diff --git a/proto/prysm/v1alpha1/electra.ssz.go b/proto/prysm/v1alpha1/electra.ssz.go index 218d4121d4..babdc094ac 100644 --- a/proto/prysm/v1alpha1/electra.ssz.go +++ b/proto/prysm/v1alpha1/electra.ssz.go @@ -2,8 +2,8 @@ package eth import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" ssz "github.com/prysmaticlabs/fastssz" ) @@ -163,7 +163,7 @@ func (a *AggregateAttestationAndProofElectra) UnmarshalSSZ(buf []byte) error { var o1 uint64 // Field (0) 'AggregatorIndex' - a.AggregatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) + a.AggregatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) // Offset (1) 'Aggregate' if o1 = ssz.ReadOffset(buf[8:12]); o1 > size { @@ -425,10 +425,10 @@ func (s *SingleAttestation) UnmarshalSSZ(buf []byte) error { } // Field (0) 'CommitteeId' - s.CommitteeId = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(ssz.UnmarshallUint64(buf[0:8])) + s.CommitteeId = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'AttesterIndex' - s.AttesterIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + s.AttesterIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'Data' if s.Data == nil { @@ -1405,10 +1405,10 @@ func (b *BeaconBlockElectra) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -2307,10 +2307,10 @@ func (b *BlindedBeaconBlockElectra) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -3672,7 +3672,7 @@ func (b *BeaconStateElectra) UnmarshalSSZ(buf []byte) error { b.GenesisValidatorsRoot = append(b.GenesisValidatorsRoot, buf[8:40]...) // Field (2) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) // Field (3) 'Fork' if b.Fork == nil { @@ -3828,7 +3828,7 @@ func (b *BeaconStateElectra) UnmarshalSSZ(buf []byte) error { b.NextWithdrawalIndex = ssz.UnmarshallUint64(buf[2736633:2736641]) // Field (26) 'NextWithdrawalValidatorIndex' - b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736641:2736649])) + b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736641:2736649])) // Offset (27) 'HistoricalSummaries' if o27 = ssz.ReadOffset(buf[2736649:2736653]); o27 > size || o24 > o27 { @@ -3839,19 +3839,19 @@ func (b *BeaconStateElectra) UnmarshalSSZ(buf []byte) error { b.DepositRequestsStartIndex = ssz.UnmarshallUint64(buf[2736653:2736661]) // Field (29) 'DepositBalanceToConsume' - b.DepositBalanceToConsume = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736661:2736669])) + b.DepositBalanceToConsume = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736661:2736669])) // Field (30) 'ExitBalanceToConsume' - b.ExitBalanceToConsume = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736669:2736677])) + b.ExitBalanceToConsume = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736669:2736677])) // Field (31) 'EarliestExitEpoch' - b.EarliestExitEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736677:2736685])) + b.EarliestExitEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736677:2736685])) // Field (32) 'ConsolidationBalanceToConsume' - b.ConsolidationBalanceToConsume = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736685:2736693])) + b.ConsolidationBalanceToConsume = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736685:2736693])) // Field (33) 'EarliestConsolidationEpoch' - b.EarliestConsolidationEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736693:2736701])) + b.EarliestConsolidationEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736693:2736701])) // Offset (34) 'PendingDeposits' if o34 = ssz.ReadOffset(buf[2736701:2736705]); o34 > size || o27 > o34 { @@ -4510,7 +4510,7 @@ func (p *PendingDeposit) UnmarshalSSZ(buf []byte) error { p.Signature = append(p.Signature, buf[88:184]...) // Field (4) 'Slot' - p.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[184:192])) + p.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[184:192])) return err } @@ -4591,13 +4591,13 @@ func (p *PendingPartialWithdrawal) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Index' - p.Index = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) + p.Index = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Amount' p.Amount = ssz.UnmarshallUint64(buf[8:16]) // Field (2) 'WithdrawableEpoch' - p.WithdrawableEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[16:24])) + p.WithdrawableEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[16:24])) return err } @@ -4657,10 +4657,10 @@ func (p *PendingConsolidation) UnmarshalSSZ(buf []byte) error { } // Field (0) 'SourceIndex' - p.SourceIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) + p.SourceIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'TargetIndex' - p.TargetIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + p.TargetIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) return err } @@ -4981,7 +4981,7 @@ func (l *LightClientUpdateElectra) UnmarshalSSZ(buf []byte) error { } // Field (6) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[25208:25216])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[25208:25216])) // Field (0) 'AttestedHeader' { @@ -5200,7 +5200,7 @@ func (l *LightClientFinalityUpdateElectra) UnmarshalSSZ(buf []byte) error { } // Field (4) 'SignatureSlot' - l.SignatureSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[392:400])) + l.SignatureSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[392:400])) // Field (0) 'AttestedHeader' { diff --git a/proto/prysm/v1alpha1/finalized_block_root_container.pb.go b/proto/prysm/v1alpha1/finalized_block_root_container.pb.go index a25471ed1f..ab8b1e7641 100755 --- a/proto/prysm/v1alpha1/finalized_block_root_container.pb.go +++ b/proto/prysm/v1alpha1/finalized_block_root_container.pb.go @@ -93,7 +93,7 @@ var file_proto_prysm_v1alpha1_finalized_block_root_container_proto_rawDesc = []b 0x6f, 0x6f, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, diff --git a/proto/prysm/v1alpha1/finalized_block_root_container.proto b/proto/prysm/v1alpha1/finalized_block_root_container.proto index 24fa439eef..79c3505564 100644 --- a/proto/prysm/v1alpha1/finalized_block_root_container.proto +++ b/proto/prysm/v1alpha1/finalized_block_root_container.proto @@ -3,7 +3,7 @@ syntax = "proto3"; package ethereum.eth.v1alpha1; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "FinalizedBlockRootContainerProto"; option java_package = "org.ethereum.eth.v1alpha1"; diff --git a/proto/prysm/v1alpha1/fulu.ssz.go b/proto/prysm/v1alpha1/fulu.ssz.go index 25e3094a0e..b41c3e2f93 100644 --- a/proto/prysm/v1alpha1/fulu.ssz.go +++ b/proto/prysm/v1alpha1/fulu.ssz.go @@ -2,8 +2,8 @@ package eth import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" ssz "github.com/prysmaticlabs/fastssz" ) @@ -700,10 +700,10 @@ func (b *BlindedBeaconBlockFulu) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -1159,7 +1159,7 @@ func (b *BeaconStateFulu) UnmarshalSSZ(buf []byte) error { b.GenesisValidatorsRoot = append(b.GenesisValidatorsRoot, buf[8:40]...) // Field (2) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) // Field (3) 'Fork' if b.Fork == nil { @@ -1315,7 +1315,7 @@ func (b *BeaconStateFulu) UnmarshalSSZ(buf []byte) error { b.NextWithdrawalIndex = ssz.UnmarshallUint64(buf[2736633:2736641]) // Field (26) 'NextWithdrawalValidatorIndex' - b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736641:2736649])) + b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736641:2736649])) // Offset (27) 'HistoricalSummaries' if o27 = ssz.ReadOffset(buf[2736649:2736653]); o27 > size || o24 > o27 { @@ -1326,19 +1326,19 @@ func (b *BeaconStateFulu) UnmarshalSSZ(buf []byte) error { b.DepositRequestsStartIndex = ssz.UnmarshallUint64(buf[2736653:2736661]) // Field (29) 'DepositBalanceToConsume' - b.DepositBalanceToConsume = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736661:2736669])) + b.DepositBalanceToConsume = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736661:2736669])) // Field (30) 'ExitBalanceToConsume' - b.ExitBalanceToConsume = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736669:2736677])) + b.ExitBalanceToConsume = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736669:2736677])) // Field (31) 'EarliestExitEpoch' - b.EarliestExitEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736677:2736685])) + b.EarliestExitEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736677:2736685])) // Field (32) 'ConsolidationBalanceToConsume' - b.ConsolidationBalanceToConsume = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736685:2736693])) + b.ConsolidationBalanceToConsume = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736685:2736693])) // Field (33) 'EarliestConsolidationEpoch' - b.EarliestConsolidationEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736693:2736701])) + b.EarliestConsolidationEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736693:2736701])) // Offset (34) 'PendingDeposits' if o34 = ssz.ReadOffset(buf[2736701:2736705]); o34 > size || o27 > o34 { @@ -2429,7 +2429,7 @@ func (s *StatusV2) UnmarshalSSZ(buf []byte) error { s.FinalizedRoot = append(s.FinalizedRoot, buf[4:36]...) // Field (2) 'FinalizedEpoch' - s.FinalizedEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[36:44])) + s.FinalizedEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[36:44])) // Field (3) 'HeadRoot' if cap(s.HeadRoot) == 0 { @@ -2438,10 +2438,10 @@ func (s *StatusV2) UnmarshalSSZ(buf []byte) error { s.HeadRoot = append(s.HeadRoot, buf[44:76]...) // Field (4) 'HeadSlot' - s.HeadSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[76:84])) + s.HeadSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[76:84])) // Field (5) 'EarliestAvailableSlot' - s.EarliestAvailableSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[84:92])) + s.EarliestAvailableSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[84:92])) return err } diff --git a/proto/prysm/v1alpha1/fuzz_test.go b/proto/prysm/v1alpha1/fuzz_test.go index 2b5a5323cb..b8b8c138db 100644 --- a/proto/prysm/v1alpha1/fuzz_test.go +++ b/proto/prysm/v1alpha1/fuzz_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" fuzz "github.com/google/gofuzz" ) diff --git a/proto/prysm/v1alpha1/gloas.pb.go b/proto/prysm/v1alpha1/gloas.pb.go index 4e54da097a..733aca6d0d 100755 --- a/proto/prysm/v1alpha1/gloas.pb.go +++ b/proto/prysm/v1alpha1/gloas.pb.go @@ -11,9 +11,9 @@ import ( sync "sync" github_com_OffchainLabs_go_bitfield "github.com/OffchainLabs/go-bitfield" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -32,9 +32,9 @@ type ExecutionPayloadBid struct { BlockHash []byte `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty" ssz-size:"32"` FeeRecipient []byte `protobuf:"bytes,4,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"` GasLimit uint64 `protobuf:"varint,5,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` - BuilderIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,6,opt,name=builder_index,json=builderIndex,proto3" json:"builder_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - Value github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,8,opt,name=value,proto3" json:"value,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` + BuilderIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,6,opt,name=builder_index,json=builderIndex,proto3" json:"builder_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + Value github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,8,opt,name=value,proto3" json:"value,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` BlobKzgCommitmentsRoot []byte `protobuf:"bytes,9,opt,name=blob_kzg_commitments_root,json=blobKzgCommitmentsRoot,proto3" json:"blob_kzg_commitments_root,omitempty" ssz-size:"32"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -105,25 +105,25 @@ func (x *ExecutionPayloadBid) GetGasLimit() uint64 { return 0 } -func (x *ExecutionPayloadBid) GetBuilderIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ExecutionPayloadBid) GetBuilderIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.BuilderIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } -func (x *ExecutionPayloadBid) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ExecutionPayloadBid) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *ExecutionPayloadBid) GetValue() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *ExecutionPayloadBid) GetValue() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.Value } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } func (x *ExecutionPayloadBid) GetBlobKzgCommitmentsRoot() []byte { @@ -188,7 +188,7 @@ func (x *SignedExecutionPayloadBid) GetSignature() []byte { type PayloadAttestationData struct { state protoimpl.MessageState `protogen:"open.v1"` BeaconBlockRoot []byte `protobuf:"bytes,1,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` PayloadPresent bool `protobuf:"varint,3,opt,name=payload_present,json=payloadPresent,proto3" json:"payload_present,omitempty"` BlobDataAvailable bool `protobuf:"varint,4,opt,name=blob_data_available,json=blobDataAvailable,proto3" json:"blob_data_available,omitempty"` unknownFields protoimpl.UnknownFields @@ -232,11 +232,11 @@ func (x *PayloadAttestationData) GetBeaconBlockRoot() []byte { return nil } -func (x *PayloadAttestationData) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *PayloadAttestationData) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *PayloadAttestationData) GetPayloadPresent() bool { @@ -315,7 +315,7 @@ func (x *PayloadAttestation) GetSignature() []byte { type PayloadAttestationMessage struct { state protoimpl.MessageState `protogen:"open.v1"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Data *PayloadAttestationData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` unknownFields protoimpl.UnknownFields @@ -352,11 +352,11 @@ func (*PayloadAttestationMessage) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_gloas_proto_rawDescGZIP(), []int{4} } -func (x *PayloadAttestationMessage) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *PayloadAttestationMessage) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *PayloadAttestationMessage) GetData() *PayloadAttestationData { @@ -375,8 +375,8 @@ func (x *PayloadAttestationMessage) GetSignature() []byte { type BeaconBlockGloas struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=proposer_index,json=proposerIndex,proto3" json:"proposer_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` ParentRoot []byte `protobuf:"bytes,3,opt,name=parent_root,json=parentRoot,proto3" json:"parent_root,omitempty" ssz-size:"32"` StateRoot []byte `protobuf:"bytes,4,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` Body *BeaconBlockBodyGloas `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` @@ -414,18 +414,18 @@ func (*BeaconBlockGloas) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_gloas_proto_rawDescGZIP(), []int{5} } -func (x *BeaconBlockGloas) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlockGloas) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *BeaconBlockGloas) GetProposerIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconBlockGloas) GetProposerIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ProposerIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconBlockGloas) GetParentRoot() []byte { @@ -637,7 +637,7 @@ type BeaconStateGloas struct { state protoimpl.MessageState `protogen:"open.v1"` GenesisTime uint64 `protobuf:"varint,1001,opt,name=genesis_time,json=genesisTime,proto3" json:"genesis_time,omitempty"` GenesisValidatorsRoot []byte `protobuf:"bytes,1002,opt,name=genesis_validators_root,json=genesisValidatorsRoot,proto3" json:"genesis_validators_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1003,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Fork *Fork `protobuf:"bytes,1004,opt,name=fork,proto3" json:"fork,omitempty"` LatestBlockHeader *BeaconBlockHeader `protobuf:"bytes,2001,opt,name=latest_block_header,json=latestBlockHeader,proto3" json:"latest_block_header,omitempty"` BlockRoots [][]byte `protobuf:"bytes,2002,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty" ssz-size:"8192,32"` @@ -661,14 +661,14 @@ type BeaconStateGloas struct { NextSyncCommittee *SyncCommittee `protobuf:"bytes,9003,opt,name=next_sync_committee,json=nextSyncCommittee,proto3" json:"next_sync_committee,omitempty"` LatestExecutionPayloadBid *ExecutionPayloadBid `protobuf:"bytes,10001,opt,name=latest_execution_payload_bid,json=latestExecutionPayloadBid,proto3" json:"latest_execution_payload_bid,omitempty"` NextWithdrawalIndex uint64 `protobuf:"varint,11001,opt,name=next_withdrawal_index,json=nextWithdrawalIndex,proto3" json:"next_withdrawal_index,omitempty"` - NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + NextWithdrawalValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,11002,opt,name=next_withdrawal_validator_index,json=nextWithdrawalValidatorIndex,proto3" json:"next_withdrawal_validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` HistoricalSummaries []*HistoricalSummary `protobuf:"bytes,11003,rep,name=historical_summaries,json=historicalSummaries,proto3" json:"historical_summaries,omitempty" ssz-max:"16777216"` DepositRequestsStartIndex uint64 `protobuf:"varint,12001,opt,name=deposit_requests_start_index,json=depositRequestsStartIndex,proto3" json:"deposit_requests_start_index,omitempty"` - DepositBalanceToConsume github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,12002,opt,name=deposit_balance_to_consume,json=depositBalanceToConsume,proto3" json:"deposit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - ExitBalanceToConsume github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,12003,opt,name=exit_balance_to_consume,json=exitBalanceToConsume,proto3" json:"exit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - EarliestExitEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,12004,opt,name=earliest_exit_epoch,json=earliestExitEpoch,proto3" json:"earliest_exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - ConsolidationBalanceToConsume github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,12005,opt,name=consolidation_balance_to_consume,json=consolidationBalanceToConsume,proto3" json:"consolidation_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - EarliestConsolidationEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,12006,opt,name=earliest_consolidation_epoch,json=earliestConsolidationEpoch,proto3" json:"earliest_consolidation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + DepositBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,12002,opt,name=deposit_balance_to_consume,json=depositBalanceToConsume,proto3" json:"deposit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + ExitBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,12003,opt,name=exit_balance_to_consume,json=exitBalanceToConsume,proto3" json:"exit_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + EarliestExitEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,12004,opt,name=earliest_exit_epoch,json=earliestExitEpoch,proto3" json:"earliest_exit_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + ConsolidationBalanceToConsume github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,12005,opt,name=consolidation_balance_to_consume,json=consolidationBalanceToConsume,proto3" json:"consolidation_balance_to_consume,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + EarliestConsolidationEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,12006,opt,name=earliest_consolidation_epoch,json=earliestConsolidationEpoch,proto3" json:"earliest_consolidation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` PendingDeposits []*PendingDeposit `protobuf:"bytes,12007,rep,name=pending_deposits,json=pendingDeposits,proto3" json:"pending_deposits,omitempty" ssz-max:"134217728"` PendingPartialWithdrawals []*PendingPartialWithdrawal `protobuf:"bytes,12008,rep,name=pending_partial_withdrawals,json=pendingPartialWithdrawals,proto3" json:"pending_partial_withdrawals,omitempty" ssz-max:"134217728"` PendingConsolidations []*PendingConsolidation `protobuf:"bytes,12009,rep,name=pending_consolidations,json=pendingConsolidations,proto3" json:"pending_consolidations,omitempty" ssz-max:"262144"` @@ -726,11 +726,11 @@ func (x *BeaconStateGloas) GetGenesisValidatorsRoot() []byte { return nil } -func (x *BeaconStateGloas) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconStateGloas) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconStateGloas) GetFork() *Fork { @@ -894,11 +894,11 @@ func (x *BeaconStateGloas) GetNextWithdrawalIndex() uint64 { return 0 } -func (x *BeaconStateGloas) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BeaconStateGloas) GetNextWithdrawalValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.NextWithdrawalValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BeaconStateGloas) GetHistoricalSummaries() []*HistoricalSummary { @@ -915,39 +915,39 @@ func (x *BeaconStateGloas) GetDepositRequestsStartIndex() uint64 { return 0 } -func (x *BeaconStateGloas) GetDepositBalanceToConsume() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BeaconStateGloas) GetDepositBalanceToConsume() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.DepositBalanceToConsume } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BeaconStateGloas) GetExitBalanceToConsume() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BeaconStateGloas) GetExitBalanceToConsume() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.ExitBalanceToConsume } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BeaconStateGloas) GetEarliestExitEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *BeaconStateGloas) GetEarliestExitEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.EarliestExitEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *BeaconStateGloas) GetConsolidationBalanceToConsume() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BeaconStateGloas) GetConsolidationBalanceToConsume() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.ConsolidationBalanceToConsume } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BeaconStateGloas) GetEarliestConsolidationEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *BeaconStateGloas) GetEarliestConsolidationEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.EarliestConsolidationEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *BeaconStateGloas) GetPendingDeposits() []*PendingDeposit { @@ -1015,7 +1015,7 @@ func (x *BeaconStateGloas) GetLatestWithdrawalsRoot() []byte { type BuilderPendingPayment struct { state protoimpl.MessageState `protogen:"open.v1"` - Weight github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,1,opt,name=weight,proto3" json:"weight,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` + Weight github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,1,opt,name=weight,proto3" json:"weight,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` Withdrawal *BuilderPendingWithdrawal `protobuf:"bytes,2,opt,name=withdrawal,proto3" json:"withdrawal,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -1051,11 +1051,11 @@ func (*BuilderPendingPayment) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_gloas_proto_rawDescGZIP(), []int{9} } -func (x *BuilderPendingPayment) GetWeight() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BuilderPendingPayment) GetWeight() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.Weight } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } func (x *BuilderPendingPayment) GetWithdrawal() *BuilderPendingWithdrawal { @@ -1068,9 +1068,9 @@ func (x *BuilderPendingPayment) GetWithdrawal() *BuilderPendingWithdrawal { type BuilderPendingWithdrawal struct { state protoimpl.MessageState `protogen:"open.v1"` FeeRecipient []byte `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"` - Amount github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei"` - BuilderIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=builder_index,json=builderIndex,proto3" json:"builder_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` - WithdrawableEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,4,opt,name=withdrawable_epoch,json=withdrawableEpoch,proto3" json:"withdrawable_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Amount github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei"` + BuilderIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=builder_index,json=builderIndex,proto3" json:"builder_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` + WithdrawableEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,4,opt,name=withdrawable_epoch,json=withdrawableEpoch,proto3" json:"withdrawable_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1112,25 +1112,25 @@ func (x *BuilderPendingWithdrawal) GetFeeRecipient() []byte { return nil } -func (x *BuilderPendingWithdrawal) GetAmount() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei { +func (x *BuilderPendingWithdrawal) GetAmount() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei { if x != nil { return x.Amount } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(0) } -func (x *BuilderPendingWithdrawal) GetBuilderIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BuilderPendingWithdrawal) GetBuilderIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.BuilderIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } -func (x *BuilderPendingWithdrawal) GetWithdrawableEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *BuilderPendingWithdrawal) GetWithdrawableEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.WithdrawableEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } type DataColumnSidecarGloas struct { @@ -1139,7 +1139,7 @@ type DataColumnSidecarGloas struct { Column [][]byte `protobuf:"bytes,2,rep,name=column,proto3" json:"column,omitempty" ssz-max:"4096" ssz-size:"?,2048"` KzgCommitments [][]byte `protobuf:"bytes,3,rep,name=kzg_commitments,json=kzgCommitments,proto3" json:"kzg_commitments,omitempty" ssz-max:"4096" ssz-size:"?,48"` KzgProofs [][]byte `protobuf:"bytes,4,rep,name=kzg_proofs,json=kzgProofs,proto3" json:"kzg_proofs,omitempty" ssz-max:"4096" ssz-size:"?,48"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` BeaconBlockRoot []byte `protobuf:"bytes,6,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -1203,11 +1203,11 @@ func (x *DataColumnSidecarGloas) GetKzgProofs() [][]byte { return nil } -func (x *DataColumnSidecarGloas) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *DataColumnSidecarGloas) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *DataColumnSidecarGloas) GetBeaconBlockRoot() []byte { @@ -1221,9 +1221,9 @@ type ExecutionPayloadEnvelope struct { state protoimpl.MessageState `protogen:"open.v1"` Payload *v1.ExecutionPayloadDeneb `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` ExecutionRequests *v1.ExecutionRequests `protobuf:"bytes,2,opt,name=execution_requests,json=executionRequests,proto3" json:"execution_requests,omitempty"` - BuilderIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=builder_index,json=builderIndex,proto3" json:"builder_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + BuilderIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=builder_index,json=builderIndex,proto3" json:"builder_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` BeaconBlockRoot []byte `protobuf:"bytes,4,opt,name=beacon_block_root,json=beaconBlockRoot,proto3" json:"beacon_block_root,omitempty" ssz-size:"32"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` BlobKzgCommitments [][]byte `protobuf:"bytes,6,rep,name=blob_kzg_commitments,json=blobKzgCommitments,proto3" json:"blob_kzg_commitments,omitempty" ssz-max:"4096" ssz-size:"?,48"` StateRoot []byte `protobuf:"bytes,7,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty" ssz-size:"32"` unknownFields protoimpl.UnknownFields @@ -1274,11 +1274,11 @@ func (x *ExecutionPayloadEnvelope) GetExecutionRequests() *v1.ExecutionRequests return nil } -func (x *ExecutionPayloadEnvelope) GetBuilderIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ExecutionPayloadEnvelope) GetBuilderIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.BuilderIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *ExecutionPayloadEnvelope) GetBeaconBlockRoot() []byte { @@ -1288,11 +1288,11 @@ func (x *ExecutionPayloadEnvelope) GetBeaconBlockRoot() []byte { return nil } -func (x *ExecutionPayloadEnvelope) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ExecutionPayloadEnvelope) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *ExecutionPayloadEnvelope) GetBlobKzgCommitments() [][]byte { @@ -1402,20 +1402,20 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x74, 0x12, 0x73, 0x0a, 0x0d, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0c, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x5a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x41, 0x0a, 0x19, 0x62, 0x6c, 0x6f, 0x62, 0x5f, 0x6b, 0x7a, 0x67, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x6d, @@ -1438,7 +1438,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x5f, 0x70, 0x72, @@ -1466,7 +1466,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x12, 0x77, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, @@ -1481,13 +1481,13 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x63, 0x6b, 0x47, 0x6c, 0x6f, 0x61, 0x73, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x75, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, @@ -1583,7 +1583,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x12, 0x59, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0xeb, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6b, 0x18, 0xec, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x65, 0x74, 0x68, @@ -1696,7 +1696,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0xfa, 0x55, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x1c, 0x6e, 0x65, 0x78, 0x74, 0x57, 0x69, 0x74, 0x68, @@ -1716,7 +1716,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x74, 0x6f, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0xe2, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x17, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, @@ -1724,7 +1724,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x74, 0x6f, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0xe3, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x14, 0x65, 0x78, 0x69, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x43, 0x6f, @@ -1732,7 +1732,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x74, 0x5f, 0x65, 0x78, 0x69, 0x74, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0xe4, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x11, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x45, 0x78, 0x69, 0x74, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x8e, 0x01, @@ -1740,7 +1740,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x74, 0x6f, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x18, 0xe5, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x1d, 0x63, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x61, @@ -1749,7 +1749,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x6f, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0xe6, 0x5d, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x1a, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x73, 0x6f, 0x6c, 0x69, 0x64, 0x61, @@ -1810,7 +1810,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x61, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x5c, 0x0a, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x4f, 0x0a, 0x0a, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, @@ -1826,13 +1826,13 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x5c, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x47, 0x77, 0x65, 0x69, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x73, 0x0a, 0x0d, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0c, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x6e, 0x64, @@ -1840,7 +1840,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x6c, 0x65, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x11, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x62, 0x6c, 0x65, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x22, 0xd4, 0x02, 0x0a, 0x16, 0x44, 0x61, 0x74, @@ -1859,7 +1859,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x73, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x32, 0x0a, 0x11, 0x62, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x72, 0x6f, 0x6f, 0x74, @@ -1880,7 +1880,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0c, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x32, 0x0a, 0x11, @@ -1890,7 +1890,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x42, 0x0a, 0x14, 0x62, 0x6c, 0x6f, 0x62, 0x5f, 0x6b, 0x7a, 0x67, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x6d, 0x65, 0x6e, @@ -1910,7 +1910,7 @@ var file_proto_prysm_v1alpha1_gloas_proto_rawDesc = []byte{ 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0x8a, 0xb5, 0x18, 0x02, 0x39, 0x36, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } diff --git a/proto/prysm/v1alpha1/gloas.proto b/proto/prysm/v1alpha1/gloas.proto index 461c017c91..fcaaabe0f1 100644 --- a/proto/prysm/v1alpha1/gloas.proto +++ b/proto/prysm/v1alpha1/gloas.proto @@ -10,7 +10,7 @@ import "proto/prysm/v1alpha1/withdrawals.proto"; import "proto/prysm/v1alpha1/beacon_core_types.proto"; import "proto/prysm/v1alpha1/eip_7251.proto"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; // ============================================================================= // Gloas Fork Specification @@ -39,15 +39,15 @@ message ExecutionPayloadBid { bytes fee_recipient = 4 [ (ethereum.eth.ext.ssz_size) = "20" ]; uint64 gas_limit = 5; uint64 builder_index = 6 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; uint64 slot = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; uint64 value = 8 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; bytes blob_kzg_commitments_root = 9 [ (ethereum.eth.ext.ssz_size) = "32" ]; } @@ -75,7 +75,7 @@ message PayloadAttestationData { bytes beacon_block_root = 1 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; bool payload_present = 3; bool blob_data_available = 4; @@ -107,7 +107,7 @@ message PayloadAttestation { message PayloadAttestationMessage { uint64 validator_index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; PayloadAttestationData data = 2; bytes signature = 3 [ (ethereum.eth.ext.ssz_size) = "96" ]; @@ -118,10 +118,10 @@ message PayloadAttestationMessage { message BeaconBlockGloas { uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; uint64 proposer_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; bytes parent_root = 3 [ (ethereum.eth.ext.ssz_size) = "32" ]; bytes state_root = 4 [ (ethereum.eth.ext.ssz_size) = "32" ]; @@ -197,7 +197,7 @@ message BeaconStateGloas { bytes genesis_validators_root = 1002 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 1003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; Fork fork = 1004; @@ -261,7 +261,7 @@ message BeaconStateGloas { uint64 next_withdrawal_index = 11001; uint64 next_withdrawal_validator_index = 11002 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; repeated HistoricalSummary historical_summaries = 11003 [ (ethereum.eth.ext.ssz_max) = "16777216" ]; @@ -270,23 +270,23 @@ message BeaconStateGloas { uint64 deposit_requests_start_index = 12001; uint64 deposit_balance_to_consume = 12002 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 exit_balance_to_consume = 12003 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 earliest_exit_epoch = 12004 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; uint64 consolidation_balance_to_consume = 12005 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 earliest_consolidation_epoch = 12006 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; repeated PendingDeposit pending_deposits = 12007 [ (ethereum.eth.ext.ssz_max) = "pending_deposits_limit" ]; @@ -318,7 +318,7 @@ message BeaconStateGloas { message BuilderPendingPayment { uint64 weight = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; BuilderPendingWithdrawal withdrawal = 2; } @@ -335,15 +335,15 @@ message BuilderPendingWithdrawal { bytes fee_recipient = 1 [ (ethereum.eth.ext.ssz_size) = "20" ]; uint64 amount = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Gwei" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Gwei" ]; uint64 builder_index = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; uint64 withdrawable_epoch = 4 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; } @@ -374,7 +374,7 @@ message DataColumnSidecarGloas { ]; uint64 slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; bytes beacon_block_root = 6 [(ethereum.eth.ext.ssz_size) = "32"]; } @@ -396,12 +396,12 @@ message ExecutionPayloadEnvelope { ethereum.engine.v1.ExecutionPayloadDeneb payload = 1; ethereum.engine.v1.ExecutionRequests execution_requests = 2; uint64 builder_index = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/" + "github.com/OffchainLabs/prysm/v7/" "consensus-types/primitives.ValidatorIndex" ]; bytes beacon_block_root = 4 [ (ethereum.eth.ext.ssz_size) = "32" ]; uint64 slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; repeated bytes blob_kzg_commitments = 6 [ (ethereum.eth.ext.ssz_size) = "?,48", diff --git a/proto/prysm/v1alpha1/gloas.ssz.go b/proto/prysm/v1alpha1/gloas.ssz.go index 7a1618413d..0fba58e759 100644 --- a/proto/prysm/v1alpha1/gloas.ssz.go +++ b/proto/prysm/v1alpha1/gloas.ssz.go @@ -2,8 +2,8 @@ package eth import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" ssz "github.com/prysmaticlabs/fastssz" ) @@ -102,13 +102,13 @@ func (e *ExecutionPayloadBid) UnmarshalSSZ(buf []byte) error { e.GasLimit = ssz.UnmarshallUint64(buf[116:124]) // Field (5) 'BuilderIndex' - e.BuilderIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[124:132])) + e.BuilderIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[124:132])) // Field (6) 'Slot' - e.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[132:140])) + e.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[132:140])) // Field (7) 'Value' - e.Value = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[140:148])) + e.Value = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[140:148])) // Field (8) 'BlobKzgCommitmentsRoot' if cap(e.BlobKzgCommitmentsRoot) == 0 { @@ -311,7 +311,7 @@ func (p *PayloadAttestationData) UnmarshalSSZ(buf []byte) error { p.BeaconBlockRoot = append(p.BeaconBlockRoot, buf[0:32]...) // Field (1) 'Slot' - p.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[32:40])) + p.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[32:40])) // Field (2) 'PayloadPresent' p.PayloadPresent, err = ssz.DecodeBool(buf[40:41]) @@ -505,7 +505,7 @@ func (p *PayloadAttestationMessage) UnmarshalSSZ(buf []byte) error { } // Field (0) 'ValidatorIndex' - p.ValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) + p.ValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Data' if p.Data == nil { @@ -615,10 +615,10 @@ func (b *BeaconBlockGloas) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -1812,7 +1812,7 @@ func (b *BeaconStateGloas) UnmarshalSSZ(buf []byte) error { b.GenesisValidatorsRoot = append(b.GenesisValidatorsRoot, buf[8:40]...) // Field (2) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) // Field (3) 'Fork' if b.Fork == nil { @@ -1971,7 +1971,7 @@ func (b *BeaconStateGloas) UnmarshalSSZ(buf []byte) error { b.NextWithdrawalIndex = ssz.UnmarshallUint64(buf[2736809:2736817]) // Field (26) 'NextWithdrawalValidatorIndex' - b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736817:2736825])) + b.NextWithdrawalValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[2736817:2736825])) // Offset (27) 'HistoricalSummaries' if o27 = ssz.ReadOffset(buf[2736825:2736829]); o27 > size || o21 > o27 { @@ -1982,19 +1982,19 @@ func (b *BeaconStateGloas) UnmarshalSSZ(buf []byte) error { b.DepositRequestsStartIndex = ssz.UnmarshallUint64(buf[2736829:2736837]) // Field (29) 'DepositBalanceToConsume' - b.DepositBalanceToConsume = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736837:2736845])) + b.DepositBalanceToConsume = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736837:2736845])) // Field (30) 'ExitBalanceToConsume' - b.ExitBalanceToConsume = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736845:2736853])) + b.ExitBalanceToConsume = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736845:2736853])) // Field (31) 'EarliestExitEpoch' - b.EarliestExitEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736853:2736861])) + b.EarliestExitEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736853:2736861])) // Field (32) 'ConsolidationBalanceToConsume' - b.ConsolidationBalanceToConsume = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736861:2736869])) + b.ConsolidationBalanceToConsume = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[2736861:2736869])) // Field (33) 'EarliestConsolidationEpoch' - b.EarliestConsolidationEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736869:2736877])) + b.EarliestConsolidationEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[2736869:2736877])) // Offset (34) 'PendingDeposits' if o34 = ssz.ReadOffset(buf[2736877:2736881]); o34 > size || o27 > o34 { @@ -2721,7 +2721,7 @@ func (b *BuilderPendingPayment) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Weight' - b.Weight = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[0:8])) + b.Weight = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Withdrawal' if b.Withdrawal == nil { @@ -2804,13 +2804,13 @@ func (b *BuilderPendingWithdrawal) UnmarshalSSZ(buf []byte) error { b.FeeRecipient = append(b.FeeRecipient, buf[0:20]...) // Field (1) 'Amount' - b.Amount = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[20:28])) + b.Amount = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Gwei(ssz.UnmarshallUint64(buf[20:28])) // Field (2) 'BuilderIndex' - b.BuilderIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[28:36])) + b.BuilderIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[28:36])) // Field (3) 'WithdrawableEpoch' - b.WithdrawableEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[36:44])) + b.WithdrawableEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[36:44])) return err } @@ -2961,7 +2961,7 @@ func (d *DataColumnSidecarGloas) UnmarshalSSZ(buf []byte) error { } // Field (4) 'Slot' - d.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[20:28])) + d.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[20:28])) // Field (5) 'BeaconBlockRoot' if cap(d.BeaconBlockRoot) == 0 { @@ -3218,7 +3218,7 @@ func (e *ExecutionPayloadEnvelope) UnmarshalSSZ(buf []byte) error { } // Field (2) 'BuilderIndex' - e.BuilderIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + e.BuilderIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (3) 'BeaconBlockRoot' if cap(e.BeaconBlockRoot) == 0 { @@ -3227,7 +3227,7 @@ func (e *ExecutionPayloadEnvelope) UnmarshalSSZ(buf []byte) error { e.BeaconBlockRoot = append(e.BeaconBlockRoot, buf[16:48]...) // Field (4) 'Slot' - e.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[48:56])) + e.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[48:56])) // Offset (5) 'BlobKzgCommitments' if o5 = ssz.ReadOffset(buf[56:60]); o5 > size || o1 > o5 { diff --git a/proto/prysm/v1alpha1/health.pb.go b/proto/prysm/v1alpha1/health.pb.go index a558f41d1e..0e7e739618 100755 --- a/proto/prysm/v1alpha1/health.pb.go +++ b/proto/prysm/v1alpha1/health.pb.go @@ -98,7 +98,7 @@ var file_proto_prysm_v1alpha1_health_proto_rawDesc = []byte{ 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x0b, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, diff --git a/proto/prysm/v1alpha1/health.proto b/proto/prysm/v1alpha1/health.proto index 212efc85c4..ce7ac7a2db 100644 --- a/proto/prysm/v1alpha1/health.proto +++ b/proto/prysm/v1alpha1/health.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "google/protobuf/empty.proto"; option csharp_namespace = "Ethereum.Eth.V1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "HealthProto"; option java_package = "org.ethereum.eth.v1alpha1"; diff --git a/proto/prysm/v1alpha1/light_client.pb.go b/proto/prysm/v1alpha1/light_client.pb.go index a05baf35cb..bb14b53976 100755 --- a/proto/prysm/v1alpha1/light_client.pb.go +++ b/proto/prysm/v1alpha1/light_client.pb.go @@ -10,9 +10,9 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -92,7 +92,7 @@ type LightClientUpdateAltair struct { FinalizedHeader *LightClientHeaderAltair `protobuf:"bytes,4,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"` FinalityBranch [][]byte `protobuf:"bytes,5,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"` SyncAggregate *SyncAggregate `protobuf:"bytes,6,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -169,11 +169,11 @@ func (x *LightClientUpdateAltair) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientUpdateAltair) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientUpdateAltair) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientFinalityUpdateAltair struct { @@ -182,7 +182,7 @@ type LightClientFinalityUpdateAltair struct { FinalizedHeader *LightClientHeaderAltair `protobuf:"bytes,2,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"` FinalityBranch [][]byte `protobuf:"bytes,3,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"` SyncAggregate *SyncAggregate `protobuf:"bytes,4,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -245,18 +245,18 @@ func (x *LightClientFinalityUpdateAltair) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientFinalityUpdateAltair) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientFinalityUpdateAltair) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientOptimisticUpdateAltair struct { state protoimpl.MessageState `protogen:"open.v1"` AttestedHeader *LightClientHeaderAltair `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"` SyncAggregate *SyncAggregate `protobuf:"bytes,2,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -305,11 +305,11 @@ func (x *LightClientOptimisticUpdateAltair) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientOptimisticUpdateAltair) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientOptimisticUpdateAltair) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientHeaderAltair struct { @@ -424,7 +424,7 @@ type LightClientUpdateCapella struct { FinalizedHeader *LightClientHeaderCapella `protobuf:"bytes,4,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"` FinalityBranch [][]byte `protobuf:"bytes,5,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"` SyncAggregate *SyncAggregate `protobuf:"bytes,6,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -501,11 +501,11 @@ func (x *LightClientUpdateCapella) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientUpdateCapella) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientUpdateCapella) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientFinalityUpdateCapella struct { @@ -514,7 +514,7 @@ type LightClientFinalityUpdateCapella struct { FinalizedHeader *LightClientHeaderCapella `protobuf:"bytes,2,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"` FinalityBranch [][]byte `protobuf:"bytes,3,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"` SyncAggregate *SyncAggregate `protobuf:"bytes,4,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -577,18 +577,18 @@ func (x *LightClientFinalityUpdateCapella) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientFinalityUpdateCapella) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientFinalityUpdateCapella) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientOptimisticUpdateCapella struct { state protoimpl.MessageState `protogen:"open.v1"` AttestedHeader *LightClientHeaderCapella `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"` SyncAggregate *SyncAggregate `protobuf:"bytes,2,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -637,11 +637,11 @@ func (x *LightClientOptimisticUpdateCapella) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientOptimisticUpdateCapella) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientOptimisticUpdateCapella) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientHeaderCapella struct { @@ -772,7 +772,7 @@ type LightClientUpdateDeneb struct { FinalizedHeader *LightClientHeaderDeneb `protobuf:"bytes,4,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"` FinalityBranch [][]byte `protobuf:"bytes,5,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"` SyncAggregate *SyncAggregate `protobuf:"bytes,6,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -849,11 +849,11 @@ func (x *LightClientUpdateDeneb) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientUpdateDeneb) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientUpdateDeneb) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientFinalityUpdateDeneb struct { @@ -862,7 +862,7 @@ type LightClientFinalityUpdateDeneb struct { FinalizedHeader *LightClientHeaderDeneb `protobuf:"bytes,2,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"` FinalityBranch [][]byte `protobuf:"bytes,3,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"6,32"` SyncAggregate *SyncAggregate `protobuf:"bytes,4,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -925,18 +925,18 @@ func (x *LightClientFinalityUpdateDeneb) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientFinalityUpdateDeneb) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientFinalityUpdateDeneb) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientOptimisticUpdateDeneb struct { state protoimpl.MessageState `protogen:"open.v1"` AttestedHeader *LightClientHeaderDeneb `protobuf:"bytes,1,opt,name=attested_header,json=attestedHeader,proto3" json:"attested_header,omitempty"` SyncAggregate *SyncAggregate `protobuf:"bytes,2,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -985,11 +985,11 @@ func (x *LightClientOptimisticUpdateDeneb) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientOptimisticUpdateDeneb) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientOptimisticUpdateDeneb) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientHeaderDeneb struct { @@ -1120,7 +1120,7 @@ type LightClientUpdateElectra struct { FinalizedHeader *LightClientHeaderDeneb `protobuf:"bytes,4,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"` FinalityBranch [][]byte `protobuf:"bytes,5,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"7,32"` SyncAggregate *SyncAggregate `protobuf:"bytes,6,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,7,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1197,11 +1197,11 @@ func (x *LightClientUpdateElectra) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientUpdateElectra) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientUpdateElectra) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type LightClientFinalityUpdateElectra struct { @@ -1210,7 +1210,7 @@ type LightClientFinalityUpdateElectra struct { FinalizedHeader *LightClientHeaderDeneb `protobuf:"bytes,2,opt,name=finalized_header,json=finalizedHeader,proto3" json:"finalized_header,omitempty"` FinalityBranch [][]byte `protobuf:"bytes,3,rep,name=finality_branch,json=finalityBranch,proto3" json:"finality_branch,omitempty" ssz-size:"7,32"` SyncAggregate *SyncAggregate `protobuf:"bytes,4,opt,name=sync_aggregate,json=syncAggregate,proto3" json:"sync_aggregate,omitempty"` - SignatureSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SignatureSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=signature_slot,json=signatureSlot,proto3" json:"signature_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1273,11 +1273,11 @@ func (x *LightClientFinalityUpdateElectra) GetSyncAggregate() *SyncAggregate { return nil } -func (x *LightClientFinalityUpdateElectra) GetSignatureSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *LightClientFinalityUpdateElectra) GetSignatureSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SignatureSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } var File_proto_prysm_v1alpha1_light_client_proto protoreflect.FileDescriptor @@ -1345,7 +1345,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x12, 0x6b, 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0xc2, 0x03, @@ -1374,7 +1374,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0xb6, 0x02, 0x0a, 0x21, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x43, 0x6c, 0x69, 0x65, @@ -1393,7 +1393,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0x5b, 0x0a, 0x17, 0x4c, @@ -1454,7 +1454,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0xc5, 0x03, 0x0a, 0x20, 0x4c, 0x69, 0x67, 0x68, @@ -1482,7 +1482,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x74, 0x65, 0x12, 0x6b, 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, @@ -1502,7 +1502,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0xe2, 0x01, 0x0a, 0x18, 0x4c, @@ -1571,7 +1571,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0xbf, 0x03, 0x0a, 0x1e, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x43, 0x6c, @@ -1599,7 +1599,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0xb4, 0x02, 0x0a, 0x20, 0x4c, 0x69, 0x67, 0x68, 0x74, @@ -1618,7 +1618,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x12, 0x6b, 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0xde, 0x01, @@ -1687,7 +1687,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0xc1, 0x03, 0x0a, 0x20, 0x4c, 0x69, 0x67, 0x68, @@ -1715,7 +1715,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x0a, 0x0e, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x53, 0x6c, 0x6f, 0x74, 0x42, 0x98, 0x01, 0x0a, 0x19, @@ -1723,7 +1723,7 @@ var file_proto_prysm_v1alpha1_light_client_proto_rawDesc = []byte{ 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x10, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x74, 0x68, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, diff --git a/proto/prysm/v1alpha1/light_client.proto b/proto/prysm/v1alpha1/light_client.proto index 9379cab450..e737b395c4 100644 --- a/proto/prysm/v1alpha1/light_client.proto +++ b/proto/prysm/v1alpha1/light_client.proto @@ -20,7 +20,7 @@ import "proto/prysm/v1alpha1/beacon_core_types.proto"; import "proto/engine/v1/execution_engine.proto"; option csharp_namespace = "Ethereum.Eth.V1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/eth/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/eth/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "LightClientProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -47,7 +47,7 @@ message LightClientUpdateAltair { SyncAggregate sync_aggregate = 6; uint64 signature_slot = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -58,7 +58,7 @@ message LightClientFinalityUpdateAltair { SyncAggregate sync_aggregate = 4; uint64 signature_slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -67,7 +67,7 @@ message LightClientOptimisticUpdateAltair { SyncAggregate sync_aggregate = 2; uint64 signature_slot = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -94,7 +94,7 @@ message LightClientUpdateCapella { SyncAggregate sync_aggregate = 6; uint64 signature_slot = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -105,7 +105,7 @@ message LightClientFinalityUpdateCapella { SyncAggregate sync_aggregate = 4; uint64 signature_slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -114,7 +114,7 @@ message LightClientOptimisticUpdateCapella { SyncAggregate sync_aggregate = 2; uint64 signature_slot = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -145,7 +145,7 @@ message LightClientUpdateDeneb { SyncAggregate sync_aggregate = 6; uint64 signature_slot = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -156,7 +156,7 @@ message LightClientFinalityUpdateDeneb { SyncAggregate sync_aggregate = 4; uint64 signature_slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -165,7 +165,7 @@ message LightClientOptimisticUpdateDeneb { SyncAggregate sync_aggregate = 2; uint64 signature_slot = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -196,7 +196,7 @@ message LightClientUpdateElectra { SyncAggregate sync_aggregate = 6; uint64 signature_slot = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -207,6 +207,6 @@ message LightClientFinalityUpdateElectra { SyncAggregate sync_aggregate = 4; uint64 signature_slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } \ No newline at end of file diff --git a/proto/prysm/v1alpha1/metadata/BUILD.bazel b/proto/prysm/v1alpha1/metadata/BUILD.bazel index 31c6b89231..81c3480e07 100644 --- a/proto/prysm/v1alpha1/metadata/BUILD.bazel +++ b/proto/prysm/v1alpha1/metadata/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["metadata_interfaces.go"], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/metadata", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/metadata", visibility = ["//visibility:public"], deps = [ "//proto/prysm/v1alpha1:go_default_library", diff --git a/proto/prysm/v1alpha1/metadata/metadata_interfaces.go b/proto/prysm/v1alpha1/metadata/metadata_interfaces.go index 60d6d892d9..dec759f4ce 100644 --- a/proto/prysm/v1alpha1/metadata/metadata_interfaces.go +++ b/proto/prysm/v1alpha1/metadata/metadata_interfaces.go @@ -2,7 +2,7 @@ package metadata import ( "github.com/OffchainLabs/go-bitfield" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ssz "github.com/prysmaticlabs/fastssz" ) diff --git a/proto/prysm/v1alpha1/node.pb.go b/proto/prysm/v1alpha1/node.pb.go index 71e92379c6..f4d1b36c4d 100755 --- a/proto/prysm/v1alpha1/node.pb.go +++ b/proto/prysm/v1alpha1/node.pb.go @@ -11,7 +11,7 @@ import ( reflect "reflect" sync "sync" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -836,7 +836,7 @@ var file_proto_prysm_v1alpha1_node_proto_rawDesc = []byte{ 0x70, 0x68, 0x61, 0x31, 0x42, 0x09, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, + 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, diff --git a/proto/prysm/v1alpha1/node.proto b/proto/prysm/v1alpha1/node.proto index d2db4bfa36..b57d7efecf 100644 --- a/proto/prysm/v1alpha1/node.proto +++ b/proto/prysm/v1alpha1/node.proto @@ -22,7 +22,7 @@ import "google/protobuf/timestamp.proto"; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "NodeProto"; option java_package = "org.ethereum.eth.v1alpha1"; diff --git a/proto/prysm/v1alpha1/non-core.ssz.go b/proto/prysm/v1alpha1/non-core.ssz.go index fb992c901e..db7f3da394 100644 --- a/proto/prysm/v1alpha1/non-core.ssz.go +++ b/proto/prysm/v1alpha1/non-core.ssz.go @@ -2,8 +2,8 @@ package eth import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" ssz "github.com/prysmaticlabs/fastssz" ) @@ -458,7 +458,7 @@ func (b *BeaconBlocksByRangeRequest) UnmarshalSSZ(buf []byte) error { } // Field (0) 'StartSlot' - b.StartSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.StartSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Count' b.Count = ssz.UnmarshallUint64(buf[8:16]) @@ -786,7 +786,7 @@ func (b *BlobSidecarsByRangeRequest) UnmarshalSSZ(buf []byte) error { } // Field (0) 'StartSlot' - b.StartSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.StartSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Count' b.Count = ssz.UnmarshallUint64(buf[8:16]) @@ -863,7 +863,7 @@ func (d *DataColumnSidecarsByRangeRequest) UnmarshalSSZ(buf []byte) error { var o2 uint64 // Field (0) 'StartSlot' - d.StartSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + d.StartSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Count' d.Count = ssz.UnmarshallUint64(buf[8:16]) diff --git a/proto/prysm/v1alpha1/p2p_messages.pb.go b/proto/prysm/v1alpha1/p2p_messages.pb.go index 32ad7c62ec..8e8bcd0ce5 100755 --- a/proto/prysm/v1alpha1/p2p_messages.pb.go +++ b/proto/prysm/v1alpha1/p2p_messages.pb.go @@ -11,8 +11,8 @@ import ( sync "sync" github_com_OffchainLabs_go_bitfield "github.com/OffchainLabs/go-bitfield" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" _ "google.golang.org/protobuf/types/descriptorpb" @@ -29,9 +29,9 @@ type Status struct { state protoimpl.MessageState `protogen:"open.v1"` ForkDigest []byte `protobuf:"bytes,1,opt,name=fork_digest,json=forkDigest,proto3" json:"fork_digest,omitempty" ssz-size:"4"` FinalizedRoot []byte `protobuf:"bytes,2,opt,name=finalized_root,json=finalizedRoot,proto3" json:"finalized_root,omitempty" ssz-size:"32"` - FinalizedEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + FinalizedEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` HeadRoot []byte `protobuf:"bytes,4,opt,name=head_root,json=headRoot,proto3" json:"head_root,omitempty" ssz-size:"32"` - HeadSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=head_slot,json=headSlot,proto3" json:"head_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + HeadSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=head_slot,json=headSlot,proto3" json:"head_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -80,11 +80,11 @@ func (x *Status) GetFinalizedRoot() []byte { return nil } -func (x *Status) GetFinalizedEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *Status) GetFinalizedEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.FinalizedEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *Status) GetHeadRoot() []byte { @@ -94,21 +94,21 @@ func (x *Status) GetHeadRoot() []byte { return nil } -func (x *Status) GetHeadSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *Status) GetHeadSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.HeadSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type StatusV2 struct { state protoimpl.MessageState `protogen:"open.v1"` ForkDigest []byte `protobuf:"bytes,1,opt,name=fork_digest,json=forkDigest,proto3" json:"fork_digest,omitempty" ssz-size:"4"` FinalizedRoot []byte `protobuf:"bytes,2,opt,name=finalized_root,json=finalizedRoot,proto3" json:"finalized_root,omitempty" ssz-size:"32"` - FinalizedEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + FinalizedEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=finalized_epoch,json=finalizedEpoch,proto3" json:"finalized_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` HeadRoot []byte `protobuf:"bytes,4,opt,name=head_root,json=headRoot,proto3" json:"head_root,omitempty" ssz-size:"32"` - HeadSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=head_slot,json=headSlot,proto3" json:"head_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - EarliestAvailableSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,6,opt,name=earliest_available_slot,json=earliestAvailableSlot,proto3" json:"earliest_available_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + HeadSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=head_slot,json=headSlot,proto3" json:"head_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + EarliestAvailableSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,6,opt,name=earliest_available_slot,json=earliestAvailableSlot,proto3" json:"earliest_available_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -157,11 +157,11 @@ func (x *StatusV2) GetFinalizedRoot() []byte { return nil } -func (x *StatusV2) GetFinalizedEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *StatusV2) GetFinalizedEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.FinalizedEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *StatusV2) GetHeadRoot() []byte { @@ -171,23 +171,23 @@ func (x *StatusV2) GetHeadRoot() []byte { return nil } -func (x *StatusV2) GetHeadSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *StatusV2) GetHeadSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.HeadSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *StatusV2) GetEarliestAvailableSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *StatusV2) GetEarliestAvailableSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.EarliestAvailableSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type BeaconBlocksByRangeRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - StartSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=start_slot,json=startSlot,proto3" json:"start_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + StartSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=start_slot,json=startSlot,proto3" json:"start_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` Step uint64 `protobuf:"varint,3,opt,name=step,proto3" json:"step,omitempty"` unknownFields protoimpl.UnknownFields @@ -224,11 +224,11 @@ func (*BeaconBlocksByRangeRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_p2p_messages_proto_rawDescGZIP(), []int{2} } -func (x *BeaconBlocksByRangeRequest) GetStartSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BeaconBlocksByRangeRequest) GetStartSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.StartSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BeaconBlocksByRangeRequest) GetCount() uint64 { @@ -249,7 +249,7 @@ type ENRForkID struct { state protoimpl.MessageState `protogen:"open.v1"` CurrentForkDigest []byte `protobuf:"bytes,1,opt,name=current_fork_digest,json=currentForkDigest,proto3" json:"current_fork_digest,omitempty" ssz-size:"4"` NextForkVersion []byte `protobuf:"bytes,2,opt,name=next_fork_version,json=nextForkVersion,proto3" json:"next_fork_version,omitempty" ssz-size:"4"` - NextForkEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=next_fork_epoch,json=nextForkEpoch,proto3" json:"next_fork_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + NextForkEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=next_fork_epoch,json=nextForkEpoch,proto3" json:"next_fork_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -298,11 +298,11 @@ func (x *ENRForkID) GetNextForkVersion() []byte { return nil } -func (x *ENRForkID) GetNextForkEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ENRForkID) GetNextForkEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.NextForkEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } type MetaDataV0 struct { @@ -487,7 +487,7 @@ func (x *MetaDataV2) GetCustodyGroupCount() uint64 { type BlobSidecarsByRangeRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - StartSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=start_slot,json=startSlot,proto3" json:"start_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + StartSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=start_slot,json=startSlot,proto3" json:"start_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -523,11 +523,11 @@ func (*BlobSidecarsByRangeRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_p2p_messages_proto_rawDescGZIP(), []int{7} } -func (x *BlobSidecarsByRangeRequest) GetStartSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BlobSidecarsByRangeRequest) GetStartSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.StartSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BlobSidecarsByRangeRequest) GetCount() uint64 { @@ -539,7 +539,7 @@ func (x *BlobSidecarsByRangeRequest) GetCount() uint64 { type DataColumnSidecarsByRangeRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - StartSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=start_slot,json=startSlot,proto3" json:"start_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + StartSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=start_slot,json=startSlot,proto3" json:"start_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` Columns []uint64 `protobuf:"varint,3,rep,packed,name=columns,proto3" json:"columns,omitempty" ssz-max:"128"` unknownFields protoimpl.UnknownFields @@ -576,11 +576,11 @@ func (*DataColumnSidecarsByRangeRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_p2p_messages_proto_rawDescGZIP(), []int{8} } -func (x *DataColumnSidecarsByRangeRequest) GetStartSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *DataColumnSidecarsByRangeRequest) GetStartSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.StartSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *DataColumnSidecarsByRangeRequest) GetCount() uint64 { @@ -669,7 +669,7 @@ var file_proto_prysm_v1alpha1_p2p_messages_proto_rawDesc = []byte{ 0x74, 0x12, 0x6e, 0x0a, 0x0f, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x0e, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x45, 0x70, 0x6f, 0x63, @@ -678,7 +678,7 @@ var file_proto_prysm_v1alpha1_p2p_messages_proto_rawDesc = []byte{ 0x61, 0x64, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x61, 0x0a, 0x09, 0x68, 0x65, 0x61, 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x08, 0x68, 0x65, 0x61, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x22, 0xd7, 0x03, 0x0a, 0x08, 0x53, 0x74, @@ -691,7 +691,7 @@ var file_proto_prysm_v1alpha1_p2p_messages_proto_rawDesc = []byte{ 0x0f, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x0e, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x23, 0x0a, @@ -700,14 +700,14 @@ var file_proto_prysm_v1alpha1_p2p_messages_proto_rawDesc = []byte{ 0x6f, 0x74, 0x12, 0x61, 0x0a, 0x09, 0x68, 0x65, 0x61, 0x64, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x08, 0x68, 0x65, 0x61, 0x64, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x7c, 0x0a, 0x17, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x15, 0x65, 0x61, 0x72, 0x6c, 0x69, 0x65, 0x73, 0x74, 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x53, @@ -716,7 +716,7 @@ var file_proto_prysm_v1alpha1_p2p_messages_proto_rawDesc = []byte{ 0x73, 0x74, 0x12, 0x63, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, @@ -733,7 +733,7 @@ var file_proto_prysm_v1alpha1_p2p_messages_proto_rawDesc = []byte{ 0x74, 0x5f, 0x66, 0x6f, 0x72, 0x6b, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x46, 0x6f, 0x72, 0x6b, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x22, 0x7f, 0x0a, 0x0a, 0x4d, 0x65, 0x74, 0x61, @@ -779,7 +779,7 @@ var file_proto_prysm_v1alpha1_p2p_messages_proto_rawDesc = []byte{ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x63, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, @@ -789,7 +789,7 @@ var file_proto_prysm_v1alpha1_p2p_messages_proto_rawDesc = []byte{ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x63, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, @@ -807,7 +807,7 @@ var file_proto_prysm_v1alpha1_p2p_messages_proto_rawDesc = []byte{ 0x10, 0x50, 0x32, 0x50, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, diff --git a/proto/prysm/v1alpha1/p2p_messages.proto b/proto/prysm/v1alpha1/p2p_messages.proto index 620e07b403..1852eca531 100644 --- a/proto/prysm/v1alpha1/p2p_messages.proto +++ b/proto/prysm/v1alpha1/p2p_messages.proto @@ -6,7 +6,7 @@ import "google/protobuf/descriptor.proto"; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.V1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "P2PMessagesProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -17,12 +17,12 @@ message Status { bytes finalized_root = 2 [(ethereum.eth.ext.ssz_size) = "32"]; uint64 finalized_epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; bytes head_root = 4 [(ethereum.eth.ext.ssz_size) = "32"]; uint64 head_slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -31,23 +31,23 @@ message StatusV2 { bytes finalized_root = 2 [(ethereum.eth.ext.ssz_size) = "32"]; uint64 finalized_epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; bytes head_root = 4 [(ethereum.eth.ext.ssz_size) = "32"]; uint64 head_slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; uint64 earliest_available_slot = 6 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } message BeaconBlocksByRangeRequest { uint64 start_slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; uint64 count = 2; uint64 step = 3; @@ -58,7 +58,7 @@ message ENRForkID { bytes next_fork_version = 2 [(ethereum.eth.ext.ssz_size) = "4"]; uint64 next_fork_epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; } @@ -137,7 +137,7 @@ message MetaDataV2 { message BlobSidecarsByRangeRequest { uint64 start_slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; uint64 count = 2; } @@ -153,7 +153,7 @@ Spec Definition: message DataColumnSidecarsByRangeRequest { uint64 start_slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; uint64 count = 2; repeated uint64 columns = 3 [(ethereum.eth.ext.ssz_max) = "128"]; diff --git a/proto/prysm/v1alpha1/phase0.ssz.go b/proto/prysm/v1alpha1/phase0.ssz.go index f694dd6a88..1bcab26d61 100644 --- a/proto/prysm/v1alpha1/phase0.ssz.go +++ b/proto/prysm/v1alpha1/phase0.ssz.go @@ -2,7 +2,7 @@ package eth import ( - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ssz "github.com/prysmaticlabs/fastssz" ) @@ -162,7 +162,7 @@ func (a *AggregateAttestationAndProof) UnmarshalSSZ(buf []byte) error { var o1 uint64 // Field (0) 'AggregatorIndex' - a.AggregatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) + a.AggregatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) // Offset (1) 'Aggregate' if o1 = ssz.ReadOffset(buf[8:12]); o1 > size { @@ -412,10 +412,10 @@ func (a *AttestationData) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Slot' - a.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + a.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'CommitteeIndex' - a.CommitteeIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(ssz.UnmarshallUint64(buf[8:16])) + a.CommitteeIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'BeaconBlockRoot' if cap(a.BeaconBlockRoot) == 0 { @@ -515,7 +515,7 @@ func (c *Checkpoint) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Epoch' - c.Epoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[0:8])) + c.Epoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Root' if cap(c.Root) == 0 { @@ -721,10 +721,10 @@ func (b *BeaconBlock) UnmarshalSSZ(buf []byte) error { var o4 uint64 // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -1558,10 +1558,10 @@ func (b *BeaconBlockHeader) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ProposerIndex' - b.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + b.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) // Field (2) 'ParentRoot' if cap(b.ParentRoot) == 0 { @@ -2100,10 +2100,10 @@ func (v *VoluntaryExit) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Epoch' - v.Epoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[0:8])) + v.Epoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'ValidatorIndex' - v.ValidatorIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) + v.ValidatorIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[8:16])) return err } @@ -2183,7 +2183,7 @@ func (f *Fork) UnmarshalSSZ(buf []byte) error { f.CurrentVersion = append(f.CurrentVersion, buf[4:8]...) // Field (2) 'Epoch' - f.Epoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[8:16])) + f.Epoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[8:16])) return err } @@ -2298,16 +2298,16 @@ func (v *Validator) UnmarshalSSZ(buf []byte) error { } // Field (4) 'ActivationEligibilityEpoch' - v.ActivationEligibilityEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[89:97])) + v.ActivationEligibilityEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[89:97])) // Field (5) 'ActivationEpoch' - v.ActivationEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[97:105])) + v.ActivationEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[97:105])) // Field (6) 'ExitEpoch' - v.ExitEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[105:113])) + v.ExitEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[105:113])) // Field (7) 'WithdrawableEpoch' - v.WithdrawableEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[113:121])) + v.WithdrawableEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[113:121])) return err } @@ -2737,7 +2737,7 @@ func (b *BeaconState) UnmarshalSSZ(buf []byte) error { b.GenesisValidatorsRoot = append(b.GenesisValidatorsRoot, buf[8:40]...) // Field (2) 'Slot' - b.Slot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) + b.Slot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[40:48])) // Field (3) 'Fork' if b.Fork == nil { @@ -3301,10 +3301,10 @@ func (p *PendingAttestation) UnmarshalSSZ(buf []byte) error { } // Field (2) 'InclusionDelay' - p.InclusionDelay = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[132:140])) + p.InclusionDelay = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[132:140])) // Field (3) 'ProposerIndex' - p.ProposerIndex = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[140:148])) + p.ProposerIndex = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[140:148])) // Field (0) 'AggregationBits' { @@ -3898,7 +3898,7 @@ func (s *Status) UnmarshalSSZ(buf []byte) error { s.FinalizedRoot = append(s.FinalizedRoot, buf[4:36]...) // Field (2) 'FinalizedEpoch' - s.FinalizedEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[36:44])) + s.FinalizedEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[36:44])) // Field (3) 'HeadRoot' if cap(s.HeadRoot) == 0 { @@ -3907,7 +3907,7 @@ func (s *Status) UnmarshalSSZ(buf []byte) error { s.HeadRoot = append(s.HeadRoot, buf[44:76]...) // Field (4) 'HeadSlot' - s.HeadSlot = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[76:84])) + s.HeadSlot = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(ssz.UnmarshallUint64(buf[76:84])) return err } @@ -4008,7 +4008,7 @@ func (e *ENRForkID) UnmarshalSSZ(buf []byte) error { e.NextForkVersion = append(e.NextForkVersion, buf[4:8]...) // Field (2) 'NextForkEpoch' - e.NextForkEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[8:16])) + e.NextForkEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[8:16])) return err } @@ -4083,7 +4083,7 @@ func (v *ValidatorIdentity) UnmarshalSSZ(buf []byte) error { } // Field (0) 'Index' - v.Index = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) + v.Index = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(ssz.UnmarshallUint64(buf[0:8])) // Field (1) 'Pubkey' if cap(v.Pubkey) == 0 { @@ -4092,7 +4092,7 @@ func (v *ValidatorIdentity) UnmarshalSSZ(buf []byte) error { v.Pubkey = append(v.Pubkey, buf[8:56]...) // Field (2) 'ActivationEpoch' - v.ActivationEpoch = github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[56:64])) + v.ActivationEpoch = github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(ssz.UnmarshallUint64(buf[56:64])) return err } diff --git a/proto/prysm/v1alpha1/powchain.pb.go b/proto/prysm/v1alpha1/powchain.pb.go index a30cc25057..84561953ce 100755 --- a/proto/prysm/v1alpha1/powchain.pb.go +++ b/proto/prysm/v1alpha1/powchain.pb.go @@ -10,7 +10,7 @@ import ( reflect "reflect" sync "sync" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" _ "google.golang.org/protobuf/types/descriptorpb" @@ -614,7 +614,7 @@ var file_proto_prysm_v1alpha1_powchain_proto_rawDesc = []byte{ 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x0d, 0x50, 0x6f, 0x77, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, diff --git a/proto/prysm/v1alpha1/powchain.proto b/proto/prysm/v1alpha1/powchain.proto index 6ba68fdbdd..01b7a34f9b 100644 --- a/proto/prysm/v1alpha1/powchain.proto +++ b/proto/prysm/v1alpha1/powchain.proto @@ -8,7 +8,7 @@ import "proto/prysm/v1alpha1/beacon_state.proto"; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.V1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "PowchainProto"; option java_package = "org.ethereum.eth.v1alpha1"; diff --git a/proto/prysm/v1alpha1/slasher.pb.go b/proto/prysm/v1alpha1/slasher.pb.go index 776d6dfd43..8e5a11bca6 100755 --- a/proto/prysm/v1alpha1/slasher.pb.go +++ b/proto/prysm/v1alpha1/slasher.pb.go @@ -10,8 +10,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -26,8 +26,8 @@ const ( type HighestAttestation struct { state protoimpl.MessageState `protogen:"open.v1"` ValidatorIndex uint64 `protobuf:"varint,1,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty"` - HighestSourceEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,2,opt,name=highest_source_epoch,json=highestSourceEpoch,proto3" json:"highest_source_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` - HighestTargetEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=highest_target_epoch,json=highestTargetEpoch,proto3" json:"highest_target_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + HighestSourceEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,2,opt,name=highest_source_epoch,json=highestSourceEpoch,proto3" json:"highest_source_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` + HighestTargetEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=highest_target_epoch,json=highestTargetEpoch,proto3" json:"highest_target_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -69,18 +69,18 @@ func (x *HighestAttestation) GetValidatorIndex() uint64 { return 0 } -func (x *HighestAttestation) GetHighestSourceEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *HighestAttestation) GetHighestSourceEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.HighestSourceEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } -func (x *HighestAttestation) GetHighestTargetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *HighestAttestation) GetHighestTargetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.HighestTargetEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } var File_proto_prysm_v1alpha1_slasher_proto protoreflect.FileDescriptor @@ -99,7 +99,7 @@ var file_proto_prysm_v1alpha1_slasher_proto_rawDesc = []byte{ 0x65, 0x73, 0x74, 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x12, 0x68, 0x69, 0x67, 0x68, 0x65, 0x73, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x45, 0x70, 0x6f, 0x63, @@ -107,7 +107,7 @@ var file_proto_prysm_v1alpha1_slasher_proto_rawDesc = []byte{ 0x67, 0x65, 0x74, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x12, 0x68, 0x69, 0x67, 0x68, 0x65, 0x73, 0x74, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x42, 0x96, 0x01, 0x0a, 0x19, 0x6f, @@ -115,7 +115,7 @@ var file_proto_prysm_v1alpha1_slasher_proto_rawDesc = []byte{ 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x0c, 0x53, 0x6c, 0x61, 0x73, 0x68, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, diff --git a/proto/prysm/v1alpha1/slasher.proto b/proto/prysm/v1alpha1/slasher.proto index 696006bd85..db2ab7763b 100644 --- a/proto/prysm/v1alpha1/slasher.proto +++ b/proto/prysm/v1alpha1/slasher.proto @@ -18,7 +18,7 @@ package ethereum.eth.v1alpha1; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.V1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "SlasherProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -28,10 +28,10 @@ message HighestAttestation { uint64 validator_index = 1; uint64 highest_source_epoch = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; uint64 highest_target_epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; } \ No newline at end of file diff --git a/proto/prysm/v1alpha1/slashings/BUILD.bazel b/proto/prysm/v1alpha1/slashings/BUILD.bazel index 49ee7d5337..30c12e391a 100644 --- a/proto/prysm/v1alpha1/slashings/BUILD.bazel +++ b/proto/prysm/v1alpha1/slashings/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "double_votes.go", "surround_votes.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/slashings", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/slashings", visibility = ["//visibility:public"], deps = ["//proto/prysm/v1alpha1:go_default_library"], ) diff --git a/proto/prysm/v1alpha1/slashings/surround_votes.go b/proto/prysm/v1alpha1/slashings/surround_votes.go index af2848fc43..5f993941e4 100644 --- a/proto/prysm/v1alpha1/slashings/surround_votes.go +++ b/proto/prysm/v1alpha1/slashings/surround_votes.go @@ -1,6 +1,6 @@ package slashings -import ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" +import ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" // IsSurround checks if an attestation, a, is surrounding // another one, b, based on the Ethereum slashing conditions specified diff --git a/proto/prysm/v1alpha1/slashings/surround_votes_test.go b/proto/prysm/v1alpha1/slashings/surround_votes_test.go index 309484a8e5..775193b13c 100644 --- a/proto/prysm/v1alpha1/slashings/surround_votes_test.go +++ b/proto/prysm/v1alpha1/slashings/surround_votes_test.go @@ -3,8 +3,8 @@ package slashings import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func TestIsSurround(t *testing.T) { diff --git a/proto/prysm/v1alpha1/sync_committee.pb.go b/proto/prysm/v1alpha1/sync_committee.pb.go index 5b4ba42a35..dc769228f4 100755 --- a/proto/prysm/v1alpha1/sync_committee.pb.go +++ b/proto/prysm/v1alpha1/sync_committee.pb.go @@ -11,8 +11,8 @@ import ( sync "sync" github_com_OffchainLabs_go_bitfield "github.com/OffchainLabs/go-bitfield" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -27,9 +27,9 @@ const ( // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/sync_committee.proto. type SyncCommitteeMessage struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` BlockRoot []byte `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" ssz-size:"96"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -65,11 +65,11 @@ func (*SyncCommitteeMessage) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_sync_committee_proto_rawDescGZIP(), []int{0} } -func (x *SyncCommitteeMessage) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *SyncCommitteeMessage) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *SyncCommitteeMessage) GetBlockRoot() []byte { @@ -79,11 +79,11 @@ func (x *SyncCommitteeMessage) GetBlockRoot() []byte { return nil } -func (x *SyncCommitteeMessage) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *SyncCommitteeMessage) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *SyncCommitteeMessage) GetSignature() []byte { @@ -147,7 +147,7 @@ func (x *SignedContributionAndProof) GetSignature() []byte { type ContributionAndProof struct { state protoimpl.MessageState `protogen:"open.v1"` - AggregatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=aggregator_index,json=aggregatorIndex,proto3" json:"aggregator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + AggregatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=aggregator_index,json=aggregatorIndex,proto3" json:"aggregator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Contribution *SyncCommitteeContribution `protobuf:"bytes,2,opt,name=contribution,proto3" json:"contribution,omitempty"` SelectionProof []byte `protobuf:"bytes,3,opt,name=selection_proof,json=selectionProof,proto3" json:"selection_proof,omitempty" ssz-size:"96"` unknownFields protoimpl.UnknownFields @@ -184,11 +184,11 @@ func (*ContributionAndProof) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_sync_committee_proto_rawDescGZIP(), []int{2} } -func (x *ContributionAndProof) GetAggregatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ContributionAndProof) GetAggregatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.AggregatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *ContributionAndProof) GetContribution() *SyncCommitteeContribution { @@ -207,7 +207,7 @@ func (x *ContributionAndProof) GetSelectionProof() []byte { type SyncCommitteeContribution struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` BlockRoot []byte `protobuf:"bytes,2,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` SubcommitteeIndex uint64 `protobuf:"varint,3,opt,name=subcommittee_index,json=subcommitteeIndex,proto3" json:"subcommittee_index,omitempty"` AggregationBits github_com_OffchainLabs_go_bitfield.Bitvector128 `protobuf:"bytes,4,opt,name=aggregation_bits,json=aggregationBits,proto3" json:"aggregation_bits,omitempty" cast-type:"github.com/OffchainLabs/go-bitfield.Bitvector128" ssz-size:"16"` @@ -246,11 +246,11 @@ func (*SyncCommitteeContribution) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_sync_committee_proto_rawDescGZIP(), []int{3} } -func (x *SyncCommitteeContribution) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *SyncCommitteeContribution) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *SyncCommitteeContribution) GetBlockRoot() []byte { @@ -294,7 +294,7 @@ var file_proto_prysm_v1alpha1_sync_committee_proto_rawDesc = []byte{ 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x25, 0x0a, 0x0a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x72, 0x6f, 0x6f, 0x74, @@ -303,7 +303,7 @@ var file_proto_prysm_v1alpha1_sync_committee_proto_rawDesc = []byte{ 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, @@ -324,7 +324,7 @@ var file_proto_prysm_v1alpha1_sync_committee_proto_rawDesc = []byte{ 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x54, 0x0a, 0x0c, @@ -341,7 +341,7 @@ var file_proto_prysm_v1alpha1_sync_committee_proto_rawDesc = []byte{ 0x6e, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x25, 0x0a, 0x0a, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x42, @@ -363,7 +363,7 @@ var file_proto_prysm_v1alpha1_sync_committee_proto_rawDesc = []byte{ 0x6e, 0x63, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x5c, 0x45, 0x74, 0x68, 0x5c, 0x76, diff --git a/proto/prysm/v1alpha1/sync_committee.proto b/proto/prysm/v1alpha1/sync_committee.proto index 380319f218..1afef93f13 100644 --- a/proto/prysm/v1alpha1/sync_committee.proto +++ b/proto/prysm/v1alpha1/sync_committee.proto @@ -18,7 +18,7 @@ package ethereum.eth.v1alpha1; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "SyncCommitteeProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -31,7 +31,7 @@ message SyncCommitteeMessage { // Slot to which this contribution pertains. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // 32 byte block root for this signature. @@ -40,7 +40,7 @@ message SyncCommitteeMessage { // Index of the validator that produced this signature. uint64 validator_index = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // Signature by the validator over the block root of `slot`. @@ -62,7 +62,7 @@ message ContributionAndProof { // Index of the aggregator that produced this proof. uint64 aggregator_index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; SyncCommitteeContribution contribution = 2; @@ -76,7 +76,7 @@ message SyncCommitteeContribution { // Slot to which this contribution pertains. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // 32 byte block root for this signature. diff --git a/proto/prysm/v1alpha1/validator-client/BUILD.bazel b/proto/prysm/v1alpha1/validator-client/BUILD.bazel index 80a0add9e7..fdc3bac04e 100644 --- a/proto/prysm/v1alpha1/validator-client/BUILD.bazel +++ b/proto/prysm/v1alpha1/validator-client/BUILD.bazel @@ -34,7 +34,7 @@ go_proto_library( compilers = [ "@com_github_prysmaticlabs_protoc_gen_go_cast//:go_cast_grpc", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client", proto = ":proto", visibility = ["//visibility:public"], deps = [ @@ -64,7 +64,7 @@ go_library( embed = [ ":go_proto", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client", + importpath = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client", visibility = ["//visibility:public"], deps = [ "//proto/eth/ext:go_default_library", diff --git a/proto/prysm/v1alpha1/validator-client/keymanager.pb.go b/proto/prysm/v1alpha1/validator-client/keymanager.pb.go index 64e888fcf3..a0b4bc7f78 100755 --- a/proto/prysm/v1alpha1/validator-client/keymanager.pb.go +++ b/proto/prysm/v1alpha1/validator-client/keymanager.pb.go @@ -10,10 +10,10 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - github_com_OffchainLabs_prysm_v6_consensus_types_validator "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" - v1alpha1 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + github_com_OffchainLabs_prysm_v7_consensus_types_validator "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" + v1alpha1 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -107,7 +107,7 @@ type SignRequest struct { // *SignRequest_BlockFulu // *SignRequest_BlindedBlockFulu Object isSignRequest_Object `protobuf_oneof:"object"` - SigningSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,6,opt,name=signing_slot,json=signingSlot,proto3" json:"signing_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + SigningSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,6,opt,name=signing_slot,json=signingSlot,proto3" json:"signing_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -206,22 +206,22 @@ func (x *SignRequest) GetExit() *v1alpha1.VoluntaryExit { return nil } -func (x *SignRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *SignRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { if x, ok := x.Object.(*SignRequest_Slot); ok { return x.Slot } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *SignRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *SignRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { if x, ok := x.Object.(*SignRequest_Epoch); ok { return x.Epoch } } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *SignRequest) GetBlockAltair() *v1alpha1.BeaconBlockAltair { @@ -368,11 +368,11 @@ func (x *SignRequest) GetBlindedBlockFulu() *v1alpha1.BlindedBeaconBlockFulu { return nil } -func (x *SignRequest) GetSigningSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *SignRequest) GetSigningSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.SigningSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } type isSignRequest_Object interface { @@ -396,11 +396,11 @@ type SignRequest_Exit struct { } type SignRequest_Slot struct { - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,105,opt,name=slot,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,105,opt,name=slot,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` } type SignRequest_Epoch struct { - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,106,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,106,opt,name=epoch,proto3,oneof" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` } type SignRequest_BlockAltair struct { @@ -626,7 +626,7 @@ func (x *ProposerOptionPayload) GetGraffiti() string { type BuilderConfig struct { state protoimpl.MessageState `protogen:"open.v1"` Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` - GasLimit github_com_OffchainLabs_prysm_v6_consensus_types_validator.Uint64 `protobuf:"varint,2,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/validator.Uint64"` + GasLimit github_com_OffchainLabs_prysm_v7_consensus_types_validator.Uint64 `protobuf:"varint,2,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/validator.Uint64"` Relays []string `protobuf:"bytes,3,rep,name=relays,proto3" json:"relays,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -669,11 +669,11 @@ func (x *BuilderConfig) GetEnabled() bool { return false } -func (x *BuilderConfig) GetGasLimit() github_com_OffchainLabs_prysm_v6_consensus_types_validator.Uint64 { +func (x *BuilderConfig) GetGasLimit() github_com_OffchainLabs_prysm_v7_consensus_types_validator.Uint64 { if x != nil { return x.GasLimit } - return github_com_OffchainLabs_prysm_v6_consensus_types_validator.Uint64(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_validator.Uint64(0) } func (x *BuilderConfig) GetRelays() []string { @@ -790,13 +790,13 @@ var file_proto_prysm_v1alpha1_validator_client_keymanager_proto_rawDesc = []byte 0x12, 0x5a, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x69, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x48, 0x00, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x5d, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x6a, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x48, 0x00, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x4d, 0x0a, 0x0c, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x61, 0x6c, 0x74, 0x61, 0x69, 0x72, 0x18, 0x6b, 0x20, 0x01, 0x28, @@ -896,7 +896,7 @@ var file_proto_prysm_v1alpha1_validator_client_keymanager_proto_rawDesc = []byte 0x75, 0x12, 0x67, 0x0a, 0x0c, 0x73, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0b, 0x73, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x53, 0x6c, 0x6f, 0x74, 0x42, 0x08, 0x0a, 0x06, 0x6f, 0x62, @@ -930,7 +930,7 @@ var file_proto_prysm_v1alpha1_validator_client_keymanager_proto_rawDesc = []byte 0x67, 0x61, 0x73, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x52, 0x08, 0x67, 0x61, 0x73, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6c, 0x61, 0x79, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, @@ -962,7 +962,7 @@ var file_proto_prysm_v1alpha1_validator_client_keymanager_proto_rawDesc = []byte 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x2e, 0x76, 0x32, 0x42, 0x0f, 0x4b, 0x65, 0x79, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x52, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x2d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x3b, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x70, 0x62, diff --git a/proto/prysm/v1alpha1/validator-client/keymanager.proto b/proto/prysm/v1alpha1/validator-client/keymanager.proto index 706ae20b16..4e62760bf0 100644 --- a/proto/prysm/v1alpha1/validator-client/keymanager.proto +++ b/proto/prysm/v1alpha1/validator-client/keymanager.proto @@ -9,7 +9,7 @@ import "proto/prysm/v1alpha1/beacon_state.proto"; import "proto/prysm/v1alpha1/sync_committee.proto"; option csharp_namespace = "Ethereum.Validator.Accounts.V2"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client;validatorpb"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client;validatorpb"; option java_multiple_files = true; option java_outer_classname = "KeymanagerProto"; option java_package = "org.ethereum.validator.accounts.v2"; @@ -41,11 +41,11 @@ message SignRequest { ethereum.eth.v1alpha1.VoluntaryExit exit = 104; uint64 slot = 105 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; uint64 epoch = 106 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Altair objects. @@ -85,7 +85,7 @@ message SignRequest { reserved 4, 5; // Reserving old, deleted fields. uint64 signing_slot = 6 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -119,7 +119,7 @@ message BuilderConfig { bool enabled = 1; uint64 gas_limit = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/validator.Uint64" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator.Uint64" ]; repeated string relays = 3; } diff --git a/proto/prysm/v1alpha1/validator.go b/proto/prysm/v1alpha1/validator.go index 7019310ac2..b417f0da21 100644 --- a/proto/prysm/v1alpha1/validator.go +++ b/proto/prysm/v1alpha1/validator.go @@ -1,7 +1,7 @@ package eth import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // ValidatorDutiesContainer is a wrapper that can be both used for the gRPC DutiesResponse and Rest API response structs for attestation, proposer, and sync duties. diff --git a/proto/prysm/v1alpha1/validator.pb.go b/proto/prysm/v1alpha1/validator.pb.go index 32a45c7e3e..9d3fa19f85 100755 --- a/proto/prysm/v1alpha1/validator.pb.go +++ b/proto/prysm/v1alpha1/validator.pb.go @@ -11,8 +11,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -146,7 +146,7 @@ func (x *SyncMessageBlockRootResponse) GetRoot() []byte { type SyncSubcommitteeIndexRequest struct { state protoimpl.MessageState `protogen:"open.v1"` PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -188,17 +188,17 @@ func (x *SyncSubcommitteeIndexRequest) GetPublicKey() []byte { return nil } -func (x *SyncSubcommitteeIndexRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *SyncSubcommitteeIndexRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type SyncCommitteeContributionRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` SubnetId uint64 `protobuf:"varint,3,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"` unknownFields protoimpl.UnknownFields @@ -235,11 +235,11 @@ func (*SyncCommitteeContributionRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{2} } -func (x *SyncCommitteeContributionRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *SyncCommitteeContributionRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *SyncCommitteeContributionRequest) GetPublicKey() []byte { @@ -259,7 +259,7 @@ func (x *SyncCommitteeContributionRequest) GetSubnetId() uint64 { // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type SyncSubcommitteeIndexResponse struct { state protoimpl.MessageState `protogen:"open.v1"` - Indices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,1,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` + Indices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,1,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -294,17 +294,17 @@ func (*SyncSubcommitteeIndexResponse) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{3} } -func (x *SyncSubcommitteeIndexResponse) GetIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *SyncSubcommitteeIndexResponse) GetIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.Indices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(nil) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type StreamSlotsResponse struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` PreviousDutyDependentRoot []byte `protobuf:"bytes,2,opt,name=previous_duty_dependent_root,json=previousDutyDependentRoot,proto3" json:"previous_duty_dependent_root,omitempty" ssz-size:"32"` CurrentDutyDependentRoot []byte `protobuf:"bytes,3,opt,name=current_duty_dependent_root,json=currentDutyDependentRoot,proto3" json:"current_duty_dependent_root,omitempty" ssz-size:"32"` unknownFields protoimpl.UnknownFields @@ -341,11 +341,11 @@ func (*StreamSlotsResponse) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{4} } -func (x *StreamSlotsResponse) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *StreamSlotsResponse) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *StreamSlotsResponse) GetPreviousDutyDependentRoot() []byte { @@ -528,7 +528,7 @@ func (*StreamBlocksResponse_FuluBlock) isStreamBlocksResponse_Block() {} // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type DomainRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` Domain []byte `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -564,11 +564,11 @@ func (*DomainRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{6} } -func (x *DomainRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *DomainRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *DomainRequest) GetDomain() []byte { @@ -874,7 +874,7 @@ func (x *ValidatorIndexRequest) GetPublicKey() []byte { // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type ValidatorIndexResponse struct { state protoimpl.MessageState `protogen:"open.v1"` - Index github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -909,11 +909,11 @@ func (*ValidatorIndexResponse) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{13} } -func (x *ValidatorIndexResponse) GetIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ValidatorIndexResponse) GetIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Index } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. @@ -966,8 +966,8 @@ type ValidatorStatusResponse struct { state protoimpl.MessageState `protogen:"open.v1"` Status ValidatorStatus `protobuf:"varint,1,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"` Eth1DepositBlockNumber uint64 `protobuf:"varint,2,opt,name=eth1_deposit_block_number,json=eth1DepositBlockNumber,proto3" json:"eth1_deposit_block_number,omitempty"` - DepositInclusionSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=deposit_inclusion_slot,json=depositInclusionSlot,proto3" json:"deposit_inclusion_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ActivationEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,4,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + DepositInclusionSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=deposit_inclusion_slot,json=depositInclusionSlot,proto3" json:"deposit_inclusion_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ActivationEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,4,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` PositionInActivationQueue uint64 `protobuf:"varint,5,opt,name=position_in_activation_queue,json=positionInActivationQueue,proto3" json:"position_in_activation_queue,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -1017,18 +1017,18 @@ func (x *ValidatorStatusResponse) GetEth1DepositBlockNumber() uint64 { return 0 } -func (x *ValidatorStatusResponse) GetDepositInclusionSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *ValidatorStatusResponse) GetDepositInclusionSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.DepositInclusionSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *ValidatorStatusResponse) GetActivationEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ValidatorStatusResponse) GetActivationEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.ActivationEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *ValidatorStatusResponse) GetPositionInActivationQueue() uint64 { @@ -1096,7 +1096,7 @@ type MultipleValidatorStatusResponse struct { state protoimpl.MessageState `protogen:"open.v1"` PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` Statuses []*ValidatorStatusResponse `protobuf:"bytes,2,rep,name=statuses,proto3" json:"statuses,omitempty"` - Indices []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Indices []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,rep,packed,name=indices,proto3" json:"indices,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1145,17 +1145,17 @@ func (x *MultipleValidatorStatusResponse) GetStatuses() []*ValidatorStatusRespon return nil } -func (x *MultipleValidatorStatusResponse) GetIndices() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *MultipleValidatorStatusResponse) GetIndices() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Indices } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type DutiesRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` PublicKeys [][]byte `protobuf:"bytes,2,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty" ssz-size:"?,48"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -1191,11 +1191,11 @@ func (*DutiesRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{18} } -func (x *DutiesRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *DutiesRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *DutiesRequest) GetPublicKeys() [][]byte { @@ -1346,7 +1346,7 @@ func (x *DutiesV2Response) GetCurrentDutyDependentRoot() []byte { // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type BlockRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` RandaoReveal []byte `protobuf:"bytes,2,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty" ssz-size:"48"` Graffiti []byte `protobuf:"bytes,3,opt,name=graffiti,proto3" json:"graffiti,omitempty" ssz-size:"32"` SkipMevBoost bool `protobuf:"varint,4,opt,name=skip_mev_boost,json=skipMevBoost,proto3" json:"skip_mev_boost,omitempty"` @@ -1385,11 +1385,11 @@ func (*BlockRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{21} } -func (x *BlockRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *BlockRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *BlockRequest) GetRandaoReveal() []byte { @@ -1513,8 +1513,8 @@ func (x *ProposeExitResponse) GetExitRoot() []byte { // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type AttestationDataRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - CommitteeIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + CommitteeIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1549,18 +1549,18 @@ func (*AttestationDataRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{24} } -func (x *AttestationDataRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *AttestationDataRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *AttestationDataRequest) GetCommitteeIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *AttestationDataRequest) GetCommitteeIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.CommitteeIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(0) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. @@ -1611,8 +1611,8 @@ func (x *AttestResponse) GetAttestationDataRoot() []byte { // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type AggregateSelectionRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - CommitteeIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + CommitteeIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` PublicKey []byte `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` SlotSignature []byte `protobuf:"bytes,4,opt,name=slot_signature,json=slotSignature,proto3" json:"slot_signature,omitempty" ssz-size:"96"` unknownFields protoimpl.UnknownFields @@ -1649,18 +1649,18 @@ func (*AggregateSelectionRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{26} } -func (x *AggregateSelectionRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *AggregateSelectionRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *AggregateSelectionRequest) GetCommitteeIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *AggregateSelectionRequest) GetCommitteeIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.CommitteeIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(0) } func (x *AggregateSelectionRequest) GetPublicKey() []byte { @@ -1905,8 +1905,8 @@ func (x *SignedAggregateSubmitResponse) GetAttestationDataRoot() []byte { // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. type CommitteeSubnetsSubscribeRequest struct { state protoimpl.MessageState `protogen:"open.v1"` - Slots []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,1,rep,packed,name=slots,proto3" json:"slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - CommitteeIds []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,rep,packed,name=committee_ids,json=committeeIds,proto3" json:"committee_ids,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` + Slots []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,1,rep,packed,name=slots,proto3" json:"slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + CommitteeIds []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,rep,packed,name=committee_ids,json=committeeIds,proto3" json:"committee_ids,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` IsAggregator []bool `protobuf:"varint,3,rep,packed,name=is_aggregator,json=isAggregator,proto3" json:"is_aggregator,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -1942,18 +1942,18 @@ func (*CommitteeSubnetsSubscribeRequest) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{32} } -func (x *CommitteeSubnetsSubscribeRequest) GetSlots() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *CommitteeSubnetsSubscribeRequest) GetSlots() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slots } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(nil) } -func (x *CommitteeSubnetsSubscribeRequest) GetCommitteeIds() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *CommitteeSubnetsSubscribeRequest) GetCommitteeIds() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.CommitteeIds } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(nil) } func (x *CommitteeSubnetsSubscribeRequest) GetIsAggregator() []bool { @@ -2087,9 +2087,9 @@ func (x *ValidatorParticipation) GetPreviousEpochHeadAttestingGwei() uint64 { type ValidatorIdentity struct { state protoimpl.MessageState `protogen:"open.v1"` - Index github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` Pubkey []byte `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty" ssz-size:"48"` - ActivationEpoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + ActivationEpoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=activation_epoch,json=activationEpoch,proto3" json:"activation_epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -2124,11 +2124,11 @@ func (*ValidatorIdentity) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{34} } -func (x *ValidatorIdentity) GetIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ValidatorIdentity) GetIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Index } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *ValidatorIdentity) GetPubkey() []byte { @@ -2138,11 +2138,11 @@ func (x *ValidatorIdentity) GetPubkey() []byte { return nil } -func (x *ValidatorIdentity) GetActivationEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *ValidatorIdentity) GetActivationEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.ActivationEpoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } // Deprecated: Marked as deprecated in proto/prysm/v1alpha1/validator.proto. @@ -2517,7 +2517,7 @@ func (x *AssignValidatorToSubnetRequest) GetStatus() ValidatorStatus { type AggregatedSigAndAggregationBitsRequest struct { state protoimpl.MessageState `protogen:"open.v1"` Msgs []*SyncCommitteeMessage `protobuf:"bytes,1,rep,name=msgs,proto3" json:"msgs,omitempty"` - Slot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Slot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` SubnetId uint64 `protobuf:"varint,3,opt,name=subnet_id,json=subnetId,proto3" json:"subnet_id,omitempty"` BlockRoot []byte `protobuf:"bytes,4,opt,name=block_root,json=blockRoot,proto3" json:"block_root,omitempty" ssz-size:"32"` unknownFields protoimpl.UnknownFields @@ -2561,11 +2561,11 @@ func (x *AggregatedSigAndAggregationBitsRequest) GetMsgs() []*SyncCommitteeMessa return nil } -func (x *AggregatedSigAndAggregationBitsRequest) GetSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *AggregatedSigAndAggregationBitsRequest) GetSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.Slot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } func (x *AggregatedSigAndAggregationBitsRequest) GetSubnetId() uint64 { @@ -2639,7 +2639,7 @@ type ValidatorActivationResponse_Status struct { state protoimpl.MessageState `protogen:"open.v1"` PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Status *ValidatorStatusResponse `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` - Index github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + Index github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -2688,22 +2688,22 @@ func (x *ValidatorActivationResponse_Status) GetStatus() *ValidatorStatusRespons return nil } -func (x *ValidatorActivationResponse_Status) GetIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *ValidatorActivationResponse_Status) GetIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Index } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } type DutiesResponse_Duty struct { state protoimpl.MessageState `protogen:"open.v1"` - Committee []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,rep,packed,name=committee,proto3" json:"committee,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` - CommitteeIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` - AttesterSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=attester_slot,json=attesterSlot,proto3" json:"attester_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerSlots []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,4,rep,packed,name=proposer_slots,json=proposerSlots,proto3" json:"proposer_slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + Committee []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,rep,packed,name=committee,proto3" json:"committee,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` + CommitteeIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` + AttesterSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,3,opt,name=attester_slot,json=attesterSlot,proto3" json:"attester_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerSlots []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,4,rep,packed,name=proposer_slots,json=proposerSlots,proto3" json:"proposer_slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` PublicKey []byte `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` Status ValidatorStatus `protobuf:"varint,6,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,7,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,7,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` IsSyncCommittee bool `protobuf:"varint,8,opt,name=is_sync_committee,json=isSyncCommittee,proto3" json:"is_sync_committee,omitempty"` CommitteesAtSlot uint64 `protobuf:"varint,9,opt,name=committees_at_slot,json=committeesAtSlot,proto3" json:"committees_at_slot,omitempty"` unknownFields protoimpl.UnknownFields @@ -2740,32 +2740,32 @@ func (*DutiesResponse_Duty) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_validator_proto_rawDescGZIP(), []int{19, 0} } -func (x *DutiesResponse_Duty) GetCommittee() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *DutiesResponse_Duty) GetCommittee() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.Committee } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(nil) } -func (x *DutiesResponse_Duty) GetCommitteeIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *DutiesResponse_Duty) GetCommitteeIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.CommitteeIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(0) } -func (x *DutiesResponse_Duty) GetAttesterSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *DutiesResponse_Duty) GetAttesterSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.AttesterSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *DutiesResponse_Duty) GetProposerSlots() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *DutiesResponse_Duty) GetProposerSlots() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.ProposerSlots } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(nil) } func (x *DutiesResponse_Duty) GetPublicKey() []byte { @@ -2782,11 +2782,11 @@ func (x *DutiesResponse_Duty) GetStatus() ValidatorStatus { return ValidatorStatus_UNKNOWN_STATUS } -func (x *DutiesResponse_Duty) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *DutiesResponse_Duty) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *DutiesResponse_Duty) GetIsSyncCommittee() bool { @@ -2806,14 +2806,14 @@ func (x *DutiesResponse_Duty) GetCommitteesAtSlot() uint64 { type DutiesV2Response_Duty struct { state protoimpl.MessageState `protogen:"open.v1"` CommitteeLength uint64 `protobuf:"varint,1,opt,name=committee_length,json=committeeLength,proto3" json:"committee_length,omitempty"` - CommitteeIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.CommitteeIndex"` + CommitteeIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex `protobuf:"varint,2,opt,name=committee_index,json=committeeIndex,proto3" json:"committee_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.CommitteeIndex"` CommitteesAtSlot uint64 `protobuf:"varint,3,opt,name=committees_at_slot,json=committeesAtSlot,proto3" json:"committees_at_slot,omitempty"` ValidatorCommitteeIndex uint64 `protobuf:"varint,4,opt,name=validator_committee_index,json=validatorCommitteeIndex,proto3" json:"validator_committee_index,omitempty"` - AttesterSlot github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=attester_slot,json=attesterSlot,proto3" json:"attester_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` - ProposerSlots []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot `protobuf:"varint,6,rep,packed,name=proposer_slots,json=proposerSlots,proto3" json:"proposer_slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot"` + AttesterSlot github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,5,opt,name=attester_slot,json=attesterSlot,proto3" json:"attester_slot,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` + ProposerSlots []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot `protobuf:"varint,6,rep,packed,name=proposer_slots,json=proposerSlots,proto3" json:"proposer_slots,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot"` PublicKey []byte `protobuf:"bytes,7,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" ssz-size:"48"` Status ValidatorStatus `protobuf:"varint,8,opt,name=status,proto3,enum=ethereum.eth.v1alpha1.ValidatorStatus" json:"status,omitempty"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,9,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,9,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` IsSyncCommittee bool `protobuf:"varint,10,opt,name=is_sync_committee,json=isSyncCommittee,proto3" json:"is_sync_committee,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -2856,11 +2856,11 @@ func (x *DutiesV2Response_Duty) GetCommitteeLength() uint64 { return 0 } -func (x *DutiesV2Response_Duty) GetCommitteeIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex { +func (x *DutiesV2Response_Duty) GetCommitteeIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex { if x != nil { return x.CommitteeIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.CommitteeIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.CommitteeIndex(0) } func (x *DutiesV2Response_Duty) GetCommitteesAtSlot() uint64 { @@ -2877,18 +2877,18 @@ func (x *DutiesV2Response_Duty) GetValidatorCommitteeIndex() uint64 { return 0 } -func (x *DutiesV2Response_Duty) GetAttesterSlot() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *DutiesV2Response_Duty) GetAttesterSlot() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.AttesterSlot } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(0) } -func (x *DutiesV2Response_Duty) GetProposerSlots() []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot { +func (x *DutiesV2Response_Duty) GetProposerSlots() []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot { if x != nil { return x.ProposerSlots } - return []github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Slot(nil) + return []github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Slot(nil) } func (x *DutiesV2Response_Duty) GetPublicKey() []byte { @@ -2905,11 +2905,11 @@ func (x *DutiesV2Response_Duty) GetStatus() ValidatorStatus { return ValidatorStatus_UNKNOWN_STATUS } -func (x *DutiesV2Response_Duty) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *DutiesV2Response_Duty) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *DutiesV2Response_Duty) GetIsSyncCommittee() bool { @@ -2922,7 +2922,7 @@ func (x *DutiesV2Response_Duty) GetIsSyncCommittee() bool { type DoppelGangerRequest_ValidatorRequest struct { state protoimpl.MessageState `protogen:"open.v1"` PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" spec-name:"pubkey" ssz-size:"48"` - Epoch github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch"` + Epoch github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch"` SignedRoot []byte `protobuf:"bytes,2,opt,name=signed_root,json=signedRoot,proto3" json:"signed_root,omitempty" ssz-size:"32"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache @@ -2965,11 +2965,11 @@ func (x *DoppelGangerRequest_ValidatorRequest) GetPublicKey() []byte { return nil } -func (x *DoppelGangerRequest_ValidatorRequest) GetEpoch() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch { +func (x *DoppelGangerRequest_ValidatorRequest) GetEpoch() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch { if x != nil { return x.Epoch } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.Epoch(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.Epoch(0) } func (x *DoppelGangerRequest_ValidatorRequest) GetSignedRoot() []byte { @@ -3034,7 +3034,7 @@ func (x *DoppelGangerResponse_ValidatorResponse) GetDuplicateExists() bool { type PrepareBeaconProposerRequest_FeeRecipientContainer struct { state protoimpl.MessageState `protogen:"open.v1"` FeeRecipient []byte `protobuf:"bytes,1,opt,name=fee_recipient,json=feeRecipient,proto3" json:"fee_recipient,omitempty" ssz-size:"20"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,2,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -3076,11 +3076,11 @@ func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) GetFeeRecipient() [ return nil } -func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *PrepareBeaconProposerRequest_FeeRecipientContainer) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } var File_proto_prysm_v1alpha1_validator_proto protoreflect.FileDescriptor @@ -3119,7 +3119,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x3a, 0x02, 0x18, 0x01, 0x22, 0xce, 0x01, 0x0a, 0x20, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6f, @@ -3127,7 +3127,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, - 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, + 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x2f, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, @@ -3140,7 +3140,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, @@ -3149,7 +3149,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x47, 0x0a, 0x1c, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x5f, 0x64, 0x75, 0x74, 0x79, 0x5f, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, @@ -3204,7 +3204,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, @@ -3235,7 +3235,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x64, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, - 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, + 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x3a, 0x02, 0x18, @@ -3262,7 +3262,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, - 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, + 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x3a, 0x02, 0x18, 0x01, 0x22, @@ -3284,14 +3284,14 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x14, 0x64, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x49, 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x70, 0x0a, 0x10, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x3f, 0x0a, 0x1c, 0x70, 0x6f, 0x73, @@ -3318,7 +3318,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x75, 0x73, 0x65, 0x73, 0x12, 0x68, 0x0a, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x07, 0x69, 0x6e, 0x64, 0x69, 0x63, 0x65, 0x73, 0x3a, 0x02, @@ -3326,7 +3326,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x75, 0x65, 0x73, 0x74, 0x12, 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x29, 0x0a, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x73, @@ -3357,14 +3357,14 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x74, 0x79, 0x12, 0x6c, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x77, 0x0a, 0x0f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, - 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, + 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x63, 0x6f, 0x6d, 0x6d, 0x69, @@ -3372,14 +3372,14 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x65, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0c, 0x61, 0x74, 0x74, 0x65, 0x73, 0x74, 0x65, 0x72, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x6b, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x12, 0x25, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, 0x79, 0x18, @@ -3392,7 +3392,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, @@ -3431,7 +3431,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x69, 0x74, 0x74, 0x65, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, - 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, + 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, @@ -3445,14 +3445,14 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x74, 0x74, 0x65, 0x73, 0x74, 0x65, 0x72, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0c, 0x61, 0x74, 0x74, 0x65, 0x73, 0x74, 0x65, 0x72, 0x53, 0x6c, 0x6f, 0x74, 0x12, 0x6b, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x53, 0x6c, 0x6f, 0x74, 0x73, 0x12, 0x25, 0x0a, 0x0a, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x5f, 0x6b, 0x65, @@ -3465,7 +3465,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, - 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, + 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, @@ -3476,7 +3476,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x2b, 0x0a, 0x0d, 0x72, 0x61, 0x6e, 0x64, 0x61, 0x6f, 0x5f, 0x72, 0x65, 0x76, 0x65, 0x61, 0x6c, 0x18, @@ -3504,13 +3504,13 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, - 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, + 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x77, 0x0a, 0x0f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, @@ -3524,14 +3524,14 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, - 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, + 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x77, 0x0a, 0x0f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x2f, 0x0a, 0x0a, @@ -3591,13 +3591,13 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, + 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x05, 0x73, 0x6c, 0x6f, 0x74, 0x73, 0x12, 0x73, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x49, 0x64, 0x73, 0x12, 0x23, 0x0a, @@ -3649,7 +3649,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, - 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, + 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1e, 0x0a, 0x06, 0x70, 0x75, 0x62, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, @@ -3658,7 +3658,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x6e, 0x5f, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, - 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, + 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x0f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x22, 0xd1, 0x02, 0x0a, 0x13, 0x44, 0x6f, 0x70, 0x70, 0x65, 0x6c, @@ -3677,7 +3677,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x5b, 0x0a, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x45, 0x82, 0xb5, 0x18, 0x41, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, - 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, + 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x45, 0x70, 0x6f, 0x63, 0x68, 0x52, 0x05, 0x65, 0x70, 0x6f, 0x63, 0x68, 0x12, 0x27, 0x0a, 0x0b, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, @@ -3722,7 +3722,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, - 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, + 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x3a, @@ -3755,7 +3755,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x04, 0x6d, 0x73, 0x67, 0x73, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x44, 0x82, 0xb5, 0x18, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x53, 0x6c, 0x6f, 0x74, 0x52, 0x04, 0x73, 0x6c, 0x6f, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x75, 0x62, 0x6e, 0x65, 0x74, @@ -4125,7 +4125,7 @@ var file_proto_prysm_v1alpha1_validator_proto_rawDesc = []byte{ 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x0e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, - 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, + 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x0f, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, diff --git a/proto/prysm/v1alpha1/validator.proto b/proto/prysm/v1alpha1/validator.proto index f1607fdc56..e4ddd9514c 100644 --- a/proto/prysm/v1alpha1/validator.proto +++ b/proto/prysm/v1alpha1/validator.proto @@ -27,7 +27,7 @@ import "proto/prysm/v1alpha1/sync_committee.proto"; import "proto/prysm/v1alpha1/attestation.proto"; option csharp_namespace = "Ethereum.Eth.V1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "ValidatorProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -461,7 +461,7 @@ message SyncSubcommitteeIndexRequest { // The slot of validator's assignment. uint64 slot = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; } @@ -471,7 +471,7 @@ message SyncCommitteeContributionRequest { // Slot for which the aggregation request applies. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // 48 byte public key of the validator. bytes public_key = 2 [ @@ -492,7 +492,7 @@ message SyncSubcommitteeIndexResponse { // one index. repeated uint64 indices = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.CommitteeIndex" ]; } @@ -503,7 +503,7 @@ message StreamSlotsResponse { uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; bytes previous_duty_dependent_root = 2 [ (ethereum.eth.ext.ssz_size) = "32" ]; bytes current_duty_dependent_root = 3 [ (ethereum.eth.ext.ssz_size) = "32" ]; @@ -544,7 +544,7 @@ message DomainRequest { // The epoch for which the domain is being requested. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // The bytes domain specified by the validator. @@ -578,7 +578,7 @@ message ValidatorActivationResponse { // The validators index in the beacon state. uint64 index = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } // A list of validator statuses mapped 1-to-1 with the public keys @@ -620,7 +620,7 @@ message ValidatorIndexResponse { // The validator's index in the beacon chain state's validator registry. uint64 index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -657,14 +657,14 @@ message ValidatorStatusResponse { // deposit was included in a block. uint64 deposit_inclusion_slot = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // The epoch in the beacon chain in which the validator // is determined as active. uint64 activation_epoch = 4 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // The position in the activation queue of pending validators. @@ -690,7 +690,7 @@ message MultipleValidatorStatusResponse { // A list of validator indices. repeated uint64 indices = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } @@ -700,7 +700,7 @@ message DutiesRequest { // Epoch at which validators should perform their duties. uint64 epoch = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // Array of byte encoded BLS public keys. @@ -723,25 +723,25 @@ message DutiesResponse { // The committee a validator is assigned to. repeated uint64 committee = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The index into the committee where the validator belongs in. uint64 committee_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.CommitteeIndex" ]; // Slot at which a validator must attest. uint64 attester_slot = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Slots at which a validator must propose a beacon chain block. repeated uint64 proposer_slots = 4 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // 48 byte BLS public key for the validator who's assigned to perform a @@ -754,7 +754,7 @@ message DutiesResponse { // The index of the validator in the beacon state. uint64 validator_index = 7 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // Whether the validator belongs in the sync committee and has to perform @@ -783,7 +783,7 @@ message DutiesV2Response { // The index of the committee which the given validator has an assignment uint64 committee_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.CommitteeIndex" ]; // The number of committees in the duty's slot. @@ -795,13 +795,13 @@ message DutiesV2Response { // Slot at which a validator must attest. uint64 attester_slot = 5 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Slots at which a validator must propose a beacon chain block. repeated uint64 proposer_slots = 6 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // 48 byte BLS public key for the validator who's assigned to perform a @@ -814,7 +814,7 @@ message DutiesV2Response { // The index of the validator in the beacon state. uint64 validator_index = 9 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // Whether the validator belongs in the sync committee and has to perform @@ -829,7 +829,7 @@ message BlockRequest { // Slot for which the block should be proposed. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Validator's 32 byte randao reveal secret of the current epoch. @@ -867,13 +867,13 @@ message AttestationDataRequest { // Slot for which the attestation should be created. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Committee index the attestation should be created for. uint64 committee_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.CommitteeIndex" ]; } @@ -890,12 +890,12 @@ message AggregateSelectionRequest { // Slot for which the aggregation request applies. uint64 slot = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // Committee index of the validator at the given slot. uint64 committee_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.CommitteeIndex" ]; // 48 byte public key of the validator. bytes public_key = 3 [ @@ -948,13 +948,13 @@ message CommitteeSubnetsSubscribeRequest { // A list of intended slots to subscribe. repeated uint64 slots = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; // A list of intended committee ids to subscribe. It is mapped 1-to-1 with the // slots repeated uint64 committee_ids = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.CommitteeIndex" ]; // Whether to subscribe as an aggregator or by default attester. // It is mapped 1-to-1 with the slots and committee ids. @@ -999,7 +999,7 @@ message ValidatorParticipation { message ValidatorIdentity { // The validator's index in the beacon state. uint64 index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The validator's 48 byte BLS public key. @@ -1012,7 +1012,7 @@ message ValidatorIdentity { // FAR_FUTURE_EPOCH if the validator has not been activated. uint64 activation_epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; } @@ -1033,7 +1033,7 @@ message DoppelGangerRequest { // The validator's last recorded epoch to attest. uint64 epoch = 3 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Epoch" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Epoch" ]; // The validator's last recorded signed root. bytes signed_root = 2 [ (ethereum.eth.ext.ssz_size) = "32" ]; @@ -1085,7 +1085,7 @@ message PrepareBeaconProposerRequest { // The proposer validator index. uint64 validator_index = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; } repeated FeeRecipientContainer recipients = 1; @@ -1122,7 +1122,7 @@ message AggregatedSigAndAggregationBitsRequest { repeated SyncCommitteeMessage msgs = 1; uint64 slot = 2 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives.Slot" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives.Slot" ]; uint64 subnet_id = 3; bytes block_root = 4 [ (ethereum.eth.ext.ssz_size) = "32" ]; diff --git a/proto/prysm/v1alpha1/withdrawals.pb.go b/proto/prysm/v1alpha1/withdrawals.pb.go index 541140332b..31263b4ed0 100755 --- a/proto/prysm/v1alpha1/withdrawals.pb.go +++ b/proto/prysm/v1alpha1/withdrawals.pb.go @@ -10,8 +10,8 @@ import ( reflect "reflect" sync "sync" - github_com_OffchainLabs_prysm_v6_consensus_types_primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + github_com_OffchainLabs_prysm_v7_consensus_types_primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -77,7 +77,7 @@ func (x *SignedBLSToExecutionChange) GetSignature() []byte { type BLSToExecutionChange struct { state protoimpl.MessageState `protogen:"open.v1"` - ValidatorIndex github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v6/consensus-types/primitives.ValidatorIndex"` + ValidatorIndex github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex `protobuf:"varint,1,opt,name=validator_index,json=validatorIndex,proto3" json:"validator_index,omitempty" cast-type:"github.com/OffchainLabs/prysm/v7/consensus-types/primitives.ValidatorIndex"` FromBlsPubkey []byte `protobuf:"bytes,2,opt,name=from_bls_pubkey,json=fromBlsPubkey,proto3" json:"from_bls_pubkey,omitempty" ssz-size:"48"` ToExecutionAddress []byte `protobuf:"bytes,3,opt,name=to_execution_address,json=toExecutionAddress,proto3" json:"to_execution_address,omitempty" ssz-size:"20"` unknownFields protoimpl.UnknownFields @@ -114,11 +114,11 @@ func (*BLSToExecutionChange) Descriptor() ([]byte, []int) { return file_proto_prysm_v1alpha1_withdrawals_proto_rawDescGZIP(), []int{1} } -func (x *BLSToExecutionChange) GetValidatorIndex() github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex { +func (x *BLSToExecutionChange) GetValidatorIndex() github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex { if x != nil { return x.ValidatorIndex } - return github_com_OffchainLabs_prysm_v6_consensus_types_primitives.ValidatorIndex(0) + return github_com_OffchainLabs_prysm_v7_consensus_types_primitives.ValidatorIndex(0) } func (x *BLSToExecutionChange) GetFromBlsPubkey() []byte { @@ -157,7 +157,7 @@ var file_proto_prysm_v1alpha1_withdrawals_proto_rawDesc = []byte{ 0x65, 0x12, 0x77, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x4e, 0x82, 0xb5, 0x18, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x73, 0x75, 0x73, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76, 0x65, 0x73, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x69, @@ -173,7 +173,7 @@ var file_proto_prysm_v1alpha1_withdrawals_proto_rawDesc = []byte{ 0x61, 0x31, 0x42, 0x10, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, - 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, + 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x65, 0x74, 0x68, 0xaa, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, 0x72, 0x65, 0x75, 0x6d, 0x2e, 0x45, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xca, 0x02, 0x15, 0x45, 0x74, 0x68, 0x65, diff --git a/proto/prysm/v1alpha1/withdrawals.proto b/proto/prysm/v1alpha1/withdrawals.proto index 40c3be930d..6c88c30d63 100644 --- a/proto/prysm/v1alpha1/withdrawals.proto +++ b/proto/prysm/v1alpha1/withdrawals.proto @@ -18,7 +18,7 @@ package ethereum.eth.v1alpha1; import "proto/eth/ext/options.proto"; option csharp_namespace = "Ethereum.Eth.v1alpha1"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1;eth"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1;eth"; option java_multiple_files = true; option java_outer_classname = "WithdrawalsProto"; option java_package = "org.ethereum.eth.v1alpha1"; @@ -38,7 +38,7 @@ message BLSToExecutionChange { // The validator index requesting the change uint64 validator_index = 1 [ (ethereum.eth.ext.cast_type) = - "github.com/OffchainLabs/prysm/v6/consensus-types/" + "github.com/OffchainLabs/prysm/v7/consensus-types/" "primitives.ValidatorIndex" ]; // The public key of the BLS address requesting the change diff --git a/proto/ssz_query/BUILD.bazel b/proto/ssz_query/BUILD.bazel index b4357eec32..deb168b5e8 100644 --- a/proto/ssz_query/BUILD.bazel +++ b/proto/ssz_query/BUILD.bazel @@ -19,7 +19,7 @@ go_proto_library( compilers = [ "@com_github_prysmaticlabs_protoc_gen_go_cast//:go_cast_grpc", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/ssz_query", + importpath = "github.com/OffchainLabs/prysm/v7/proto/ssz_query", proto = ":proto", visibility = ["//visibility:public"], deps = [ @@ -48,7 +48,7 @@ go_library( ":ssz_generated", # keep ], embed = [":go_proto"], - importpath = "github.com/OffchainLabs/prysm/v6/proto/ssz_query", + importpath = "github.com/OffchainLabs/prysm/v7/proto/ssz_query", visibility = ["//visibility:public"], deps = SSZ_DEPS + [ "//proto/eth/ext:go_default_library", diff --git a/proto/ssz_query/response.pb.go b/proto/ssz_query/response.pb.go index f6ef39d3f0..9d5404cb7a 100755 --- a/proto/ssz_query/response.pb.go +++ b/proto/ssz_query/response.pb.go @@ -10,7 +10,7 @@ import ( reflect "reflect" sync "sync" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -225,7 +225,7 @@ var file_proto_ssz_query_response_proto_rawDesc = []byte{ 0x79, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x52, 0x05, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, - 0x36, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x73, 0x7a, 0x5f, 0x71, 0x75, 0x65, 0x72, + 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x73, 0x7a, 0x5f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } diff --git a/proto/ssz_query/response.proto b/proto/ssz_query/response.proto index 299204af29..74ba136a3c 100644 --- a/proto/ssz_query/response.proto +++ b/proto/ssz_query/response.proto @@ -4,7 +4,7 @@ package testing; import "proto/eth/ext/options.proto"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/ssz_query"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/ssz_query"; message SSZQueryProof { bytes leaf = 1 [ (ethereum.eth.ext.ssz_size) = "32" ]; diff --git a/proto/ssz_query/testing/BUILD.bazel b/proto/ssz_query/testing/BUILD.bazel index 929ce56d34..610857a34d 100644 --- a/proto/ssz_query/testing/BUILD.bazel +++ b/proto/ssz_query/testing/BUILD.bazel @@ -20,7 +20,7 @@ go_proto_library( compilers = [ "@com_github_prysmaticlabs_protoc_gen_go_cast//:go_cast_grpc", ], - importpath = "github.com/OffchainLabs/prysm/v6/proto/ssz_query/testing", + importpath = "github.com/OffchainLabs/prysm/v7/proto/ssz_query/testing", proto = ":proto", visibility = ["//visibility:public"], deps = [ @@ -50,7 +50,7 @@ go_library( ":ssz_generated", # keep ], embed = [":go_proto"], - importpath = "github.com/OffchainLabs/prysm/v6/proto/ssz_query/testing", + importpath = "github.com/OffchainLabs/prysm/v7/proto/ssz_query/testing", visibility = ["//visibility:public"], deps = SSZ_DEPS + [ "//proto/eth/ext:go_default_library", diff --git a/proto/ssz_query/testing/test_containers.pb.go b/proto/ssz_query/testing/test_containers.pb.go index b1af1311c1..b3e54aaf1a 100755 --- a/proto/ssz_query/testing/test_containers.pb.go +++ b/proto/ssz_query/testing/test_containers.pb.go @@ -11,7 +11,7 @@ import ( sync "sync" github_com_OffchainLabs_go_bitfield "github.com/OffchainLabs/go-bitfield" - _ "github.com/OffchainLabs/prysm/v6/proto/eth/ext" + _ "github.com/OffchainLabs/prysm/v7/proto/eth/ext" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" ) @@ -522,7 +522,7 @@ var file_proto_ssz_query_testing_test_containers_proto_rawDesc = []byte{ 0x09, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0x8a, 0xb5, 0x18, 0x02, 0x35, 0x36, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x42, 0x5a, 0x40, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4f, 0x66, 0x66, 0x63, 0x68, - 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x36, + 0x61, 0x69, 0x6e, 0x4c, 0x61, 0x62, 0x73, 0x2f, 0x70, 0x72, 0x79, 0x73, 0x6d, 0x2f, 0x76, 0x37, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x73, 0x7a, 0x5f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x3b, 0x74, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, diff --git a/proto/ssz_query/testing/test_containers.proto b/proto/ssz_query/testing/test_containers.proto index 506a187d27..256699fb1a 100644 --- a/proto/ssz_query/testing/test_containers.proto +++ b/proto/ssz_query/testing/test_containers.proto @@ -4,7 +4,7 @@ package testing; import "proto/eth/ext/options.proto"; -option go_package = "github.com/OffchainLabs/prysm/v6/proto/ssz_query/testing;testing"; +option go_package = "github.com/OffchainLabs/prysm/v7/proto/ssz_query/testing;testing"; // ===== FIXED-SIZE TEST CONTAINERS ===== diff --git a/proto/testing/BUILD.bazel b/proto/testing/BUILD.bazel index 6cf5d28538..b3fac4b73f 100644 --- a/proto/testing/BUILD.bazel +++ b/proto/testing/BUILD.bazel @@ -18,7 +18,7 @@ proto_library( go_proto_library( name = "ethereum_testing_go_proto", compiler = "//:cast_proto_compiler", - importpath = "github.com/OffchainLabs/prysm/v6/proto/testing", + importpath = "github.com/OffchainLabs/prysm/v7/proto/testing", proto = ":testing_proto", visibility = ["//visibility:public"], deps = [ @@ -35,7 +35,7 @@ go_library( name = "go_default_library", testonly = True, embed = [":ethereum_testing_go_proto"], - importpath = "github.com/OffchainLabs/prysm/v6/proto/testing", + importpath = "github.com/OffchainLabs/prysm/v7/proto/testing", visibility = ["//visibility:public"], ) diff --git a/proto/testing/tags_test.go b/proto/testing/tags_test.go index 510f64561c..a164347019 100644 --- a/proto/testing/tags_test.go +++ b/proto/testing/tags_test.go @@ -7,10 +7,10 @@ import ( "strings" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestSSZTagSize(t *testing.T) { diff --git a/runtime/BUILD.bazel b/runtime/BUILD.bazel index 3213458cff..04b58ce8c9 100644 --- a/runtime/BUILD.bazel +++ b/runtime/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["service_registry.go"], - importpath = "github.com/OffchainLabs/prysm/v6/runtime", + importpath = "github.com/OffchainLabs/prysm/v7/runtime", visibility = ["//visibility:public"], deps = ["@com_github_sirupsen_logrus//:go_default_library"], ) diff --git a/runtime/debug/BUILD.bazel b/runtime/debug/BUILD.bazel index a995a9f6fd..191bf74618 100644 --- a/runtime/debug/BUILD.bazel +++ b/runtime/debug/BUILD.bazel @@ -15,7 +15,7 @@ go_library( ":use_cgosymbolizer": ["cgo_symbolizer.go"], "//conditions:default": [], }), - importpath = "github.com/OffchainLabs/prysm/v6/runtime/debug", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/debug", visibility = ["//visibility:public"], deps = [ "@com_github_prometheus_client_golang//prometheus:go_default_library", diff --git a/runtime/fdlimits/BUILD.bazel b/runtime/fdlimits/BUILD.bazel index ad5151beab..59048fc29c 100644 --- a/runtime/fdlimits/BUILD.bazel +++ b/runtime/fdlimits/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["fdlimits.go"], - importpath = "github.com/OffchainLabs/prysm/v6/runtime/fdlimits", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/fdlimits", visibility = ["//visibility:public"], deps = [ "@com_github_ethereum_go_ethereum//common/fdlimit:go_default_library", diff --git a/runtime/fdlimits/fdlimits_test.go b/runtime/fdlimits/fdlimits_test.go index 755a2d6d4a..b1636b8a1a 100644 --- a/runtime/fdlimits/fdlimits_test.go +++ b/runtime/fdlimits/fdlimits_test.go @@ -3,8 +3,8 @@ package fdlimits_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/fdlimits" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/runtime/fdlimits" + "github.com/OffchainLabs/prysm/v7/testing/assert" gethLimit "github.com/ethereum/go-ethereum/common/fdlimit" ) diff --git a/runtime/interop/BUILD.bazel b/runtime/interop/BUILD.bazel index 59be2f7253..03af24a9c6 100644 --- a/runtime/interop/BUILD.bazel +++ b/runtime/interop/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "premine-state.go", "premined_genesis_state.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/runtime/interop", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/interop", visibility = ["//visibility:public"], deps = [ "//async:go_default_library", diff --git a/runtime/interop/generate_genesis_state.go b/runtime/interop/generate_genesis_state.go index 04afdc7622..83e5705edf 100644 --- a/runtime/interop/generate_genesis_state.go +++ b/runtime/interop/generate_genesis_state.go @@ -6,17 +6,17 @@ import ( "context" "sync" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - coreState "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + coreState "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time" "github.com/pkg/errors" ) diff --git a/runtime/interop/generate_genesis_state_bellatrix.go b/runtime/interop/generate_genesis_state_bellatrix.go index 8836bd9c80..678a9c5e6b 100644 --- a/runtime/interop/generate_genesis_state_bellatrix.go +++ b/runtime/interop/generate_genesis_state_bellatrix.go @@ -5,13 +5,13 @@ package interop import ( "context" - coreState "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time" + coreState "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time" "github.com/pkg/errors" ) diff --git a/runtime/interop/generate_genesis_state_bellatrix_test.go b/runtime/interop/generate_genesis_state_bellatrix_test.go index fdc285f7ef..7b2afe9dfd 100644 --- a/runtime/interop/generate_genesis_state_bellatrix_test.go +++ b/runtime/interop/generate_genesis_state_bellatrix_test.go @@ -3,12 +3,12 @@ package interop import ( "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestGenerateGenesisStateBellatrix(t *testing.T) { diff --git a/runtime/interop/generate_genesis_state_test.go b/runtime/interop/generate_genesis_state_test.go index 6c4279a8db..f753f2e15c 100644 --- a/runtime/interop/generate_genesis_state_test.go +++ b/runtime/interop/generate_genesis_state_test.go @@ -4,13 +4,13 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestGenerateGenesisState(t *testing.T) { diff --git a/runtime/interop/generate_keys.go b/runtime/interop/generate_keys.go index 2ce9283dec..655dad5abc 100644 --- a/runtime/interop/generate_keys.go +++ b/runtime/interop/generate_keys.go @@ -5,10 +5,10 @@ import ( "math/big" "sync" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" "github.com/pkg/errors" ) diff --git a/runtime/interop/generate_keys_test.go b/runtime/interop/generate_keys_test.go index cb87868d6c..47a135a40a 100644 --- a/runtime/interop/generate_keys_test.go +++ b/runtime/interop/generate_keys_test.go @@ -5,9 +5,9 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/go-yaml/yaml" diff --git a/runtime/interop/genesis.go b/runtime/interop/genesis.go index 87daa95b69..70a8a1a4ff 100644 --- a/runtime/interop/genesis.go +++ b/runtime/interop/genesis.go @@ -5,8 +5,8 @@ import ( "math/big" "time" - clparams "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/time/slots" + clparams "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/core" diff --git a/runtime/interop/premine-state.go b/runtime/interop/premine-state.go index c4efcb6ad3..be38b420a2 100644 --- a/runtime/interop/premine-state.go +++ b/runtime/interop/premine-state.go @@ -4,20 +4,20 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/core/types" "github.com/pkg/errors" ) @@ -28,7 +28,7 @@ type PremineGenesisConfig struct { GenesisTime time.Time NVals uint64 PregenesisCreds uint64 - Version int // as in "github.com/OffchainLabs/prysm/v6/runtime/version" + Version int // as in "github.com/OffchainLabs/prysm/v7/runtime/version" GB *types.Block // geth genesis block depositEntries *depositEntries } diff --git a/runtime/interop/premine-state_test.go b/runtime/interop/premine-state_test.go index 2075926ec6..f4f396ee9b 100644 --- a/runtime/interop/premine-state_test.go +++ b/runtime/interop/premine-state_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/core/types" ) diff --git a/runtime/interop/premined_genesis_state.go b/runtime/interop/premined_genesis_state.go index a61271b3cb..304c798936 100644 --- a/runtime/interop/premined_genesis_state.go +++ b/runtime/interop/premined_genesis_state.go @@ -4,11 +4,11 @@ import ( "context" "time" - coreState "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + coreState "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/runtime/logging/BUILD.bazel b/runtime/logging/BUILD.bazel index 830db8f4ae..dccb97a7a6 100644 --- a/runtime/logging/BUILD.bazel +++ b/runtime/logging/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "blob.go", "data_column.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/runtime/logging", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/logging", visibility = ["//visibility:public"], deps = [ "//consensus-types/blocks:go_default_library", diff --git a/runtime/logging/blob.go b/runtime/logging/blob.go index a4465277a6..eab92d67d2 100644 --- a/runtime/logging/blob.go +++ b/runtime/logging/blob.go @@ -3,7 +3,7 @@ package logging import ( "fmt" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" "github.com/sirupsen/logrus" ) diff --git a/runtime/logging/data_column.go b/runtime/logging/data_column.go index c2e341b1ea..4be59e4673 100644 --- a/runtime/logging/data_column.go +++ b/runtime/logging/data_column.go @@ -3,7 +3,7 @@ package logging import ( "fmt" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" "github.com/sirupsen/logrus" ) diff --git a/runtime/logging/logrus-prefixed-formatter/BUILD.bazel b/runtime/logging/logrus-prefixed-formatter/BUILD.bazel index dfa8acd594..ee97a30fe8 100644 --- a/runtime/logging/logrus-prefixed-formatter/BUILD.bazel +++ b/runtime/logging/logrus-prefixed-formatter/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["formatter.go"], - importpath = "github.com/OffchainLabs/prysm/v6/runtime/logging/logrus-prefixed-formatter", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/logging/logrus-prefixed-formatter", visibility = ["//visibility:public"], deps = [ "@com_github_mgutz_ansi//:go_default_library", diff --git a/runtime/logging/logrus-prefixed-formatter/formatter_test.go b/runtime/logging/logrus-prefixed-formatter/formatter_test.go index 3452fe00e5..26734302cd 100644 --- a/runtime/logging/logrus-prefixed-formatter/formatter_test.go +++ b/runtime/logging/logrus-prefixed-formatter/formatter_test.go @@ -5,8 +5,8 @@ import ( "regexp" "testing" - prefixed "github.com/OffchainLabs/prysm/v6/runtime/logging/logrus-prefixed-formatter" - "github.com/OffchainLabs/prysm/v6/testing/require" + prefixed "github.com/OffchainLabs/prysm/v7/runtime/logging/logrus-prefixed-formatter" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/runtime/maxprocs/BUILD.bazel b/runtime/maxprocs/BUILD.bazel index 4fcc2aafa4..2e928bfa49 100644 --- a/runtime/maxprocs/BUILD.bazel +++ b/runtime/maxprocs/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["maxprocs.go"], - importpath = "github.com/OffchainLabs/prysm/v6/runtime/maxprocs", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/maxprocs", visibility = ["//visibility:public"], deps = [ "@com_github_sirupsen_logrus//:go_default_library", diff --git a/runtime/messagehandler/BUILD.bazel b/runtime/messagehandler/BUILD.bazel index bc58d7d6cf..735fb89ba4 100644 --- a/runtime/messagehandler/BUILD.bazel +++ b/runtime/messagehandler/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["messagehandler.go"], - importpath = "github.com/OffchainLabs/prysm/v6/runtime/messagehandler", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/messagehandler", visibility = ["//visibility:public"], deps = [ "//monitoring/tracing/trace:go_default_library", diff --git a/runtime/messagehandler/messagehandler.go b/runtime/messagehandler/messagehandler.go index 5c900a5cde..6671705c7d 100644 --- a/runtime/messagehandler/messagehandler.go +++ b/runtime/messagehandler/messagehandler.go @@ -7,7 +7,7 @@ import ( "fmt" "runtime/debug" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" pubsub "github.com/libp2p/go-libp2p-pubsub" "github.com/sirupsen/logrus" "go.opentelemetry.io/otel/codes" diff --git a/runtime/messagehandler/messagehandler_test.go b/runtime/messagehandler/messagehandler_test.go index 365ad8e1df..2b7238953b 100644 --- a/runtime/messagehandler/messagehandler_test.go +++ b/runtime/messagehandler/messagehandler_test.go @@ -4,8 +4,8 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/runtime/messagehandler" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/runtime/messagehandler" + "github.com/OffchainLabs/prysm/v7/testing/require" pubsub "github.com/libp2p/go-libp2p-pubsub" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/runtime/prereqs/BUILD.bazel b/runtime/prereqs/BUILD.bazel index 3b564ec70e..542bb2a792 100644 --- a/runtime/prereqs/BUILD.bazel +++ b/runtime/prereqs/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["prereq.go"], - importpath = "github.com/OffchainLabs/prysm/v6/runtime/prereqs", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/prereqs", visibility = ["//visibility:public"], deps = [ "@com_github_pkg_errors//:go_default_library", diff --git a/runtime/prereqs/prereq_test.go b/runtime/prereqs/prereq_test.go index 3275d2e2f1..5a548bb01b 100644 --- a/runtime/prereqs/prereq_test.go +++ b/runtime/prereqs/prereq_test.go @@ -4,7 +4,7 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/runtime/service_registry_test.go b/runtime/service_registry_test.go index 598c7ba014..1fbf0173c7 100644 --- a/runtime/service_registry_test.go +++ b/runtime/service_registry_test.go @@ -5,8 +5,8 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type mockService struct { diff --git a/runtime/tos/BUILD.bazel b/runtime/tos/BUILD.bazel index 74a59455ce..d3935f3f6e 100644 --- a/runtime/tos/BUILD.bazel +++ b/runtime/tos/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["tos.go"], - importpath = "github.com/OffchainLabs/prysm/v6/runtime/tos", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/tos", visibility = ["//visibility:public"], deps = [ "//cmd:go_default_library", diff --git a/runtime/tos/tos.go b/runtime/tos/tos.go index 2ecd89c778..7175c10f29 100644 --- a/runtime/tos/tos.go +++ b/runtime/tos/tos.go @@ -4,9 +4,9 @@ import ( "path/filepath" "strings" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/prompt" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/prompt" "github.com/logrusorgru/aurora" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/runtime/tos/tos_test.go b/runtime/tos/tos_test.go index 000f2955f5..33383cb3b1 100644 --- a/runtime/tos/tos_test.go +++ b/runtime/tos/tos_test.go @@ -6,8 +6,8 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/urfave/cli/v2" ) diff --git a/runtime/version/BUILD.bazel b/runtime/version/BUILD.bazel index f0d60af12c..4c8bfaa546 100644 --- a/runtime/version/BUILD.bazel +++ b/runtime/version/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "metrics.go", "version.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/runtime/version", + importpath = "github.com/OffchainLabs/prysm/v7/runtime/version", visibility = ["//visibility:public"], x_defs = { "gitCommit": "{STABLE_GIT_COMMIT}", diff --git a/testing/assert/BUILD.bazel b/testing/assert/BUILD.bazel index 2801c6945e..5eb2644f4c 100644 --- a/testing/assert/BUILD.bazel +++ b/testing/assert/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["assertions.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/assert", + importpath = "github.com/OffchainLabs/prysm/v7/testing/assert", visibility = ["//visibility:public"], deps = [ "//testing/assertions:go_default_library", diff --git a/testing/assert/assertions.go b/testing/assert/assertions.go index 0aa3db8b87..434bdc6b4a 100644 --- a/testing/assert/assertions.go +++ b/testing/assert/assertions.go @@ -1,7 +1,7 @@ package assert import ( - "github.com/OffchainLabs/prysm/v6/testing/assertions" + "github.com/OffchainLabs/prysm/v7/testing/assertions" "github.com/sirupsen/logrus/hooks/test" ) diff --git a/testing/assertions/BUILD.bazel b/testing/assertions/BUILD.bazel index 0d91acaeaf..d4cd5c1c96 100644 --- a/testing/assertions/BUILD.bazel +++ b/testing/assertions/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["assertions.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/assertions", + importpath = "github.com/OffchainLabs/prysm/v7/testing/assertions", visibility = ["//visibility:public"], deps = [ "//encoding/ssz/equality:go_default_library", diff --git a/testing/assertions/assertions.go b/testing/assertions/assertions.go index ebfbe766e5..9aa2f11800 100644 --- a/testing/assertions/assertions.go +++ b/testing/assertions/assertions.go @@ -9,7 +9,7 @@ import ( "sort" "strings" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/equality" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/equality" "github.com/d4l3k/messagediff" "github.com/google/go-cmp/cmp" "github.com/sirupsen/logrus/hooks/test" diff --git a/testing/assertions/assertions_test.go b/testing/assertions/assertions_test.go index e3aa9edfe3..c81034c90a 100644 --- a/testing/assertions/assertions_test.go +++ b/testing/assertions/assertions_test.go @@ -7,11 +7,11 @@ import ( "testing" "unicode" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - testpb "github.com/OffchainLabs/prysm/v6/proto/testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/assertions" - "github.com/OffchainLabs/prysm/v6/testing/require" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + testpb "github.com/OffchainLabs/prysm/v7/proto/testing" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assertions" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/sirupsen/logrus" "github.com/sirupsen/logrus/hooks/test" "google.golang.org/protobuf/types/known/timestamppb" diff --git a/testing/benchmark/BUILD.bazel b/testing/benchmark/BUILD.bazel index af80b95db9..8bb11bee52 100644 --- a/testing/benchmark/BUILD.bazel +++ b/testing/benchmark/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", srcs = ["pregen.go"], data = ["//testing/benchmark/benchmark_files:benchmark_data"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/benchmark", + importpath = "github.com/OffchainLabs/prysm/v7/testing/benchmark", visibility = ["//visibility:public"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/testing/benchmark/pregen.go b/testing/benchmark/pregen.go index b8ec269c26..8e8f8b6137 100644 --- a/testing/benchmark/pregen.go +++ b/testing/benchmark/pregen.go @@ -6,10 +6,10 @@ import ( "fmt" "os" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/testing/benchmark/pregen_test.go b/testing/benchmark/pregen_test.go index 65299f6afc..de8ce16828 100644 --- a/testing/benchmark/pregen_test.go +++ b/testing/benchmark/pregen_test.go @@ -3,7 +3,7 @@ package benchmark import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestPreGenFullBlock(t *testing.T) { diff --git a/testing/bls/BUILD.bazel b/testing/bls/BUILD.bazel index 02ad7aeefd..82433bac88 100644 --- a/testing/bls/BUILD.bazel +++ b/testing/bls/BUILD.bazel @@ -46,6 +46,6 @@ go_library( "sign_test.yaml.go", "verify_test.yaml.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/bls", + importpath = "github.com/OffchainLabs/prysm/v7/testing/bls", visibility = ["//visibility:public"], ) diff --git a/testing/bls/aggregate_test.go b/testing/bls/aggregate_test.go index af28898e41..b350481b91 100644 --- a/testing/bls/aggregate_test.go +++ b/testing/bls/aggregate_test.go @@ -4,10 +4,10 @@ import ( "encoding/hex" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/testing/bls/utils" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/testing/bls/utils" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ghodss/yaml" ) diff --git a/testing/bls/aggregate_verify_test.go b/testing/bls/aggregate_verify_test.go index 62115c7554..e02c73ffac 100644 --- a/testing/bls/aggregate_verify_test.go +++ b/testing/bls/aggregate_verify_test.go @@ -5,11 +5,11 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/bls/utils" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/bls/utils" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ghodss/yaml" ) diff --git a/testing/bls/batch_verify_test.go b/testing/bls/batch_verify_test.go index 4aa6eddd62..4ec8449674 100644 --- a/testing/bls/batch_verify_test.go +++ b/testing/bls/batch_verify_test.go @@ -5,11 +5,11 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/bls/utils" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/bls/utils" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ghodss/yaml" ) diff --git a/testing/bls/deserialization_G1_test.go b/testing/bls/deserialization_G1_test.go index 6f5ff2f16b..cade0390c0 100644 --- a/testing/bls/deserialization_G1_test.go +++ b/testing/bls/deserialization_G1_test.go @@ -5,10 +5,10 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/testing/bls/utils" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/testing/bls/utils" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ghodss/yaml" ) diff --git a/testing/bls/deserialization_G2_test.go b/testing/bls/deserialization_G2_test.go index edc6932c23..10f98b5181 100644 --- a/testing/bls/deserialization_G2_test.go +++ b/testing/bls/deserialization_G2_test.go @@ -4,9 +4,9 @@ import ( "encoding/hex" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/testing/bls/utils" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/testing/bls/utils" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ghodss/yaml" ) diff --git a/testing/bls/fast_aggregate_verify_test.go b/testing/bls/fast_aggregate_verify_test.go index eb3044118b..a232c1386b 100644 --- a/testing/bls/fast_aggregate_verify_test.go +++ b/testing/bls/fast_aggregate_verify_test.go @@ -5,11 +5,11 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/bls/utils" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/bls/utils" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ghodss/yaml" ) diff --git a/testing/bls/hash_to_G2_test.go b/testing/bls/hash_to_G2_test.go index 2541327a51..3635b705dc 100644 --- a/testing/bls/hash_to_G2_test.go +++ b/testing/bls/hash_to_G2_test.go @@ -6,8 +6,8 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/testing/bls/utils" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/bls/utils" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ghodss/yaml" blst "github.com/supranational/blst/bindings/go" ) diff --git a/testing/bls/sign_test.go b/testing/bls/sign_test.go index 01977dd08e..78c51d13ec 100644 --- a/testing/bls/sign_test.go +++ b/testing/bls/sign_test.go @@ -6,10 +6,10 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/testing/bls/utils" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/testing/bls/utils" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ghodss/yaml" ) diff --git a/testing/bls/utils/BUILD.bazel b/testing/bls/utils/BUILD.bazel index 77a8428181..2c3db17988 100644 --- a/testing/bls/utils/BUILD.bazel +++ b/testing/bls/utils/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["utils.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/bls/utils", + importpath = "github.com/OffchainLabs/prysm/v7/testing/bls/utils", visibility = ["//testing/bls:__subpackages__"], deps = [ "//io/file:go_default_library", diff --git a/testing/bls/utils/utils.go b/testing/bls/utils/utils.go index e5d64038d7..eab7268af4 100644 --- a/testing/bls/utils/utils.go +++ b/testing/bls/utils/utils.go @@ -6,8 +6,8 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/testing/bls/verify_test.go b/testing/bls/verify_test.go index ce2568753b..a7fbdc7afe 100644 --- a/testing/bls/verify_test.go +++ b/testing/bls/verify_test.go @@ -5,10 +5,10 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/bls/common" - "github.com/OffchainLabs/prysm/v6/testing/bls/utils" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/bls/common" + "github.com/OffchainLabs/prysm/v7/testing/bls/utils" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ghodss/yaml" ) diff --git a/testing/endtoend/component_handler_test.go b/testing/endtoend/component_handler_test.go index 9df7849cfe..9743268791 100644 --- a/testing/endtoend/component_handler_test.go +++ b/testing/endtoend/component_handler_test.go @@ -8,11 +8,11 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/components" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/components/eth1" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/components" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/components/eth1" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/pkg/errors" "golang.org/x/sync/errgroup" ) diff --git a/testing/endtoend/components/BUILD.bazel b/testing/endtoend/components/BUILD.bazel index 4ef4f36620..bf8ff52171 100644 --- a/testing/endtoend/components/BUILD.bazel +++ b/testing/endtoend/components/BUILD.bazel @@ -18,7 +18,7 @@ go_library( "//testing/endtoend/static-files/eth1:eth1data", "@lighthouse//:lighthouse_bin", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/endtoend/components", + importpath = "github.com/OffchainLabs/prysm/v7/testing/endtoend/components", visibility = ["//testing/endtoend:__subpackages__"], deps = [ "//beacon-chain/state:go_default_library", diff --git a/testing/endtoend/components/beacon_node.go b/testing/endtoend/components/beacon_node.go index ebb5931a98..98f9131394 100644 --- a/testing/endtoend/components/beacon_node.go +++ b/testing/endtoend/components/beacon_node.go @@ -12,17 +12,17 @@ import ( "strings" "syscall" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - cmdshared "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/flags" - "github.com/OffchainLabs/prysm/v6/cmd/beacon-chain/genesis" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + cmdshared "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/flags" + "github.com/OffchainLabs/prysm/v7/cmd/beacon-chain/genesis" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/pkg/errors" ) diff --git a/testing/endtoend/components/boot_node.go b/testing/endtoend/components/boot_node.go index 4f8b6dda7d..5203648779 100644 --- a/testing/endtoend/components/boot_node.go +++ b/testing/endtoend/components/boot_node.go @@ -9,9 +9,9 @@ import ( "strings" "syscall" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/testing/endtoend/components/builder.go b/testing/endtoend/components/builder.go index f94377d3ec..467b27b8f0 100644 --- a/testing/endtoend/components/builder.go +++ b/testing/endtoend/components/builder.go @@ -9,11 +9,11 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/testing/middleware/builder" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/middleware/builder" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/testing/endtoend/components/eth1/BUILD.bazel b/testing/endtoend/components/eth1/BUILD.bazel index 1fc870faac..fb3cfe53b5 100644 --- a/testing/endtoend/components/eth1/BUILD.bazel +++ b/testing/endtoend/components/eth1/BUILD.bazel @@ -12,7 +12,7 @@ go_library( "proxy.go", "transactions.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/endtoend/components/eth1", + importpath = "github.com/OffchainLabs/prysm/v7/testing/endtoend/components/eth1", visibility = ["//testing/endtoend:__subpackages__"], deps = [ "//config/fieldparams:go_default_library", diff --git a/testing/endtoend/components/eth1/depositor.go b/testing/endtoend/components/eth1/depositor.go index 49ee518d01..f7dda70ab6 100644 --- a/testing/endtoend/components/eth1/depositor.go +++ b/testing/endtoend/components/eth1/depositor.go @@ -8,13 +8,13 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - contracts "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/config/params" + contracts "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/common" diff --git a/testing/endtoend/components/eth1/depositor_test.go b/testing/endtoend/components/eth1/depositor_test.go index 4428e9ed94..8c485f6d06 100644 --- a/testing/endtoend/components/eth1/depositor_test.go +++ b/testing/endtoend/components/eth1/depositor_test.go @@ -5,8 +5,8 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestComputeDeposits(t *testing.T) { diff --git a/testing/endtoend/components/eth1/helpers.go b/testing/endtoend/components/eth1/helpers.go index 2ba23edfd6..2cb7af1422 100644 --- a/testing/endtoend/components/eth1/helpers.go +++ b/testing/endtoend/components/eth1/helpers.go @@ -5,8 +5,8 @@ import ( "math/big" "time" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/ethclient" diff --git a/testing/endtoend/components/eth1/miner.go b/testing/endtoend/components/eth1/miner.go index e5294ae789..3f09a9e866 100644 --- a/testing/endtoend/components/eth1/miner.go +++ b/testing/endtoend/components/eth1/miner.go @@ -10,13 +10,13 @@ import ( "strings" "syscall" - "github.com/OffchainLabs/prysm/v6/config/params" - contracts "github.com/OffchainLabs/prysm/v6/contracts/deposit" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + contracts "github.com/OffchainLabs/prysm/v7/contracts/deposit" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" diff --git a/testing/endtoend/components/eth1/node.go b/testing/endtoend/components/eth1/node.go index eab69165b9..50d6f73eb4 100644 --- a/testing/endtoend/components/eth1/node.go +++ b/testing/endtoend/components/eth1/node.go @@ -11,12 +11,12 @@ import ( "strings" "syscall" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/pkg/errors" log "github.com/sirupsen/logrus" diff --git a/testing/endtoend/components/eth1/node_set.go b/testing/endtoend/components/eth1/node_set.go index a0a13f08b1..ccd80636ce 100644 --- a/testing/endtoend/components/eth1/node_set.go +++ b/testing/endtoend/components/eth1/node_set.go @@ -3,9 +3,9 @@ package eth1 import ( "context" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/pkg/errors" ) diff --git a/testing/endtoend/components/eth1/proxy.go b/testing/endtoend/components/eth1/proxy.go index 0aac5da34e..1de8c1cda2 100644 --- a/testing/endtoend/components/eth1/proxy.go +++ b/testing/endtoend/components/eth1/proxy.go @@ -9,11 +9,11 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - proxy "github.com/OffchainLabs/prysm/v6/testing/middleware/engine-api-proxy" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + proxy "github.com/OffchainLabs/prysm/v7/testing/middleware/engine-api-proxy" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/testing/endtoend/components/eth1/transactions.go b/testing/endtoend/components/eth1/transactions.go index cbf75fa9f3..e6b8f15679 100644 --- a/testing/endtoend/components/eth1/transactions.go +++ b/testing/endtoend/components/eth1/transactions.go @@ -12,10 +12,10 @@ import ( "github.com/MariusVanDerWijden/FuzzyVM/filler" txfuzz "github.com/MariusVanDerWijden/tx-fuzz" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/common" diff --git a/testing/endtoend/components/lighthouse_beacon.go b/testing/endtoend/components/lighthouse_beacon.go index 295b710894..3eb5c4a6e9 100644 --- a/testing/endtoend/components/lighthouse_beacon.go +++ b/testing/endtoend/components/lighthouse_beacon.go @@ -11,11 +11,11 @@ import ( "strings" "syscall" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/pkg/errors" ) diff --git a/testing/endtoend/components/lighthouse_validator.go b/testing/endtoend/components/lighthouse_validator.go index b162da0458..7cbdcd530b 100644 --- a/testing/endtoend/components/lighthouse_validator.go +++ b/testing/endtoend/components/lighthouse_validator.go @@ -11,13 +11,13 @@ import ( "strings" "syscall" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/google/uuid" "github.com/pkg/errors" diff --git a/testing/endtoend/components/tracing_sink.go b/testing/endtoend/components/tracing_sink.go index 223c9075a2..b5abac7391 100644 --- a/testing/endtoend/components/tracing_sink.go +++ b/testing/endtoend/components/tracing_sink.go @@ -11,9 +11,9 @@ import ( "syscall" "time" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/pkg/errors" ) diff --git a/testing/endtoend/components/validator.go b/testing/endtoend/components/validator.go index 06a654d02b..0fa5c6aa03 100644 --- a/testing/endtoend/components/validator.go +++ b/testing/endtoend/components/validator.go @@ -11,17 +11,17 @@ import ( "strings" "syscall" - cmdshared "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + cmdshared "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" diff --git a/testing/endtoend/components/web3remotesigner.go b/testing/endtoend/components/web3remotesigner.go index f84d8bfc1a..9348b9bea0 100644 --- a/testing/endtoend/components/web3remotesigner.go +++ b/testing/endtoend/components/web3remotesigner.go @@ -16,12 +16,12 @@ import ( "syscall" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" diff --git a/testing/endtoend/components/web3remotesigner_test.go b/testing/endtoend/components/web3remotesigner_test.go index 79de5b2f92..f41c9696a9 100644 --- a/testing/endtoend/components/web3remotesigner_test.go +++ b/testing/endtoend/components/web3remotesigner_test.go @@ -5,10 +5,10 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/components" - e2eparams "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/components" + e2eparams "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestWeb3RemoteSigner_StartsAndReturnsPublicKeys(t *testing.T) { diff --git a/testing/endtoend/endtoend_setup_test.go b/testing/endtoend/endtoend_setup_test.go index a28bab69f5..174c867e48 100644 --- a/testing/endtoend/endtoend_setup_test.go +++ b/testing/endtoend/endtoend_setup_test.go @@ -6,13 +6,13 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ev "github.com/OffchainLabs/prysm/v6/testing/endtoend/evaluators" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/evaluators/beaconapi" - e2eParams "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ev "github.com/OffchainLabs/prysm/v7/testing/endtoend/evaluators" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/evaluators/beaconapi" + e2eParams "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func e2eMinimal(t *testing.T, cfg *params.BeaconChainConfig, cfgo ...types.E2EConfigOpt) *testRunner { diff --git a/testing/endtoend/endtoend_test.go b/testing/endtoend/endtoend_test.go index 42330f2589..70c661ae59 100644 --- a/testing/endtoend/endtoend_test.go +++ b/testing/endtoend/endtoend_test.go @@ -16,24 +16,24 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/genesis" - "github.com/OffchainLabs/prysm/v6/io/file" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/components" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/components/eth1" - ev "github.com/OffchainLabs/prysm/v6/testing/endtoend/evaluators" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/genesis" + "github.com/OffchainLabs/prysm/v7/io/file" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/components" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/components/eth1" + ev "github.com/OffchainLabs/prysm/v7/testing/endtoend/evaluators" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" log "github.com/sirupsen/logrus" "golang.org/x/sync/errgroup" diff --git a/testing/endtoend/evaluators/BUILD.bazel b/testing/endtoend/evaluators/BUILD.bazel index 2e42203a42..d9889fcf7f 100644 --- a/testing/endtoend/evaluators/BUILD.bazel +++ b/testing/endtoend/evaluators/BUILD.bazel @@ -18,7 +18,7 @@ go_library( "slashing_helper.go", "validator.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/endtoend/evaluators", + importpath = "github.com/OffchainLabs/prysm/v7/testing/endtoend/evaluators", visibility = ["//testing/endtoend:__subpackages__"], deps = [ "//api/client/beacon:go_default_library", diff --git a/testing/endtoend/evaluators/beaconapi/BUILD.bazel b/testing/endtoend/evaluators/beaconapi/BUILD.bazel index 3965f28d2d..3ac9aff0b3 100644 --- a/testing/endtoend/evaluators/beaconapi/BUILD.bazel +++ b/testing/endtoend/evaluators/beaconapi/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "util.go", "verify.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/endtoend/evaluators/beaconapi", + importpath = "github.com/OffchainLabs/prysm/v7/testing/endtoend/evaluators/beaconapi", visibility = ["//testing/endtoend:__subpackages__"], deps = [ "//api:go_default_library", diff --git a/testing/endtoend/evaluators/beaconapi/requests.go b/testing/endtoend/evaluators/beaconapi/requests.go index bff0f706a6..7abdaa4249 100644 --- a/testing/endtoend/evaluators/beaconapi/requests.go +++ b/testing/endtoend/evaluators/beaconapi/requests.go @@ -5,9 +5,9 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" ) diff --git a/testing/endtoend/evaluators/beaconapi/types.go b/testing/endtoend/evaluators/beaconapi/types.go index 254d945bc7..8253f79eae 100644 --- a/testing/endtoend/evaluators/beaconapi/types.go +++ b/testing/endtoend/evaluators/beaconapi/types.go @@ -1,7 +1,7 @@ package beaconapi import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) type endpoint interface { diff --git a/testing/endtoend/evaluators/beaconapi/util.go b/testing/endtoend/evaluators/beaconapi/util.go index 565bcb22e6..43cb842537 100644 --- a/testing/endtoend/evaluators/beaconapi/util.go +++ b/testing/endtoend/evaluators/beaconapi/util.go @@ -7,8 +7,8 @@ import ( "io" "net/http" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/testing/endtoend/evaluators/beaconapi/verify.go b/testing/endtoend/evaluators/beaconapi/verify.go index 37b6188fcc..a47e599380 100644 --- a/testing/endtoend/evaluators/beaconapi/verify.go +++ b/testing/endtoend/evaluators/beaconapi/verify.go @@ -10,14 +10,14 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - params2 "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + params2 "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/grpc" ) diff --git a/testing/endtoend/evaluators/builder.go b/testing/endtoend/evaluators/builder.go index 00f8dceaaa..da974e2bb8 100644 --- a/testing/endtoend/evaluators/builder.go +++ b/testing/endtoend/evaluators/builder.go @@ -3,14 +3,14 @@ package evaluators import ( "context" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "google.golang.org/grpc" diff --git a/testing/endtoend/evaluators/data.go b/testing/endtoend/evaluators/data.go index a0f639baa6..080c9d8ad2 100644 --- a/testing/endtoend/evaluators/data.go +++ b/testing/endtoend/evaluators/data.go @@ -4,9 +4,9 @@ import ( "context" "errors" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "google.golang.org/grpc" ) diff --git a/testing/endtoend/evaluators/execution_engine.go b/testing/endtoend/evaluators/execution_engine.go index 2de16b86c0..b05202335b 100644 --- a/testing/endtoend/evaluators/execution_engine.go +++ b/testing/endtoend/evaluators/execution_engine.go @@ -6,14 +6,14 @@ import ( "net/http" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/grpc" ) diff --git a/testing/endtoend/evaluators/fee_recipient.go b/testing/endtoend/evaluators/fee_recipient.go index 33b5654ff7..7439218a95 100644 --- a/testing/endtoend/evaluators/fee_recipient.go +++ b/testing/endtoend/evaluators/fee_recipient.go @@ -5,14 +5,14 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/components" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/components" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/ethclient" diff --git a/testing/endtoend/evaluators/finality.go b/testing/endtoend/evaluators/finality.go index 8f50e53de7..d1d1cc911a 100644 --- a/testing/endtoend/evaluators/finality.go +++ b/testing/endtoend/evaluators/finality.go @@ -4,10 +4,10 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/pkg/errors" "google.golang.org/grpc" "google.golang.org/protobuf/types/known/emptypb" diff --git a/testing/endtoend/evaluators/fork.go b/testing/endtoend/evaluators/fork.go index 44781faa1a..da167c86d6 100644 --- a/testing/endtoend/evaluators/fork.go +++ b/testing/endtoend/evaluators/fork.go @@ -4,14 +4,14 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/grpc" ) diff --git a/testing/endtoend/evaluators/metrics.go b/testing/endtoend/evaluators/metrics.go index b4e3b9cf27..27e022892d 100644 --- a/testing/endtoend/evaluators/metrics.go +++ b/testing/endtoend/evaluators/metrics.go @@ -10,14 +10,14 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/genesis" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/genesis" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/grpc" "google.golang.org/protobuf/types/known/emptypb" diff --git a/testing/endtoend/evaluators/node.go b/testing/endtoend/evaluators/node.go index bdbd0dbdca..fb3cb23c54 100644 --- a/testing/endtoend/evaluators/node.go +++ b/testing/endtoend/evaluators/node.go @@ -10,11 +10,11 @@ import ( "net/http" "time" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/pkg/errors" "golang.org/x/sync/errgroup" "google.golang.org/grpc" diff --git a/testing/endtoend/evaluators/operations.go b/testing/endtoend/evaluators/operations.go index 0b44a9fd33..deb9a0570c 100644 --- a/testing/endtoend/evaluators/operations.go +++ b/testing/endtoend/evaluators/operations.go @@ -7,22 +7,22 @@ import ( "math" "strings" - "github.com/OffchainLabs/prysm/v6/api/client/beacon" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - corehelpers "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/api/client/beacon" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + corehelpers "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "golang.org/x/exp/rand" diff --git a/testing/endtoend/evaluators/peers.go b/testing/endtoend/evaluators/peers.go index 9c8af37b9c..813d3705c5 100644 --- a/testing/endtoend/evaluators/peers.go +++ b/testing/endtoend/evaluators/peers.go @@ -3,9 +3,9 @@ package evaluators import ( "context" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" "github.com/pkg/errors" "google.golang.org/grpc" "google.golang.org/protobuf/types/known/emptypb" diff --git a/testing/endtoend/evaluators/slashing.go b/testing/endtoend/evaluators/slashing.go index 91d342c246..65158a0f67 100644 --- a/testing/endtoend/evaluators/slashing.go +++ b/testing/endtoend/evaluators/slashing.go @@ -4,19 +4,19 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/container/slice" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - e2eTypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/container/slice" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + e2eTypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/pkg/errors" "google.golang.org/grpc" "google.golang.org/protobuf/types/known/emptypb" diff --git a/testing/endtoend/evaluators/slashing_helper.go b/testing/endtoend/evaluators/slashing_helper.go index 30d9112cd6..b6dc975bd3 100644 --- a/testing/endtoend/evaluators/slashing_helper.go +++ b/testing/endtoend/evaluators/slashing_helper.go @@ -5,13 +5,13 @@ import ( "crypto/rand" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/pkg/errors" "google.golang.org/protobuf/types/known/emptypb" ) diff --git a/testing/endtoend/evaluators/validator.go b/testing/endtoend/evaluators/validator.go index 508cf67ee1..aed605ba59 100644 --- a/testing/endtoend/evaluators/validator.go +++ b/testing/endtoend/evaluators/validator.go @@ -7,20 +7,20 @@ import ( "net/http" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - e2eparams "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + e2eparams "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/grpc" "google.golang.org/protobuf/types/known/emptypb" diff --git a/testing/endtoend/helpers/BUILD.bazel b/testing/endtoend/helpers/BUILD.bazel index dedd604485..f88ff48a33 100644 --- a/testing/endtoend/helpers/BUILD.bazel +++ b/testing/endtoend/helpers/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "helpers.go", "keystore.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/endtoend/helpers", + importpath = "github.com/OffchainLabs/prysm/v7/testing/endtoend/helpers", visibility = ["//testing/endtoend:__subpackages__"], deps = [ "//config/params:go_default_library", diff --git a/testing/endtoend/helpers/epochTimer.go b/testing/endtoend/helpers/epochTimer.go index f87cbeac7f..cbbe8a12eb 100644 --- a/testing/endtoend/helpers/epochTimer.go +++ b/testing/endtoend/helpers/epochTimer.go @@ -3,7 +3,7 @@ package helpers import ( "time" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + prysmTime "github.com/OffchainLabs/prysm/v7/time" ) // EpochTicker is a special ticker for timing epoch changes. diff --git a/testing/endtoend/helpers/helpers.go b/testing/endtoend/helpers/helpers.go index de1c9acb5c..54911dab3c 100644 --- a/testing/endtoend/helpers/helpers.go +++ b/testing/endtoend/helpers/helpers.go @@ -17,11 +17,11 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - e2e "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - e2etypes "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + e2e "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + e2etypes "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/ethclient" "github.com/ethereum/go-ethereum/rpc" "github.com/pkg/errors" diff --git a/testing/endtoend/mainnet_e2e_test.go b/testing/endtoend/mainnet_e2e_test.go index 9ea73978f1..6b460e85d6 100644 --- a/testing/endtoend/mainnet_e2e_test.go +++ b/testing/endtoend/mainnet_e2e_test.go @@ -3,9 +3,9 @@ package endtoend import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" ) // Run mainnet e2e config with the current release validator against latest beacon node. diff --git a/testing/endtoend/mainnet_scenario_e2e_test.go b/testing/endtoend/mainnet_scenario_e2e_test.go index acf68d2157..6dffc3425a 100644 --- a/testing/endtoend/mainnet_scenario_e2e_test.go +++ b/testing/endtoend/mainnet_scenario_e2e_test.go @@ -3,9 +3,9 @@ package endtoend import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" ) func TestEndToEnd_MultiScenarioRun_Multiclient(t *testing.T) { diff --git a/testing/endtoend/minimal_builder_e2e_test.go b/testing/endtoend/minimal_builder_e2e_test.go index cafe1d40e2..80c02c01ef 100644 --- a/testing/endtoend/minimal_builder_e2e_test.go +++ b/testing/endtoend/minimal_builder_e2e_test.go @@ -3,9 +3,9 @@ package endtoend import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" ) func TestEndToEnd_MinimalConfig_WithBuilder(t *testing.T) { diff --git a/testing/endtoend/minimal_e2e_test.go b/testing/endtoend/minimal_e2e_test.go index 1d88516f01..f11f5970d2 100644 --- a/testing/endtoend/minimal_e2e_test.go +++ b/testing/endtoend/minimal_e2e_test.go @@ -3,9 +3,9 @@ package endtoend import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" ) func TestEndToEnd_MinimalConfig(t *testing.T) { diff --git a/testing/endtoend/minimal_scenario_e2e_test.go b/testing/endtoend/minimal_scenario_e2e_test.go index 1d4151dd6e..7f6b4ec4c0 100644 --- a/testing/endtoend/minimal_scenario_e2e_test.go +++ b/testing/endtoend/minimal_scenario_e2e_test.go @@ -3,9 +3,9 @@ package endtoend import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" ) func TestEndToEnd_MultiScenarioRun(t *testing.T) { diff --git a/testing/endtoend/minimal_slashing_e2e_test.go b/testing/endtoend/minimal_slashing_e2e_test.go index 15d54b1cf1..6029eb9cda 100644 --- a/testing/endtoend/minimal_slashing_e2e_test.go +++ b/testing/endtoend/minimal_slashing_e2e_test.go @@ -4,11 +4,11 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - ev "github.com/OffchainLabs/prysm/v6/testing/endtoend/evaluators" - e2eParams "github.com/OffchainLabs/prysm/v6/testing/endtoend/params" - "github.com/OffchainLabs/prysm/v6/testing/endtoend/types" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + ev "github.com/OffchainLabs/prysm/v7/testing/endtoend/evaluators" + e2eParams "github.com/OffchainLabs/prysm/v7/testing/endtoend/params" + "github.com/OffchainLabs/prysm/v7/testing/endtoend/types" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestEndToEnd_Slasher_MinimalConfig(t *testing.T) { diff --git a/testing/endtoend/params/BUILD.bazel b/testing/endtoend/params/BUILD.bazel index f3c9a3351b..18bfd5dcfc 100644 --- a/testing/endtoend/params/BUILD.bazel +++ b/testing/endtoend/params/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "const.go", "params.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/endtoend/params", + importpath = "github.com/OffchainLabs/prysm/v7/testing/endtoend/params", visibility = ["//visibility:public"], deps = [ "//io/file:go_default_library", diff --git a/testing/endtoend/params/params.go b/testing/endtoend/params/params.go index 06df912c40..f794890d5d 100644 --- a/testing/endtoend/params/params.go +++ b/testing/endtoend/params/params.go @@ -14,7 +14,7 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/ethereum/go-ethereum/core/types" ) diff --git a/testing/endtoend/params/params_test.go b/testing/endtoend/params/params_test.go index 1cbbd392ee..b1b310bf0d 100644 --- a/testing/endtoend/params/params_test.go +++ b/testing/endtoend/params/params_test.go @@ -3,8 +3,8 @@ package params import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func Test_port(t *testing.T) { diff --git a/testing/endtoend/policies/BUILD.bazel b/testing/endtoend/policies/BUILD.bazel index 74d006a2f2..d8c6bc87ab 100644 --- a/testing/endtoend/policies/BUILD.bazel +++ b/testing/endtoend/policies/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["policies.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/endtoend/policies", + importpath = "github.com/OffchainLabs/prysm/v7/testing/endtoend/policies", visibility = ["//visibility:public"], deps = ["//consensus-types/primitives:go_default_library"], ) diff --git a/testing/endtoend/policies/policies.go b/testing/endtoend/policies/policies.go index d0af20b407..2bccc3a80d 100644 --- a/testing/endtoend/policies/policies.go +++ b/testing/endtoend/policies/policies.go @@ -1,6 +1,6 @@ package policies -import "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" +import "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" // AfterNthEpoch runs for every epoch after the provided epoch. func AfterNthEpoch(afterEpoch primitives.Epoch) func(epoch primitives.Epoch) bool { diff --git a/testing/endtoend/slasher_simulator_e2e_test.go b/testing/endtoend/slasher_simulator_e2e_test.go index bcfa6817cb..da78e0a274 100644 --- a/testing/endtoend/slasher_simulator_e2e_test.go +++ b/testing/endtoend/slasher_simulator_e2e_test.go @@ -6,18 +6,18 @@ import ( "strconv" "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockslashings "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings/mock" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - slashersimulator "github.com/OffchainLabs/prysm/v6/testing/slasher/simulator" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockslashings "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings/mock" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + slashersimulator "github.com/OffchainLabs/prysm/v7/testing/slasher/simulator" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/testing/endtoend/types/BUILD.bazel b/testing/endtoend/types/BUILD.bazel index 662a63091f..b34c009de0 100644 --- a/testing/endtoend/types/BUILD.bazel +++ b/testing/endtoend/types/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "fork.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/endtoend/types", + importpath = "github.com/OffchainLabs/prysm/v7/testing/endtoend/types", visibility = ["//testing/endtoend:__subpackages__"], deps = [ "//api:go_default_library", diff --git a/testing/endtoend/types/fork.go b/testing/endtoend/types/fork.go index 032b262a5b..56cbc3011b 100644 --- a/testing/endtoend/types/fork.go +++ b/testing/endtoend/types/fork.go @@ -4,8 +4,8 @@ import ( "fmt" "math" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" ) func InitForkCfg(start, end int, c *params.BeaconChainConfig) *params.BeaconChainConfig { diff --git a/testing/endtoend/types/types.go b/testing/endtoend/types/types.go index ef263663f0..887ead02be 100644 --- a/testing/endtoend/types/types.go +++ b/testing/endtoend/types/types.go @@ -6,10 +6,10 @@ import ( "context" "os" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/sirupsen/logrus" "google.golang.org/grpc" ) diff --git a/testing/fuzz/BUILD.bazel b/testing/fuzz/BUILD.bazel index 1506ca0190..614f8742ad 100644 --- a/testing/fuzz/BUILD.bazel +++ b/testing/fuzz/BUILD.bazel @@ -3,6 +3,6 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["fuzz.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/fuzz", + importpath = "github.com/OffchainLabs/prysm/v7/testing/fuzz", visibility = ["//visibility:public"], ) diff --git a/testing/middleware/builder/BUILD.bazel b/testing/middleware/builder/BUILD.bazel index 0c34a097b9..d0bb50707f 100644 --- a/testing/middleware/builder/BUILD.bazel +++ b/testing/middleware/builder/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "builder.go", "options.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/middleware/builder", + importpath = "github.com/OffchainLabs/prysm/v7/testing/middleware/builder", visibility = ["//visibility:public"], deps = [ "//api/client/builder:go_default_library", diff --git a/testing/middleware/builder/builder.go b/testing/middleware/builder/builder.go index 048baf54c1..6833a6d812 100644 --- a/testing/middleware/builder/builder.go +++ b/testing/middleware/builder/builder.go @@ -14,21 +14,21 @@ import ( "sync" "time" - builderAPI "github.com/OffchainLabs/prysm/v6/api/client/builder" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/network" - "github.com/OffchainLabs/prysm/v6/network/authorization" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + builderAPI "github.com/OffchainLabs/prysm/v7/api/client/builder" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/network" + "github.com/OffchainLabs/prysm/v7/network/authorization" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/beacon/engine" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" diff --git a/testing/middleware/engine-api-proxy/BUILD.bazel b/testing/middleware/engine-api-proxy/BUILD.bazel index fdd48d6ba8..b9c202bbff 100644 --- a/testing/middleware/engine-api-proxy/BUILD.bazel +++ b/testing/middleware/engine-api-proxy/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "options.go", "proxy.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/middleware/engine-api-proxy", + importpath = "github.com/OffchainLabs/prysm/v7/testing/middleware/engine-api-proxy", visibility = ["//visibility:public"], deps = [ "//network:go_default_library", diff --git a/testing/middleware/engine-api-proxy/proxy.go b/testing/middleware/engine-api-proxy/proxy.go index 01b5fe2b3d..c01b9033f1 100644 --- a/testing/middleware/engine-api-proxy/proxy.go +++ b/testing/middleware/engine-api-proxy/proxy.go @@ -15,7 +15,7 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/network" + "github.com/OffchainLabs/prysm/v7/network" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/testing/middleware/engine-api-proxy/proxy_test.go b/testing/middleware/engine-api-proxy/proxy_test.go index f59bae0928..38bc7fce69 100644 --- a/testing/middleware/engine-api-proxy/proxy_test.go +++ b/testing/middleware/engine-api-proxy/proxy_test.go @@ -7,9 +7,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/rpc" "github.com/sirupsen/logrus" diff --git a/testing/mock/BUILD.bazel b/testing/mock/BUILD.bazel index 3253a78485..bb668e37a1 100644 --- a/testing/mock/BUILD.bazel +++ b/testing/mock/BUILD.bazel @@ -12,7 +12,7 @@ go_library( "beacon_validator_server_mock.go", "node_service_mock.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/mock", + importpath = "github.com/OffchainLabs/prysm/v7/testing/mock", visibility = ["//visibility:public"], deps = [ "//proto/prysm/v1alpha1:go_default_library", diff --git a/testing/mock/beacon_altair_validator_client_mock.go b/testing/mock/beacon_altair_validator_client_mock.go index e169f52660..ec296a5a92 100644 --- a/testing/mock/beacon_altair_validator_client_mock.go +++ b/testing/mock/beacon_altair_validator_client_mock.go @@ -8,7 +8,7 @@ import ( context "context" reflect "reflect" - v2 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + v2 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gomock "go.uber.org/mock/gomock" metadata "google.golang.org/grpc/metadata" ) diff --git a/testing/mock/beacon_altair_validator_server_mock.go b/testing/mock/beacon_altair_validator_server_mock.go index 68cda095d6..2eab7dedf1 100644 --- a/testing/mock/beacon_altair_validator_server_mock.go +++ b/testing/mock/beacon_altair_validator_server_mock.go @@ -8,7 +8,7 @@ import ( context "context" reflect "reflect" - v2 "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + v2 "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gomock "go.uber.org/mock/gomock" metadata "google.golang.org/grpc/metadata" ) diff --git a/testing/mock/beacon_service_mock.go b/testing/mock/beacon_service_mock.go index bcddcc7bff..a5dbe53efb 100644 --- a/testing/mock/beacon_service_mock.go +++ b/testing/mock/beacon_service_mock.go @@ -1,9 +1,9 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 (interfaces: BeaconChainClient) +// Source: github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 (interfaces: BeaconChainClient) // // Generated by this command: // -// mockgen -package=mock -destination=testing/mock/beacon_service_mock.go github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 BeaconChainClient +// mockgen -package=mock -destination=testing/mock/beacon_service_mock.go github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 BeaconChainClient // // Package mock is a generated GoMock package. @@ -13,7 +13,7 @@ import ( context "context" reflect "reflect" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gomock "go.uber.org/mock/gomock" grpc "google.golang.org/grpc" emptypb "google.golang.org/protobuf/types/known/emptypb" diff --git a/testing/mock/beacon_validator_client_mock.go b/testing/mock/beacon_validator_client_mock.go index 868011ba54..5c52f48a98 100644 --- a/testing/mock/beacon_validator_client_mock.go +++ b/testing/mock/beacon_validator_client_mock.go @@ -1,9 +1,9 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 (interfaces: BeaconNodeValidatorClient,BeaconNodeValidator_WaitForChainStartClient,BeaconNodeValidator_WaitForActivationClient,BeaconNodeValidator_StreamSlotsClient) +// Source: github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 (interfaces: BeaconNodeValidatorClient,BeaconNodeValidator_WaitForChainStartClient,BeaconNodeValidator_WaitForActivationClient,BeaconNodeValidator_StreamSlotsClient) // // Generated by this command: // -// mockgen -package=mock -destination=testing/mock/beacon_validator_client_mock.go github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 BeaconNodeValidatorClient,BeaconNodeValidator_WaitForChainStartClient,BeaconNodeValidator_WaitForActivationClient,BeaconNodeValidator_StreamSlotsClient +// mockgen -package=mock -destination=testing/mock/beacon_validator_client_mock.go github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 BeaconNodeValidatorClient,BeaconNodeValidator_WaitForChainStartClient,BeaconNodeValidator_WaitForActivationClient,BeaconNodeValidator_StreamSlotsClient // // Package mock is a generated GoMock package. @@ -13,7 +13,7 @@ import ( context "context" reflect "reflect" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gomock "go.uber.org/mock/gomock" grpc "google.golang.org/grpc" metadata "google.golang.org/grpc/metadata" diff --git a/testing/mock/beacon_validator_server_mock.go b/testing/mock/beacon_validator_server_mock.go index efedf134e9..217cf1d382 100644 --- a/testing/mock/beacon_validator_server_mock.go +++ b/testing/mock/beacon_validator_server_mock.go @@ -1,9 +1,9 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 (interfaces: BeaconNodeValidatorServer,BeaconNodeValidator_WaitForActivationServer,BeaconNodeValidator_WaitForChainStartServer,BeaconNodeValidator_StreamSlotsServer) +// Source: github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 (interfaces: BeaconNodeValidatorServer,BeaconNodeValidator_WaitForActivationServer,BeaconNodeValidator_WaitForChainStartServer,BeaconNodeValidator_StreamSlotsServer) // // Generated by this command: // -// mockgen -package=mock -destination=testing/mock/beacon_validator_server_mock.go github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 BeaconNodeValidatorServer,BeaconNodeValidator_WaitForActivationServer,BeaconNodeValidator_WaitForChainStartServer,BeaconNodeValidator_StreamSlotsServer +// mockgen -package=mock -destination=testing/mock/beacon_validator_server_mock.go github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 BeaconNodeValidatorServer,BeaconNodeValidator_WaitForActivationServer,BeaconNodeValidator_WaitForChainStartServer,BeaconNodeValidator_StreamSlotsServer // // Package mock is a generated GoMock package. @@ -13,7 +13,7 @@ import ( context "context" reflect "reflect" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gomock "go.uber.org/mock/gomock" metadata "google.golang.org/grpc/metadata" emptypb "google.golang.org/protobuf/types/known/emptypb" diff --git a/testing/mock/node_service_mock.go b/testing/mock/node_service_mock.go index 7f4ccd95e2..9f8fe8e456 100644 --- a/testing/mock/node_service_mock.go +++ b/testing/mock/node_service_mock.go @@ -1,9 +1,9 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 (interfaces: NodeClient) +// Source: github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 (interfaces: NodeClient) // // Generated by this command: // -// mockgen -package=mock -destination=testing/mock/node_service_mock.go github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1 NodeClient +// mockgen -package=mock -destination=testing/mock/node_service_mock.go github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1 NodeClient // // Package mock is a generated GoMock package. @@ -13,7 +13,7 @@ import ( context "context" reflect "reflect" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gomock "go.uber.org/mock/gomock" grpc "google.golang.org/grpc" emptypb "google.golang.org/protobuf/types/known/emptypb" diff --git a/testing/require/BUILD.bazel b/testing/require/BUILD.bazel index 4fdd50e5a3..d9a1bd72d6 100644 --- a/testing/require/BUILD.bazel +++ b/testing/require/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["requires.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/require", + importpath = "github.com/OffchainLabs/prysm/v7/testing/require", visibility = ["//visibility:public"], deps = [ "//testing/assertions:go_default_library", diff --git a/testing/require/requires.go b/testing/require/requires.go index 6969a72e08..98cb8d6702 100644 --- a/testing/require/requires.go +++ b/testing/require/requires.go @@ -1,7 +1,7 @@ package require import ( - "github.com/OffchainLabs/prysm/v6/testing/assertions" + "github.com/OffchainLabs/prysm/v7/testing/assertions" "github.com/sirupsen/logrus/hooks/test" ) diff --git a/testing/slasher/simulator/BUILD.bazel b/testing/slasher/simulator/BUILD.bazel index d9d85adca9..f6830fca3f 100644 --- a/testing/slasher/simulator/BUILD.bazel +++ b/testing/slasher/simulator/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "block_generator.go", "simulator.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/slasher/simulator", + importpath = "github.com/OffchainLabs/prysm/v7/testing/slasher/simulator", visibility = [ "//testing/endtoend:__subpackages__", ], diff --git a/testing/slasher/simulator/attestation_generator.go b/testing/slasher/simulator/attestation_generator.go index 3e944e3d0a..aa2a89f0a6 100644 --- a/testing/slasher/simulator/attestation_generator.go +++ b/testing/slasher/simulator/attestation_generator.go @@ -5,17 +5,17 @@ import ( "context" "math" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/testing/slasher/simulator/attestation_generator_test.go b/testing/slasher/simulator/attestation_generator_test.go index 6bd752ba8f..46192a2dc5 100644 --- a/testing/slasher/simulator/attestation_generator_test.go +++ b/testing/slasher/simulator/attestation_generator_test.go @@ -3,10 +3,10 @@ package simulator import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/slashings" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/slashings" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestGenerateAttestationsForSlot_Slashing(t *testing.T) { diff --git a/testing/slasher/simulator/block_generator.go b/testing/slasher/simulator/block_generator.go index d5a6f8fd1c..a2ac08f32c 100644 --- a/testing/slasher/simulator/block_generator.go +++ b/testing/slasher/simulator/block_generator.go @@ -3,14 +3,14 @@ package simulator import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func (s *Simulator) generateBlockHeadersForSlot( diff --git a/testing/slasher/simulator/block_generator_test.go b/testing/slasher/simulator/block_generator_test.go index 66e81c0392..12c132ddf7 100644 --- a/testing/slasher/simulator/block_generator_test.go +++ b/testing/slasher/simulator/block_generator_test.go @@ -4,7 +4,7 @@ import ( "bytes" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestGenerateBlockHeadersForSlot_Slashing(t *testing.T) { diff --git a/testing/slasher/simulator/simulator.go b/testing/slasher/simulator/simulator.go index 627f222d00..01a427028c 100644 --- a/testing/slasher/simulator/simulator.go +++ b/testing/slasher/simulator/simulator.go @@ -6,22 +6,22 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - statefeed "github.com/OffchainLabs/prysm/v6/beacon-chain/core/feed/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/slashings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher" - slashertypes "github.com/OffchainLabs/prysm/v6/beacon-chain/slasher/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/beacon-chain/sync" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + statefeed "github.com/OffchainLabs/prysm/v7/beacon-chain/core/feed/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/slashings" + "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher" + slashertypes "github.com/OffchainLabs/prysm/v7/beacon-chain/slasher/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/beacon-chain/sync" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/sirupsen/logrus" ) diff --git a/testing/slasher/simulator/simulator_test.go b/testing/slasher/simulator/simulator_test.go index 2b95620cb1..7eb50a8b58 100644 --- a/testing/slasher/simulator/simulator_test.go +++ b/testing/slasher/simulator/simulator_test.go @@ -3,14 +3,14 @@ package simulator import ( "testing" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - dbtest "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - mockstategen "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen/mock" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + dbtest "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + mockstategen "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen/mock" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func setupService(t *testing.T, params *Parameters) *Simulator { diff --git a/testing/spectest/general/deneb__kzg__verify_blob_kzg_proof_batch_test.go b/testing/spectest/general/deneb__kzg__verify_blob_kzg_proof_batch_test.go index 7979e3f562..a1a5568813 100644 --- a/testing/spectest/general/deneb__kzg__verify_blob_kzg_proof_batch_test.go +++ b/testing/spectest/general/deneb__kzg__verify_blob_kzg_proof_batch_test.go @@ -5,12 +5,12 @@ import ( "path" "testing" - kzgPrysm "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + kzgPrysm "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ghodss/yaml" ) diff --git a/testing/spectest/general/fulu__kzg__compute_cells_and_kzg_proofs_test.go b/testing/spectest/general/fulu__kzg__compute_cells_and_kzg_proofs_test.go index 1dc122777d..574a71aa89 100644 --- a/testing/spectest/general/fulu__kzg__compute_cells_and_kzg_proofs_test.go +++ b/testing/spectest/general/fulu__kzg__compute_cells_and_kzg_proofs_test.go @@ -4,11 +4,11 @@ import ( "path" "testing" - kzgPrysm "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + kzgPrysm "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ghodss/yaml" ) diff --git a/testing/spectest/general/fulu__kzg__compute_cells_test.go b/testing/spectest/general/fulu__kzg__compute_cells_test.go index 802243ba4d..2a6a58fe32 100644 --- a/testing/spectest/general/fulu__kzg__compute_cells_test.go +++ b/testing/spectest/general/fulu__kzg__compute_cells_test.go @@ -4,11 +4,11 @@ import ( "path" "testing" - kzgPrysm "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + kzgPrysm "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ghodss/yaml" ) diff --git a/testing/spectest/general/fulu__kzg__recover_cells_and_kzg_proofs_test.go b/testing/spectest/general/fulu__kzg__recover_cells_and_kzg_proofs_test.go index d6731ad2b3..1f613ffbb7 100644 --- a/testing/spectest/general/fulu__kzg__recover_cells_and_kzg_proofs_test.go +++ b/testing/spectest/general/fulu__kzg__recover_cells_and_kzg_proofs_test.go @@ -5,10 +5,10 @@ import ( "strconv" "testing" - kzgPrysm "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + kzgPrysm "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ghodss/yaml" ) diff --git a/testing/spectest/general/fulu__kzg__verify_cell_kzg_proof_batch_test.go b/testing/spectest/general/fulu__kzg__verify_cell_kzg_proof_batch_test.go index 08d8f5ee0f..e6362e9375 100644 --- a/testing/spectest/general/fulu__kzg__verify_cell_kzg_proof_batch_test.go +++ b/testing/spectest/general/fulu__kzg__verify_cell_kzg_proof_batch_test.go @@ -5,10 +5,10 @@ import ( "strconv" "testing" - kzgPrysm "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + kzgPrysm "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ghodss/yaml" ) diff --git a/testing/spectest/mainnet/altair__epoch_processing__effective_balance_updates_test.go b/testing/spectest/mainnet/altair__epoch_processing__effective_balance_updates_test.go index 481df02359..1780f4cd5e 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__eth1_data_reset_test.go b/testing/spectest/mainnet/altair__epoch_processing__eth1_data_reset_test.go index 7bd93780e1..63e4617f63 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__historical_roots_update_test.go b/testing/spectest/mainnet/altair__epoch_processing__historical_roots_update_test.go index 5a2326c709..7edc4865dc 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__historical_roots_update_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__historical_roots_update_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_HistoricalRootsUpdate(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__inactivity_updates_test.go b/testing/spectest/mainnet/altair__epoch_processing__inactivity_updates_test.go index cfb93aaaad..35faaa96b8 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__justification_and_finalization_test.go b/testing/spectest/mainnet/altair__epoch_processing__justification_and_finalization_test.go index 27056ab898..34c4314648 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__participation_flag_updates_test.go b/testing/spectest/mainnet/altair__epoch_processing__participation_flag_updates_test.go index 34ca48082e..2f07c587bb 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/mainnet/altair__epoch_processing__randao_mixes_reset_test.go index a8278b3a4c..5d87890590 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__registry_updates_test.go b/testing/spectest/mainnet/altair__epoch_processing__registry_updates_test.go index dc282bcbf3..ea69e3ccf6 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__registry_updates_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/mainnet/altair__epoch_processing__rewards_and_penalties_test.go index 6fcad223f5..7844683f21 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__slashings_reset_test.go b/testing/spectest/mainnet/altair__epoch_processing__slashings_reset_test.go index e061efefd7..72ce879c19 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__epoch_processing__slashings_test.go b/testing/spectest/mainnet/altair__epoch_processing__slashings_test.go index 522575a123..b46a3a6a3c 100644 --- a/testing/spectest/mainnet/altair__epoch_processing__slashings_test.go +++ b/testing/spectest/mainnet/altair__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMainnet_Altair_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__finality__finality_test.go b/testing/spectest/mainnet/altair__finality__finality_test.go index 2309f6e24f..cc1699d3ee 100644 --- a/testing/spectest/mainnet/altair__finality__finality_test.go +++ b/testing/spectest/mainnet/altair__finality__finality_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/finality" ) func TestMainnet_Altair_Finality(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__fork_helper__upgrade_to_altair_test.go b/testing/spectest/mainnet/altair__fork_helper__upgrade_to_altair_test.go index 227e5f5d67..6c9ec57dab 100644 --- a/testing/spectest/mainnet/altair__fork_helper__upgrade_to_altair_test.go +++ b/testing/spectest/mainnet/altair__fork_helper__upgrade_to_altair_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/fork" ) func TestMainnet_Altair_UpgradeToAltair(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__fork_transition__transition_test.go b/testing/spectest/mainnet/altair__fork_transition__transition_test.go index 7f112fdaa8..d72aca8539 100644 --- a/testing/spectest/mainnet/altair__fork_transition__transition_test.go +++ b/testing/spectest/mainnet/altair__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/fork" ) func TestMainnet_Altair_Transition(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__forkchoice__forkchoice_test.go b/testing/spectest/mainnet/altair__forkchoice__forkchoice_test.go index 793650315f..6c2e177ef8 100644 --- a/testing/spectest/mainnet/altair__forkchoice__forkchoice_test.go +++ b/testing/spectest/mainnet/altair__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMainnet_Altair_Forkchoice(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__light_client__single_merkle_proof_test.go b/testing/spectest/mainnet/altair__light_client__single_merkle_proof_test.go index ae47841048..89af8a8379 100644 --- a/testing/spectest/mainnet/altair__light_client__single_merkle_proof_test.go +++ b/testing/spectest/mainnet/altair__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Altair_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__operations__attestation_test.go b/testing/spectest/mainnet/altair__operations__attestation_test.go index ca0714ff44..9c2e977a41 100644 --- a/testing/spectest/mainnet/altair__operations__attestation_test.go +++ b/testing/spectest/mainnet/altair__operations__attestation_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMainnet_Altair_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__operations__attester_slashing_test.go b/testing/spectest/mainnet/altair__operations__attester_slashing_test.go index 9795331bac..7e3eae68fc 100644 --- a/testing/spectest/mainnet/altair__operations__attester_slashing_test.go +++ b/testing/spectest/mainnet/altair__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMainnet_Altair_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__operations__block_header_test.go b/testing/spectest/mainnet/altair__operations__block_header_test.go index 81ffb9dc66..33cdd31083 100644 --- a/testing/spectest/mainnet/altair__operations__block_header_test.go +++ b/testing/spectest/mainnet/altair__operations__block_header_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMainnet_Altair_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__operations__deposit_test.go b/testing/spectest/mainnet/altair__operations__deposit_test.go index 8b511f1650..92197e3d83 100644 --- a/testing/spectest/mainnet/altair__operations__deposit_test.go +++ b/testing/spectest/mainnet/altair__operations__deposit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMainnet_Altair_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__operations__proposer_slashing_test.go b/testing/spectest/mainnet/altair__operations__proposer_slashing_test.go index 877732f84e..26e0ebd7f2 100644 --- a/testing/spectest/mainnet/altair__operations__proposer_slashing_test.go +++ b/testing/spectest/mainnet/altair__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMainnet_Altair_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__operations__sync_committee_test.go b/testing/spectest/mainnet/altair__operations__sync_committee_test.go index 05d4612f45..de850a2265 100644 --- a/testing/spectest/mainnet/altair__operations__sync_committee_test.go +++ b/testing/spectest/mainnet/altair__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMainnet_Altair_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__operations__voluntary_exit_test.go b/testing/spectest/mainnet/altair__operations__voluntary_exit_test.go index 3ce9542992..8ddbc76e51 100644 --- a/testing/spectest/mainnet/altair__operations__voluntary_exit_test.go +++ b/testing/spectest/mainnet/altair__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMainnet_Altair_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__random__random_test.go b/testing/spectest/mainnet/altair__random__random_test.go index 6d042f3230..ca592389cf 100644 --- a/testing/spectest/mainnet/altair__random__random_test.go +++ b/testing/spectest/mainnet/altair__random__random_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/sanity" ) func TestMainnet_Altair_Random(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__rewards__rewards_test.go b/testing/spectest/mainnet/altair__rewards__rewards_test.go index 3fd5f67b35..70fe22fd7a 100644 --- a/testing/spectest/mainnet/altair__rewards__rewards_test.go +++ b/testing/spectest/mainnet/altair__rewards__rewards_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/rewards" ) func TestMainnet_Altair_Rewards(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__sanity__blocks_test.go b/testing/spectest/mainnet/altair__sanity__blocks_test.go index c026eeb898..115dcaafba 100644 --- a/testing/spectest/mainnet/altair__sanity__blocks_test.go +++ b/testing/spectest/mainnet/altair__sanity__blocks_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/sanity" ) func TestMainnet_Altair_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__sanity__slots_test.go b/testing/spectest/mainnet/altair__sanity__slots_test.go index ede5ddbe77..f017bce38e 100644 --- a/testing/spectest/mainnet/altair__sanity__slots_test.go +++ b/testing/spectest/mainnet/altair__sanity__slots_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/sanity" ) func TestMainnet_Altair_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/mainnet/altair__ssz_static__ssz_static_test.go b/testing/spectest/mainnet/altair__ssz_static__ssz_static_test.go index 9dbb4c32ff..cf350a7748 100644 --- a/testing/spectest/mainnet/altair__ssz_static__ssz_static_test.go +++ b/testing/spectest/mainnet/altair__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/ssz_static" ) func TestMainnet_Altair_SSZStatic(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__effective_balance_updates_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__effective_balance_updates_test.go index bc0c895376..d0f2ef7053 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__eth1_data_reset_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__eth1_data_reset_test.go index be62930aa5..46851d7cb4 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__historical_roots_update_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__historical_roots_update_test.go index fa02a1a217..548f9e27e0 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__historical_roots_update_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__historical_roots_update_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_HistoricalRootsUpdate(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__inactivity_updates_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__inactivity_updates_test.go index 34cc0c7047..9407cc6ca9 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__justification_and_finalization_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__justification_and_finalization_test.go index ed7146221d..a7eeedef7e 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__participation_flag_updates_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__participation_flag_updates_test.go index 17c6ae3483..b9e14267d1 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__randao_mixes_reset_test.go index 51d4641467..6e2ecbde77 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__registry_updates_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__registry_updates_test.go index 2f91ea38c3..b48cc096a6 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__registry_updates_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__rewards_and_penalties_test.go index a3d11b2903..899a069422 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__slashings_reset_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__slashings_reset_test.go index 0739bbc274..5c4d008a15 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__epoch_processing__slashings_test.go b/testing/spectest/mainnet/bellatrix__epoch_processing__slashings_test.go index 99427f74ed..772f359084 100644 --- a/testing/spectest/mainnet/bellatrix__epoch_processing__slashings_test.go +++ b/testing/spectest/mainnet/bellatrix__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMainnet_Bellatrix_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__finality__finality_test.go b/testing/spectest/mainnet/bellatrix__finality__finality_test.go index 838544d5bb..cfa454b1ef 100644 --- a/testing/spectest/mainnet/bellatrix__finality__finality_test.go +++ b/testing/spectest/mainnet/bellatrix__finality__finality_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/finality" ) func TestMainnet_Bellatrix_Finality(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__fork_helper__upgrade_to_altair_test.go b/testing/spectest/mainnet/bellatrix__fork_helper__upgrade_to_altair_test.go index 304b152f1f..c9897cdd37 100644 --- a/testing/spectest/mainnet/bellatrix__fork_helper__upgrade_to_altair_test.go +++ b/testing/spectest/mainnet/bellatrix__fork_helper__upgrade_to_altair_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/fork" ) func TestMainnet_Bellatrix_UpgradeToBellatrix(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__fork_transition__transition_test.go b/testing/spectest/mainnet/bellatrix__fork_transition__transition_test.go index 16358c3978..6f28bd85d5 100644 --- a/testing/spectest/mainnet/bellatrix__fork_transition__transition_test.go +++ b/testing/spectest/mainnet/bellatrix__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/fork" ) func TestMainnet_Bellatrix_Transition(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__forkchoice__forkchoice_test.go b/testing/spectest/mainnet/bellatrix__forkchoice__forkchoice_test.go index decff38d7a..9ca95810b6 100644 --- a/testing/spectest/mainnet/bellatrix__forkchoice__forkchoice_test.go +++ b/testing/spectest/mainnet/bellatrix__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMainnet_Bellatrix_Forkchoice(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__light_client__single_merkle_proof_test.go b/testing/spectest/mainnet/bellatrix__light_client__single_merkle_proof_test.go index 7d6b9f4388..e04088a452 100644 --- a/testing/spectest/mainnet/bellatrix__light_client__single_merkle_proof_test.go +++ b/testing/spectest/mainnet/bellatrix__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Bellatrix_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__operations__attestation_test.go b/testing/spectest/mainnet/bellatrix__operations__attestation_test.go index 444e4cc629..b58d1a4d29 100644 --- a/testing/spectest/mainnet/bellatrix__operations__attestation_test.go +++ b/testing/spectest/mainnet/bellatrix__operations__attestation_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMainnet_Bellatrix_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__operations__attester_slashing_test.go b/testing/spectest/mainnet/bellatrix__operations__attester_slashing_test.go index b66b8ea167..cfe7f64aa6 100644 --- a/testing/spectest/mainnet/bellatrix__operations__attester_slashing_test.go +++ b/testing/spectest/mainnet/bellatrix__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMainnet_Bellatrix_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__operations__block_header_test.go b/testing/spectest/mainnet/bellatrix__operations__block_header_test.go index 0664c90526..0182b5e655 100644 --- a/testing/spectest/mainnet/bellatrix__operations__block_header_test.go +++ b/testing/spectest/mainnet/bellatrix__operations__block_header_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMainnet_Bellatrix_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__operations__deposit_test.go b/testing/spectest/mainnet/bellatrix__operations__deposit_test.go index c2fda6680c..f77194e37e 100644 --- a/testing/spectest/mainnet/bellatrix__operations__deposit_test.go +++ b/testing/spectest/mainnet/bellatrix__operations__deposit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMainnet_Bellatrix_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__operations__execution_payload_test.go b/testing/spectest/mainnet/bellatrix__operations__execution_payload_test.go index e414826198..1b0b63d999 100644 --- a/testing/spectest/mainnet/bellatrix__operations__execution_payload_test.go +++ b/testing/spectest/mainnet/bellatrix__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMainnet_Bellatrix_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__operations__proposer_slashing_test.go b/testing/spectest/mainnet/bellatrix__operations__proposer_slashing_test.go index 61e6fc1062..4dcd32105a 100644 --- a/testing/spectest/mainnet/bellatrix__operations__proposer_slashing_test.go +++ b/testing/spectest/mainnet/bellatrix__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMainnet_Bellatrix_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__operations__sync_committee_test.go b/testing/spectest/mainnet/bellatrix__operations__sync_committee_test.go index 24017da422..380673e990 100644 --- a/testing/spectest/mainnet/bellatrix__operations__sync_committee_test.go +++ b/testing/spectest/mainnet/bellatrix__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMainnet_Bellatrix_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__operations__voluntary_exit_test.go b/testing/spectest/mainnet/bellatrix__operations__voluntary_exit_test.go index e8de0480d8..55b81b594c 100644 --- a/testing/spectest/mainnet/bellatrix__operations__voluntary_exit_test.go +++ b/testing/spectest/mainnet/bellatrix__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMainnet_Bellatrix_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__random__random_test.go b/testing/spectest/mainnet/bellatrix__random__random_test.go index 96733e0a7a..9710af735a 100644 --- a/testing/spectest/mainnet/bellatrix__random__random_test.go +++ b/testing/spectest/mainnet/bellatrix__random__random_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/sanity" ) func TestMainnet_Bellatrix_Random(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__rewards__rewards_test.go b/testing/spectest/mainnet/bellatrix__rewards__rewards_test.go index 86c6e0f7c1..b3208f86cf 100644 --- a/testing/spectest/mainnet/bellatrix__rewards__rewards_test.go +++ b/testing/spectest/mainnet/bellatrix__rewards__rewards_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/rewards" ) func TestMainnet_Bellatrix_Rewards(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__sanity__blocks_test.go b/testing/spectest/mainnet/bellatrix__sanity__blocks_test.go index cb88187866..7a621d9cfb 100644 --- a/testing/spectest/mainnet/bellatrix__sanity__blocks_test.go +++ b/testing/spectest/mainnet/bellatrix__sanity__blocks_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/sanity" ) func TestMainnet_Bellatrix_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__sanity__slots_test.go b/testing/spectest/mainnet/bellatrix__sanity__slots_test.go index cbc5a2e046..4c1bad3d60 100644 --- a/testing/spectest/mainnet/bellatrix__sanity__slots_test.go +++ b/testing/spectest/mainnet/bellatrix__sanity__slots_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/sanity" ) func TestMainnet_Bellatrix_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/mainnet/bellatrix__ssz_static__ssz_static_test.go b/testing/spectest/mainnet/bellatrix__ssz_static__ssz_static_test.go index 31d2e01cbc..6f62acb16e 100644 --- a/testing/spectest/mainnet/bellatrix__ssz_static__ssz_static_test.go +++ b/testing/spectest/mainnet/bellatrix__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/ssz_static" ) func TestMainnet_Bellatrix_SSZStatic(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__effective_balance_updates_test.go b/testing/spectest/mainnet/capella__epoch_processing__effective_balance_updates_test.go index 2c750c8fa1..1e4c722dd4 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__eth1_data_reset_test.go b/testing/spectest/mainnet/capella__epoch_processing__eth1_data_reset_test.go index f7b4acfb57..ecdf67389b 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__historical_summaries_update_test.go b/testing/spectest/mainnet/capella__epoch_processing__historical_summaries_update_test.go index af1831c1ef..a9906a2c75 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__historical_summaries_update_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__historical_summaries_update_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_HistoricalSummariesUpdate(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__inactivity_updates_test.go b/testing/spectest/mainnet/capella__epoch_processing__inactivity_updates_test.go index d8840cc9d9..6c809d389f 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__justification_and_finalization_test.go b/testing/spectest/mainnet/capella__epoch_processing__justification_and_finalization_test.go index 3a42037417..4cf65afaa4 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__participation_flag_updates_test.go b/testing/spectest/mainnet/capella__epoch_processing__participation_flag_updates_test.go index 6f345ae471..90983ee15f 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/mainnet/capella__epoch_processing__randao_mixes_reset_test.go index 3f80906fc0..04459df8ff 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__registry_updates_test.go b/testing/spectest/mainnet/capella__epoch_processing__registry_updates_test.go index e71170c73a..4136c1451e 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__registry_updates_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/mainnet/capella__epoch_processing__rewards_and_penalties_test.go index cf272dafb7..65da23ceb5 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__slashings_reset_test.go b/testing/spectest/mainnet/capella__epoch_processing__slashings_reset_test.go index 1a31620535..f8bae0f666 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__epoch_processing__slashings_test.go b/testing/spectest/mainnet/capella__epoch_processing__slashings_test.go index 4c6d1cc000..c48bd48c91 100644 --- a/testing/spectest/mainnet/capella__epoch_processing__slashings_test.go +++ b/testing/spectest/mainnet/capella__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMainnet_Capella_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__finality__finality_test.go b/testing/spectest/mainnet/capella__finality__finality_test.go index 7a7a69eda1..8ff195917b 100644 --- a/testing/spectest/mainnet/capella__finality__finality_test.go +++ b/testing/spectest/mainnet/capella__finality__finality_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/finality" ) func TestMainnet_Capella_Finality(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__fork_helper__upgrade_to_capella_test.go b/testing/spectest/mainnet/capella__fork_helper__upgrade_to_capella_test.go index 137d03b411..ac75899f29 100644 --- a/testing/spectest/mainnet/capella__fork_helper__upgrade_to_capella_test.go +++ b/testing/spectest/mainnet/capella__fork_helper__upgrade_to_capella_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/fork" ) func TestMainnet_Capella_UpgradeToCapella(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__fork_transition__transition_test.go b/testing/spectest/mainnet/capella__fork_transition__transition_test.go index 2f7d8e414b..9c3b7017f6 100644 --- a/testing/spectest/mainnet/capella__fork_transition__transition_test.go +++ b/testing/spectest/mainnet/capella__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/fork" ) func TestMainnet_Capella_Transition(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__forkchoice__forkchoice_test.go b/testing/spectest/mainnet/capella__forkchoice__forkchoice_test.go index 2660dc96d7..25a2aa8da4 100644 --- a/testing/spectest/mainnet/capella__forkchoice__forkchoice_test.go +++ b/testing/spectest/mainnet/capella__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMainnet_Capella_Forkchoice(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__light_client__single_merkle_proof_test.go b/testing/spectest/mainnet/capella__light_client__single_merkle_proof_test.go index e153467c9b..8de6004e95 100644 --- a/testing/spectest/mainnet/capella__light_client__single_merkle_proof_test.go +++ b/testing/spectest/mainnet/capella__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Capella_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__attestation_test.go b/testing/spectest/mainnet/capella__operations__attestation_test.go index 89a0621cba..ee36a11782 100644 --- a/testing/spectest/mainnet/capella__operations__attestation_test.go +++ b/testing/spectest/mainnet/capella__operations__attestation_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__attester_slashing_test.go b/testing/spectest/mainnet/capella__operations__attester_slashing_test.go index a6d0c3a75b..dbf15d0c4d 100644 --- a/testing/spectest/mainnet/capella__operations__attester_slashing_test.go +++ b/testing/spectest/mainnet/capella__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__block_header_test.go b/testing/spectest/mainnet/capella__operations__block_header_test.go index cc0aa52fc5..d3f1b377ba 100644 --- a/testing/spectest/mainnet/capella__operations__block_header_test.go +++ b/testing/spectest/mainnet/capella__operations__block_header_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__bls_to_execution_change_test.go b/testing/spectest/mainnet/capella__operations__bls_to_execution_change_test.go index 158d9ee0f4..d1b5512a6f 100644 --- a/testing/spectest/mainnet/capella__operations__bls_to_execution_change_test.go +++ b/testing/spectest/mainnet/capella__operations__bls_to_execution_change_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_BLSToExecutionChange(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__deposit_test.go b/testing/spectest/mainnet/capella__operations__deposit_test.go index fe0609bc7e..39c34b988f 100644 --- a/testing/spectest/mainnet/capella__operations__deposit_test.go +++ b/testing/spectest/mainnet/capella__operations__deposit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__execution_payload_test.go b/testing/spectest/mainnet/capella__operations__execution_payload_test.go index 7d53ce6356..3d21ad2dc4 100644 --- a/testing/spectest/mainnet/capella__operations__execution_payload_test.go +++ b/testing/spectest/mainnet/capella__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__proposer_slashing_test.go b/testing/spectest/mainnet/capella__operations__proposer_slashing_test.go index e0571f2dfb..c35cb9ee7c 100644 --- a/testing/spectest/mainnet/capella__operations__proposer_slashing_test.go +++ b/testing/spectest/mainnet/capella__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__sync_committee_test.go b/testing/spectest/mainnet/capella__operations__sync_committee_test.go index 8f007dd038..c7cff4a218 100644 --- a/testing/spectest/mainnet/capella__operations__sync_committee_test.go +++ b/testing/spectest/mainnet/capella__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__voluntary_exit_test.go b/testing/spectest/mainnet/capella__operations__voluntary_exit_test.go index 7bda262935..17191bee3d 100644 --- a/testing/spectest/mainnet/capella__operations__voluntary_exit_test.go +++ b/testing/spectest/mainnet/capella__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__operations__withdrawals_test.go b/testing/spectest/mainnet/capella__operations__withdrawals_test.go index 373fe8df8a..81dded3dc6 100644 --- a/testing/spectest/mainnet/capella__operations__withdrawals_test.go +++ b/testing/spectest/mainnet/capella__operations__withdrawals_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMainnet_Capella_Operations_Withdrawals(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__random__random_test.go b/testing/spectest/mainnet/capella__random__random_test.go index 5bcceba1db..286411ed2c 100644 --- a/testing/spectest/mainnet/capella__random__random_test.go +++ b/testing/spectest/mainnet/capella__random__random_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/sanity" ) func TestMainnet_Capella_Random(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__rewards__rewards_test.go b/testing/spectest/mainnet/capella__rewards__rewards_test.go index 920aef4369..af38f82291 100644 --- a/testing/spectest/mainnet/capella__rewards__rewards_test.go +++ b/testing/spectest/mainnet/capella__rewards__rewards_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/rewards" ) func TestMainnet_Capella_Rewards(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__sanity__blocks_test.go b/testing/spectest/mainnet/capella__sanity__blocks_test.go index 9b797f395b..f0f1e6420e 100644 --- a/testing/spectest/mainnet/capella__sanity__blocks_test.go +++ b/testing/spectest/mainnet/capella__sanity__blocks_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/sanity" ) func TestMainnet_Capella_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__sanity__slots_test.go b/testing/spectest/mainnet/capella__sanity__slots_test.go index 44bff5d8ef..5b84a38337 100644 --- a/testing/spectest/mainnet/capella__sanity__slots_test.go +++ b/testing/spectest/mainnet/capella__sanity__slots_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/sanity" ) func TestMainnet_Capella_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/mainnet/capella__ssz_static__ssz_static_test.go b/testing/spectest/mainnet/capella__ssz_static__ssz_static_test.go index 1a44eb1409..0fe47c50d0 100644 --- a/testing/spectest/mainnet/capella__ssz_static__ssz_static_test.go +++ b/testing/spectest/mainnet/capella__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/ssz_static" ) func TestMainnet_Capella_SSZStatic(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__effective_balance_updates_test.go b/testing/spectest/mainnet/deneb__epoch_processing__effective_balance_updates_test.go index 004d5ec144..3f5d61fb89 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__eth1_data_reset_test.go b/testing/spectest/mainnet/deneb__epoch_processing__eth1_data_reset_test.go index 8674fcd6b0..5424fc5b9c 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__historical_summaries_update_test.go b/testing/spectest/mainnet/deneb__epoch_processing__historical_summaries_update_test.go index 7cda081548..d0a4b3f55d 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__historical_summaries_update_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__historical_summaries_update_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_HistoricalSummariesUpdate(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__inactivity_updates_test.go b/testing/spectest/mainnet/deneb__epoch_processing__inactivity_updates_test.go index f8dc106f60..fcda507543 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__justification_and_finalization_test.go b/testing/spectest/mainnet/deneb__epoch_processing__justification_and_finalization_test.go index 65f5b3346f..e55d25bda7 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__participation_flag_updates_test.go b/testing/spectest/mainnet/deneb__epoch_processing__participation_flag_updates_test.go index c17fa8c887..18dd6d06c5 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/mainnet/deneb__epoch_processing__randao_mixes_reset_test.go index a253044bc5..1f40c1980b 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__registry_updates_test.go b/testing/spectest/mainnet/deneb__epoch_processing__registry_updates_test.go index 2d7bfaea79..99fce8b804 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__registry_updates_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/mainnet/deneb__epoch_processing__rewards_and_penalties_test.go index 87fe8f4022..a4996c590a 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__slashings_reset_test.go b/testing/spectest/mainnet/deneb__epoch_processing__slashings_reset_test.go index 3746428856..094dd03498 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__epoch_processing__slashings_test.go b/testing/spectest/mainnet/deneb__epoch_processing__slashings_test.go index e58bff9259..d635fe8a0b 100644 --- a/testing/spectest/mainnet/deneb__epoch_processing__slashings_test.go +++ b/testing/spectest/mainnet/deneb__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMainnet_Deneb_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__finality__finality_test.go b/testing/spectest/mainnet/deneb__finality__finality_test.go index 7350b40f33..283e062ff7 100644 --- a/testing/spectest/mainnet/deneb__finality__finality_test.go +++ b/testing/spectest/mainnet/deneb__finality__finality_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/finality" ) func TestMainnet_Deneb_Finality(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__fork_helper__upgrade_to_deneb_test.go b/testing/spectest/mainnet/deneb__fork_helper__upgrade_to_deneb_test.go index bfcca00179..d4485a5b82 100644 --- a/testing/spectest/mainnet/deneb__fork_helper__upgrade_to_deneb_test.go +++ b/testing/spectest/mainnet/deneb__fork_helper__upgrade_to_deneb_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/fork" ) func TestMainnet_UpgradeToDeneb(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__fork_transition__transition_test.go b/testing/spectest/mainnet/deneb__fork_transition__transition_test.go index bf411b88a5..7acc2e37d1 100644 --- a/testing/spectest/mainnet/deneb__fork_transition__transition_test.go +++ b/testing/spectest/mainnet/deneb__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/fork" ) func TestMainnet_Deneb_Transition(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__forkchoice__forkchoice_test.go b/testing/spectest/mainnet/deneb__forkchoice__forkchoice_test.go index cb7c634785..b8a70331b5 100644 --- a/testing/spectest/mainnet/deneb__forkchoice__forkchoice_test.go +++ b/testing/spectest/mainnet/deneb__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMainnet_Deneb_Forkchoice(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__light_client__single_merkle_proof_test.go b/testing/spectest/mainnet/deneb__light_client__single_merkle_proof_test.go index 365ad743b7..e14ded39a1 100644 --- a/testing/spectest/mainnet/deneb__light_client__single_merkle_proof_test.go +++ b/testing/spectest/mainnet/deneb__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Deneb_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__merkle_proof__merkle_proof_test.go b/testing/spectest/mainnet/deneb__merkle_proof__merkle_proof_test.go index 9c6a901c57..e3d21d2a60 100644 --- a/testing/spectest/mainnet/deneb__merkle_proof__merkle_proof_test.go +++ b/testing/spectest/mainnet/deneb__merkle_proof__merkle_proof_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/merkle_proof" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/merkle_proof" ) func TestMainnet_Deneb_MerkleProof(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__attestation_test.go b/testing/spectest/mainnet/deneb__operations__attestation_test.go index 25e5f37a6f..fb20f34924 100644 --- a/testing/spectest/mainnet/deneb__operations__attestation_test.go +++ b/testing/spectest/mainnet/deneb__operations__attestation_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__attester_slashing_test.go b/testing/spectest/mainnet/deneb__operations__attester_slashing_test.go index 17bc78e474..fc640911d8 100644 --- a/testing/spectest/mainnet/deneb__operations__attester_slashing_test.go +++ b/testing/spectest/mainnet/deneb__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__block_header_test.go b/testing/spectest/mainnet/deneb__operations__block_header_test.go index ffcfd90769..c958e69b7b 100644 --- a/testing/spectest/mainnet/deneb__operations__block_header_test.go +++ b/testing/spectest/mainnet/deneb__operations__block_header_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__bls_to_execution_change_test.go b/testing/spectest/mainnet/deneb__operations__bls_to_execution_change_test.go index a35476a1b3..8bebf79793 100644 --- a/testing/spectest/mainnet/deneb__operations__bls_to_execution_change_test.go +++ b/testing/spectest/mainnet/deneb__operations__bls_to_execution_change_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_BLSToExecutionChange(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__deposit_test.go b/testing/spectest/mainnet/deneb__operations__deposit_test.go index 563d305e0d..d23f2b55c0 100644 --- a/testing/spectest/mainnet/deneb__operations__deposit_test.go +++ b/testing/spectest/mainnet/deneb__operations__deposit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__execution_payload_test.go b/testing/spectest/mainnet/deneb__operations__execution_payload_test.go index 57234a52f4..e084a1a519 100644 --- a/testing/spectest/mainnet/deneb__operations__execution_payload_test.go +++ b/testing/spectest/mainnet/deneb__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__proposer_slashing_test.go b/testing/spectest/mainnet/deneb__operations__proposer_slashing_test.go index 6543d213e7..cbcd8ff23d 100644 --- a/testing/spectest/mainnet/deneb__operations__proposer_slashing_test.go +++ b/testing/spectest/mainnet/deneb__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__sync_committee_test.go b/testing/spectest/mainnet/deneb__operations__sync_committee_test.go index d5f5b9c967..d63b0477c3 100644 --- a/testing/spectest/mainnet/deneb__operations__sync_committee_test.go +++ b/testing/spectest/mainnet/deneb__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__voluntary_exit_test.go b/testing/spectest/mainnet/deneb__operations__voluntary_exit_test.go index 2b1e927a44..d204a25a4e 100644 --- a/testing/spectest/mainnet/deneb__operations__voluntary_exit_test.go +++ b/testing/spectest/mainnet/deneb__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__operations__withdrawals_test.go b/testing/spectest/mainnet/deneb__operations__withdrawals_test.go index 7f17bd1b0b..9f1c0b9a4e 100644 --- a/testing/spectest/mainnet/deneb__operations__withdrawals_test.go +++ b/testing/spectest/mainnet/deneb__operations__withdrawals_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMainnet_Deneb_Operations_Withdrawals(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__random__random_test.go b/testing/spectest/mainnet/deneb__random__random_test.go index e3bf2d6a41..970a20c767 100644 --- a/testing/spectest/mainnet/deneb__random__random_test.go +++ b/testing/spectest/mainnet/deneb__random__random_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/sanity" ) func TestMainnet_Deneb_Random(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__rewards__rewards_test.go b/testing/spectest/mainnet/deneb__rewards__rewards_test.go index 9cad2025a7..c271a17404 100644 --- a/testing/spectest/mainnet/deneb__rewards__rewards_test.go +++ b/testing/spectest/mainnet/deneb__rewards__rewards_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/rewards" ) func TestMainnet_Deneb_Rewards(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__sanity__blocks_test.go b/testing/spectest/mainnet/deneb__sanity__blocks_test.go index 409a06f419..d1fdf08621 100644 --- a/testing/spectest/mainnet/deneb__sanity__blocks_test.go +++ b/testing/spectest/mainnet/deneb__sanity__blocks_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/sanity" ) func TestMainnet_Deneb_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__sanity__slots_test.go b/testing/spectest/mainnet/deneb__sanity__slots_test.go index d8809a60aa..69d53b00fe 100644 --- a/testing/spectest/mainnet/deneb__sanity__slots_test.go +++ b/testing/spectest/mainnet/deneb__sanity__slots_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/sanity" ) func TestMainnet_Deneb_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/mainnet/deneb__ssz_static__ssz_static_test.go b/testing/spectest/mainnet/deneb__ssz_static__ssz_static_test.go index 7e753865ff..8f45aad3ba 100644 --- a/testing/spectest/mainnet/deneb__ssz_static__ssz_static_test.go +++ b/testing/spectest/mainnet/deneb__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/ssz_static" ) func TestMainnet_Deneb_SSZStatic(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__effective_balance_updates_test.go b/testing/spectest/mainnet/electra__epoch_processing__effective_balance_updates_test.go index c449423e41..d8457e9719 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_electra_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__eth1_data_reset_test.go b/testing/spectest/mainnet/electra__epoch_processing__eth1_data_reset_test.go index 76298f1d98..bbd617e9c8 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__historical_summaries_update_test.go b/testing/spectest/mainnet/electra__epoch_processing__historical_summaries_update_test.go index 7c0c5fa931..896e2227bc 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__historical_summaries_update_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__historical_summaries_update_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_HistoricalSummariesUpdate(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__inactivity_updates_test.go b/testing/spectest/mainnet/electra__epoch_processing__inactivity_updates_test.go index d0a5dcb83b..e4b2a07885 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__justification_and_finalization_test.go b/testing/spectest/mainnet/electra__epoch_processing__justification_and_finalization_test.go index b254055e8f..e92417647f 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__participation_flag_updates_test.go b/testing/spectest/mainnet/electra__epoch_processing__participation_flag_updates_test.go index 895227d613..b69802c9a2 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__pending_consolidations_test.go b/testing/spectest/mainnet/electra__epoch_processing__pending_consolidations_test.go index 9c37903eba..40bf3b19ed 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__pending_consolidations_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__pending_consolidations_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_PendingConsolidations(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__pending_deposits_updates_test.go b/testing/spectest/mainnet/electra__epoch_processing__pending_deposits_updates_test.go index 907e1c0cde..869b45e904 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__pending_deposits_updates_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__pending_deposits_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_PendingDeposits(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/mainnet/electra__epoch_processing__randao_mixes_reset_test.go index f4e627b80d..7602684b7d 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__registry_updates_test.go b/testing/spectest/mainnet/electra__epoch_processing__registry_updates_test.go index 6eecc9f7f5..ff3e790ca0 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__registry_updates_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_RegistryUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/mainnet/electra__epoch_processing__rewards_and_penalties_test.go index 1bd1368bd2..8115604411 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__slashings_reset_test.go b/testing/spectest/mainnet/electra__epoch_processing__slashings_reset_test.go index a29c86dd1f..27c7331422 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__epoch_processing__slashings_test.go b/testing/spectest/mainnet/electra__epoch_processing__slashings_test.go index 706f4f136a..44cabc3857 100644 --- a/testing/spectest/mainnet/electra__epoch_processing__slashings_test.go +++ b/testing/spectest/mainnet/electra__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMainnet_Electra_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__finality__finality_test.go b/testing/spectest/mainnet/electra__finality__finality_test.go index 638b7f7933..e4abee2b63 100644 --- a/testing/spectest/mainnet/electra__finality__finality_test.go +++ b/testing/spectest/mainnet/electra__finality__finality_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/finality" ) func TestMainnet_Electra_Finality(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__fork_helper__upgrade_to_electra_test.go b/testing/spectest/mainnet/electra__fork_helper__upgrade_to_electra_test.go index 79fea1a3d5..2559ef6904 100644 --- a/testing/spectest/mainnet/electra__fork_helper__upgrade_to_electra_test.go +++ b/testing/spectest/mainnet/electra__fork_helper__upgrade_to_electra_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/fork" ) func TestMainnet_UpgradeToElectra(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__fork_transition__transition_test.go b/testing/spectest/mainnet/electra__fork_transition__transition_test.go index 00a0fc86ae..1c104f0926 100644 --- a/testing/spectest/mainnet/electra__fork_transition__transition_test.go +++ b/testing/spectest/mainnet/electra__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/fork" ) func TestMainnet_Electra_Transition(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__forkchoice__forkchoice_test.go b/testing/spectest/mainnet/electra__forkchoice__forkchoice_test.go index 7ce9594138..915f263954 100644 --- a/testing/spectest/mainnet/electra__forkchoice__forkchoice_test.go +++ b/testing/spectest/mainnet/electra__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMainnet_Electra_Forkchoice(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__light_client__single_merkle_proof_test.go b/testing/spectest/mainnet/electra__light_client__single_merkle_proof_test.go index 18ca1761e5..ff3e0d4072 100644 --- a/testing/spectest/mainnet/electra__light_client__single_merkle_proof_test.go +++ b/testing/spectest/mainnet/electra__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Electra_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__merkle_proof__merkle_proof_test.go b/testing/spectest/mainnet/electra__merkle_proof__merkle_proof_test.go index 08108b6846..36eeaeb2e7 100644 --- a/testing/spectest/mainnet/electra__merkle_proof__merkle_proof_test.go +++ b/testing/spectest/mainnet/electra__merkle_proof__merkle_proof_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/merkle_proof" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/merkle_proof" ) func TestMainnet_Electra_MerkleProof(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__attestation_test.go b/testing/spectest/mainnet/electra__operations__attestation_test.go index 895a54be7c..79f8fd3a43 100644 --- a/testing/spectest/mainnet/electra__operations__attestation_test.go +++ b/testing/spectest/mainnet/electra__operations__attestation_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__attester_slashing_test.go b/testing/spectest/mainnet/electra__operations__attester_slashing_test.go index e00413ec6e..a287320554 100644 --- a/testing/spectest/mainnet/electra__operations__attester_slashing_test.go +++ b/testing/spectest/mainnet/electra__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__block_header_test.go b/testing/spectest/mainnet/electra__operations__block_header_test.go index 11d62ad954..73950d60c6 100644 --- a/testing/spectest/mainnet/electra__operations__block_header_test.go +++ b/testing/spectest/mainnet/electra__operations__block_header_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__bls_to_execution_change_test.go b/testing/spectest/mainnet/electra__operations__bls_to_execution_change_test.go index f3aa0c1cd7..65803e00dd 100644 --- a/testing/spectest/mainnet/electra__operations__bls_to_execution_change_test.go +++ b/testing/spectest/mainnet/electra__operations__bls_to_execution_change_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_BLSToExecutionChange(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__consolidation_test.go b/testing/spectest/mainnet/electra__operations__consolidation_test.go index 25d47a9825..201e1f5bc1 100644 --- a/testing/spectest/mainnet/electra__operations__consolidation_test.go +++ b/testing/spectest/mainnet/electra__operations__consolidation_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_Consolidation(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__deposit_requests_test.go b/testing/spectest/mainnet/electra__operations__deposit_requests_test.go index b97524d510..f9f59c1620 100644 --- a/testing/spectest/mainnet/electra__operations__deposit_requests_test.go +++ b/testing/spectest/mainnet/electra__operations__deposit_requests_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_DepositRequests(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__deposit_test.go b/testing/spectest/mainnet/electra__operations__deposit_test.go index dc06c5b685..f2701061c6 100644 --- a/testing/spectest/mainnet/electra__operations__deposit_test.go +++ b/testing/spectest/mainnet/electra__operations__deposit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__execution_layer_withdrawals_test.go b/testing/spectest/mainnet/electra__operations__execution_layer_withdrawals_test.go index 1ec0fb6a7f..9fd3cc60ad 100644 --- a/testing/spectest/mainnet/electra__operations__execution_layer_withdrawals_test.go +++ b/testing/spectest/mainnet/electra__operations__execution_layer_withdrawals_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_WithdrawalRequest(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__execution_payload_test.go b/testing/spectest/mainnet/electra__operations__execution_payload_test.go index a5df3129c5..9926b74488 100644 --- a/testing/spectest/mainnet/electra__operations__execution_payload_test.go +++ b/testing/spectest/mainnet/electra__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__proposer_slashing_test.go b/testing/spectest/mainnet/electra__operations__proposer_slashing_test.go index 3054c692a3..6f2c25cb44 100644 --- a/testing/spectest/mainnet/electra__operations__proposer_slashing_test.go +++ b/testing/spectest/mainnet/electra__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__sync_committee_test.go b/testing/spectest/mainnet/electra__operations__sync_committee_test.go index d29612f0e2..32ab6a3a5d 100644 --- a/testing/spectest/mainnet/electra__operations__sync_committee_test.go +++ b/testing/spectest/mainnet/electra__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__voluntary_exit_test.go b/testing/spectest/mainnet/electra__operations__voluntary_exit_test.go index 5c692cbdcf..cf9db72185 100644 --- a/testing/spectest/mainnet/electra__operations__voluntary_exit_test.go +++ b/testing/spectest/mainnet/electra__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__operations__withdrawals_test.go b/testing/spectest/mainnet/electra__operations__withdrawals_test.go index 59a24e2ab2..852f242f8a 100644 --- a/testing/spectest/mainnet/electra__operations__withdrawals_test.go +++ b/testing/spectest/mainnet/electra__operations__withdrawals_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_Withdrawals(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__random__random_test.go b/testing/spectest/mainnet/electra__random__random_test.go index cf69d5cc1e..a0722ac201 100644 --- a/testing/spectest/mainnet/electra__random__random_test.go +++ b/testing/spectest/mainnet/electra__random__random_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/sanity" ) func TestMainnet_Electra_Random(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__rewards__rewards_test.go b/testing/spectest/mainnet/electra__rewards__rewards_test.go index 7267ba4563..8826c4b045 100644 --- a/testing/spectest/mainnet/electra__rewards__rewards_test.go +++ b/testing/spectest/mainnet/electra__rewards__rewards_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/rewards" ) func TestMainnet_Electra_Rewards(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__sanity__blocks_test.go b/testing/spectest/mainnet/electra__sanity__blocks_test.go index abb6f047ff..c848754b6d 100644 --- a/testing/spectest/mainnet/electra__sanity__blocks_test.go +++ b/testing/spectest/mainnet/electra__sanity__blocks_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/sanity" ) func TestMainnet_Electra_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__sanity__slots_test.go b/testing/spectest/mainnet/electra__sanity__slots_test.go index 50e845ee29..43a25dd3c2 100644 --- a/testing/spectest/mainnet/electra__sanity__slots_test.go +++ b/testing/spectest/mainnet/electra__sanity__slots_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/sanity" ) func TestMainnet_Electra_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/mainnet/electra__ssz_static__ssz_static_test.go b/testing/spectest/mainnet/electra__ssz_static__ssz_static_test.go index 11b4b904b9..61d65f784b 100644 --- a/testing/spectest/mainnet/electra__ssz_static__ssz_static_test.go +++ b/testing/spectest/mainnet/electra__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/ssz_static" ) func TestMainnet_Electra_SSZStatic(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__effective_balance_updates_test.go b/testing/spectest/mainnet/fulu__epoch_processing__effective_balance_updates_test.go index 0abb667c70..0500d40dbc 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_fulu_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__eth1_data_reset_test.go b/testing/spectest/mainnet/fulu__epoch_processing__eth1_data_reset_test.go index 391169f029..2f547acf53 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__historical_summaries_update_test.go b/testing/spectest/mainnet/fulu__epoch_processing__historical_summaries_update_test.go index 1b6bf8f081..567a1be5d3 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__historical_summaries_update_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__historical_summaries_update_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_HistoricalSummariesUpdate(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__inactivity_updates_test.go b/testing/spectest/mainnet/fulu__epoch_processing__inactivity_updates_test.go index f2bd5d419b..621000e8c3 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__justification_and_finalization_test.go b/testing/spectest/mainnet/fulu__epoch_processing__justification_and_finalization_test.go index a277be899f..1bdc0b291e 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__participation_flag_updates_test.go b/testing/spectest/mainnet/fulu__epoch_processing__participation_flag_updates_test.go index 4d93f23f59..6a109e2c6c 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__pending_consolidations_test.go b/testing/spectest/mainnet/fulu__epoch_processing__pending_consolidations_test.go index 1e774642ef..9510c2463c 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__pending_consolidations_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__pending_consolidations_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_PendingConsolidations(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__pending_deposits_updates_test.go b/testing/spectest/mainnet/fulu__epoch_processing__pending_deposits_updates_test.go index dfc4123859..e1386d23b2 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__pending_deposits_updates_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__pending_deposits_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_PendingDeposits(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__proposer_lookahead_test.go b/testing/spectest/mainnet/fulu__epoch_processing__proposer_lookahead_test.go index 3ddb6a89a6..7b77cabc9d 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__proposer_lookahead_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__proposer_lookahead_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_fulu_EpochProcessing_ProposerLookahead(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/mainnet/fulu__epoch_processing__randao_mixes_reset_test.go index b8c3c53c44..1ade5dbb3a 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__registry_updates_test.go b/testing/spectest/mainnet/fulu__epoch_processing__registry_updates_test.go index 91ae44cabe..d684e857d6 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__registry_updates_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_RegistryUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/mainnet/fulu__epoch_processing__rewards_and_penalties_test.go index 909a9a5247..d41404603e 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__slashings_reset_test.go b/testing/spectest/mainnet/fulu__epoch_processing__slashings_reset_test.go index 20d830ad19..c0d71e6b7f 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__epoch_processing__slashings_test.go b/testing/spectest/mainnet/fulu__epoch_processing__slashings_test.go index aff33e3d02..9a01933d14 100644 --- a/testing/spectest/mainnet/fulu__epoch_processing__slashings_test.go +++ b/testing/spectest/mainnet/fulu__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMainnet_Fulu_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__finality__finality_test.go b/testing/spectest/mainnet/fulu__finality__finality_test.go index 27df315db3..aef3c0d027 100644 --- a/testing/spectest/mainnet/fulu__finality__finality_test.go +++ b/testing/spectest/mainnet/fulu__finality__finality_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/finality" ) func TestMainnet_Fulu_Finality(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__fork__upgrade_to_fulu_test.go b/testing/spectest/mainnet/fulu__fork__upgrade_to_fulu_test.go index 1378ba768f..d1ef8bd388 100644 --- a/testing/spectest/mainnet/fulu__fork__upgrade_to_fulu_test.go +++ b/testing/spectest/mainnet/fulu__fork__upgrade_to_fulu_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/fork" ) func TestMainnet_UpgradeToFulu(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__fork_transition__transition_test.go b/testing/spectest/mainnet/fulu__fork_transition__transition_test.go index 31a4d38dd0..ee52b938d2 100644 --- a/testing/spectest/mainnet/fulu__fork_transition__transition_test.go +++ b/testing/spectest/mainnet/fulu__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/fork" ) func TestMainnet_Fulu_Transition(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__forkchoice__forkchoice_test.go b/testing/spectest/mainnet/fulu__forkchoice__forkchoice_test.go index 143240e465..446193bc48 100644 --- a/testing/spectest/mainnet/fulu__forkchoice__forkchoice_test.go +++ b/testing/spectest/mainnet/fulu__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMainnet_Fulu_Forkchoice(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__light_client__single_merkle_proof_test.go b/testing/spectest/mainnet/fulu__light_client__single_merkle_proof_test.go index e073c02b42..aaab983205 100644 --- a/testing/spectest/mainnet/fulu__light_client__single_merkle_proof_test.go +++ b/testing/spectest/mainnet/fulu__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Fulu_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__merkle_proof__merkle_proof_test.go b/testing/spectest/mainnet/fulu__merkle_proof__merkle_proof_test.go index f6596fa3a4..1e4558a2bd 100644 --- a/testing/spectest/mainnet/fulu__merkle_proof__merkle_proof_test.go +++ b/testing/spectest/mainnet/fulu__merkle_proof__merkle_proof_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/merkle_proof" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/merkle_proof" ) func TestMainnet_Fulu_MerkleProof(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__networking__custody_groups_test.go b/testing/spectest/mainnet/fulu__networking__custody_groups_test.go index 0116edffec..86f2ca3ecc 100644 --- a/testing/spectest/mainnet/fulu__networking__custody_groups_test.go +++ b/testing/spectest/mainnet/fulu__networking__custody_groups_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/networking" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/networking" ) func TestMainnet_Fulu_Networking_CustodyGroups(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__attestation_test.go b/testing/spectest/mainnet/fulu__operations__attestation_test.go index ec09eeb7e1..a3d75c579c 100644 --- a/testing/spectest/mainnet/fulu__operations__attestation_test.go +++ b/testing/spectest/mainnet/fulu__operations__attestation_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__attester_slashing_test.go b/testing/spectest/mainnet/fulu__operations__attester_slashing_test.go index c933f3c482..a70c29ffa5 100644 --- a/testing/spectest/mainnet/fulu__operations__attester_slashing_test.go +++ b/testing/spectest/mainnet/fulu__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__block_header_test.go b/testing/spectest/mainnet/fulu__operations__block_header_test.go index a5e0a08b4f..3a08ee0ead 100644 --- a/testing/spectest/mainnet/fulu__operations__block_header_test.go +++ b/testing/spectest/mainnet/fulu__operations__block_header_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__bls_to_execution_change_test.go b/testing/spectest/mainnet/fulu__operations__bls_to_execution_change_test.go index d549c2cbe2..20fe3f6a65 100644 --- a/testing/spectest/mainnet/fulu__operations__bls_to_execution_change_test.go +++ b/testing/spectest/mainnet/fulu__operations__bls_to_execution_change_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_BLSToExecutionChange(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__consolidation_test.go b/testing/spectest/mainnet/fulu__operations__consolidation_test.go index b957d5cf90..d5e599ffc1 100644 --- a/testing/spectest/mainnet/fulu__operations__consolidation_test.go +++ b/testing/spectest/mainnet/fulu__operations__consolidation_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_Consolidation(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__deposit_requests_test.go b/testing/spectest/mainnet/fulu__operations__deposit_requests_test.go index c8c7de74b5..32a88fcec1 100644 --- a/testing/spectest/mainnet/fulu__operations__deposit_requests_test.go +++ b/testing/spectest/mainnet/fulu__operations__deposit_requests_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_DepositRequests(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__deposit_test.go b/testing/spectest/mainnet/fulu__operations__deposit_test.go index 26ec66f2a7..46b6cdf840 100644 --- a/testing/spectest/mainnet/fulu__operations__deposit_test.go +++ b/testing/spectest/mainnet/fulu__operations__deposit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__execution_layer_withdrawals_test.go b/testing/spectest/mainnet/fulu__operations__execution_layer_withdrawals_test.go index 712895cd82..94009ef3e8 100644 --- a/testing/spectest/mainnet/fulu__operations__execution_layer_withdrawals_test.go +++ b/testing/spectest/mainnet/fulu__operations__execution_layer_withdrawals_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_WithdrawalRequest(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__execution_payload_test.go b/testing/spectest/mainnet/fulu__operations__execution_payload_test.go index 84776eaffe..67be879741 100644 --- a/testing/spectest/mainnet/fulu__operations__execution_payload_test.go +++ b/testing/spectest/mainnet/fulu__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__proposer_slashing_test.go b/testing/spectest/mainnet/fulu__operations__proposer_slashing_test.go index b31d245b7b..5adcd7d28b 100644 --- a/testing/spectest/mainnet/fulu__operations__proposer_slashing_test.go +++ b/testing/spectest/mainnet/fulu__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__sync_committee_test.go b/testing/spectest/mainnet/fulu__operations__sync_committee_test.go index 03061e92d2..7ffd060635 100644 --- a/testing/spectest/mainnet/fulu__operations__sync_committee_test.go +++ b/testing/spectest/mainnet/fulu__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__voluntary_exit_test.go b/testing/spectest/mainnet/fulu__operations__voluntary_exit_test.go index afd0aa282d..94a0fc11aa 100644 --- a/testing/spectest/mainnet/fulu__operations__voluntary_exit_test.go +++ b/testing/spectest/mainnet/fulu__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__operations__withdrawals_test.go b/testing/spectest/mainnet/fulu__operations__withdrawals_test.go index a72cbafa69..bb78df79f1 100644 --- a/testing/spectest/mainnet/fulu__operations__withdrawals_test.go +++ b/testing/spectest/mainnet/fulu__operations__withdrawals_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_Withdrawals(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__random__random_test.go b/testing/spectest/mainnet/fulu__random__random_test.go index e31ed9a46e..8095795090 100644 --- a/testing/spectest/mainnet/fulu__random__random_test.go +++ b/testing/spectest/mainnet/fulu__random__random_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/sanity" ) func TestMainnet_Fulu_Random(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__rewards__rewards_test.go b/testing/spectest/mainnet/fulu__rewards__rewards_test.go index 131179191e..887f6e5328 100644 --- a/testing/spectest/mainnet/fulu__rewards__rewards_test.go +++ b/testing/spectest/mainnet/fulu__rewards__rewards_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/rewards" ) func TestMainnet_Fulu_Rewards(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__sanity__blocks_test.go b/testing/spectest/mainnet/fulu__sanity__blocks_test.go index 191cb37273..1d3a7ba5c8 100644 --- a/testing/spectest/mainnet/fulu__sanity__blocks_test.go +++ b/testing/spectest/mainnet/fulu__sanity__blocks_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/sanity" ) func TestMainnet_Fulu_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__sanity__slots_test.go b/testing/spectest/mainnet/fulu__sanity__slots_test.go index 4d52c0ed76..db571de59e 100644 --- a/testing/spectest/mainnet/fulu__sanity__slots_test.go +++ b/testing/spectest/mainnet/fulu__sanity__slots_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/sanity" ) func TestMainnet_Fulu_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/mainnet/fulu__ssz_static__ssz_static_test.go b/testing/spectest/mainnet/fulu__ssz_static__ssz_static_test.go index 473e60094e..ce1ee67689 100644 --- a/testing/spectest/mainnet/fulu__ssz_static__ssz_static_test.go +++ b/testing/spectest/mainnet/fulu__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/ssz_static" ) func TestMainnet_Fulu_SSZStatic(t *testing.T) { diff --git a/testing/spectest/mainnet/gloas__ssz_static__ssz_static_test.go b/testing/spectest/mainnet/gloas__ssz_static__ssz_static_test.go index 653e9d340e..3d63dce958 100644 --- a/testing/spectest/mainnet/gloas__ssz_static__ssz_static_test.go +++ b/testing/spectest/mainnet/gloas__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/gloas/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/gloas/ssz_static" ) func TestMainnet_Gloas_SSZStatic(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__effective_balance_updates_test.go b/testing/spectest/mainnet/phase0__epoch_processing__effective_balance_updates_test.go index f41a3f8927..18e03ca73c 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__epoch_processing_test.go b/testing/spectest/mainnet/phase0__epoch_processing__epoch_processing_test.go index df0103e8e1..cc4ef4dbd7 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__epoch_processing_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__epoch_processing_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) func TestMain(m *testing.M) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__eth1_data_reset_test.go b/testing/spectest/mainnet/phase0__epoch_processing__eth1_data_reset_test.go index 0dddf4f449..79b51353a7 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__historical_roots_update_test.go b/testing/spectest/mainnet/phase0__epoch_processing__historical_roots_update_test.go index 0f48927225..af3ac5a57d 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__historical_roots_update_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__historical_roots_update_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_HistoricalRootsUpdate(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__justification_and_finalization_test.go b/testing/spectest/mainnet/phase0__epoch_processing__justification_and_finalization_test.go index f973afb8a6..07ffbdc955 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__participation_record_updates_test.go b/testing/spectest/mainnet/phase0__epoch_processing__participation_record_updates_test.go index 1d51e3474f..88fee16320 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__participation_record_updates_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__participation_record_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_ParticipationRecordUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/mainnet/phase0__epoch_processing__randao_mixes_reset_test.go index 010145d932..b49b081024 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__registry_updates_test.go b/testing/spectest/mainnet/phase0__epoch_processing__registry_updates_test.go index 3bf29c0bad..bb84ff97dd 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__registry_updates_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/mainnet/phase0__epoch_processing__rewards_and_penalties_test.go index bd8ad7d45e..3d3ca1aa9f 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__slashings_reset_test.go b/testing/spectest/mainnet/phase0__epoch_processing__slashings_reset_test.go index 02786667fd..c1f04e9184 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__epoch_processing__slashings_test.go b/testing/spectest/mainnet/phase0__epoch_processing__slashings_test.go index ce8c2bbc6d..8fff3ab5cd 100644 --- a/testing/spectest/mainnet/phase0__epoch_processing__slashings_test.go +++ b/testing/spectest/mainnet/phase0__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMainnet_Phase0_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__finality__finality_test.go b/testing/spectest/mainnet/phase0__finality__finality_test.go index 8d712269ab..255db62812 100644 --- a/testing/spectest/mainnet/phase0__finality__finality_test.go +++ b/testing/spectest/mainnet/phase0__finality__finality_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/finality" ) func TestMainnet_Phase0_Finality(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__operations__attestation_test.go b/testing/spectest/mainnet/phase0__operations__attestation_test.go index b1c06bde9f..43d3a6fe7a 100644 --- a/testing/spectest/mainnet/phase0__operations__attestation_test.go +++ b/testing/spectest/mainnet/phase0__operations__attestation_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMainnet_Phase0_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__operations__attester_slashing_test.go b/testing/spectest/mainnet/phase0__operations__attester_slashing_test.go index e60d6af116..9a37875fda 100644 --- a/testing/spectest/mainnet/phase0__operations__attester_slashing_test.go +++ b/testing/spectest/mainnet/phase0__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMainnet_Phase0_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__operations__block_header_test.go b/testing/spectest/mainnet/phase0__operations__block_header_test.go index ccffa92a9e..9a004bce60 100644 --- a/testing/spectest/mainnet/phase0__operations__block_header_test.go +++ b/testing/spectest/mainnet/phase0__operations__block_header_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMainnet_Phase0_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__operations__deposit_test.go b/testing/spectest/mainnet/phase0__operations__deposit_test.go index 70898e3e2d..77cb418b94 100644 --- a/testing/spectest/mainnet/phase0__operations__deposit_test.go +++ b/testing/spectest/mainnet/phase0__operations__deposit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMainnet_Phase0_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__operations__proposer_slashing_test.go b/testing/spectest/mainnet/phase0__operations__proposer_slashing_test.go index 30fc795629..de6482ee3b 100644 --- a/testing/spectest/mainnet/phase0__operations__proposer_slashing_test.go +++ b/testing/spectest/mainnet/phase0__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMainnet_Phase0_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__operations__voluntary_exit_test.go b/testing/spectest/mainnet/phase0__operations__voluntary_exit_test.go index f37295e81d..003b2d3724 100644 --- a/testing/spectest/mainnet/phase0__operations__voluntary_exit_test.go +++ b/testing/spectest/mainnet/phase0__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMainnet_Phase0_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__random__random_test.go b/testing/spectest/mainnet/phase0__random__random_test.go index fe631bd03f..30ad28571a 100644 --- a/testing/spectest/mainnet/phase0__random__random_test.go +++ b/testing/spectest/mainnet/phase0__random__random_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/sanity" ) func TestMainnet_Phase0_Random(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__rewards__rewards_test.go b/testing/spectest/mainnet/phase0__rewards__rewards_test.go index 21d99009a5..d76b04e298 100644 --- a/testing/spectest/mainnet/phase0__rewards__rewards_test.go +++ b/testing/spectest/mainnet/phase0__rewards__rewards_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/rewards" ) func TestMainnet_Phase0_Rewards(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__sanity__blocks_test.go b/testing/spectest/mainnet/phase0__sanity__blocks_test.go index c7344cc109..9ce4bd2ad5 100644 --- a/testing/spectest/mainnet/phase0__sanity__blocks_test.go +++ b/testing/spectest/mainnet/phase0__sanity__blocks_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/sanity" ) func TestMainnet_Phase0_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__sanity__slots_test.go b/testing/spectest/mainnet/phase0__sanity__slots_test.go index 8ac09e6f97..2ff619d082 100644 --- a/testing/spectest/mainnet/phase0__sanity__slots_test.go +++ b/testing/spectest/mainnet/phase0__sanity__slots_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/sanity" ) func TestMainnet_Phase0_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/mainnet/phase0__ssz_static__ssz_static_test.go b/testing/spectest/mainnet/phase0__ssz_static__ssz_static_test.go index 651bed824d..34a25f36e6 100644 --- a/testing/spectest/mainnet/phase0__ssz_static__ssz_static_test.go +++ b/testing/spectest/mainnet/phase0__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package mainnet import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/ssz_static" ) func TestMainnet_Phase0_SSZStatic(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__effective_balance_updates_test.go b/testing/spectest/minimal/altair__epoch_processing__effective_balance_updates_test.go index ae4fce99be..b14dacb3bb 100644 --- a/testing/spectest/minimal/altair__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__eth1_data_reset_test.go b/testing/spectest/minimal/altair__epoch_processing__eth1_data_reset_test.go index 1202b906bc..947cd43239 100644 --- a/testing/spectest/minimal/altair__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__historical_roots_update_test.go b/testing/spectest/minimal/altair__epoch_processing__historical_roots_update_test.go index bf3498da01..26306d8112 100644 --- a/testing/spectest/minimal/altair__epoch_processing__historical_roots_update_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__historical_roots_update_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_HistoricalRootsUpdate(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__inactivity_updates_test.go b/testing/spectest/minimal/altair__epoch_processing__inactivity_updates_test.go index 465cfef719..8caca7daae 100644 --- a/testing/spectest/minimal/altair__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__justification_and_finalization_test.go b/testing/spectest/minimal/altair__epoch_processing__justification_and_finalization_test.go index b388691fa7..b88565ab49 100644 --- a/testing/spectest/minimal/altair__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__participation_flag_updates_test.go b/testing/spectest/minimal/altair__epoch_processing__participation_flag_updates_test.go index 59573063ee..74e16fb75c 100644 --- a/testing/spectest/minimal/altair__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/minimal/altair__epoch_processing__randao_mixes_reset_test.go index 18c3f9bec3..6a78764486 100644 --- a/testing/spectest/minimal/altair__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__registry_updates_test.go b/testing/spectest/minimal/altair__epoch_processing__registry_updates_test.go index 262deee996..e0a3f7d9d5 100644 --- a/testing/spectest/minimal/altair__epoch_processing__registry_updates_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/minimal/altair__epoch_processing__rewards_and_penalties_test.go index 6d72fd164b..788a654aa5 100644 --- a/testing/spectest/minimal/altair__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__slashings_reset_test.go b/testing/spectest/minimal/altair__epoch_processing__slashings_reset_test.go index 74a8b7e7ee..dcb7a88fde 100644 --- a/testing/spectest/minimal/altair__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/minimal/altair__epoch_processing__slashings_test.go b/testing/spectest/minimal/altair__epoch_processing__slashings_test.go index 94d82f8a1a..1b58c2909f 100644 --- a/testing/spectest/minimal/altair__epoch_processing__slashings_test.go +++ b/testing/spectest/minimal/altair__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing" ) func TestMinimal_Altair_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/minimal/altair__finality__finality_test.go b/testing/spectest/minimal/altair__finality__finality_test.go index 7be4b3f71c..96d913b2e5 100644 --- a/testing/spectest/minimal/altair__finality__finality_test.go +++ b/testing/spectest/minimal/altair__finality__finality_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/finality" ) func TestMinimal_Altair_Finality(t *testing.T) { diff --git a/testing/spectest/minimal/altair__fork__upgrade_to_altair_test.go b/testing/spectest/minimal/altair__fork__upgrade_to_altair_test.go index 998b2fbce2..7e978de066 100644 --- a/testing/spectest/minimal/altair__fork__upgrade_to_altair_test.go +++ b/testing/spectest/minimal/altair__fork__upgrade_to_altair_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/fork" ) func TestMinimal_Altair_UpgradeToAltair(t *testing.T) { diff --git a/testing/spectest/minimal/altair__fork_transition__transition_test.go b/testing/spectest/minimal/altair__fork_transition__transition_test.go index 6e9f206979..f77e14b480 100644 --- a/testing/spectest/minimal/altair__fork_transition__transition_test.go +++ b/testing/spectest/minimal/altair__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/fork" ) func TestMinimal_Altair_Transition(t *testing.T) { diff --git a/testing/spectest/minimal/altair__forkchoice__forkchoice_test.go b/testing/spectest/minimal/altair__forkchoice__forkchoice_test.go index c3af51fdf2..2e6b6b9c54 100644 --- a/testing/spectest/minimal/altair__forkchoice__forkchoice_test.go +++ b/testing/spectest/minimal/altair__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMinimal_Altair_Forkchoice(t *testing.T) { diff --git a/testing/spectest/minimal/altair__light_client__single_merkle_proof_test.go b/testing/spectest/minimal/altair__light_client__single_merkle_proof_test.go index 386ae8bb49..3996c321d3 100644 --- a/testing/spectest/minimal/altair__light_client__single_merkle_proof_test.go +++ b/testing/spectest/minimal/altair__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Altair_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/minimal/altair__light_client__update_ranking_test.go b/testing/spectest/minimal/altair__light_client__update_ranking_test.go index c70afd5505..0ac087ace0 100644 --- a/testing/spectest/minimal/altair__light_client__update_ranking_test.go +++ b/testing/spectest/minimal/altair__light_client__update_ranking_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Altair_LightClient_UpdateRanking(t *testing.T) { diff --git a/testing/spectest/minimal/altair__operations__attestation_test.go b/testing/spectest/minimal/altair__operations__attestation_test.go index 113f68b262..10cbc3be3f 100644 --- a/testing/spectest/minimal/altair__operations__attestation_test.go +++ b/testing/spectest/minimal/altair__operations__attestation_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMinimal_Altair_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/minimal/altair__operations__attester_slashing_test.go b/testing/spectest/minimal/altair__operations__attester_slashing_test.go index 59378a7361..0f28e1fec7 100644 --- a/testing/spectest/minimal/altair__operations__attester_slashing_test.go +++ b/testing/spectest/minimal/altair__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMinimal_Altair_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/altair__operations__block_header_test.go b/testing/spectest/minimal/altair__operations__block_header_test.go index d9b4827d6c..207f563482 100644 --- a/testing/spectest/minimal/altair__operations__block_header_test.go +++ b/testing/spectest/minimal/altair__operations__block_header_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMinimal_Altair_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/minimal/altair__operations__deposit_test.go b/testing/spectest/minimal/altair__operations__deposit_test.go index 42525b903c..49619f56a7 100644 --- a/testing/spectest/minimal/altair__operations__deposit_test.go +++ b/testing/spectest/minimal/altair__operations__deposit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMinimal_Altair_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/minimal/altair__operations__proposer_slashing_test.go b/testing/spectest/minimal/altair__operations__proposer_slashing_test.go index e7808d7d6f..7e615a6c7b 100644 --- a/testing/spectest/minimal/altair__operations__proposer_slashing_test.go +++ b/testing/spectest/minimal/altair__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMinimal_Altair_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/altair__operations__sync_committee_test.go b/testing/spectest/minimal/altair__operations__sync_committee_test.go index 7a865b2108..a3a64fe380 100644 --- a/testing/spectest/minimal/altair__operations__sync_committee_test.go +++ b/testing/spectest/minimal/altair__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMinimal_Altair_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/minimal/altair__operations__voluntary_exit_test.go b/testing/spectest/minimal/altair__operations__voluntary_exit_test.go index 99f8837b60..8458377b9e 100644 --- a/testing/spectest/minimal/altair__operations__voluntary_exit_test.go +++ b/testing/spectest/minimal/altair__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations" ) func TestMinimal_Altair_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/minimal/altair__random__random_test.go b/testing/spectest/minimal/altair__random__random_test.go index 7f6040201f..4b27aa2257 100644 --- a/testing/spectest/minimal/altair__random__random_test.go +++ b/testing/spectest/minimal/altair__random__random_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/sanity" ) func TestMinimal_Altair_Random(t *testing.T) { diff --git a/testing/spectest/minimal/altair__rewards__rewards_test.go b/testing/spectest/minimal/altair__rewards__rewards_test.go index 57edff1bdc..ea7fb70dd9 100644 --- a/testing/spectest/minimal/altair__rewards__rewards_test.go +++ b/testing/spectest/minimal/altair__rewards__rewards_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/rewards" ) func TestMinimal_Altair_Rewards(t *testing.T) { diff --git a/testing/spectest/minimal/altair__sanity__blocks_test.go b/testing/spectest/minimal/altair__sanity__blocks_test.go index 1e02d2e86a..b0c59b42aa 100644 --- a/testing/spectest/minimal/altair__sanity__blocks_test.go +++ b/testing/spectest/minimal/altair__sanity__blocks_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/sanity" ) func TestMinimal_Altair_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/minimal/altair__sanity__slots_test.go b/testing/spectest/minimal/altair__sanity__slots_test.go index b2f666cc12..edce8d2b47 100644 --- a/testing/spectest/minimal/altair__sanity__slots_test.go +++ b/testing/spectest/minimal/altair__sanity__slots_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/sanity" ) func TestMinimal_Altair_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/minimal/altair__ssz_static__ssz_static_test.go b/testing/spectest/minimal/altair__ssz_static__ssz_static_test.go index 52e1e5be84..546cf42498 100644 --- a/testing/spectest/minimal/altair__ssz_static__ssz_static_test.go +++ b/testing/spectest/minimal/altair__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/ssz_static" ) func TestMinimal_Altair_SSZStatic(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__effective_balance_updates_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__effective_balance_updates_test.go index bb5ef76180..33f49b6226 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__eth1_data_reset_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__eth1_data_reset_test.go index 6504f01c5a..71117b49af 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__historical_roots_update_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__historical_roots_update_test.go index b9c801cab8..7dbdcad0c5 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__historical_roots_update_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__historical_roots_update_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_HistoricalRootsUpdate(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__inactivity_updates_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__inactivity_updates_test.go index fb0c09e29c..693e44c705 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__justification_and_finalization_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__justification_and_finalization_test.go index 55758f1183..1817b48bf5 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__participation_flag_updates_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__participation_flag_updates_test.go index 7adaa526fa..c560343a58 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__randao_mixes_reset_test.go index 5874084a86..bfc6b23042 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__registry_updates_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__registry_updates_test.go index 00d9e3ba82..6f5393e646 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__registry_updates_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__rewards_and_penalties_test.go index 14b340ffe7..861d1d6a07 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__slashings_reset_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__slashings_reset_test.go index eabf8bc25c..0b973829f4 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__epoch_processing__slashings_test.go b/testing/spectest/minimal/bellatrix__epoch_processing__slashings_test.go index ad1b5a6661..94ffd9e9a9 100644 --- a/testing/spectest/minimal/bellatrix__epoch_processing__slashings_test.go +++ b/testing/spectest/minimal/bellatrix__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing" ) func TestMinimal_Bellatrix_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__finality__finality_test.go b/testing/spectest/minimal/bellatrix__finality__finality_test.go index 0c87711ec5..1ef3a9b423 100644 --- a/testing/spectest/minimal/bellatrix__finality__finality_test.go +++ b/testing/spectest/minimal/bellatrix__finality__finality_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/finality" ) func TestMinimal_Bellatrix_Finality(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__fork__upgrade_to_altair_test.go b/testing/spectest/minimal/bellatrix__fork__upgrade_to_altair_test.go index c2dba75ae3..b11a2a0ad3 100644 --- a/testing/spectest/minimal/bellatrix__fork__upgrade_to_altair_test.go +++ b/testing/spectest/minimal/bellatrix__fork__upgrade_to_altair_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/fork" ) func TestMinimal_Bellatrix_UpgradeToBellatrix(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__fork_transition__transition_test.go b/testing/spectest/minimal/bellatrix__fork_transition__transition_test.go index 46670f9cb6..77c74dca13 100644 --- a/testing/spectest/minimal/bellatrix__fork_transition__transition_test.go +++ b/testing/spectest/minimal/bellatrix__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/fork" ) func TestMinimal_Bellatrix_Transition(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__forkchoice__forkchoice_test.go b/testing/spectest/minimal/bellatrix__forkchoice__forkchoice_test.go index 29ecb3ba34..93e9e00cc2 100644 --- a/testing/spectest/minimal/bellatrix__forkchoice__forkchoice_test.go +++ b/testing/spectest/minimal/bellatrix__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMinimal_Bellatrix_Forkchoice(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__light_client__single_merkle_proof_test.go b/testing/spectest/minimal/bellatrix__light_client__single_merkle_proof_test.go index 13d709ed03..36960cec74 100644 --- a/testing/spectest/minimal/bellatrix__light_client__single_merkle_proof_test.go +++ b/testing/spectest/minimal/bellatrix__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Bellatrix_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__light_client__update_ranking_test.go b/testing/spectest/minimal/bellatrix__light_client__update_ranking_test.go index 9cfd8b8897..0f73d94bd1 100644 --- a/testing/spectest/minimal/bellatrix__light_client__update_ranking_test.go +++ b/testing/spectest/minimal/bellatrix__light_client__update_ranking_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Bellatrix_LightClient_UpdateRanking(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__operations__attestation_test.go b/testing/spectest/minimal/bellatrix__operations__attestation_test.go index bcfca7dbf2..76ebb7106e 100644 --- a/testing/spectest/minimal/bellatrix__operations__attestation_test.go +++ b/testing/spectest/minimal/bellatrix__operations__attestation_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMinimal_Bellatrix_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__operations__attester_slashing_test.go b/testing/spectest/minimal/bellatrix__operations__attester_slashing_test.go index 52751df0b1..889bc27e28 100644 --- a/testing/spectest/minimal/bellatrix__operations__attester_slashing_test.go +++ b/testing/spectest/minimal/bellatrix__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMinimal_Bellatrix_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__operations__block_header_test.go b/testing/spectest/minimal/bellatrix__operations__block_header_test.go index 2894532694..5a8b1a7308 100644 --- a/testing/spectest/minimal/bellatrix__operations__block_header_test.go +++ b/testing/spectest/minimal/bellatrix__operations__block_header_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMinimal_Bellatrix_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__operations__deposit_test.go b/testing/spectest/minimal/bellatrix__operations__deposit_test.go index 75319c1e45..b84b13bbe7 100644 --- a/testing/spectest/minimal/bellatrix__operations__deposit_test.go +++ b/testing/spectest/minimal/bellatrix__operations__deposit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMinimal_Bellatrix_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__operations__execution_payload_test.go b/testing/spectest/minimal/bellatrix__operations__execution_payload_test.go index 2e6a71d699..ecc3e7703a 100644 --- a/testing/spectest/minimal/bellatrix__operations__execution_payload_test.go +++ b/testing/spectest/minimal/bellatrix__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMinimal_Bellatrix_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__operations__proposer_slashing_test.go b/testing/spectest/minimal/bellatrix__operations__proposer_slashing_test.go index 145efaf0a5..b428ba0847 100644 --- a/testing/spectest/minimal/bellatrix__operations__proposer_slashing_test.go +++ b/testing/spectest/minimal/bellatrix__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMinimal_Bellatrix_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__operations__sync_committee_test.go b/testing/spectest/minimal/bellatrix__operations__sync_committee_test.go index 0b583bb392..e35d7c28e0 100644 --- a/testing/spectest/minimal/bellatrix__operations__sync_committee_test.go +++ b/testing/spectest/minimal/bellatrix__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMinimal_Bellatrix_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__operations__voluntary_exit_test.go b/testing/spectest/minimal/bellatrix__operations__voluntary_exit_test.go index c8b3c4fd21..1105fd27d3 100644 --- a/testing/spectest/minimal/bellatrix__operations__voluntary_exit_test.go +++ b/testing/spectest/minimal/bellatrix__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations" ) func TestMinimal_Bellatrix_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__random__random_test.go b/testing/spectest/minimal/bellatrix__random__random_test.go index 4b668f2495..b55e4ad63b 100644 --- a/testing/spectest/minimal/bellatrix__random__random_test.go +++ b/testing/spectest/minimal/bellatrix__random__random_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/sanity" ) func TestMinimal_Bellatrix_Random(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__rewards__rewards_test.go b/testing/spectest/minimal/bellatrix__rewards__rewards_test.go index 35b680291e..58efaabbcb 100644 --- a/testing/spectest/minimal/bellatrix__rewards__rewards_test.go +++ b/testing/spectest/minimal/bellatrix__rewards__rewards_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/rewards" ) func TestMinimal_Bellatrix_Rewards(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__sanity__blocks_test.go b/testing/spectest/minimal/bellatrix__sanity__blocks_test.go index a602ecbadd..78329c8b23 100644 --- a/testing/spectest/minimal/bellatrix__sanity__blocks_test.go +++ b/testing/spectest/minimal/bellatrix__sanity__blocks_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/sanity" ) func TestMinimal_Bellatrix_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__sanity__slots_test.go b/testing/spectest/minimal/bellatrix__sanity__slots_test.go index 54a8a3e3b5..3bf39073bd 100644 --- a/testing/spectest/minimal/bellatrix__sanity__slots_test.go +++ b/testing/spectest/minimal/bellatrix__sanity__slots_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/sanity" ) func TestMinimal_Bellatrix_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/minimal/bellatrix__ssz_static__ssz_static_test.go b/testing/spectest/minimal/bellatrix__ssz_static__ssz_static_test.go index d8481faf90..d08691e942 100644 --- a/testing/spectest/minimal/bellatrix__ssz_static__ssz_static_test.go +++ b/testing/spectest/minimal/bellatrix__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/ssz_static" ) func TestMinimal_Bellatrix_SSZStatic(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__effective_balance_updates_test.go b/testing/spectest/minimal/capella__epoch_processing__effective_balance_updates_test.go index f8c5b869de..3234e594a3 100644 --- a/testing/spectest/minimal/capella__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__eth1_data_reset_test.go b/testing/spectest/minimal/capella__epoch_processing__eth1_data_reset_test.go index 042eb49d8c..24a4c623e0 100644 --- a/testing/spectest/minimal/capella__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__historical_roots_summaries_test.go b/testing/spectest/minimal/capella__epoch_processing__historical_roots_summaries_test.go index 5153b737db..f5b1652ef9 100644 --- a/testing/spectest/minimal/capella__epoch_processing__historical_roots_summaries_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__historical_roots_summaries_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_HistoricalSummariesUpdate(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__inactivity_updates_test.go b/testing/spectest/minimal/capella__epoch_processing__inactivity_updates_test.go index 02b2f48fa7..f9513bd628 100644 --- a/testing/spectest/minimal/capella__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__justification_and_finalization_test.go b/testing/spectest/minimal/capella__epoch_processing__justification_and_finalization_test.go index 861af2b79e..cff8f32567 100644 --- a/testing/spectest/minimal/capella__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__participation_flag_updates_test.go b/testing/spectest/minimal/capella__epoch_processing__participation_flag_updates_test.go index d53883c587..c15b7e8af1 100644 --- a/testing/spectest/minimal/capella__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/minimal/capella__epoch_processing__randao_mixes_reset_test.go index 48e39ee18b..65afb27525 100644 --- a/testing/spectest/minimal/capella__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__registry_updates_test.go b/testing/spectest/minimal/capella__epoch_processing__registry_updates_test.go index 068924bfd4..b54785f85e 100644 --- a/testing/spectest/minimal/capella__epoch_processing__registry_updates_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/minimal/capella__epoch_processing__rewards_and_penalties_test.go index 7de4dd8daa..5ed7fd7835 100644 --- a/testing/spectest/minimal/capella__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__slashings_reset_test.go b/testing/spectest/minimal/capella__epoch_processing__slashings_reset_test.go index 3230a73752..a8dedc68be 100644 --- a/testing/spectest/minimal/capella__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/minimal/capella__epoch_processing__slashings_test.go b/testing/spectest/minimal/capella__epoch_processing__slashings_test.go index fee7e7d50b..2fed223a1e 100644 --- a/testing/spectest/minimal/capella__epoch_processing__slashings_test.go +++ b/testing/spectest/minimal/capella__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing" ) func TestMinimal_Capella_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/minimal/capella__finality__finality_test.go b/testing/spectest/minimal/capella__finality__finality_test.go index ad0083b3e1..6186a06591 100644 --- a/testing/spectest/minimal/capella__finality__finality_test.go +++ b/testing/spectest/minimal/capella__finality__finality_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/finality" ) func TestMinimal_Capella_Finality(t *testing.T) { diff --git a/testing/spectest/minimal/capella__fork__upgrade_to_capella_test.go b/testing/spectest/minimal/capella__fork__upgrade_to_capella_test.go index 47fdd5570e..3dd4a66ad7 100644 --- a/testing/spectest/minimal/capella__fork__upgrade_to_capella_test.go +++ b/testing/spectest/minimal/capella__fork__upgrade_to_capella_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/fork" ) func TestMinimal_Capella_UpgradeToCapella(t *testing.T) { diff --git a/testing/spectest/minimal/capella__fork_transition__transition_test.go b/testing/spectest/minimal/capella__fork_transition__transition_test.go index 453f3eb319..8f161b4c1b 100644 --- a/testing/spectest/minimal/capella__fork_transition__transition_test.go +++ b/testing/spectest/minimal/capella__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/fork" ) func TestMinimal_Capella_Transition(t *testing.T) { diff --git a/testing/spectest/minimal/capella__forkchoice__forkchoice_test.go b/testing/spectest/minimal/capella__forkchoice__forkchoice_test.go index 99a7208b90..25a3ec407b 100644 --- a/testing/spectest/minimal/capella__forkchoice__forkchoice_test.go +++ b/testing/spectest/minimal/capella__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMinimal_Capella_Forkchoice(t *testing.T) { diff --git a/testing/spectest/minimal/capella__light_client__single_merkle_proof_test.go b/testing/spectest/minimal/capella__light_client__single_merkle_proof_test.go index 4c4505c7cc..9ed8933ad9 100644 --- a/testing/spectest/minimal/capella__light_client__single_merkle_proof_test.go +++ b/testing/spectest/minimal/capella__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Capella_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/minimal/capella__light_client__update_ranking_test.go b/testing/spectest/minimal/capella__light_client__update_ranking_test.go index 73857a99d9..a989c71e1e 100644 --- a/testing/spectest/minimal/capella__light_client__update_ranking_test.go +++ b/testing/spectest/minimal/capella__light_client__update_ranking_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Capella_LightClient_UpdateRanking(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__attestation_test.go b/testing/spectest/minimal/capella__operations__attestation_test.go index bfd30f21bd..4570946ebd 100644 --- a/testing/spectest/minimal/capella__operations__attestation_test.go +++ b/testing/spectest/minimal/capella__operations__attestation_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__attester_slashing_test.go b/testing/spectest/minimal/capella__operations__attester_slashing_test.go index 61f275586b..e61e93a52a 100644 --- a/testing/spectest/minimal/capella__operations__attester_slashing_test.go +++ b/testing/spectest/minimal/capella__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__block_header_test.go b/testing/spectest/minimal/capella__operations__block_header_test.go index 2f8dd5bc7a..11ad77071f 100644 --- a/testing/spectest/minimal/capella__operations__block_header_test.go +++ b/testing/spectest/minimal/capella__operations__block_header_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__bls_to_execution_change_test.go b/testing/spectest/minimal/capella__operations__bls_to_execution_change_test.go index 224a04d8d2..9990af59ea 100644 --- a/testing/spectest/minimal/capella__operations__bls_to_execution_change_test.go +++ b/testing/spectest/minimal/capella__operations__bls_to_execution_change_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_BLSToExecutionChange(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__deposit_test.go b/testing/spectest/minimal/capella__operations__deposit_test.go index de44d5c22f..e4dacabf68 100644 --- a/testing/spectest/minimal/capella__operations__deposit_test.go +++ b/testing/spectest/minimal/capella__operations__deposit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__execution_payload_test.go b/testing/spectest/minimal/capella__operations__execution_payload_test.go index 44b5dde71a..fbcbb9a0f9 100644 --- a/testing/spectest/minimal/capella__operations__execution_payload_test.go +++ b/testing/spectest/minimal/capella__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__proposer_slashing_test.go b/testing/spectest/minimal/capella__operations__proposer_slashing_test.go index fe63897c58..0cec427f50 100644 --- a/testing/spectest/minimal/capella__operations__proposer_slashing_test.go +++ b/testing/spectest/minimal/capella__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__sync_committee_test.go b/testing/spectest/minimal/capella__operations__sync_committee_test.go index 88846db371..4a2f92a5a3 100644 --- a/testing/spectest/minimal/capella__operations__sync_committee_test.go +++ b/testing/spectest/minimal/capella__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__voluntary_exit_test.go b/testing/spectest/minimal/capella__operations__voluntary_exit_test.go index 62ef84c8fd..55000d92c0 100644 --- a/testing/spectest/minimal/capella__operations__voluntary_exit_test.go +++ b/testing/spectest/minimal/capella__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/minimal/capella__operations__withdrawals_test.go b/testing/spectest/minimal/capella__operations__withdrawals_test.go index e470bfb29d..2c7c1a0daf 100644 --- a/testing/spectest/minimal/capella__operations__withdrawals_test.go +++ b/testing/spectest/minimal/capella__operations__withdrawals_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations" ) func TestMinimal_Capella_Operations_Withdrawals(t *testing.T) { diff --git a/testing/spectest/minimal/capella__random__random_test.go b/testing/spectest/minimal/capella__random__random_test.go index a1e9f9c6b1..a20de0681d 100644 --- a/testing/spectest/minimal/capella__random__random_test.go +++ b/testing/spectest/minimal/capella__random__random_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/sanity" ) func TestMinimal_Capella_Random(t *testing.T) { diff --git a/testing/spectest/minimal/capella__rewards__rewards_test.go b/testing/spectest/minimal/capella__rewards__rewards_test.go index 003ba6c056..35c1e15d71 100644 --- a/testing/spectest/minimal/capella__rewards__rewards_test.go +++ b/testing/spectest/minimal/capella__rewards__rewards_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/rewards" ) func TestMinimal_Capella_Rewards(t *testing.T) { diff --git a/testing/spectest/minimal/capella__sanity__blocks_test.go b/testing/spectest/minimal/capella__sanity__blocks_test.go index 5814b612bf..77f6c1ecce 100644 --- a/testing/spectest/minimal/capella__sanity__blocks_test.go +++ b/testing/spectest/minimal/capella__sanity__blocks_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/sanity" ) func TestMinimal_Capella_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/minimal/capella__sanity__slots_test.go b/testing/spectest/minimal/capella__sanity__slots_test.go index 3462a7e4cd..0dec7eef0f 100644 --- a/testing/spectest/minimal/capella__sanity__slots_test.go +++ b/testing/spectest/minimal/capella__sanity__slots_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/sanity" ) func TestMinimal_Capella_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/minimal/capella__ssz_static__ssz_static_test.go b/testing/spectest/minimal/capella__ssz_static__ssz_static_test.go index 3003486da6..55322a4987 100644 --- a/testing/spectest/minimal/capella__ssz_static__ssz_static_test.go +++ b/testing/spectest/minimal/capella__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/ssz_static" ) func TestMinimal_Capella_SSZStatic(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__effective_balance_updates_test.go b/testing/spectest/minimal/deneb__epoch_processing__effective_balance_updates_test.go index f222702143..228f8fe890 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__eth1_data_reset_test.go b/testing/spectest/minimal/deneb__epoch_processing__eth1_data_reset_test.go index ed760f6dc0..47a3bb4f38 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__historical_summaries_update_test.go b/testing/spectest/minimal/deneb__epoch_processing__historical_summaries_update_test.go index 9ec6945c06..25118f0d0f 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__historical_summaries_update_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__historical_summaries_update_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_HistoricalSummariesUpdate(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__inactivity_updates_test.go b/testing/spectest/minimal/deneb__epoch_processing__inactivity_updates_test.go index dcda7d23f0..0b357c5d2c 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__justification_and_finalization_test.go b/testing/spectest/minimal/deneb__epoch_processing__justification_and_finalization_test.go index 968645a426..c8c83901fe 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__participation_flag_updates_test.go b/testing/spectest/minimal/deneb__epoch_processing__participation_flag_updates_test.go index 2fbd1e82fa..64cb390d82 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/minimal/deneb__epoch_processing__randao_mixes_reset_test.go index 933a5f200f..b8df6befbe 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__registry_updates_test.go b/testing/spectest/minimal/deneb__epoch_processing__registry_updates_test.go index 91deaa467a..e76ffdb967 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__registry_updates_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/minimal/deneb__epoch_processing__rewards_and_penalties_test.go index 5d46e97ea2..ba9ade5b0c 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__slashings_reset_test.go b/testing/spectest/minimal/deneb__epoch_processing__slashings_reset_test.go index a0a65a3f20..5457f2ef54 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__epoch_processing__slashings_test.go b/testing/spectest/minimal/deneb__epoch_processing__slashings_test.go index 1528f8d8b7..5ecf125d6f 100644 --- a/testing/spectest/minimal/deneb__epoch_processing__slashings_test.go +++ b/testing/spectest/minimal/deneb__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing" ) func TestMinimal_Deneb_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__finality__finality_test.go b/testing/spectest/minimal/deneb__finality__finality_test.go index 1c3e995c19..8f88f071fa 100644 --- a/testing/spectest/minimal/deneb__finality__finality_test.go +++ b/testing/spectest/minimal/deneb__finality__finality_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/finality" ) func TestMinimal_Deneb_Finality(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__fork__upgrade_to_deneb_test.go b/testing/spectest/minimal/deneb__fork__upgrade_to_deneb_test.go index 28bf20b5ce..93459ae05f 100644 --- a/testing/spectest/minimal/deneb__fork__upgrade_to_deneb_test.go +++ b/testing/spectest/minimal/deneb__fork__upgrade_to_deneb_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/fork" ) func TestMinimal_UpgradeToDeneb(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__fork_transition__transition_test.go b/testing/spectest/minimal/deneb__fork_transition__transition_test.go index afeab4298f..9897494ca9 100644 --- a/testing/spectest/minimal/deneb__fork_transition__transition_test.go +++ b/testing/spectest/minimal/deneb__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/fork" ) func TestMinimal_Deneb_Transition(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__forkchoice__forkchoice_test.go b/testing/spectest/minimal/deneb__forkchoice__forkchoice_test.go index e11fd470d4..3739b92cc7 100644 --- a/testing/spectest/minimal/deneb__forkchoice__forkchoice_test.go +++ b/testing/spectest/minimal/deneb__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMinimal_Deneb_Forkchoice(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__light_client__single_merkle_proof_test.go b/testing/spectest/minimal/deneb__light_client__single_merkle_proof_test.go index 40f5c119ae..ca5c83e640 100644 --- a/testing/spectest/minimal/deneb__light_client__single_merkle_proof_test.go +++ b/testing/spectest/minimal/deneb__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Deneb_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__light_client__update_ranking_test.go b/testing/spectest/minimal/deneb__light_client__update_ranking_test.go index 1a800d0e38..22a58fd009 100644 --- a/testing/spectest/minimal/deneb__light_client__update_ranking_test.go +++ b/testing/spectest/minimal/deneb__light_client__update_ranking_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMainnet_Deneb_LightClient_UpdateRanking(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__merkle_proof__merkle_proof_test.go b/testing/spectest/minimal/deneb__merkle_proof__merkle_proof_test.go index 36211fa7d2..2c0ed480f4 100644 --- a/testing/spectest/minimal/deneb__merkle_proof__merkle_proof_test.go +++ b/testing/spectest/minimal/deneb__merkle_proof__merkle_proof_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/merkle_proof" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/merkle_proof" ) func TestMainnet_Deneb_MerkleProof(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__attestation_test.go b/testing/spectest/minimal/deneb__operations__attestation_test.go index c210b4fcdc..61dcd023fe 100644 --- a/testing/spectest/minimal/deneb__operations__attestation_test.go +++ b/testing/spectest/minimal/deneb__operations__attestation_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__attester_slashing_test.go b/testing/spectest/minimal/deneb__operations__attester_slashing_test.go index 73e16835ef..8b6684e6b7 100644 --- a/testing/spectest/minimal/deneb__operations__attester_slashing_test.go +++ b/testing/spectest/minimal/deneb__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__block_header_test.go b/testing/spectest/minimal/deneb__operations__block_header_test.go index ad504ddbb4..042b990440 100644 --- a/testing/spectest/minimal/deneb__operations__block_header_test.go +++ b/testing/spectest/minimal/deneb__operations__block_header_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__bls_to_execution_change_test.go b/testing/spectest/minimal/deneb__operations__bls_to_execution_change_test.go index a66b0e713f..73c60e3939 100644 --- a/testing/spectest/minimal/deneb__operations__bls_to_execution_change_test.go +++ b/testing/spectest/minimal/deneb__operations__bls_to_execution_change_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_BLSToExecutionChange(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__deposit_test.go b/testing/spectest/minimal/deneb__operations__deposit_test.go index 6bd817c389..6e3af6346f 100644 --- a/testing/spectest/minimal/deneb__operations__deposit_test.go +++ b/testing/spectest/minimal/deneb__operations__deposit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__execution_payload_test.go b/testing/spectest/minimal/deneb__operations__execution_payload_test.go index 1a6f36af0b..c6e7a93295 100644 --- a/testing/spectest/minimal/deneb__operations__execution_payload_test.go +++ b/testing/spectest/minimal/deneb__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__proposer_slashing_test.go b/testing/spectest/minimal/deneb__operations__proposer_slashing_test.go index 6959737558..4ffaafb6ef 100644 --- a/testing/spectest/minimal/deneb__operations__proposer_slashing_test.go +++ b/testing/spectest/minimal/deneb__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__sync_committee_test.go b/testing/spectest/minimal/deneb__operations__sync_committee_test.go index 43ad00012f..c6257de541 100644 --- a/testing/spectest/minimal/deneb__operations__sync_committee_test.go +++ b/testing/spectest/minimal/deneb__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__voluntary_exit_test.go b/testing/spectest/minimal/deneb__operations__voluntary_exit_test.go index b3452f182b..6677d57e62 100644 --- a/testing/spectest/minimal/deneb__operations__voluntary_exit_test.go +++ b/testing/spectest/minimal/deneb__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__operations__withdrawals_test.go b/testing/spectest/minimal/deneb__operations__withdrawals_test.go index e5a18a26b3..52a607fb86 100644 --- a/testing/spectest/minimal/deneb__operations__withdrawals_test.go +++ b/testing/spectest/minimal/deneb__operations__withdrawals_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations" ) func TestMinimal_Deneb_Operations_Withdrawals(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__random__random_test.go b/testing/spectest/minimal/deneb__random__random_test.go index ddf51eddf9..728b195dd7 100644 --- a/testing/spectest/minimal/deneb__random__random_test.go +++ b/testing/spectest/minimal/deneb__random__random_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/sanity" ) func TestMinimal_Deneb_Random(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__rewards__rewards_test.go b/testing/spectest/minimal/deneb__rewards__rewards_test.go index 6b1bb50d9b..a0ba37f425 100644 --- a/testing/spectest/minimal/deneb__rewards__rewards_test.go +++ b/testing/spectest/minimal/deneb__rewards__rewards_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/rewards" ) func TestMinimal_Deneb_Rewards(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__sanity__blocks_test.go b/testing/spectest/minimal/deneb__sanity__blocks_test.go index ba9c85a758..3dc6536f50 100644 --- a/testing/spectest/minimal/deneb__sanity__blocks_test.go +++ b/testing/spectest/minimal/deneb__sanity__blocks_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/sanity" ) func TestMinimal_Deneb_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__sanity__slots_test.go b/testing/spectest/minimal/deneb__sanity__slots_test.go index b4376a714e..d3b3bb4333 100644 --- a/testing/spectest/minimal/deneb__sanity__slots_test.go +++ b/testing/spectest/minimal/deneb__sanity__slots_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/sanity" ) func TestMinimal_Deneb_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/minimal/deneb__ssz_static__ssz_static_test.go b/testing/spectest/minimal/deneb__ssz_static__ssz_static_test.go index bcfb244f97..81e312390c 100644 --- a/testing/spectest/minimal/deneb__ssz_static__ssz_static_test.go +++ b/testing/spectest/minimal/deneb__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/ssz_static" ) func TestMinimal_Deneb_SSZStatic(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__effective_balance_updates_test.go b/testing/spectest/minimal/electra__epoch_processing__effective_balance_updates_test.go index 5187907870..ee46b9a856 100644 --- a/testing/spectest/minimal/electra__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_electra_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__eth1_data_reset_test.go b/testing/spectest/minimal/electra__epoch_processing__eth1_data_reset_test.go index 16357ec3aa..6a3c32be02 100644 --- a/testing/spectest/minimal/electra__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__historical_summaries_update_test.go b/testing/spectest/minimal/electra__epoch_processing__historical_summaries_update_test.go index 74a28835bf..faf98a72f1 100644 --- a/testing/spectest/minimal/electra__epoch_processing__historical_summaries_update_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__historical_summaries_update_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_HistoricalSummariesUpdate(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__inactivity_updates_test.go b/testing/spectest/minimal/electra__epoch_processing__inactivity_updates_test.go index ff214bb5ea..795f9d7b19 100644 --- a/testing/spectest/minimal/electra__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__justification_and_finalization_test.go b/testing/spectest/minimal/electra__epoch_processing__justification_and_finalization_test.go index 3daef31c57..e870968048 100644 --- a/testing/spectest/minimal/electra__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__participation_flag_updates_test.go b/testing/spectest/minimal/electra__epoch_processing__participation_flag_updates_test.go index 1d2dd09fa0..5b1ef8c712 100644 --- a/testing/spectest/minimal/electra__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__pending_consolidations_test.go b/testing/spectest/minimal/electra__epoch_processing__pending_consolidations_test.go index c471efd52c..f198f485db 100644 --- a/testing/spectest/minimal/electra__epoch_processing__pending_consolidations_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__pending_consolidations_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_PendingConsolidations(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__pending_deposits_updates_test.go b/testing/spectest/minimal/electra__epoch_processing__pending_deposits_updates_test.go index f5195158e9..4fc67bc4b4 100644 --- a/testing/spectest/minimal/electra__epoch_processing__pending_deposits_updates_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__pending_deposits_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_PendingDeposits(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/minimal/electra__epoch_processing__randao_mixes_reset_test.go index 88bab1f907..0eb2f58f5d 100644 --- a/testing/spectest/minimal/electra__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__registry_updates_test.go b/testing/spectest/minimal/electra__epoch_processing__registry_updates_test.go index eee834588c..9c1f119d8b 100644 --- a/testing/spectest/minimal/electra__epoch_processing__registry_updates_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_RegistryUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/minimal/electra__epoch_processing__rewards_and_penalties_test.go index acbeee8787..4fb944ba55 100644 --- a/testing/spectest/minimal/electra__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__slashings_reset_test.go b/testing/spectest/minimal/electra__epoch_processing__slashings_reset_test.go index a6dd55414c..0f456314e5 100644 --- a/testing/spectest/minimal/electra__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__slashings_test.go b/testing/spectest/minimal/electra__epoch_processing__slashings_test.go index 127ccc8a6a..09fbf022f5 100644 --- a/testing/spectest/minimal/electra__epoch_processing__slashings_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/minimal/electra__epoch_processing__sync_committee_updates_test.go b/testing/spectest/minimal/electra__epoch_processing__sync_committee_updates_test.go index 9c19b4b3db..80d1af8eee 100644 --- a/testing/spectest/minimal/electra__epoch_processing__sync_committee_updates_test.go +++ b/testing/spectest/minimal/electra__epoch_processing__sync_committee_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing" ) func TestMinimal_Electra_EpochProcessing_SyncCommitteeUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/electra__finality__finality_test.go b/testing/spectest/minimal/electra__finality__finality_test.go index 9c6239d795..c11e44ca15 100644 --- a/testing/spectest/minimal/electra__finality__finality_test.go +++ b/testing/spectest/minimal/electra__finality__finality_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/finality" ) func TestMinimal_Electra_Finality(t *testing.T) { diff --git a/testing/spectest/minimal/electra__fork__upgrade_to_electra_test.go b/testing/spectest/minimal/electra__fork__upgrade_to_electra_test.go index 2acd3b50d7..d07bed880d 100644 --- a/testing/spectest/minimal/electra__fork__upgrade_to_electra_test.go +++ b/testing/spectest/minimal/electra__fork__upgrade_to_electra_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/fork" ) func TestMinimal_UpgradeToElectra(t *testing.T) { diff --git a/testing/spectest/minimal/electra__fork_transition__transition_test.go b/testing/spectest/minimal/electra__fork_transition__transition_test.go index 6a6269ef77..3ab4b2ad19 100644 --- a/testing/spectest/minimal/electra__fork_transition__transition_test.go +++ b/testing/spectest/minimal/electra__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/fork" ) func TestMinimal_Electra_Transition(t *testing.T) { diff --git a/testing/spectest/minimal/electra__forkchoice__forkchoice_test.go b/testing/spectest/minimal/electra__forkchoice__forkchoice_test.go index 91beb2f5b1..330b366dc1 100644 --- a/testing/spectest/minimal/electra__forkchoice__forkchoice_test.go +++ b/testing/spectest/minimal/electra__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMinimal_Electra_Forkchoice(t *testing.T) { diff --git a/testing/spectest/minimal/electra__light_client__single_merkle_proof_test.go b/testing/spectest/minimal/electra__light_client__single_merkle_proof_test.go index 78a6701f86..e0076ebe4d 100644 --- a/testing/spectest/minimal/electra__light_client__single_merkle_proof_test.go +++ b/testing/spectest/minimal/electra__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMinimal_Electra_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/minimal/electra__light_client__update_ranking_test.go b/testing/spectest/minimal/electra__light_client__update_ranking_test.go index 8903e774aa..4ed42d78dc 100644 --- a/testing/spectest/minimal/electra__light_client__update_ranking_test.go +++ b/testing/spectest/minimal/electra__light_client__update_ranking_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMinimal_Electra_LightClient_UpdateRanking(t *testing.T) { diff --git a/testing/spectest/minimal/electra__merkle_proof__merkle_proof_test.go b/testing/spectest/minimal/electra__merkle_proof__merkle_proof_test.go index 3b4c162dff..6e8bbf2148 100644 --- a/testing/spectest/minimal/electra__merkle_proof__merkle_proof_test.go +++ b/testing/spectest/minimal/electra__merkle_proof__merkle_proof_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/merkle_proof" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/merkle_proof" ) func TestMinimal_Electra_MerkleProof(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__attestation_test.go b/testing/spectest/minimal/electra__operations__attestation_test.go index ebdfbf3321..5b0db2e44e 100644 --- a/testing/spectest/minimal/electra__operations__attestation_test.go +++ b/testing/spectest/minimal/electra__operations__attestation_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__attester_slashing_test.go b/testing/spectest/minimal/electra__operations__attester_slashing_test.go index 7814394f44..5cc0b4a655 100644 --- a/testing/spectest/minimal/electra__operations__attester_slashing_test.go +++ b/testing/spectest/minimal/electra__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__block_header_test.go b/testing/spectest/minimal/electra__operations__block_header_test.go index 900c404c82..529e3045d9 100644 --- a/testing/spectest/minimal/electra__operations__block_header_test.go +++ b/testing/spectest/minimal/electra__operations__block_header_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__bls_to_execution_change_test.go b/testing/spectest/minimal/electra__operations__bls_to_execution_change_test.go index 98ef63da93..1ac9316e61 100644 --- a/testing/spectest/minimal/electra__operations__bls_to_execution_change_test.go +++ b/testing/spectest/minimal/electra__operations__bls_to_execution_change_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_BLSToExecutionChange(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__consolidation_test.go b/testing/spectest/minimal/electra__operations__consolidation_test.go index 83b70a94d5..a4a5fcf4ba 100644 --- a/testing/spectest/minimal/electra__operations__consolidation_test.go +++ b/testing/spectest/minimal/electra__operations__consolidation_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_Consolidation(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__deposit_requests_test.go b/testing/spectest/minimal/electra__operations__deposit_requests_test.go index ed33524d8b..af64358319 100644 --- a/testing/spectest/minimal/electra__operations__deposit_requests_test.go +++ b/testing/spectest/minimal/electra__operations__deposit_requests_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMainnet_Electra_Operations_DepositRequests(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__deposit_test.go b/testing/spectest/minimal/electra__operations__deposit_test.go index 8e1ab20482..e697909316 100644 --- a/testing/spectest/minimal/electra__operations__deposit_test.go +++ b/testing/spectest/minimal/electra__operations__deposit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__execution_layer_withdrawals_test.go b/testing/spectest/minimal/electra__operations__execution_layer_withdrawals_test.go index 69f2013943..a38ae3b87e 100644 --- a/testing/spectest/minimal/electra__operations__execution_layer_withdrawals_test.go +++ b/testing/spectest/minimal/electra__operations__execution_layer_withdrawals_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_WithdrawalRequest(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__execution_payload_test.go b/testing/spectest/minimal/electra__operations__execution_payload_test.go index 242a601f01..75746dc3de 100644 --- a/testing/spectest/minimal/electra__operations__execution_payload_test.go +++ b/testing/spectest/minimal/electra__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__proposer_slashing_test.go b/testing/spectest/minimal/electra__operations__proposer_slashing_test.go index 67c45446e6..d6360a7f20 100644 --- a/testing/spectest/minimal/electra__operations__proposer_slashing_test.go +++ b/testing/spectest/minimal/electra__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__sync_committee_test.go b/testing/spectest/minimal/electra__operations__sync_committee_test.go index f716db35cc..ca36953b15 100644 --- a/testing/spectest/minimal/electra__operations__sync_committee_test.go +++ b/testing/spectest/minimal/electra__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__voluntary_exit_test.go b/testing/spectest/minimal/electra__operations__voluntary_exit_test.go index e7bb9c4394..aa768ed6db 100644 --- a/testing/spectest/minimal/electra__operations__voluntary_exit_test.go +++ b/testing/spectest/minimal/electra__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/minimal/electra__operations__withdrawals_test.go b/testing/spectest/minimal/electra__operations__withdrawals_test.go index 30d904df9f..918a87f7b8 100644 --- a/testing/spectest/minimal/electra__operations__withdrawals_test.go +++ b/testing/spectest/minimal/electra__operations__withdrawals_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations" ) func TestMinimal_Electra_Operations_Withdrawals(t *testing.T) { diff --git a/testing/spectest/minimal/electra__random__random_test.go b/testing/spectest/minimal/electra__random__random_test.go index cb282b8a3b..30c1632e74 100644 --- a/testing/spectest/minimal/electra__random__random_test.go +++ b/testing/spectest/minimal/electra__random__random_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/sanity" ) func TestMinimal_Electra_Random(t *testing.T) { diff --git a/testing/spectest/minimal/electra__rewards__rewards_test.go b/testing/spectest/minimal/electra__rewards__rewards_test.go index d9f91928c8..e547f0820a 100644 --- a/testing/spectest/minimal/electra__rewards__rewards_test.go +++ b/testing/spectest/minimal/electra__rewards__rewards_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/rewards" ) func TestMinimal_Electra_Rewards(t *testing.T) { diff --git a/testing/spectest/minimal/electra__sanity__blocks_test.go b/testing/spectest/minimal/electra__sanity__blocks_test.go index 5fad1d6bb6..d5d216c178 100644 --- a/testing/spectest/minimal/electra__sanity__blocks_test.go +++ b/testing/spectest/minimal/electra__sanity__blocks_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/sanity" ) func TestMinimal_Electra_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/minimal/electra__sanity__slots_test.go b/testing/spectest/minimal/electra__sanity__slots_test.go index d0bf1322c8..f979b73e46 100644 --- a/testing/spectest/minimal/electra__sanity__slots_test.go +++ b/testing/spectest/minimal/electra__sanity__slots_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/sanity" ) func TestMinimal_Electra_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/minimal/electra__ssz_static__ssz_static_test.go b/testing/spectest/minimal/electra__ssz_static__ssz_static_test.go index 197641491d..f6e4c1cbee 100644 --- a/testing/spectest/minimal/electra__ssz_static__ssz_static_test.go +++ b/testing/spectest/minimal/electra__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/ssz_static" ) func TestMinimal_Electra_SSZStatic(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__effective_balance_updates_test.go b/testing/spectest/minimal/fulu__epoch_processing__effective_balance_updates_test.go index cbc83036cb..0614a4d603 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_fulu_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__eth1_data_reset_test.go b/testing/spectest/minimal/fulu__epoch_processing__eth1_data_reset_test.go index 461c243bd2..3c32276c7e 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__historical_summaries_update_test.go b/testing/spectest/minimal/fulu__epoch_processing__historical_summaries_update_test.go index d2b2c7b156..6f7c2fcd78 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__historical_summaries_update_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__historical_summaries_update_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_HistoricalSummariesUpdate(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__inactivity_updates_test.go b/testing/spectest/minimal/fulu__epoch_processing__inactivity_updates_test.go index de27dc7a30..5dedaa0190 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__inactivity_updates_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__inactivity_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_InactivityUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__justification_and_finalization_test.go b/testing/spectest/minimal/fulu__epoch_processing__justification_and_finalization_test.go index 885b39e735..27d1b0959c 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__participation_flag_updates_test.go b/testing/spectest/minimal/fulu__epoch_processing__participation_flag_updates_test.go index 1e0b99cefa..a71b1e9406 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__participation_flag_updates_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__participation_flag_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_ParticipationFlag(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__pending_consolidations_test.go b/testing/spectest/minimal/fulu__epoch_processing__pending_consolidations_test.go index 4ddd52703c..19f346ac88 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__pending_consolidations_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__pending_consolidations_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_PendingConsolidations(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__pending_deposits_updates_test.go b/testing/spectest/minimal/fulu__epoch_processing__pending_deposits_updates_test.go index 5723a68611..d8b7a72448 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__pending_deposits_updates_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__pending_deposits_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_PendingDeposits(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__proposer_lookahead_test.go b/testing/spectest/minimal/fulu__epoch_processing__proposer_lookahead_test.go index 1aa04028f4..54799d1f83 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__proposer_lookahead_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__proposer_lookahead_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_fulu_EpochProcessing_ProposerLookahead(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/minimal/fulu__epoch_processing__randao_mixes_reset_test.go index 34f7faffe9..80a10a52e6 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__registry_updates_test.go b/testing/spectest/minimal/fulu__epoch_processing__registry_updates_test.go index d7025e7bd6..87a5582f6a 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__registry_updates_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_RegistryUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/minimal/fulu__epoch_processing__rewards_and_penalties_test.go index 2a0f7e27df..7578e227a4 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__slashings_reset_test.go b/testing/spectest/minimal/fulu__epoch_processing__slashings_reset_test.go index 4d06d23ffc..a591124b25 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__slashings_test.go b/testing/spectest/minimal/fulu__epoch_processing__slashings_test.go index 8d0fcccc1a..08ee946b67 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__slashings_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__epoch_processing__sync_committee_updates_test.go b/testing/spectest/minimal/fulu__epoch_processing__sync_committee_updates_test.go index 5e3d85dae3..e2dcd201aa 100644 --- a/testing/spectest/minimal/fulu__epoch_processing__sync_committee_updates_test.go +++ b/testing/spectest/minimal/fulu__epoch_processing__sync_committee_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing" ) func TestMinimal_Fulu_EpochProcessing_SyncCommitteeUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__finality__finality_test.go b/testing/spectest/minimal/fulu__finality__finality_test.go index 716718ae05..fb09b07d12 100644 --- a/testing/spectest/minimal/fulu__finality__finality_test.go +++ b/testing/spectest/minimal/fulu__finality__finality_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/finality" ) func TestMinimal_Fulu_Finality(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__fork__upgrade_to_fulu_test.go b/testing/spectest/minimal/fulu__fork__upgrade_to_fulu_test.go index 540ad38ec8..a7c76b80e7 100644 --- a/testing/spectest/minimal/fulu__fork__upgrade_to_fulu_test.go +++ b/testing/spectest/minimal/fulu__fork__upgrade_to_fulu_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/fork" ) func TestMinimal_UpgradeToFulu(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__fork_transition__transition_test.go b/testing/spectest/minimal/fulu__fork_transition__transition_test.go index 6e3f143302..14633b5254 100644 --- a/testing/spectest/minimal/fulu__fork_transition__transition_test.go +++ b/testing/spectest/minimal/fulu__fork_transition__transition_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/fork" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/fork" ) func TestMinimal_Fulu_Transition(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__forkchoice__forkchoice_test.go b/testing/spectest/minimal/fulu__forkchoice__forkchoice_test.go index 7b657c6367..ac474586cd 100644 --- a/testing/spectest/minimal/fulu__forkchoice__forkchoice_test.go +++ b/testing/spectest/minimal/fulu__forkchoice__forkchoice_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice" ) func TestMinimal_Fulu_Forkchoice(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__light_client__single_merkle_proof_test.go b/testing/spectest/minimal/fulu__light_client__single_merkle_proof_test.go index 819166b3e1..275063e6ed 100644 --- a/testing/spectest/minimal/fulu__light_client__single_merkle_proof_test.go +++ b/testing/spectest/minimal/fulu__light_client__single_merkle_proof_test.go @@ -3,8 +3,8 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client" ) func TestMinimal_Fulu_LightClient_SingleMerkleProof(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__merkle_proof__merkle_proof_test.go b/testing/spectest/minimal/fulu__merkle_proof__merkle_proof_test.go index 36e861721b..526359c61f 100644 --- a/testing/spectest/minimal/fulu__merkle_proof__merkle_proof_test.go +++ b/testing/spectest/minimal/fulu__merkle_proof__merkle_proof_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/merkle_proof" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/merkle_proof" ) func TestMinimal_Fulu_MerkleProof(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__networking__custody_columns_test.go b/testing/spectest/minimal/fulu__networking__custody_columns_test.go index 040c1ff31f..6d5d4c7ed2 100644 --- a/testing/spectest/minimal/fulu__networking__custody_columns_test.go +++ b/testing/spectest/minimal/fulu__networking__custody_columns_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/networking" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/networking" ) func TestMainnet_Fulu_Networking_CustodyGroups(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__attestation_test.go b/testing/spectest/minimal/fulu__operations__attestation_test.go index ebad524a16..4d82f82b8f 100644 --- a/testing/spectest/minimal/fulu__operations__attestation_test.go +++ b/testing/spectest/minimal/fulu__operations__attestation_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__attester_slashing_test.go b/testing/spectest/minimal/fulu__operations__attester_slashing_test.go index 573ef8e05f..32b35fda07 100644 --- a/testing/spectest/minimal/fulu__operations__attester_slashing_test.go +++ b/testing/spectest/minimal/fulu__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__block_header_test.go b/testing/spectest/minimal/fulu__operations__block_header_test.go index ffb1bd0fa6..e2da6384bc 100644 --- a/testing/spectest/minimal/fulu__operations__block_header_test.go +++ b/testing/spectest/minimal/fulu__operations__block_header_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__bls_to_execution_change_test.go b/testing/spectest/minimal/fulu__operations__bls_to_execution_change_test.go index 1356683739..7b358a036e 100644 --- a/testing/spectest/minimal/fulu__operations__bls_to_execution_change_test.go +++ b/testing/spectest/minimal/fulu__operations__bls_to_execution_change_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_BLSToExecutionChange(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__consolidation_test.go b/testing/spectest/minimal/fulu__operations__consolidation_test.go index 2f6a761d8c..d2a948c619 100644 --- a/testing/spectest/minimal/fulu__operations__consolidation_test.go +++ b/testing/spectest/minimal/fulu__operations__consolidation_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_Consolidation(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__deposit_requests_test.go b/testing/spectest/minimal/fulu__operations__deposit_requests_test.go index fb2779fc31..2d5897a6a2 100644 --- a/testing/spectest/minimal/fulu__operations__deposit_requests_test.go +++ b/testing/spectest/minimal/fulu__operations__deposit_requests_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMainnet_Fulu_Operations_DepositRequests(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__deposit_test.go b/testing/spectest/minimal/fulu__operations__deposit_test.go index b4974f943d..51522fd6c4 100644 --- a/testing/spectest/minimal/fulu__operations__deposit_test.go +++ b/testing/spectest/minimal/fulu__operations__deposit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__execution_layer_withdrawals_test.go b/testing/spectest/minimal/fulu__operations__execution_layer_withdrawals_test.go index 34aa1e5c9b..e5e0f8682d 100644 --- a/testing/spectest/minimal/fulu__operations__execution_layer_withdrawals_test.go +++ b/testing/spectest/minimal/fulu__operations__execution_layer_withdrawals_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_WithdrawalRequest(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__execution_payload_test.go b/testing/spectest/minimal/fulu__operations__execution_payload_test.go index cd84ef9a99..c47ac76dbf 100644 --- a/testing/spectest/minimal/fulu__operations__execution_payload_test.go +++ b/testing/spectest/minimal/fulu__operations__execution_payload_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_PayloadExecution(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__proposer_slashing_test.go b/testing/spectest/minimal/fulu__operations__proposer_slashing_test.go index 3bd599c497..5bc6b37cb7 100644 --- a/testing/spectest/minimal/fulu__operations__proposer_slashing_test.go +++ b/testing/spectest/minimal/fulu__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__sync_committee_test.go b/testing/spectest/minimal/fulu__operations__sync_committee_test.go index 2ec5e9495c..fd01011045 100644 --- a/testing/spectest/minimal/fulu__operations__sync_committee_test.go +++ b/testing/spectest/minimal/fulu__operations__sync_committee_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_SyncCommittee(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__voluntary_exit_test.go b/testing/spectest/minimal/fulu__operations__voluntary_exit_test.go index 55dfdac984..423a4ebd2b 100644 --- a/testing/spectest/minimal/fulu__operations__voluntary_exit_test.go +++ b/testing/spectest/minimal/fulu__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__operations__withdrawals_test.go b/testing/spectest/minimal/fulu__operations__withdrawals_test.go index 333fe00f5f..476eb7ea4b 100644 --- a/testing/spectest/minimal/fulu__operations__withdrawals_test.go +++ b/testing/spectest/minimal/fulu__operations__withdrawals_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations" ) func TestMinimal_Fulu_Operations_Withdrawals(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__random__random_test.go b/testing/spectest/minimal/fulu__random__random_test.go index 0a8de1b216..af76ac6d5f 100644 --- a/testing/spectest/minimal/fulu__random__random_test.go +++ b/testing/spectest/minimal/fulu__random__random_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/sanity" ) func TestMinimal_Fulu_Random(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__rewards__rewards_test.go b/testing/spectest/minimal/fulu__rewards__rewards_test.go index d99d862dc5..2314604bf3 100644 --- a/testing/spectest/minimal/fulu__rewards__rewards_test.go +++ b/testing/spectest/minimal/fulu__rewards__rewards_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/rewards" ) func TestMinimal_Fulu_Rewards(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__sanity__blocks_test.go b/testing/spectest/minimal/fulu__sanity__blocks_test.go index 941c0edd91..da50a0cd58 100644 --- a/testing/spectest/minimal/fulu__sanity__blocks_test.go +++ b/testing/spectest/minimal/fulu__sanity__blocks_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/sanity" ) func TestMinimal_Fulu_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__sanity__slots_test.go b/testing/spectest/minimal/fulu__sanity__slots_test.go index bac3894e4f..cd5cf75f23 100644 --- a/testing/spectest/minimal/fulu__sanity__slots_test.go +++ b/testing/spectest/minimal/fulu__sanity__slots_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/sanity" ) func TestMinimal_Fulu_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/minimal/fulu__ssz_static__ssz_static_test.go b/testing/spectest/minimal/fulu__ssz_static__ssz_static_test.go index de11535379..6ea06a2d9c 100644 --- a/testing/spectest/minimal/fulu__ssz_static__ssz_static_test.go +++ b/testing/spectest/minimal/fulu__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/ssz_static" ) func TestMinimal_Fulu_SSZStatic(t *testing.T) { diff --git a/testing/spectest/minimal/gloas__ssz_static__ssz_static_test.go b/testing/spectest/minimal/gloas__ssz_static__ssz_static_test.go index 381d6c0430..50e31d3a5f 100644 --- a/testing/spectest/minimal/gloas__ssz_static__ssz_static_test.go +++ b/testing/spectest/minimal/gloas__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/gloas/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/gloas/ssz_static" ) func TestMinimal_Gloas_SSZStatic(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__effective_balance_updates_test.go b/testing/spectest/minimal/phase0__epoch_processing__effective_balance_updates_test.go index b328a3c985..140d81a210 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__effective_balance_updates_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__effective_balance_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_EffectiveBalanceUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__epoch_processing_test.go b/testing/spectest/minimal/phase0__epoch_processing__epoch_processing_test.go index 0190025328..567cab4f01 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__epoch_processing_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__epoch_processing_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) func TestMain(m *testing.M) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__eth1_data_reset_test.go b/testing/spectest/minimal/phase0__epoch_processing__eth1_data_reset_test.go index 95e754d06a..ba92a246b7 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__eth1_data_reset_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__eth1_data_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_Eth1DataReset(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__historical_roots_update_test.go b/testing/spectest/minimal/phase0__epoch_processing__historical_roots_update_test.go index 7fc16e16d8..8fc9749b52 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__historical_roots_update_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__historical_roots_update_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_HistoricalRootsUpdate(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__justification_and_finalization_test.go b/testing/spectest/minimal/phase0__epoch_processing__justification_and_finalization_test.go index 6428a5346b..9e57719739 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__justification_and_finalization_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__justification_and_finalization_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_JustificationAndFinalization(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__participation_record_updates_test.go b/testing/spectest/minimal/phase0__epoch_processing__participation_record_updates_test.go index 2aceb3822e..0c54237359 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__participation_record_updates_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__participation_record_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_ParticipationRecordUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__randao_mixes_reset_test.go b/testing/spectest/minimal/phase0__epoch_processing__randao_mixes_reset_test.go index 789fb612e1..43f0564a9e 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__randao_mixes_reset_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__randao_mixes_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_RandaoMixesReset(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__registry_updates_test.go b/testing/spectest/minimal/phase0__epoch_processing__registry_updates_test.go index d3a3738ea8..9133f5e68b 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__registry_updates_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__registry_updates_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_ResetRegistryUpdates(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__rewards_and_penalties_test.go b/testing/spectest/minimal/phase0__epoch_processing__rewards_and_penalties_test.go index 181a527a86..4756e56801 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__rewards_and_penalties_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__rewards_and_penalties_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_RewardsAndPenalties(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__slashings_reset_test.go b/testing/spectest/minimal/phase0__epoch_processing__slashings_reset_test.go index 2668354fb2..dc011f0b62 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__slashings_reset_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__slashings_reset_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_SlashingsReset(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__epoch_processing__slashings_test.go b/testing/spectest/minimal/phase0__epoch_processing__slashings_test.go index 1ab33fe1d4..aa9223bd1a 100644 --- a/testing/spectest/minimal/phase0__epoch_processing__slashings_test.go +++ b/testing/spectest/minimal/phase0__epoch_processing__slashings_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing" ) func TestMinimal_Phase0_EpochProcessing_Slashings(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__finality__finality_test.go b/testing/spectest/minimal/phase0__finality__finality_test.go index 47d0df94a7..f1bb665e97 100644 --- a/testing/spectest/minimal/phase0__finality__finality_test.go +++ b/testing/spectest/minimal/phase0__finality__finality_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/finality" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/finality" ) func TestMinimal_Phase0_Finality(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__operations__attestation_test.go b/testing/spectest/minimal/phase0__operations__attestation_test.go index 638bbeb401..d417a6a2c2 100644 --- a/testing/spectest/minimal/phase0__operations__attestation_test.go +++ b/testing/spectest/minimal/phase0__operations__attestation_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMinimal_Phase0_Operations_Attestation(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__operations__attester_slashing_test.go b/testing/spectest/minimal/phase0__operations__attester_slashing_test.go index 13e64bb9f7..6dadd9106a 100644 --- a/testing/spectest/minimal/phase0__operations__attester_slashing_test.go +++ b/testing/spectest/minimal/phase0__operations__attester_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMinimal_Phase0_Operations_AttesterSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__operations__block_header_test.go b/testing/spectest/minimal/phase0__operations__block_header_test.go index 4efb1b2faa..90d7430db4 100644 --- a/testing/spectest/minimal/phase0__operations__block_header_test.go +++ b/testing/spectest/minimal/phase0__operations__block_header_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMinimal_Phase0_Operations_BlockHeader(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__operations__deposit_test.go b/testing/spectest/minimal/phase0__operations__deposit_test.go index 0b025d70a5..16a8b79211 100644 --- a/testing/spectest/minimal/phase0__operations__deposit_test.go +++ b/testing/spectest/minimal/phase0__operations__deposit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMinimal_Phase0_Operations_Deposit(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__operations__proposer_slashing_test.go b/testing/spectest/minimal/phase0__operations__proposer_slashing_test.go index d460119c86..dfc33b5939 100644 --- a/testing/spectest/minimal/phase0__operations__proposer_slashing_test.go +++ b/testing/spectest/minimal/phase0__operations__proposer_slashing_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMinimal_Phase0_Operations_ProposerSlashing(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__operations__voluntary_exit_test.go b/testing/spectest/minimal/phase0__operations__voluntary_exit_test.go index 5e301194bd..e47f08e18b 100644 --- a/testing/spectest/minimal/phase0__operations__voluntary_exit_test.go +++ b/testing/spectest/minimal/phase0__operations__voluntary_exit_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations" ) func TestMinimal_Phase0_Operations_VoluntaryExit(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__random__random_test.go b/testing/spectest/minimal/phase0__random__random_test.go index 89140b6850..7230b7ef75 100644 --- a/testing/spectest/minimal/phase0__random__random_test.go +++ b/testing/spectest/minimal/phase0__random__random_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/sanity" ) func TestMinimal_Phase0_Random(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__rewards__rewards_test.go b/testing/spectest/minimal/phase0__rewards__rewards_test.go index 31d656680e..9de561bbd6 100644 --- a/testing/spectest/minimal/phase0__rewards__rewards_test.go +++ b/testing/spectest/minimal/phase0__rewards__rewards_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/rewards" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/rewards" ) func TestMinimal_Phase0_Rewards(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__sanity__blocks_test.go b/testing/spectest/minimal/phase0__sanity__blocks_test.go index 1cadb77f40..c30d9beade 100644 --- a/testing/spectest/minimal/phase0__sanity__blocks_test.go +++ b/testing/spectest/minimal/phase0__sanity__blocks_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/sanity" ) func TestMinimal_Phase0_Sanity_Blocks(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__sanity__slots_test.go b/testing/spectest/minimal/phase0__sanity__slots_test.go index bf2fb6e46d..9b54a3d637 100644 --- a/testing/spectest/minimal/phase0__sanity__slots_test.go +++ b/testing/spectest/minimal/phase0__sanity__slots_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/sanity" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/sanity" ) func TestMinimal_Phase0_Sanity_Slots(t *testing.T) { diff --git a/testing/spectest/minimal/phase0__ssz_static__ssz_static_test.go b/testing/spectest/minimal/phase0__ssz_static__ssz_static_test.go index 8e7eaece32..98d0fd10f9 100644 --- a/testing/spectest/minimal/phase0__ssz_static__ssz_static_test.go +++ b/testing/spectest/minimal/phase0__ssz_static__ssz_static_test.go @@ -3,7 +3,7 @@ package minimal import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/ssz_static" ) func TestMinimal_Phase0_SSZStatic(t *testing.T) { diff --git a/testing/spectest/shared/altair/epoch_processing/BUILD.bazel b/testing/spectest/shared/altair/epoch_processing/BUILD.bazel index f1cd55a672..6de9f30ba4 100644 --- a/testing/spectest/shared/altair/epoch_processing/BUILD.bazel +++ b/testing/spectest/shared/altair/epoch_processing/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "slashings.go", "slashings_reset.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/epoch_processing", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/epoch_processing", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/altair/epoch_processing/effective_balance_updates.go b/testing/spectest/shared/altair/epoch_processing/effective_balance_updates.go index adb0fd2403..a232a14bd4 100644 --- a/testing/spectest/shared/altair/epoch_processing/effective_balance_updates.go +++ b/testing/spectest/shared/altair/epoch_processing/effective_balance_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEffectiveBalanceUpdatesTests executes "epoch_processing/effective_balance_updates" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/eth1_data_reset.go b/testing/spectest/shared/altair/epoch_processing/eth1_data_reset.go index 38c015fa1b..2bb03ab414 100644 --- a/testing/spectest/shared/altair/epoch_processing/eth1_data_reset.go +++ b/testing/spectest/shared/altair/epoch_processing/eth1_data_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEth1DataResetTests executes "epoch_processing/eth1_data_reset" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/helpers.go b/testing/spectest/shared/altair/epoch_processing/helpers.go index 1c9e3b2bbf..09c9982fea 100644 --- a/testing/spectest/shared/altair/epoch_processing/helpers.go +++ b/testing/spectest/shared/altair/epoch_processing/helpers.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/altair/epoch_processing/historical_roots_update.go b/testing/spectest/shared/altair/epoch_processing/historical_roots_update.go index 606bc82c93..b4c7c3a66e 100644 --- a/testing/spectest/shared/altair/epoch_processing/historical_roots_update.go +++ b/testing/spectest/shared/altair/epoch_processing/historical_roots_update.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunHistoricalRootsUpdateTests executes "epoch_processing/historical_roots_update" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/inactivity_updates.go b/testing/spectest/shared/altair/epoch_processing/inactivity_updates.go index 8d7635be2b..33f11bdd16 100644 --- a/testing/spectest/shared/altair/epoch_processing/inactivity_updates.go +++ b/testing/spectest/shared/altair/epoch_processing/inactivity_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunInactivityUpdatesTest executes "epoch_processing/inactivity_updates" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/justification_and_finalization.go b/testing/spectest/shared/altair/epoch_processing/justification_and_finalization.go index 370d96d83d..4cb4e6f5d2 100644 --- a/testing/spectest/shared/altair/epoch_processing/justification_and_finalization.go +++ b/testing/spectest/shared/altair/epoch_processing/justification_and_finalization.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunJustificationAndFinalizationTests executes "epoch_processing/justification_and_finalization" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/participation_flag_updates.go b/testing/spectest/shared/altair/epoch_processing/participation_flag_updates.go index b6f4817932..c5fc600168 100644 --- a/testing/spectest/shared/altair/epoch_processing/participation_flag_updates.go +++ b/testing/spectest/shared/altair/epoch_processing/participation_flag_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunParticipationFlagUpdatesTests executes "epoch_processing/participation_flag_updates" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/randao_mixes_reset.go b/testing/spectest/shared/altair/epoch_processing/randao_mixes_reset.go index 92079a3646..e3a3eb3dcf 100644 --- a/testing/spectest/shared/altair/epoch_processing/randao_mixes_reset.go +++ b/testing/spectest/shared/altair/epoch_processing/randao_mixes_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRandaoMixesResetTests executes "epoch_processing/randao_mixes_reset" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/registry_updates.go b/testing/spectest/shared/altair/epoch_processing/registry_updates.go index 6232386ba5..4658e52fa4 100644 --- a/testing/spectest/shared/altair/epoch_processing/registry_updates.go +++ b/testing/spectest/shared/altair/epoch_processing/registry_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRegistryUpdatesTests executes "epoch_processing/registry_updates" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/rewards_and_penalties.go b/testing/spectest/shared/altair/epoch_processing/rewards_and_penalties.go index 3386947be7..22d41dd186 100644 --- a/testing/spectest/shared/altair/epoch_processing/rewards_and_penalties.go +++ b/testing/spectest/shared/altair/epoch_processing/rewards_and_penalties.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRewardsAndPenaltiesTests executes "epoch_processing/rewards_and_penalties" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/slashings.go b/testing/spectest/shared/altair/epoch_processing/slashings.go index 7e4867633d..6f6b2f73d6 100644 --- a/testing/spectest/shared/altair/epoch_processing/slashings.go +++ b/testing/spectest/shared/altair/epoch_processing/slashings.go @@ -4,11 +4,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsTests executes "epoch_processing/slashings" tests. diff --git a/testing/spectest/shared/altair/epoch_processing/slashings_reset.go b/testing/spectest/shared/altair/epoch_processing/slashings_reset.go index 0f8babeadd..ac4d6f2a51 100644 --- a/testing/spectest/shared/altair/epoch_processing/slashings_reset.go +++ b/testing/spectest/shared/altair/epoch_processing/slashings_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsResetTests executes "epoch_processing/slashings_reset" tests. diff --git a/testing/spectest/shared/altair/finality/BUILD.bazel b/testing/spectest/shared/altair/finality/BUILD.bazel index ff7da0de80..d338089f26 100644 --- a/testing/spectest/shared/altair/finality/BUILD.bazel +++ b/testing/spectest/shared/altair/finality/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["finality.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/finality", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/finality", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/altair/finality/finality.go b/testing/spectest/shared/altair/finality/finality.go index 8dc8bc2e00..5c4a408bcf 100644 --- a/testing/spectest/shared/altair/finality/finality.go +++ b/testing/spectest/shared/altair/finality/finality.go @@ -5,15 +5,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/altair/fork/BUILD.bazel b/testing/spectest/shared/altair/fork/BUILD.bazel index 9805afe4ec..31dd685886 100644 --- a/testing/spectest/shared/altair/fork/BUILD.bazel +++ b/testing/spectest/shared/altair/fork/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "transition.go", "upgrade_to_altair.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/fork", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/fork", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/altair/fork/transition.go b/testing/spectest/shared/altair/fork/transition.go index 0b3a58b6c8..49566e9fa8 100644 --- a/testing/spectest/shared/altair/fork/transition.go +++ b/testing/spectest/shared/altair/fork/transition.go @@ -5,16 +5,16 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/altair/fork/upgrade_to_altair.go b/testing/spectest/shared/altair/fork/upgrade_to_altair.go index ccb8fefc9a..6789c05f37 100644 --- a/testing/spectest/shared/altair/fork/upgrade_to_altair.go +++ b/testing/spectest/shared/altair/fork/upgrade_to_altair.go @@ -5,13 +5,13 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/altair/operations/BUILD.bazel b/testing/spectest/shared/altair/operations/BUILD.bazel index 183b84602f..d9b956d688 100644 --- a/testing/spectest/shared/altair/operations/BUILD.bazel +++ b/testing/spectest/shared/altair/operations/BUILD.bazel @@ -13,7 +13,7 @@ go_library( "sync_committee.go", "voluntary_exit.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/operations", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/operations", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/altair/operations/attestation.go b/testing/spectest/shared/altair/operations/attestation.go index 8436baf9b7..13cbce4399 100644 --- a/testing/spectest/shared/altair/operations/attestation.go +++ b/testing/spectest/shared/altair/operations/attestation.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttestation(attestationSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/altair/operations/attester_slashing.go b/testing/spectest/shared/altair/operations/attester_slashing.go index 49c9922c3b..b7f9c96a3a 100644 --- a/testing/spectest/shared/altair/operations/attester_slashing.go +++ b/testing/spectest/shared/altair/operations/attester_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttesterSlashing(asSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/altair/operations/block_header.go b/testing/spectest/shared/altair/operations/block_header.go index 58f6a18855..a9879bae4d 100644 --- a/testing/spectest/shared/altair/operations/block_header.go +++ b/testing/spectest/shared/altair/operations/block_header.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunBlockHeaderTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/altair/operations/deposit.go b/testing/spectest/shared/altair/operations/deposit.go index 129043d276..8330c5c0b2 100644 --- a/testing/spectest/shared/altair/operations/deposit.go +++ b/testing/spectest/shared/altair/operations/deposit.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithDeposit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/altair/operations/helpers.go b/testing/spectest/shared/altair/operations/helpers.go index 8784d1066b..305125123d 100644 --- a/testing/spectest/shared/altair/operations/helpers.go +++ b/testing/spectest/shared/altair/operations/helpers.go @@ -1,11 +1,11 @@ package operations import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func sszToState(b []byte) (state.BeaconState, error) { diff --git a/testing/spectest/shared/altair/operations/proposer_slashing.go b/testing/spectest/shared/altair/operations/proposer_slashing.go index cbafc18d85..ef0bf4b2f0 100644 --- a/testing/spectest/shared/altair/operations/proposer_slashing.go +++ b/testing/spectest/shared/altair/operations/proposer_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithProposerSlashing(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/altair/operations/sync_committee.go b/testing/spectest/shared/altair/operations/sync_committee.go index eb275b41d0..d25a70b801 100644 --- a/testing/spectest/shared/altair/operations/sync_committee.go +++ b/testing/spectest/shared/altair/operations/sync_committee.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithSyncAggregate(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/altair/operations/voluntary_exit.go b/testing/spectest/shared/altair/operations/voluntary_exit.go index d71f84c594..d4a5f97cfc 100644 --- a/testing/spectest/shared/altair/operations/voluntary_exit.go +++ b/testing/spectest/shared/altair/operations/voluntary_exit.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithVoluntaryExit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/altair/rewards/BUILD.bazel b/testing/spectest/shared/altair/rewards/BUILD.bazel index 74329b51af..2a35d14c7b 100644 --- a/testing/spectest/shared/altair/rewards/BUILD.bazel +++ b/testing/spectest/shared/altair/rewards/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["rewards_penalties.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/rewards", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/rewards", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/altair/rewards/rewards_penalties.go b/testing/spectest/shared/altair/rewards/rewards_penalties.go index f25f84b405..79f468e584 100644 --- a/testing/spectest/shared/altair/rewards/rewards_penalties.go +++ b/testing/spectest/shared/altair/rewards/rewards_penalties.go @@ -9,13 +9,13 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/altair/sanity/BUILD.bazel b/testing/spectest/shared/altair/sanity/BUILD.bazel index 4800b11fa4..bd4e28257b 100644 --- a/testing/spectest/shared/altair/sanity/BUILD.bazel +++ b/testing/spectest/shared/altair/sanity/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "block_processing.yaml.go", "slot_processing.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/sanity", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/sanity", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/altair/sanity/block_processing.go b/testing/spectest/shared/altair/sanity/block_processing.go index 70b2c1dfcb..ae7a0793ee 100644 --- a/testing/spectest/shared/altair/sanity/block_processing.go +++ b/testing/spectest/shared/altair/sanity/block_processing.go @@ -8,15 +8,15 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/altair/sanity/slot_processing.go b/testing/spectest/shared/altair/sanity/slot_processing.go index 89ee8b5e68..150c889efb 100644 --- a/testing/spectest/shared/altair/sanity/slot_processing.go +++ b/testing/spectest/shared/altair/sanity/slot_processing.go @@ -5,12 +5,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/altair/ssz_static/BUILD.bazel b/testing/spectest/shared/altair/ssz_static/BUILD.bazel index 4e8f083364..50dd40e32c 100644 --- a/testing/spectest/shared/altair/ssz_static/BUILD.bazel +++ b/testing/spectest/shared/altair/ssz_static/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["ssz_static.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/altair/ssz_static", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/altair/ssz_static", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/state/state-native:go_default_library", diff --git a/testing/spectest/shared/altair/ssz_static/ssz_static.go b/testing/spectest/shared/altair/ssz_static/ssz_static.go index 0fce6ff12f..0924bda4dc 100644 --- a/testing/spectest/shared/altair/ssz_static/ssz_static.go +++ b/testing/spectest/shared/altair/ssz_static/ssz_static.go @@ -5,10 +5,10 @@ import ( "errors" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/shared/bellatrix/epoch_processing/BUILD.bazel b/testing/spectest/shared/bellatrix/epoch_processing/BUILD.bazel index 9bc2a38dc4..cc2188be56 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/BUILD.bazel +++ b/testing/spectest/shared/bellatrix/epoch_processing/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "slashings.go", "slashings_reset.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/epoch_processing", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/epoch_processing", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/bellatrix/epoch_processing/effective_balance_updates.go b/testing/spectest/shared/bellatrix/epoch_processing/effective_balance_updates.go index 79a58fe103..ea909b674a 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/effective_balance_updates.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/effective_balance_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEffectiveBalanceUpdatesTests executes "epoch_processing/effective_balance_updates" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/eth1_data_reset.go b/testing/spectest/shared/bellatrix/epoch_processing/eth1_data_reset.go index 4e6bcc5bc3..e97163238c 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/eth1_data_reset.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/eth1_data_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEth1DataResetTests executes "epoch_processing/eth1_data_reset" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/helpers.go b/testing/spectest/shared/bellatrix/epoch_processing/helpers.go index f2ef02a9a2..ec1b0ed39b 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/helpers.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/helpers.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/bellatrix/epoch_processing/historical_roots_update.go b/testing/spectest/shared/bellatrix/epoch_processing/historical_roots_update.go index dab56d3845..e941f8667a 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/historical_roots_update.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/historical_roots_update.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunHistoricalRootsUpdateTests executes "epoch_processing/historical_roots_update" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/inactivity_updates.go b/testing/spectest/shared/bellatrix/epoch_processing/inactivity_updates.go index a7b199f705..084fc51820 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/inactivity_updates.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/inactivity_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunInactivityUpdatesTest executes "epoch_processing/inactivity_updates" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/justification_and_finalization.go b/testing/spectest/shared/bellatrix/epoch_processing/justification_and_finalization.go index 3d096838e3..65fbb8f3c3 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/justification_and_finalization.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/justification_and_finalization.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunJustificationAndFinalizationTests executes "epoch_processing/justification_and_finalization" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/participation_flag_updates.go b/testing/spectest/shared/bellatrix/epoch_processing/participation_flag_updates.go index 5082c957e4..b2477b96bd 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/participation_flag_updates.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/participation_flag_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunParticipationFlagUpdatesTests executes "epoch_processing/participation_flag_updates" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/randao_mixes_reset.go b/testing/spectest/shared/bellatrix/epoch_processing/randao_mixes_reset.go index 763b95f4e8..7df83b80f7 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/randao_mixes_reset.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/randao_mixes_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRandaoMixesResetTests executes "epoch_processing/randao_mixes_reset" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/registry_updates.go b/testing/spectest/shared/bellatrix/epoch_processing/registry_updates.go index 0ab23d907e..aab27c2c5a 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/registry_updates.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/registry_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRegistryUpdatesTests executes "epoch_processing/registry_updates" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/rewards_and_penalties.go b/testing/spectest/shared/bellatrix/epoch_processing/rewards_and_penalties.go index 32d934f484..1453622311 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/rewards_and_penalties.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/rewards_and_penalties.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRewardsAndPenaltiesTests executes "epoch_processing/rewards_and_penalties" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/slashings.go b/testing/spectest/shared/bellatrix/epoch_processing/slashings.go index ff92983c72..5e49ba0bf1 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/slashings.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/slashings.go @@ -4,11 +4,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsTests executes "epoch_processing/slashings" tests. diff --git a/testing/spectest/shared/bellatrix/epoch_processing/slashings_reset.go b/testing/spectest/shared/bellatrix/epoch_processing/slashings_reset.go index dc4f465e32..2a3a043e75 100644 --- a/testing/spectest/shared/bellatrix/epoch_processing/slashings_reset.go +++ b/testing/spectest/shared/bellatrix/epoch_processing/slashings_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsResetTests executes "epoch_processing/slashings_reset" tests. diff --git a/testing/spectest/shared/bellatrix/finality/BUILD.bazel b/testing/spectest/shared/bellatrix/finality/BUILD.bazel index 6abbf3e56c..f60e82c078 100644 --- a/testing/spectest/shared/bellatrix/finality/BUILD.bazel +++ b/testing/spectest/shared/bellatrix/finality/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["finality.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/finality", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/finality", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/bellatrix/finality/finality.go b/testing/spectest/shared/bellatrix/finality/finality.go index 5e0586ba2c..01214171a0 100644 --- a/testing/spectest/shared/bellatrix/finality/finality.go +++ b/testing/spectest/shared/bellatrix/finality/finality.go @@ -5,15 +5,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/bellatrix/fork/BUILD.bazel b/testing/spectest/shared/bellatrix/fork/BUILD.bazel index 6ab79b1ee0..21be937dd1 100644 --- a/testing/spectest/shared/bellatrix/fork/BUILD.bazel +++ b/testing/spectest/shared/bellatrix/fork/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "transition.go", "upgrade_to_bellatrix.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/fork", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/fork", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/execution:go_default_library", diff --git a/testing/spectest/shared/bellatrix/fork/transition.go b/testing/spectest/shared/bellatrix/fork/transition.go index 5fdb619987..83c4986334 100644 --- a/testing/spectest/shared/bellatrix/fork/transition.go +++ b/testing/spectest/shared/bellatrix/fork/transition.go @@ -5,16 +5,16 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/bellatrix/fork/upgrade_to_bellatrix.go b/testing/spectest/shared/bellatrix/fork/upgrade_to_bellatrix.go index d35529f9ee..a671ac454d 100644 --- a/testing/spectest/shared/bellatrix/fork/upgrade_to_bellatrix.go +++ b/testing/spectest/shared/bellatrix/fork/upgrade_to_bellatrix.go @@ -4,13 +4,13 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/bellatrix/operations/BUILD.bazel b/testing/spectest/shared/bellatrix/operations/BUILD.bazel index 9bb49c1b80..580080ad83 100644 --- a/testing/spectest/shared/bellatrix/operations/BUILD.bazel +++ b/testing/spectest/shared/bellatrix/operations/BUILD.bazel @@ -14,7 +14,7 @@ go_library( "sync_committee.go", "voluntary_exit.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/operations", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/operations", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/bellatrix/operations/attestation.go b/testing/spectest/shared/bellatrix/operations/attestation.go index 538d76d702..bba52743b1 100644 --- a/testing/spectest/shared/bellatrix/operations/attestation.go +++ b/testing/spectest/shared/bellatrix/operations/attestation.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttestation(attestationSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/bellatrix/operations/attester_slashing.go b/testing/spectest/shared/bellatrix/operations/attester_slashing.go index 9c637497aa..6072c6d401 100644 --- a/testing/spectest/shared/bellatrix/operations/attester_slashing.go +++ b/testing/spectest/shared/bellatrix/operations/attester_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttesterSlashing(asSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/bellatrix/operations/block_header.go b/testing/spectest/shared/bellatrix/operations/block_header.go index 50f5cfcb13..3299be7f24 100644 --- a/testing/spectest/shared/bellatrix/operations/block_header.go +++ b/testing/spectest/shared/bellatrix/operations/block_header.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunBlockHeaderTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/bellatrix/operations/deposit.go b/testing/spectest/shared/bellatrix/operations/deposit.go index adf5e4126f..3346a15054 100644 --- a/testing/spectest/shared/bellatrix/operations/deposit.go +++ b/testing/spectest/shared/bellatrix/operations/deposit.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithDeposit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/bellatrix/operations/execution_payload.go b/testing/spectest/shared/bellatrix/operations/execution_payload.go index 110b4d0334..ab17b4df4c 100644 --- a/testing/spectest/shared/bellatrix/operations/execution_payload.go +++ b/testing/spectest/shared/bellatrix/operations/execution_payload.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunExecutionPayloadTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/bellatrix/operations/helpers.go b/testing/spectest/shared/bellatrix/operations/helpers.go index 3acfae6809..c6b3c5fac1 100644 --- a/testing/spectest/shared/bellatrix/operations/helpers.go +++ b/testing/spectest/shared/bellatrix/operations/helpers.go @@ -1,11 +1,11 @@ package operations import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func sszToState(b []byte) (state.BeaconState, error) { diff --git a/testing/spectest/shared/bellatrix/operations/proposer_slashing.go b/testing/spectest/shared/bellatrix/operations/proposer_slashing.go index d7890121a1..095cd7dcd5 100644 --- a/testing/spectest/shared/bellatrix/operations/proposer_slashing.go +++ b/testing/spectest/shared/bellatrix/operations/proposer_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithProposerSlashing(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/bellatrix/operations/sync_committee.go b/testing/spectest/shared/bellatrix/operations/sync_committee.go index a2696c2033..adcc2d8bcd 100644 --- a/testing/spectest/shared/bellatrix/operations/sync_committee.go +++ b/testing/spectest/shared/bellatrix/operations/sync_committee.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithSyncAggregate(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/bellatrix/operations/voluntary_exit.go b/testing/spectest/shared/bellatrix/operations/voluntary_exit.go index 556ba8f902..e41d6bef20 100644 --- a/testing/spectest/shared/bellatrix/operations/voluntary_exit.go +++ b/testing/spectest/shared/bellatrix/operations/voluntary_exit.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithVoluntaryExit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/bellatrix/rewards/BUILD.bazel b/testing/spectest/shared/bellatrix/rewards/BUILD.bazel index 2ee840086f..d9267dbf1c 100644 --- a/testing/spectest/shared/bellatrix/rewards/BUILD.bazel +++ b/testing/spectest/shared/bellatrix/rewards/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["rewards_penalties.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/rewards", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/rewards", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/bellatrix/rewards/rewards_penalties.go b/testing/spectest/shared/bellatrix/rewards/rewards_penalties.go index 3033de5b7c..53c6797f6c 100644 --- a/testing/spectest/shared/bellatrix/rewards/rewards_penalties.go +++ b/testing/spectest/shared/bellatrix/rewards/rewards_penalties.go @@ -9,13 +9,13 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/bellatrix/sanity/BUILD.bazel b/testing/spectest/shared/bellatrix/sanity/BUILD.bazel index c5a89d7cb8..9262df1e1a 100644 --- a/testing/spectest/shared/bellatrix/sanity/BUILD.bazel +++ b/testing/spectest/shared/bellatrix/sanity/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "block_processing.yaml.go", "slot_processing.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/sanity", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/sanity", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/bellatrix/sanity/block_processing.go b/testing/spectest/shared/bellatrix/sanity/block_processing.go index 61f9e71d58..ff70ce953b 100644 --- a/testing/spectest/shared/bellatrix/sanity/block_processing.go +++ b/testing/spectest/shared/bellatrix/sanity/block_processing.go @@ -8,15 +8,15 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/bellatrix/sanity/slot_processing.go b/testing/spectest/shared/bellatrix/sanity/slot_processing.go index 93ffbf04ab..080b907785 100644 --- a/testing/spectest/shared/bellatrix/sanity/slot_processing.go +++ b/testing/spectest/shared/bellatrix/sanity/slot_processing.go @@ -5,12 +5,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/bellatrix/ssz_static/BUILD.bazel b/testing/spectest/shared/bellatrix/ssz_static/BUILD.bazel index 9982ea6a8d..7204379bb0 100644 --- a/testing/spectest/shared/bellatrix/ssz_static/BUILD.bazel +++ b/testing/spectest/shared/bellatrix/ssz_static/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["ssz_static.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/bellatrix/ssz_static", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/bellatrix/ssz_static", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/state/state-native:go_default_library", diff --git a/testing/spectest/shared/bellatrix/ssz_static/ssz_static.go b/testing/spectest/shared/bellatrix/ssz_static/ssz_static.go index 8a62730731..718670c317 100644 --- a/testing/spectest/shared/bellatrix/ssz_static/ssz_static.go +++ b/testing/spectest/shared/bellatrix/ssz_static/ssz_static.go @@ -5,11 +5,11 @@ import ( "errors" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/shared/capella/epoch_processing/BUILD.bazel b/testing/spectest/shared/capella/epoch_processing/BUILD.bazel index 03a08ce557..72f59c67e3 100644 --- a/testing/spectest/shared/capella/epoch_processing/BUILD.bazel +++ b/testing/spectest/shared/capella/epoch_processing/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "slashings.go", "slashings_reset.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/epoch_processing", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/epoch_processing", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/capella/epoch_processing/effective_balance_updates.go b/testing/spectest/shared/capella/epoch_processing/effective_balance_updates.go index 823ddc8f3b..ce48fabe5e 100644 --- a/testing/spectest/shared/capella/epoch_processing/effective_balance_updates.go +++ b/testing/spectest/shared/capella/epoch_processing/effective_balance_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEffectiveBalanceUpdatesTests executes "epoch_processing/effective_balance_updates" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/eth1_data_reset.go b/testing/spectest/shared/capella/epoch_processing/eth1_data_reset.go index 0c3b8c89c7..2ae0b1d8e8 100644 --- a/testing/spectest/shared/capella/epoch_processing/eth1_data_reset.go +++ b/testing/spectest/shared/capella/epoch_processing/eth1_data_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEth1DataResetTests executes "epoch_processing/eth1_data_reset" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/helpers.go b/testing/spectest/shared/capella/epoch_processing/helpers.go index 5d9d66b6c8..f5a312e17c 100644 --- a/testing/spectest/shared/capella/epoch_processing/helpers.go +++ b/testing/spectest/shared/capella/epoch_processing/helpers.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/capella/epoch_processing/historical_summaries_update.go b/testing/spectest/shared/capella/epoch_processing/historical_summaries_update.go index dac79f0cd3..6ede28c4c5 100644 --- a/testing/spectest/shared/capella/epoch_processing/historical_summaries_update.go +++ b/testing/spectest/shared/capella/epoch_processing/historical_summaries_update.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunHistoricalSummariesUpdateTests executes "epoch_processing/historical_summaries_update" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/inactivity_updates.go b/testing/spectest/shared/capella/epoch_processing/inactivity_updates.go index f66db00d5d..f8f19a4a44 100644 --- a/testing/spectest/shared/capella/epoch_processing/inactivity_updates.go +++ b/testing/spectest/shared/capella/epoch_processing/inactivity_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunInactivityUpdatesTest executes "epoch_processing/inactivity_updates" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/justification_and_finalization.go b/testing/spectest/shared/capella/epoch_processing/justification_and_finalization.go index 8285cd2965..a737e4e336 100644 --- a/testing/spectest/shared/capella/epoch_processing/justification_and_finalization.go +++ b/testing/spectest/shared/capella/epoch_processing/justification_and_finalization.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunJustificationAndFinalizationTests executes "epoch_processing/justification_and_finalization" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/participation_flag_updates.go b/testing/spectest/shared/capella/epoch_processing/participation_flag_updates.go index 87eff06571..5af9c4f3aa 100644 --- a/testing/spectest/shared/capella/epoch_processing/participation_flag_updates.go +++ b/testing/spectest/shared/capella/epoch_processing/participation_flag_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunParticipationFlagUpdatesTests executes "epoch_processing/participation_flag_updates" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/randao_mixes_reset.go b/testing/spectest/shared/capella/epoch_processing/randao_mixes_reset.go index bdca2f0fe9..c5f04ca23c 100644 --- a/testing/spectest/shared/capella/epoch_processing/randao_mixes_reset.go +++ b/testing/spectest/shared/capella/epoch_processing/randao_mixes_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRandaoMixesResetTests executes "epoch_processing/randao_mixes_reset" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/registry_updates.go b/testing/spectest/shared/capella/epoch_processing/registry_updates.go index cb366cd548..d02c124842 100644 --- a/testing/spectest/shared/capella/epoch_processing/registry_updates.go +++ b/testing/spectest/shared/capella/epoch_processing/registry_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRegistryUpdatesTests executes "epoch_processing/registry_updates" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/rewards_and_penalties.go b/testing/spectest/shared/capella/epoch_processing/rewards_and_penalties.go index 8b72f98301..580a5b6e96 100644 --- a/testing/spectest/shared/capella/epoch_processing/rewards_and_penalties.go +++ b/testing/spectest/shared/capella/epoch_processing/rewards_and_penalties.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRewardsAndPenaltiesTests executes "epoch_processing/rewards_and_penalties" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/slashings.go b/testing/spectest/shared/capella/epoch_processing/slashings.go index b4957f2bcd..49a5a32829 100644 --- a/testing/spectest/shared/capella/epoch_processing/slashings.go +++ b/testing/spectest/shared/capella/epoch_processing/slashings.go @@ -4,11 +4,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsTests executes "epoch_processing/slashings" tests. diff --git a/testing/spectest/shared/capella/epoch_processing/slashings_reset.go b/testing/spectest/shared/capella/epoch_processing/slashings_reset.go index 5f4a6b7236..27fd39e745 100644 --- a/testing/spectest/shared/capella/epoch_processing/slashings_reset.go +++ b/testing/spectest/shared/capella/epoch_processing/slashings_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsResetTests executes "epoch_processing/slashings_reset" tests. diff --git a/testing/spectest/shared/capella/finality/BUILD.bazel b/testing/spectest/shared/capella/finality/BUILD.bazel index 83e7e0a590..d575e2f044 100644 --- a/testing/spectest/shared/capella/finality/BUILD.bazel +++ b/testing/spectest/shared/capella/finality/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["finality.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/finality", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/finality", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/capella/finality/finality.go b/testing/spectest/shared/capella/finality/finality.go index ac274d7f75..1db1c4d6d9 100644 --- a/testing/spectest/shared/capella/finality/finality.go +++ b/testing/spectest/shared/capella/finality/finality.go @@ -5,15 +5,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/capella/fork/BUILD.bazel b/testing/spectest/shared/capella/fork/BUILD.bazel index 6f09bdbb9b..e752dd77be 100644 --- a/testing/spectest/shared/capella/fork/BUILD.bazel +++ b/testing/spectest/shared/capella/fork/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "transition.go", "upgrade_to_capella.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/fork", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/fork", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/capella:go_default_library", diff --git a/testing/spectest/shared/capella/fork/transition.go b/testing/spectest/shared/capella/fork/transition.go index 13a5913d47..52f4c19098 100644 --- a/testing/spectest/shared/capella/fork/transition.go +++ b/testing/spectest/shared/capella/fork/transition.go @@ -5,16 +5,16 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/capella/fork/upgrade_to_capella.go b/testing/spectest/shared/capella/fork/upgrade_to_capella.go index 1f49cd1fe3..24e4c8b0ce 100644 --- a/testing/spectest/shared/capella/fork/upgrade_to_capella.go +++ b/testing/spectest/shared/capella/fork/upgrade_to_capella.go @@ -4,13 +4,13 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/capella" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/capella" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/capella/operations/BUILD.bazel b/testing/spectest/shared/capella/operations/BUILD.bazel index c0222939d9..53a5b7a1b9 100644 --- a/testing/spectest/shared/capella/operations/BUILD.bazel +++ b/testing/spectest/shared/capella/operations/BUILD.bazel @@ -16,7 +16,7 @@ go_library( "voluntary_exit.go", "withdrawals.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/operations", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/operations", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/capella/operations/attestation.go b/testing/spectest/shared/capella/operations/attestation.go index c1bde9c1a1..880e15dd90 100644 --- a/testing/spectest/shared/capella/operations/attestation.go +++ b/testing/spectest/shared/capella/operations/attestation.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttestation(attestationSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/capella/operations/attester_slashing.go b/testing/spectest/shared/capella/operations/attester_slashing.go index 9b51e7167d..c6678ffaf3 100644 --- a/testing/spectest/shared/capella/operations/attester_slashing.go +++ b/testing/spectest/shared/capella/operations/attester_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttesterSlashing(asSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/capella/operations/block_header.go b/testing/spectest/shared/capella/operations/block_header.go index 9f926b3d59..7ac2a3a814 100644 --- a/testing/spectest/shared/capella/operations/block_header.go +++ b/testing/spectest/shared/capella/operations/block_header.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunBlockHeaderTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/capella/operations/bls_to_execution_changes.go b/testing/spectest/shared/capella/operations/bls_to_execution_changes.go index 50734162f0..79efba862d 100644 --- a/testing/spectest/shared/capella/operations/bls_to_execution_changes.go +++ b/testing/spectest/shared/capella/operations/bls_to_execution_changes.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithBlsChange(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/capella/operations/deposit.go b/testing/spectest/shared/capella/operations/deposit.go index 552bec5e62..71150b5143 100644 --- a/testing/spectest/shared/capella/operations/deposit.go +++ b/testing/spectest/shared/capella/operations/deposit.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithDeposit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/capella/operations/execution_payload.go b/testing/spectest/shared/capella/operations/execution_payload.go index f69a8acff9..95d0df52ab 100644 --- a/testing/spectest/shared/capella/operations/execution_payload.go +++ b/testing/spectest/shared/capella/operations/execution_payload.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunExecutionPayloadTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/capella/operations/helpers.go b/testing/spectest/shared/capella/operations/helpers.go index 368c5b1a98..f270b83396 100644 --- a/testing/spectest/shared/capella/operations/helpers.go +++ b/testing/spectest/shared/capella/operations/helpers.go @@ -1,11 +1,11 @@ package operations import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func sszToState(b []byte) (state.BeaconState, error) { diff --git a/testing/spectest/shared/capella/operations/proposer_slashing.go b/testing/spectest/shared/capella/operations/proposer_slashing.go index 58dd3874cb..a69a8ca118 100644 --- a/testing/spectest/shared/capella/operations/proposer_slashing.go +++ b/testing/spectest/shared/capella/operations/proposer_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithProposerSlashing(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/capella/operations/sync_committee.go b/testing/spectest/shared/capella/operations/sync_committee.go index 953a1ed34e..50a39d115e 100644 --- a/testing/spectest/shared/capella/operations/sync_committee.go +++ b/testing/spectest/shared/capella/operations/sync_committee.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithSyncAggregate(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/capella/operations/voluntary_exit.go b/testing/spectest/shared/capella/operations/voluntary_exit.go index 07d9c7c4bd..699f3bdc07 100644 --- a/testing/spectest/shared/capella/operations/voluntary_exit.go +++ b/testing/spectest/shared/capella/operations/voluntary_exit.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithVoluntaryExit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/capella/operations/withdrawals.go b/testing/spectest/shared/capella/operations/withdrawals.go index e6c9d9782a..5fbe2a8b68 100644 --- a/testing/spectest/shared/capella/operations/withdrawals.go +++ b/testing/spectest/shared/capella/operations/withdrawals.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithWithdrawals(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/capella/rewards/BUILD.bazel b/testing/spectest/shared/capella/rewards/BUILD.bazel index ab14ce292d..2763b069dc 100644 --- a/testing/spectest/shared/capella/rewards/BUILD.bazel +++ b/testing/spectest/shared/capella/rewards/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["rewards_penalties.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/rewards", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/rewards", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/capella/rewards/rewards_penalties.go b/testing/spectest/shared/capella/rewards/rewards_penalties.go index 4fbf701eb2..0a5c77e74c 100644 --- a/testing/spectest/shared/capella/rewards/rewards_penalties.go +++ b/testing/spectest/shared/capella/rewards/rewards_penalties.go @@ -9,13 +9,13 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/capella/sanity/BUILD.bazel b/testing/spectest/shared/capella/sanity/BUILD.bazel index dad1af022c..aa7f2ba200 100644 --- a/testing/spectest/shared/capella/sanity/BUILD.bazel +++ b/testing/spectest/shared/capella/sanity/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "block_processing.yaml.go", "slot_processing.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/sanity", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/sanity", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/capella/sanity/block_processing.go b/testing/spectest/shared/capella/sanity/block_processing.go index d27f9333a1..c2bfb1c2d5 100644 --- a/testing/spectest/shared/capella/sanity/block_processing.go +++ b/testing/spectest/shared/capella/sanity/block_processing.go @@ -8,15 +8,15 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/capella/sanity/slot_processing.go b/testing/spectest/shared/capella/sanity/slot_processing.go index d98efc1825..2e51f86f1f 100644 --- a/testing/spectest/shared/capella/sanity/slot_processing.go +++ b/testing/spectest/shared/capella/sanity/slot_processing.go @@ -5,12 +5,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/capella/ssz_static/BUILD.bazel b/testing/spectest/shared/capella/ssz_static/BUILD.bazel index 3905c77d0d..95e75f7815 100644 --- a/testing/spectest/shared/capella/ssz_static/BUILD.bazel +++ b/testing/spectest/shared/capella/ssz_static/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["ssz_static.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/capella/ssz_static", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/capella/ssz_static", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/state/state-native:go_default_library", diff --git a/testing/spectest/shared/capella/ssz_static/ssz_static.go b/testing/spectest/shared/capella/ssz_static/ssz_static.go index 6e7e909cc4..1976e9b3e6 100644 --- a/testing/spectest/shared/capella/ssz_static/ssz_static.go +++ b/testing/spectest/shared/capella/ssz_static/ssz_static.go @@ -5,11 +5,11 @@ import ( "errors" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/shared/common/forkchoice/BUILD.bazel b/testing/spectest/shared/common/forkchoice/BUILD.bazel index ddc4162632..8d0aa99e4a 100644 --- a/testing/spectest/shared/common/forkchoice/BUILD.bazel +++ b/testing/spectest/shared/common/forkchoice/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "service.go", "type.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/forkchoice", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/forkchoice", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/blockchain:go_default_library", diff --git a/testing/spectest/shared/common/forkchoice/builder.go b/testing/spectest/shared/common/forkchoice/builder.go index acc48af45b..af6e49f179 100644 --- a/testing/spectest/shared/common/forkchoice/builder.go +++ b/testing/spectest/shared/common/forkchoice/builder.go @@ -7,17 +7,17 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/execution" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/execution" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" ) diff --git a/testing/spectest/shared/common/forkchoice/builder_test.go b/testing/spectest/shared/common/forkchoice/builder_test.go index 30c3b8e6d7..88c96dcf9b 100644 --- a/testing/spectest/shared/common/forkchoice/builder_test.go +++ b/testing/spectest/shared/common/forkchoice/builder_test.go @@ -3,10 +3,10 @@ package forkchoice import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestBuilderTick(t *testing.T) { diff --git a/testing/spectest/shared/common/forkchoice/runner.go b/testing/spectest/shared/common/forkchoice/runner.go index d664c06a41..92908590f4 100644 --- a/testing/spectest/shared/common/forkchoice/runner.go +++ b/testing/spectest/shared/common/forkchoice/runner.go @@ -10,20 +10,20 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/verification" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/verification" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/forkchoice/service.go b/testing/spectest/shared/common/forkchoice/service.go index 25674cdd3a..d96b8e600c 100644 --- a/testing/spectest/shared/common/forkchoice/service.go +++ b/testing/spectest/shared/common/forkchoice/service.go @@ -5,29 +5,29 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - mock "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache" - "github.com/OffchainLabs/prysm/v6/beacon-chain/cache/depositsnapshot" - coreTime "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filesystem" - testDB "github.com/OffchainLabs/prysm/v6/beacon-chain/db/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice" - doublylinkedtree "github.com/OffchainLabs/prysm/v6/beacon-chain/forkchoice/doubly-linked-tree" - "github.com/OffchainLabs/prysm/v6/beacon-chain/operations/attestations" - p2pTesting "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/startup" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stategen" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - payloadattribute "github.com/OffchainLabs/prysm/v6/consensus-types/payload-attribute" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - pb "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + mock "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache" + "github.com/OffchainLabs/prysm/v7/beacon-chain/cache/depositsnapshot" + coreTime "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filesystem" + testDB "github.com/OffchainLabs/prysm/v7/beacon-chain/db/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice" + doublylinkedtree "github.com/OffchainLabs/prysm/v7/beacon-chain/forkchoice/doubly-linked-tree" + "github.com/OffchainLabs/prysm/v7/beacon-chain/operations/attestations" + p2pTesting "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/testing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/startup" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stategen" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + payloadattribute "github.com/OffchainLabs/prysm/v7/consensus-types/payload-attribute" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + pb "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" gethtypes "github.com/ethereum/go-ethereum/core/types" diff --git a/testing/spectest/shared/common/light_client/BUILD.bazel b/testing/spectest/shared/common/light_client/BUILD.bazel index 0184fadbc6..d46557af36 100644 --- a/testing/spectest/shared/common/light_client/BUILD.bazel +++ b/testing/spectest/shared/common/light_client/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "single_merkle_proof.go", "update_ranking.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/light_client", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/light_client", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/common/light_client/single_merkle_proof.go b/testing/spectest/shared/common/light_client/single_merkle_proof.go index acec35b3a4..7a05e8baf5 100644 --- a/testing/spectest/shared/common/light_client/single_merkle_proof.go +++ b/testing/spectest/shared/common/light_client/single_merkle_proof.go @@ -8,15 +8,15 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/container/trie" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/container/trie" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/light_client/update_ranking.go b/testing/spectest/shared/common/light_client/update_ranking.go index 7b1a1774e5..9101573e9a 100644 --- a/testing/spectest/shared/common/light_client/update_ranking.go +++ b/testing/spectest/shared/common/light_client/update_ranking.go @@ -5,16 +5,16 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - lightclient "github.com/OffchainLabs/prysm/v6/beacon-chain/light-client" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - lightclienttypes "github.com/OffchainLabs/prysm/v6/consensus-types/light-client" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + lightclient "github.com/OffchainLabs/prysm/v7/beacon-chain/light-client" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + lightclienttypes "github.com/OffchainLabs/prysm/v7/consensus-types/light-client" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/merkle_proof/BUILD.bazel b/testing/spectest/shared/common/merkle_proof/BUILD.bazel index 2c15c19b92..41abacb5e0 100644 --- a/testing/spectest/shared/common/merkle_proof/BUILD.bazel +++ b/testing/spectest/shared/common/merkle_proof/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["single_merkle_proof.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/merkle_proof", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/merkle_proof", visibility = ["//visibility:public"], deps = [ "//config/params:go_default_library", diff --git a/testing/spectest/shared/common/merkle_proof/single_merkle_proof.go b/testing/spectest/shared/common/merkle_proof/single_merkle_proof.go index 99280f3423..ea2c77685f 100644 --- a/testing/spectest/shared/common/merkle_proof/single_merkle_proof.go +++ b/testing/spectest/shared/common/merkle_proof/single_merkle_proof.go @@ -6,13 +6,13 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_blocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_blocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" fssz "github.com/prysmaticlabs/fastssz" diff --git a/testing/spectest/shared/common/operations/BUILD.bazel b/testing/spectest/shared/common/operations/BUILD.bazel index 758f479767..0156ebb991 100644 --- a/testing/spectest/shared/common/operations/BUILD.bazel +++ b/testing/spectest/shared/common/operations/BUILD.bazel @@ -20,7 +20,7 @@ go_library( "withdrawal_request.go", "withdrawals.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/common/operations/attestation.go b/testing/spectest/shared/common/operations/attestation.go index 410c7aa104..32e4a0e404 100644 --- a/testing/spectest/shared/common/operations/attestation.go +++ b/testing/spectest/shared/common/operations/attestation.go @@ -5,12 +5,12 @@ import ( "path" "testing" - b "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + b "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/pkg/errors" ) diff --git a/testing/spectest/shared/common/operations/attester_slashing.go b/testing/spectest/shared/common/operations/attester_slashing.go index 6919950754..7156beeab1 100644 --- a/testing/spectest/shared/common/operations/attester_slashing.go +++ b/testing/spectest/shared/common/operations/attester_slashing.go @@ -4,10 +4,10 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" ) func RunAttesterSlashingTest(t *testing.T, config string, fork string, block blockWithSSZObject, sszToState SSZToState) { diff --git a/testing/spectest/shared/common/operations/block_header.go b/testing/spectest/shared/common/operations/block_header.go index 5f502949e0..041fe41810 100644 --- a/testing/spectest/shared/common/operations/block_header.go +++ b/testing/spectest/shared/common/operations/block_header.go @@ -6,12 +6,12 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/operations/bls_to_execution_changes.go b/testing/spectest/shared/common/operations/bls_to_execution_changes.go index 371509fd46..6d999954c8 100644 --- a/testing/spectest/shared/common/operations/bls_to_execution_changes.go +++ b/testing/spectest/shared/common/operations/bls_to_execution_changes.go @@ -5,12 +5,12 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/pkg/errors" ) diff --git a/testing/spectest/shared/common/operations/consolidations.go b/testing/spectest/shared/common/operations/consolidations.go index 2e8af689f3..34e696770d 100644 --- a/testing/spectest/shared/common/operations/consolidations.go +++ b/testing/spectest/shared/common/operations/consolidations.go @@ -5,12 +5,12 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/operations/deposit.go b/testing/spectest/shared/common/operations/deposit.go index 53b74205d6..f5518abae7 100644 --- a/testing/spectest/shared/common/operations/deposit.go +++ b/testing/spectest/shared/common/operations/deposit.go @@ -5,12 +5,12 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/operations/deposit_request.go b/testing/spectest/shared/common/operations/deposit_request.go index 4ac97f0627..ae6b875732 100644 --- a/testing/spectest/shared/common/operations/deposit_request.go +++ b/testing/spectest/shared/common/operations/deposit_request.go @@ -5,12 +5,12 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/operations/execution_payload.go b/testing/spectest/shared/common/operations/execution_payload.go index f62041349f..bf807f8d69 100644 --- a/testing/spectest/shared/common/operations/execution_payload.go +++ b/testing/spectest/shared/common/operations/execution_payload.go @@ -5,14 +5,14 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/operations/proposer_slashing.go b/testing/spectest/shared/common/operations/proposer_slashing.go index 40f19b62ae..ca912a9154 100644 --- a/testing/spectest/shared/common/operations/proposer_slashing.go +++ b/testing/spectest/shared/common/operations/proposer_slashing.go @@ -4,10 +4,10 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - v "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + v "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" ) func RunProposerSlashingTest(t *testing.T, config string, fork string, block blockWithSSZObject, sszToState SSZToState) { diff --git a/testing/spectest/shared/common/operations/slashing.go b/testing/spectest/shared/common/operations/slashing.go index 77f8b42aed..412183998a 100644 --- a/testing/spectest/shared/common/operations/slashing.go +++ b/testing/spectest/shared/common/operations/slashing.go @@ -4,9 +4,9 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/operations/sync_aggregate.go b/testing/spectest/shared/common/operations/sync_aggregate.go index cf39a1a29b..d966f1ff8f 100644 --- a/testing/spectest/shared/common/operations/sync_aggregate.go +++ b/testing/spectest/shared/common/operations/sync_aggregate.go @@ -5,12 +5,12 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/operations/test_runner.go b/testing/spectest/shared/common/operations/test_runner.go index 5ae73b6dec..62056d5d3d 100644 --- a/testing/spectest/shared/common/operations/test_runner.go +++ b/testing/spectest/shared/common/operations/test_runner.go @@ -7,11 +7,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/common/operations/voluntary_exit.go b/testing/spectest/shared/common/operations/voluntary_exit.go index 5a8646b51f..31c86cf389 100644 --- a/testing/spectest/shared/common/operations/voluntary_exit.go +++ b/testing/spectest/shared/common/operations/voluntary_exit.go @@ -5,13 +5,13 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/validators" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/validators" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/operations/withdrawal_request.go b/testing/spectest/shared/common/operations/withdrawal_request.go index 4a8d673f91..a9a95abc82 100644 --- a/testing/spectest/shared/common/operations/withdrawal_request.go +++ b/testing/spectest/shared/common/operations/withdrawal_request.go @@ -5,12 +5,12 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/operations/withdrawals.go b/testing/spectest/shared/common/operations/withdrawals.go index dca1ad8bb8..3bf029a903 100644 --- a/testing/spectest/shared/common/operations/withdrawals.go +++ b/testing/spectest/shared/common/operations/withdrawals.go @@ -5,14 +5,14 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/common/ssz_static/BUILD.bazel b/testing/spectest/shared/common/ssz_static/BUILD.bazel index 057f4ef3e8..ffeeecf5cf 100644 --- a/testing/spectest/shared/common/ssz_static/BUILD.bazel +++ b/testing/spectest/shared/common/ssz_static/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "ssz_static.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//testing/require:go_default_library", diff --git a/testing/spectest/shared/common/ssz_static/ssz_static.go b/testing/spectest/shared/common/ssz_static/ssz_static.go index 4457b6b7b6..459722c0e0 100644 --- a/testing/spectest/shared/common/ssz_static/ssz_static.go +++ b/testing/spectest/shared/common/ssz_static/ssz_static.go @@ -6,9 +6,9 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/shared/common/ssz_static/ssz_static_example_test.go b/testing/spectest/shared/common/ssz_static/ssz_static_example_test.go index 29ef6db168..7fa24b2db6 100644 --- a/testing/spectest/shared/common/ssz_static/ssz_static_example_test.go +++ b/testing/spectest/shared/common/ssz_static/ssz_static_example_test.go @@ -5,10 +5,10 @@ import ( "fmt" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" "github.com/pkg/errors" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/shared/deneb/epoch_processing/BUILD.bazel b/testing/spectest/shared/deneb/epoch_processing/BUILD.bazel index 1af5a00967..ca9354a4a9 100644 --- a/testing/spectest/shared/deneb/epoch_processing/BUILD.bazel +++ b/testing/spectest/shared/deneb/epoch_processing/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "slashings.go", "slashings_reset.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/epoch_processing", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/epoch_processing", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/deneb/epoch_processing/effective_balance_updates.go b/testing/spectest/shared/deneb/epoch_processing/effective_balance_updates.go index c7e2e2cb29..ec05c420b2 100644 --- a/testing/spectest/shared/deneb/epoch_processing/effective_balance_updates.go +++ b/testing/spectest/shared/deneb/epoch_processing/effective_balance_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEffectiveBalanceUpdatesTests executes "epoch_processing/effective_balance_updates" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/eth1_data_reset.go b/testing/spectest/shared/deneb/epoch_processing/eth1_data_reset.go index fa13661ad5..394c68cdbe 100644 --- a/testing/spectest/shared/deneb/epoch_processing/eth1_data_reset.go +++ b/testing/spectest/shared/deneb/epoch_processing/eth1_data_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEth1DataResetTests executes "epoch_processing/eth1_data_reset" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/helpers.go b/testing/spectest/shared/deneb/epoch_processing/helpers.go index b1871fde02..3ab99b8e74 100644 --- a/testing/spectest/shared/deneb/epoch_processing/helpers.go +++ b/testing/spectest/shared/deneb/epoch_processing/helpers.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/deneb/epoch_processing/historical_summaries_update.go b/testing/spectest/shared/deneb/epoch_processing/historical_summaries_update.go index 14c1a237b0..aa7f57a360 100644 --- a/testing/spectest/shared/deneb/epoch_processing/historical_summaries_update.go +++ b/testing/spectest/shared/deneb/epoch_processing/historical_summaries_update.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunHistoricalSummariesUpdateTests executes "epoch_processing/historical_Summaries_update" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/inactivity_updates.go b/testing/spectest/shared/deneb/epoch_processing/inactivity_updates.go index 7893538604..6b9c4adde9 100644 --- a/testing/spectest/shared/deneb/epoch_processing/inactivity_updates.go +++ b/testing/spectest/shared/deneb/epoch_processing/inactivity_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunInactivityUpdatesTest executes "epoch_processing/inactivity_updates" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/justification_and_finalization.go b/testing/spectest/shared/deneb/epoch_processing/justification_and_finalization.go index 6b1e86b435..afd1f57162 100644 --- a/testing/spectest/shared/deneb/epoch_processing/justification_and_finalization.go +++ b/testing/spectest/shared/deneb/epoch_processing/justification_and_finalization.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunJustificationAndFinalizationTests executes "epoch_processing/justification_and_finalization" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/participation_flag_updates.go b/testing/spectest/shared/deneb/epoch_processing/participation_flag_updates.go index 5465cdc979..85215fef01 100644 --- a/testing/spectest/shared/deneb/epoch_processing/participation_flag_updates.go +++ b/testing/spectest/shared/deneb/epoch_processing/participation_flag_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunParticipationFlagUpdatesTests executes "epoch_processing/participation_flag_updates" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/randao_mixes_reset.go b/testing/spectest/shared/deneb/epoch_processing/randao_mixes_reset.go index 5df650eaa7..e0465416aa 100644 --- a/testing/spectest/shared/deneb/epoch_processing/randao_mixes_reset.go +++ b/testing/spectest/shared/deneb/epoch_processing/randao_mixes_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRandaoMixesResetTests executes "epoch_processing/randao_mixes_reset" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/registry_updates.go b/testing/spectest/shared/deneb/epoch_processing/registry_updates.go index 2f067496cf..1a5497ebe6 100644 --- a/testing/spectest/shared/deneb/epoch_processing/registry_updates.go +++ b/testing/spectest/shared/deneb/epoch_processing/registry_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRegistryUpdatesTests executes "epoch_processing/registry_updates" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/rewards_and_penalties.go b/testing/spectest/shared/deneb/epoch_processing/rewards_and_penalties.go index 28198b0be2..60fbf44c08 100644 --- a/testing/spectest/shared/deneb/epoch_processing/rewards_and_penalties.go +++ b/testing/spectest/shared/deneb/epoch_processing/rewards_and_penalties.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRewardsAndPenaltiesTests executes "epoch_processing/rewards_and_penalties" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/slashings.go b/testing/spectest/shared/deneb/epoch_processing/slashings.go index 0b41b3227d..2c91603531 100644 --- a/testing/spectest/shared/deneb/epoch_processing/slashings.go +++ b/testing/spectest/shared/deneb/epoch_processing/slashings.go @@ -4,11 +4,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsTests executes "epoch_processing/slashings" tests. diff --git a/testing/spectest/shared/deneb/epoch_processing/slashings_reset.go b/testing/spectest/shared/deneb/epoch_processing/slashings_reset.go index b4fc779a37..ec1da90141 100644 --- a/testing/spectest/shared/deneb/epoch_processing/slashings_reset.go +++ b/testing/spectest/shared/deneb/epoch_processing/slashings_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsResetTests executes "epoch_processing/slashings_reset" tests. diff --git a/testing/spectest/shared/deneb/finality/BUILD.bazel b/testing/spectest/shared/deneb/finality/BUILD.bazel index 0c24468b7a..00983dea5a 100644 --- a/testing/spectest/shared/deneb/finality/BUILD.bazel +++ b/testing/spectest/shared/deneb/finality/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["finality.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/finality", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/finality", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/deneb/finality/finality.go b/testing/spectest/shared/deneb/finality/finality.go index af29f52ae4..d88782d7f7 100644 --- a/testing/spectest/shared/deneb/finality/finality.go +++ b/testing/spectest/shared/deneb/finality/finality.go @@ -5,15 +5,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/deneb/fork/BUILD.bazel b/testing/spectest/shared/deneb/fork/BUILD.bazel index e096661e35..8bca51e277 100644 --- a/testing/spectest/shared/deneb/fork/BUILD.bazel +++ b/testing/spectest/shared/deneb/fork/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "transition.go", "upgrade_to_deneb.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/fork", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/fork", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/deneb:go_default_library", diff --git a/testing/spectest/shared/deneb/fork/transition.go b/testing/spectest/shared/deneb/fork/transition.go index ae0555f560..bc1533af20 100644 --- a/testing/spectest/shared/deneb/fork/transition.go +++ b/testing/spectest/shared/deneb/fork/transition.go @@ -5,16 +5,16 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/deneb/fork/upgrade_to_deneb.go b/testing/spectest/shared/deneb/fork/upgrade_to_deneb.go index 9195ea86bf..b639e6d175 100644 --- a/testing/spectest/shared/deneb/fork/upgrade_to_deneb.go +++ b/testing/spectest/shared/deneb/fork/upgrade_to_deneb.go @@ -4,13 +4,13 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/deneb" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/deneb" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/deneb/merkle_proof/BUILD.bazel b/testing/spectest/shared/deneb/merkle_proof/BUILD.bazel index 44b234258e..8beff8e6c9 100644 --- a/testing/spectest/shared/deneb/merkle_proof/BUILD.bazel +++ b/testing/spectest/shared/deneb/merkle_proof/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["merkle_proof.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/merkle_proof", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/merkle_proof", visibility = ["//visibility:public"], deps = [ "//testing/spectest/shared/common/merkle_proof:go_default_library", diff --git a/testing/spectest/shared/deneb/merkle_proof/merkle_proof.go b/testing/spectest/shared/deneb/merkle_proof/merkle_proof.go index 64b8c44566..1b342d7786 100644 --- a/testing/spectest/shared/deneb/merkle_proof/merkle_proof.go +++ b/testing/spectest/shared/deneb/merkle_proof/merkle_proof.go @@ -3,8 +3,8 @@ package merkle_proof import ( "testing" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/merkle_proof" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/ssz_static" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/merkle_proof" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/ssz_static" ) func RunMerkleProofTests(t *testing.T, config string) { diff --git a/testing/spectest/shared/deneb/operations/BUILD.bazel b/testing/spectest/shared/deneb/operations/BUILD.bazel index b66b600a39..6cb6eea050 100644 --- a/testing/spectest/shared/deneb/operations/BUILD.bazel +++ b/testing/spectest/shared/deneb/operations/BUILD.bazel @@ -16,7 +16,7 @@ go_library( "voluntary_exit.go", "withdrawals.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/operations", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/operations", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/deneb/operations/attestation.go b/testing/spectest/shared/deneb/operations/attestation.go index 92cd3335a4..7f3739ca83 100644 --- a/testing/spectest/shared/deneb/operations/attestation.go +++ b/testing/spectest/shared/deneb/operations/attestation.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttestation(attestationSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/deneb/operations/attester_slashing.go b/testing/spectest/shared/deneb/operations/attester_slashing.go index ef91a8d9e5..cdae368718 100644 --- a/testing/spectest/shared/deneb/operations/attester_slashing.go +++ b/testing/spectest/shared/deneb/operations/attester_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttesterSlashing(asSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/deneb/operations/block_header.go b/testing/spectest/shared/deneb/operations/block_header.go index cb48dcf8fe..93b0f41908 100644 --- a/testing/spectest/shared/deneb/operations/block_header.go +++ b/testing/spectest/shared/deneb/operations/block_header.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunBlockHeaderTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/deneb/operations/bls_to_execution_changes.go b/testing/spectest/shared/deneb/operations/bls_to_execution_changes.go index e3b07ac03d..76a78e511b 100644 --- a/testing/spectest/shared/deneb/operations/bls_to_execution_changes.go +++ b/testing/spectest/shared/deneb/operations/bls_to_execution_changes.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithBlsChange(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/deneb/operations/deposit.go b/testing/spectest/shared/deneb/operations/deposit.go index 17f89b3aca..35ad1a32cf 100644 --- a/testing/spectest/shared/deneb/operations/deposit.go +++ b/testing/spectest/shared/deneb/operations/deposit.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithDeposit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/deneb/operations/execution_payload.go b/testing/spectest/shared/deneb/operations/execution_payload.go index b22939ec28..3a778c4bd7 100644 --- a/testing/spectest/shared/deneb/operations/execution_payload.go +++ b/testing/spectest/shared/deneb/operations/execution_payload.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunExecutionPayloadTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/deneb/operations/helpers.go b/testing/spectest/shared/deneb/operations/helpers.go index 5259045e3a..9199d9dc5a 100644 --- a/testing/spectest/shared/deneb/operations/helpers.go +++ b/testing/spectest/shared/deneb/operations/helpers.go @@ -1,11 +1,11 @@ package operations import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func sszToState(b []byte) (state.BeaconState, error) { diff --git a/testing/spectest/shared/deneb/operations/proposer_slashing.go b/testing/spectest/shared/deneb/operations/proposer_slashing.go index 1d66fe97eb..b578341d58 100644 --- a/testing/spectest/shared/deneb/operations/proposer_slashing.go +++ b/testing/spectest/shared/deneb/operations/proposer_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithProposerSlashing(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/deneb/operations/sync_committee.go b/testing/spectest/shared/deneb/operations/sync_committee.go index 07155a34ac..c3d4eca7af 100644 --- a/testing/spectest/shared/deneb/operations/sync_committee.go +++ b/testing/spectest/shared/deneb/operations/sync_committee.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithSyncAggregate(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/deneb/operations/voluntary_exit.go b/testing/spectest/shared/deneb/operations/voluntary_exit.go index 51d6c905d5..50ae80af36 100644 --- a/testing/spectest/shared/deneb/operations/voluntary_exit.go +++ b/testing/spectest/shared/deneb/operations/voluntary_exit.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithVoluntaryExit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/deneb/operations/withdrawals.go b/testing/spectest/shared/deneb/operations/withdrawals.go index 3f63fa8aef..e7d90e32e2 100644 --- a/testing/spectest/shared/deneb/operations/withdrawals.go +++ b/testing/spectest/shared/deneb/operations/withdrawals.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithWithdrawals(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/deneb/rewards/BUILD.bazel b/testing/spectest/shared/deneb/rewards/BUILD.bazel index 66cb8f9368..179336538f 100644 --- a/testing/spectest/shared/deneb/rewards/BUILD.bazel +++ b/testing/spectest/shared/deneb/rewards/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["rewards_penalties.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/rewards", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/rewards", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/deneb/rewards/rewards_penalties.go b/testing/spectest/shared/deneb/rewards/rewards_penalties.go index 99bb90122c..07fcc2c5c3 100644 --- a/testing/spectest/shared/deneb/rewards/rewards_penalties.go +++ b/testing/spectest/shared/deneb/rewards/rewards_penalties.go @@ -9,13 +9,13 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/deneb/sanity/BUILD.bazel b/testing/spectest/shared/deneb/sanity/BUILD.bazel index cf137e4df1..ec76c41298 100644 --- a/testing/spectest/shared/deneb/sanity/BUILD.bazel +++ b/testing/spectest/shared/deneb/sanity/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "block_processing.yaml.go", "slot_processing.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/sanity", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/sanity", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/deneb/sanity/block_processing.go b/testing/spectest/shared/deneb/sanity/block_processing.go index c49b9a080e..273d103978 100644 --- a/testing/spectest/shared/deneb/sanity/block_processing.go +++ b/testing/spectest/shared/deneb/sanity/block_processing.go @@ -8,17 +8,17 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/deneb/sanity/slot_processing.go b/testing/spectest/shared/deneb/sanity/slot_processing.go index 00fc18a1c6..7161cc3e56 100644 --- a/testing/spectest/shared/deneb/sanity/slot_processing.go +++ b/testing/spectest/shared/deneb/sanity/slot_processing.go @@ -5,12 +5,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/deneb/ssz_static/BUILD.bazel b/testing/spectest/shared/deneb/ssz_static/BUILD.bazel index 4252327d43..1af7f9a524 100644 --- a/testing/spectest/shared/deneb/ssz_static/BUILD.bazel +++ b/testing/spectest/shared/deneb/ssz_static/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["ssz_static.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/deneb/ssz_static", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/deneb/ssz_static", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/state/state-native:go_default_library", diff --git a/testing/spectest/shared/deneb/ssz_static/ssz_static.go b/testing/spectest/shared/deneb/ssz_static/ssz_static.go index f2a3040988..f0742bde84 100644 --- a/testing/spectest/shared/deneb/ssz_static/ssz_static.go +++ b/testing/spectest/shared/deneb/ssz_static/ssz_static.go @@ -5,11 +5,11 @@ import ( "errors" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/shared/electra/epoch_processing/BUILD.bazel b/testing/spectest/shared/electra/epoch_processing/BUILD.bazel index e316ab426f..48e466f8a5 100644 --- a/testing/spectest/shared/electra/epoch_processing/BUILD.bazel +++ b/testing/spectest/shared/electra/epoch_processing/BUILD.bazel @@ -20,7 +20,7 @@ go_library( "slashings_reset.go", "sync_committee_updates.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/epoch_processing", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/epoch_processing", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/electra:go_default_library", diff --git a/testing/spectest/shared/electra/epoch_processing/effective_balance_updates.go b/testing/spectest/shared/electra/epoch_processing/effective_balance_updates.go index 2b370f2a73..a1fc4c179b 100644 --- a/testing/spectest/shared/electra/epoch_processing/effective_balance_updates.go +++ b/testing/spectest/shared/electra/epoch_processing/effective_balance_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEffectiveBalanceUpdatesTests executes "epoch_processing/effective_balance_updates" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/eth1_data_reset.go b/testing/spectest/shared/electra/epoch_processing/eth1_data_reset.go index 108041ae85..d885dfd0cc 100644 --- a/testing/spectest/shared/electra/epoch_processing/eth1_data_reset.go +++ b/testing/spectest/shared/electra/epoch_processing/eth1_data_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEth1DataResetTests executes "epoch_processing/eth1_data_reset" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/helpers.go b/testing/spectest/shared/electra/epoch_processing/helpers.go index b0e73e078f..9e59b0b3b8 100644 --- a/testing/spectest/shared/electra/epoch_processing/helpers.go +++ b/testing/spectest/shared/electra/epoch_processing/helpers.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/electra/epoch_processing/historical_summaries_update.go b/testing/spectest/shared/electra/epoch_processing/historical_summaries_update.go index 654579dbe8..70262ab497 100644 --- a/testing/spectest/shared/electra/epoch_processing/historical_summaries_update.go +++ b/testing/spectest/shared/electra/epoch_processing/historical_summaries_update.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunHistoricalSummariesUpdateTests executes "epoch_processing/historical_Summaries_update" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/inactivity_updates.go b/testing/spectest/shared/electra/epoch_processing/inactivity_updates.go index cd900b4946..55bab9506f 100644 --- a/testing/spectest/shared/electra/epoch_processing/inactivity_updates.go +++ b/testing/spectest/shared/electra/epoch_processing/inactivity_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunInactivityUpdatesTest executes "epoch_processing/inactivity_updates" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/justification_and_finalization.go b/testing/spectest/shared/electra/epoch_processing/justification_and_finalization.go index ba1ec6a40a..ce642b72e3 100644 --- a/testing/spectest/shared/electra/epoch_processing/justification_and_finalization.go +++ b/testing/spectest/shared/electra/epoch_processing/justification_and_finalization.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunJustificationAndFinalizationTests executes "epoch_processing/justification_and_finalization" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/participation_flag_updates.go b/testing/spectest/shared/electra/epoch_processing/participation_flag_updates.go index 4bea7bcac6..0882e6da60 100644 --- a/testing/spectest/shared/electra/epoch_processing/participation_flag_updates.go +++ b/testing/spectest/shared/electra/epoch_processing/participation_flag_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunParticipationFlagUpdatesTests executes "epoch_processing/participation_flag_updates" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/pending_consolidations.go b/testing/spectest/shared/electra/epoch_processing/pending_consolidations.go index 5c31407e69..061a4c538c 100644 --- a/testing/spectest/shared/electra/epoch_processing/pending_consolidations.go +++ b/testing/spectest/shared/electra/epoch_processing/pending_consolidations.go @@ -5,10 +5,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) func RunPendingConsolidationsTests(t *testing.T, config string) { diff --git a/testing/spectest/shared/electra/epoch_processing/pending_deposit_updates.go b/testing/spectest/shared/electra/epoch_processing/pending_deposit_updates.go index d27fc62b53..a603a51c51 100644 --- a/testing/spectest/shared/electra/epoch_processing/pending_deposit_updates.go +++ b/testing/spectest/shared/electra/epoch_processing/pending_deposit_updates.go @@ -5,12 +5,12 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) func RunPendingDepositsTests(t *testing.T, config string) { diff --git a/testing/spectest/shared/electra/epoch_processing/randao_mixes_reset.go b/testing/spectest/shared/electra/epoch_processing/randao_mixes_reset.go index 4eabf28b02..cf1a7dbc85 100644 --- a/testing/spectest/shared/electra/epoch_processing/randao_mixes_reset.go +++ b/testing/spectest/shared/electra/epoch_processing/randao_mixes_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRandaoMixesResetTests executes "epoch_processing/randao_mixes_reset" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/registry_updates.go b/testing/spectest/shared/electra/epoch_processing/registry_updates.go index 144276d6c6..ab9581beeb 100644 --- a/testing/spectest/shared/electra/epoch_processing/registry_updates.go +++ b/testing/spectest/shared/electra/epoch_processing/registry_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRegistryUpdatesTests executes "epoch_processing/registry_updates" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/rewards_and_penalties.go b/testing/spectest/shared/electra/epoch_processing/rewards_and_penalties.go index 4a9de45490..a2801a757d 100644 --- a/testing/spectest/shared/electra/epoch_processing/rewards_and_penalties.go +++ b/testing/spectest/shared/electra/epoch_processing/rewards_and_penalties.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRewardsAndPenaltiesTests executes "epoch_processing/rewards_and_penalties" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/slashings.go b/testing/spectest/shared/electra/epoch_processing/slashings.go index 0abe6d3977..172918951e 100644 --- a/testing/spectest/shared/electra/epoch_processing/slashings.go +++ b/testing/spectest/shared/electra/epoch_processing/slashings.go @@ -4,11 +4,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsTests executes "epoch_processing/slashings" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/slashings_reset.go b/testing/spectest/shared/electra/epoch_processing/slashings_reset.go index 11fd1ad507..f248bcb102 100644 --- a/testing/spectest/shared/electra/epoch_processing/slashings_reset.go +++ b/testing/spectest/shared/electra/epoch_processing/slashings_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsResetTests executes "epoch_processing/slashings_reset" tests. diff --git a/testing/spectest/shared/electra/epoch_processing/sync_committee_updates.go b/testing/spectest/shared/electra/epoch_processing/sync_committee_updates.go index 08525f1863..587f1bdf00 100644 --- a/testing/spectest/shared/electra/epoch_processing/sync_committee_updates.go +++ b/testing/spectest/shared/electra/epoch_processing/sync_committee_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) func RunSyncCommitteeUpdatesTests(t *testing.T, config string) { diff --git a/testing/spectest/shared/electra/finality/BUILD.bazel b/testing/spectest/shared/electra/finality/BUILD.bazel index 210d7a5f98..361c93cd58 100644 --- a/testing/spectest/shared/electra/finality/BUILD.bazel +++ b/testing/spectest/shared/electra/finality/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["finality.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/finality", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/finality", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/electra/finality/finality.go b/testing/spectest/shared/electra/finality/finality.go index 213b2afeed..6be81820e5 100644 --- a/testing/spectest/shared/electra/finality/finality.go +++ b/testing/spectest/shared/electra/finality/finality.go @@ -5,15 +5,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/electra/fork/BUILD.bazel b/testing/spectest/shared/electra/fork/BUILD.bazel index ca7a859574..f4dc5601cc 100644 --- a/testing/spectest/shared/electra/fork/BUILD.bazel +++ b/testing/spectest/shared/electra/fork/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "transition.go", "upgrade_to_electra.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/fork", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/fork", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/electra:go_default_library", diff --git a/testing/spectest/shared/electra/fork/transition.go b/testing/spectest/shared/electra/fork/transition.go index 39eff493c3..78ab3172c3 100644 --- a/testing/spectest/shared/electra/fork/transition.go +++ b/testing/spectest/shared/electra/fork/transition.go @@ -5,16 +5,16 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/electra/fork/upgrade_to_electra.go b/testing/spectest/shared/electra/fork/upgrade_to_electra.go index 0cbf2c6fd2..e12b8b91d9 100644 --- a/testing/spectest/shared/electra/fork/upgrade_to_electra.go +++ b/testing/spectest/shared/electra/fork/upgrade_to_electra.go @@ -4,13 +4,13 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/electra/merkle_proof/BUILD.bazel b/testing/spectest/shared/electra/merkle_proof/BUILD.bazel index 5bb1bed03b..b285153b22 100644 --- a/testing/spectest/shared/electra/merkle_proof/BUILD.bazel +++ b/testing/spectest/shared/electra/merkle_proof/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["merkle_proof.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/merkle_proof", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/merkle_proof", visibility = ["//visibility:public"], deps = [ "//testing/spectest/shared/common/merkle_proof:go_default_library", diff --git a/testing/spectest/shared/electra/merkle_proof/merkle_proof.go b/testing/spectest/shared/electra/merkle_proof/merkle_proof.go index 5e3314274f..4e66ce1a7d 100644 --- a/testing/spectest/shared/electra/merkle_proof/merkle_proof.go +++ b/testing/spectest/shared/electra/merkle_proof/merkle_proof.go @@ -3,8 +3,8 @@ package merkle_proof import ( "testing" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/merkle_proof" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/ssz_static" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/merkle_proof" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/ssz_static" ) func RunMerkleProofTests(t *testing.T, config string) { diff --git a/testing/spectest/shared/electra/operations/BUILD.bazel b/testing/spectest/shared/electra/operations/BUILD.bazel index 966e41af61..f379228065 100644 --- a/testing/spectest/shared/electra/operations/BUILD.bazel +++ b/testing/spectest/shared/electra/operations/BUILD.bazel @@ -19,7 +19,7 @@ go_library( "withdrawal_request.go", "withdrawals.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/operations", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/operations", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/electra:go_default_library", diff --git a/testing/spectest/shared/electra/operations/attestation.go b/testing/spectest/shared/electra/operations/attestation.go index f33f089d46..b03d8eb054 100644 --- a/testing/spectest/shared/electra/operations/attestation.go +++ b/testing/spectest/shared/electra/operations/attestation.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttestation(attestationSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/attester_slashing.go b/testing/spectest/shared/electra/operations/attester_slashing.go index 87f38dc116..082783ce69 100644 --- a/testing/spectest/shared/electra/operations/attester_slashing.go +++ b/testing/spectest/shared/electra/operations/attester_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttesterSlashing(asSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/block_header.go b/testing/spectest/shared/electra/operations/block_header.go index e91bcc9c4e..98fae8d1d8 100644 --- a/testing/spectest/shared/electra/operations/block_header.go +++ b/testing/spectest/shared/electra/operations/block_header.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunBlockHeaderTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/electra/operations/bls_to_execution_changes.go b/testing/spectest/shared/electra/operations/bls_to_execution_changes.go index 6f047e1eed..c9c95730b4 100644 --- a/testing/spectest/shared/electra/operations/bls_to_execution_changes.go +++ b/testing/spectest/shared/electra/operations/bls_to_execution_changes.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithBlsChange(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/consolidations.go b/testing/spectest/shared/electra/operations/consolidations.go index af60897f38..653961a88d 100644 --- a/testing/spectest/shared/electra/operations/consolidations.go +++ b/testing/spectest/shared/electra/operations/consolidations.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithConsolidation(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/deposit.go b/testing/spectest/shared/electra/operations/deposit.go index 5ef916c456..0f9bc56516 100644 --- a/testing/spectest/shared/electra/operations/deposit.go +++ b/testing/spectest/shared/electra/operations/deposit.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithDeposit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/deposit_request.go b/testing/spectest/shared/electra/operations/deposit_request.go index fab828d264..a0d705688c 100644 --- a/testing/spectest/shared/electra/operations/deposit_request.go +++ b/testing/spectest/shared/electra/operations/deposit_request.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithDepositRequest(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/execution_payload.go b/testing/spectest/shared/electra/operations/execution_payload.go index ec2d6a0b8b..f5deb4b3ec 100644 --- a/testing/spectest/shared/electra/operations/execution_payload.go +++ b/testing/spectest/shared/electra/operations/execution_payload.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunExecutionPayloadTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/electra/operations/helpers.go b/testing/spectest/shared/electra/operations/helpers.go index 040c818fd7..192796bf1c 100644 --- a/testing/spectest/shared/electra/operations/helpers.go +++ b/testing/spectest/shared/electra/operations/helpers.go @@ -1,11 +1,11 @@ package operations import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func sszToState(b []byte) (state.BeaconState, error) { diff --git a/testing/spectest/shared/electra/operations/proposer_slashing.go b/testing/spectest/shared/electra/operations/proposer_slashing.go index 4877d86c90..4aacabeeee 100644 --- a/testing/spectest/shared/electra/operations/proposer_slashing.go +++ b/testing/spectest/shared/electra/operations/proposer_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithProposerSlashing(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/sync_committee.go b/testing/spectest/shared/electra/operations/sync_committee.go index d146399a12..6062fb1389 100644 --- a/testing/spectest/shared/electra/operations/sync_committee.go +++ b/testing/spectest/shared/electra/operations/sync_committee.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithSyncAggregate(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/voluntary_exit.go b/testing/spectest/shared/electra/operations/voluntary_exit.go index 8288f81b17..0cc20578bc 100644 --- a/testing/spectest/shared/electra/operations/voluntary_exit.go +++ b/testing/spectest/shared/electra/operations/voluntary_exit.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithVoluntaryExit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/withdrawal_request.go b/testing/spectest/shared/electra/operations/withdrawal_request.go index b100e64689..ca551d8983 100644 --- a/testing/spectest/shared/electra/operations/withdrawal_request.go +++ b/testing/spectest/shared/electra/operations/withdrawal_request.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithWithdrawalRequest(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/operations/withdrawals.go b/testing/spectest/shared/electra/operations/withdrawals.go index 3797cc2c9f..9ac4951cc0 100644 --- a/testing/spectest/shared/electra/operations/withdrawals.go +++ b/testing/spectest/shared/electra/operations/withdrawals.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithWithdrawals(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/electra/rewards/BUILD.bazel b/testing/spectest/shared/electra/rewards/BUILD.bazel index 46fcaa20b9..d3aca12ad9 100644 --- a/testing/spectest/shared/electra/rewards/BUILD.bazel +++ b/testing/spectest/shared/electra/rewards/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["rewards_penalties.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/rewards", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/rewards", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/electra:go_default_library", diff --git a/testing/spectest/shared/electra/rewards/rewards_penalties.go b/testing/spectest/shared/electra/rewards/rewards_penalties.go index f3e04ed7fc..ef4f61db0c 100644 --- a/testing/spectest/shared/electra/rewards/rewards_penalties.go +++ b/testing/spectest/shared/electra/rewards/rewards_penalties.go @@ -9,13 +9,13 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/electra/sanity/BUILD.bazel b/testing/spectest/shared/electra/sanity/BUILD.bazel index 572067f37f..1e11c3d864 100644 --- a/testing/spectest/shared/electra/sanity/BUILD.bazel +++ b/testing/spectest/shared/electra/sanity/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "block_processing.yaml.go", "slot_processing.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/sanity", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/sanity", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/electra/sanity/block_processing.go b/testing/spectest/shared/electra/sanity/block_processing.go index 9a5195a147..788a3ece54 100644 --- a/testing/spectest/shared/electra/sanity/block_processing.go +++ b/testing/spectest/shared/electra/sanity/block_processing.go @@ -8,16 +8,16 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/electra/sanity/slot_processing.go b/testing/spectest/shared/electra/sanity/slot_processing.go index f261039275..5c7b9e2c45 100644 --- a/testing/spectest/shared/electra/sanity/slot_processing.go +++ b/testing/spectest/shared/electra/sanity/slot_processing.go @@ -5,12 +5,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/electra/ssz_static/BUILD.bazel b/testing/spectest/shared/electra/ssz_static/BUILD.bazel index 431ecce594..b73104c509 100644 --- a/testing/spectest/shared/electra/ssz_static/BUILD.bazel +++ b/testing/spectest/shared/electra/ssz_static/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["ssz_static.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/electra/ssz_static", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/electra/ssz_static", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/state/state-native:go_default_library", diff --git a/testing/spectest/shared/electra/ssz_static/ssz_static.go b/testing/spectest/shared/electra/ssz_static/ssz_static.go index 107d95b99f..a0d18e75a5 100644 --- a/testing/spectest/shared/electra/ssz_static/ssz_static.go +++ b/testing/spectest/shared/electra/ssz_static/ssz_static.go @@ -5,11 +5,11 @@ import ( "errors" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/shared/fulu/epoch_processing/BUILD.bazel b/testing/spectest/shared/fulu/epoch_processing/BUILD.bazel index f23558ea12..ef2d97427b 100644 --- a/testing/spectest/shared/fulu/epoch_processing/BUILD.bazel +++ b/testing/spectest/shared/fulu/epoch_processing/BUILD.bazel @@ -21,7 +21,7 @@ go_library( "slashings_reset.go", "sync_committee_updates.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/epoch_processing", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/epoch_processing", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/electra:go_default_library", diff --git a/testing/spectest/shared/fulu/epoch_processing/effective_balance_updates.go b/testing/spectest/shared/fulu/epoch_processing/effective_balance_updates.go index c87ef2674c..384f5158dd 100644 --- a/testing/spectest/shared/fulu/epoch_processing/effective_balance_updates.go +++ b/testing/spectest/shared/fulu/epoch_processing/effective_balance_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEffectiveBalanceUpdatesTests executes "epoch_processing/effective_balance_updates" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/eth1_data_reset.go b/testing/spectest/shared/fulu/epoch_processing/eth1_data_reset.go index 8cdcb7edfd..fd547c37f2 100644 --- a/testing/spectest/shared/fulu/epoch_processing/eth1_data_reset.go +++ b/testing/spectest/shared/fulu/epoch_processing/eth1_data_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEth1DataResetTests executes "epoch_processing/eth1_data_reset" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/helpers.go b/testing/spectest/shared/fulu/epoch_processing/helpers.go index bc12153a1d..e7382f0446 100644 --- a/testing/spectest/shared/fulu/epoch_processing/helpers.go +++ b/testing/spectest/shared/fulu/epoch_processing/helpers.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/fulu/epoch_processing/historical_summaries_update.go b/testing/spectest/shared/fulu/epoch_processing/historical_summaries_update.go index b26549e217..e97a9796f0 100644 --- a/testing/spectest/shared/fulu/epoch_processing/historical_summaries_update.go +++ b/testing/spectest/shared/fulu/epoch_processing/historical_summaries_update.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunHistoricalSummariesUpdateTests executes "epoch_processing/historical_Summaries_update" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/inactivity_updates.go b/testing/spectest/shared/fulu/epoch_processing/inactivity_updates.go index c76e8dd45b..f034af8f90 100644 --- a/testing/spectest/shared/fulu/epoch_processing/inactivity_updates.go +++ b/testing/spectest/shared/fulu/epoch_processing/inactivity_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunInactivityUpdatesTest executes "epoch_processing/inactivity_updates" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/justification_and_finalization.go b/testing/spectest/shared/fulu/epoch_processing/justification_and_finalization.go index 73ee0533ee..63b9fe61e6 100644 --- a/testing/spectest/shared/fulu/epoch_processing/justification_and_finalization.go +++ b/testing/spectest/shared/fulu/epoch_processing/justification_and_finalization.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunJustificationAndFinalizationTests executes "epoch_processing/justification_and_finalization" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/participation_flag_updates.go b/testing/spectest/shared/fulu/epoch_processing/participation_flag_updates.go index 5b7e479358..fc4b5afb92 100644 --- a/testing/spectest/shared/fulu/epoch_processing/participation_flag_updates.go +++ b/testing/spectest/shared/fulu/epoch_processing/participation_flag_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunParticipationFlagUpdatesTests executes "epoch_processing/participation_flag_updates" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/pending_consolidations.go b/testing/spectest/shared/fulu/epoch_processing/pending_consolidations.go index 14ef890bbe..d14efd4c67 100644 --- a/testing/spectest/shared/fulu/epoch_processing/pending_consolidations.go +++ b/testing/spectest/shared/fulu/epoch_processing/pending_consolidations.go @@ -5,10 +5,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) func RunPendingConsolidationsTests(t *testing.T, config string) { diff --git a/testing/spectest/shared/fulu/epoch_processing/pending_deposit_updates.go b/testing/spectest/shared/fulu/epoch_processing/pending_deposit_updates.go index d4a61f9147..835cc2c3c3 100644 --- a/testing/spectest/shared/fulu/epoch_processing/pending_deposit_updates.go +++ b/testing/spectest/shared/fulu/epoch_processing/pending_deposit_updates.go @@ -5,12 +5,12 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) func RunPendingDepositsTests(t *testing.T, config string) { diff --git a/testing/spectest/shared/fulu/epoch_processing/proposer_lookahead.go b/testing/spectest/shared/fulu/epoch_processing/proposer_lookahead.go index 2360b28aef..e857ff0d3a 100644 --- a/testing/spectest/shared/fulu/epoch_processing/proposer_lookahead.go +++ b/testing/spectest/shared/fulu/epoch_processing/proposer_lookahead.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/fulu" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/fulu" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunProposerLookaheadTests executes "epoch_processing/proposer_lookahead" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/randao_mixes_reset.go b/testing/spectest/shared/fulu/epoch_processing/randao_mixes_reset.go index a1dc070ded..0955ffb9ad 100644 --- a/testing/spectest/shared/fulu/epoch_processing/randao_mixes_reset.go +++ b/testing/spectest/shared/fulu/epoch_processing/randao_mixes_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRandaoMixesResetTests executes "epoch_processing/randao_mixes_reset" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/registry_updates.go b/testing/spectest/shared/fulu/epoch_processing/registry_updates.go index 1d43b52d0c..1f470461af 100644 --- a/testing/spectest/shared/fulu/epoch_processing/registry_updates.go +++ b/testing/spectest/shared/fulu/epoch_processing/registry_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRegistryUpdatesTests executes "epoch_processing/registry_updates" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/rewards_and_penalties.go b/testing/spectest/shared/fulu/epoch_processing/rewards_and_penalties.go index 6b593cbd51..7916362335 100644 --- a/testing/spectest/shared/fulu/epoch_processing/rewards_and_penalties.go +++ b/testing/spectest/shared/fulu/epoch_processing/rewards_and_penalties.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRewardsAndPenaltiesTests executes "epoch_processing/rewards_and_penalties" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/slashings.go b/testing/spectest/shared/fulu/epoch_processing/slashings.go index f7435a10d0..2804dd2ea9 100644 --- a/testing/spectest/shared/fulu/epoch_processing/slashings.go +++ b/testing/spectest/shared/fulu/epoch_processing/slashings.go @@ -4,11 +4,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsTests executes "epoch_processing/slashings" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/slashings_reset.go b/testing/spectest/shared/fulu/epoch_processing/slashings_reset.go index d73993a23d..8382a2efe6 100644 --- a/testing/spectest/shared/fulu/epoch_processing/slashings_reset.go +++ b/testing/spectest/shared/fulu/epoch_processing/slashings_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsResetTests executes "epoch_processing/slashings_reset" tests. diff --git a/testing/spectest/shared/fulu/epoch_processing/sync_committee_updates.go b/testing/spectest/shared/fulu/epoch_processing/sync_committee_updates.go index ba73a90ee5..faf528a453 100644 --- a/testing/spectest/shared/fulu/epoch_processing/sync_committee_updates.go +++ b/testing/spectest/shared/fulu/epoch_processing/sync_committee_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) func RunSyncCommitteeUpdatesTests(t *testing.T, config string) { diff --git a/testing/spectest/shared/fulu/finality/BUILD.bazel b/testing/spectest/shared/fulu/finality/BUILD.bazel index aa9f4bd972..9c49fc4e7e 100644 --- a/testing/spectest/shared/fulu/finality/BUILD.bazel +++ b/testing/spectest/shared/fulu/finality/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["finality.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/finality", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/finality", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/fulu/finality/finality.go b/testing/spectest/shared/fulu/finality/finality.go index 4e7850d9d3..a155f693aa 100644 --- a/testing/spectest/shared/fulu/finality/finality.go +++ b/testing/spectest/shared/fulu/finality/finality.go @@ -5,15 +5,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/fulu/fork/BUILD.bazel b/testing/spectest/shared/fulu/fork/BUILD.bazel index 18d324c503..68873db4f3 100644 --- a/testing/spectest/shared/fulu/fork/BUILD.bazel +++ b/testing/spectest/shared/fulu/fork/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "transition.go", "upgrade_to_fulu.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/fork", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/fork", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/fulu:go_default_library", diff --git a/testing/spectest/shared/fulu/fork/transition.go b/testing/spectest/shared/fulu/fork/transition.go index 858220038e..9ec47ed12e 100644 --- a/testing/spectest/shared/fulu/fork/transition.go +++ b/testing/spectest/shared/fulu/fork/transition.go @@ -5,16 +5,16 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/fulu/fork/upgrade_to_fulu.go b/testing/spectest/shared/fulu/fork/upgrade_to_fulu.go index dd6ea89367..78e233acd3 100644 --- a/testing/spectest/shared/fulu/fork/upgrade_to_fulu.go +++ b/testing/spectest/shared/fulu/fork/upgrade_to_fulu.go @@ -4,13 +4,13 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/fulu" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/fulu" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/fulu/merkle_proof/BUILD.bazel b/testing/spectest/shared/fulu/merkle_proof/BUILD.bazel index 846d1a29cc..a1bb96eb5d 100644 --- a/testing/spectest/shared/fulu/merkle_proof/BUILD.bazel +++ b/testing/spectest/shared/fulu/merkle_proof/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["merkle_proof.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/merkle_proof", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/merkle_proof", visibility = ["//visibility:public"], deps = [ "//testing/spectest/shared/common/merkle_proof:go_default_library", diff --git a/testing/spectest/shared/fulu/merkle_proof/merkle_proof.go b/testing/spectest/shared/fulu/merkle_proof/merkle_proof.go index 41c37a1c72..4257356076 100644 --- a/testing/spectest/shared/fulu/merkle_proof/merkle_proof.go +++ b/testing/spectest/shared/fulu/merkle_proof/merkle_proof.go @@ -3,8 +3,8 @@ package merkle_proof import ( "testing" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/merkle_proof" - "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/ssz_static" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/merkle_proof" + "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/ssz_static" ) func RunMerkleProofTests(t *testing.T, config string) { diff --git a/testing/spectest/shared/fulu/networking/BUILD.bazel b/testing/spectest/shared/fulu/networking/BUILD.bazel index bec4d77f48..3e802207a1 100644 --- a/testing/spectest/shared/fulu/networking/BUILD.bazel +++ b/testing/spectest/shared/fulu/networking/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["custody_groups.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/networking", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/networking", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/peerdas:go_default_library", diff --git a/testing/spectest/shared/fulu/networking/custody_groups.go b/testing/spectest/shared/fulu/networking/custody_groups.go index 91cd525366..1e2e9c8727 100644 --- a/testing/spectest/shared/fulu/networking/custody_groups.go +++ b/testing/spectest/shared/fulu/networking/custody_groups.go @@ -4,10 +4,10 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/p2p/enode" "gopkg.in/yaml.v3" ) diff --git a/testing/spectest/shared/fulu/operations/BUILD.bazel b/testing/spectest/shared/fulu/operations/BUILD.bazel index 89c22bfb38..6968c80929 100644 --- a/testing/spectest/shared/fulu/operations/BUILD.bazel +++ b/testing/spectest/shared/fulu/operations/BUILD.bazel @@ -19,7 +19,7 @@ go_library( "withdrawal_request.go", "withdrawals.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/operations", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/operations", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/electra:go_default_library", diff --git a/testing/spectest/shared/fulu/operations/attestation.go b/testing/spectest/shared/fulu/operations/attestation.go index cacaf60503..aa7455a6db 100644 --- a/testing/spectest/shared/fulu/operations/attestation.go +++ b/testing/spectest/shared/fulu/operations/attestation.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttestation(attestationSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/attester_slashing.go b/testing/spectest/shared/fulu/operations/attester_slashing.go index ad6f4487bb..e1972d94af 100644 --- a/testing/spectest/shared/fulu/operations/attester_slashing.go +++ b/testing/spectest/shared/fulu/operations/attester_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttesterSlashing(asSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/block_header.go b/testing/spectest/shared/fulu/operations/block_header.go index 68c624cc20..c116ccace7 100644 --- a/testing/spectest/shared/fulu/operations/block_header.go +++ b/testing/spectest/shared/fulu/operations/block_header.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunBlockHeaderTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/fulu/operations/bls_to_execution_changes.go b/testing/spectest/shared/fulu/operations/bls_to_execution_changes.go index 9d8a6d1733..8ac02006f3 100644 --- a/testing/spectest/shared/fulu/operations/bls_to_execution_changes.go +++ b/testing/spectest/shared/fulu/operations/bls_to_execution_changes.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithBlsChange(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/consolidations.go b/testing/spectest/shared/fulu/operations/consolidations.go index a39e759e2f..ad1bd51fcc 100644 --- a/testing/spectest/shared/fulu/operations/consolidations.go +++ b/testing/spectest/shared/fulu/operations/consolidations.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithConsolidation(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/deposit.go b/testing/spectest/shared/fulu/operations/deposit.go index d8065fb638..57084625fa 100644 --- a/testing/spectest/shared/fulu/operations/deposit.go +++ b/testing/spectest/shared/fulu/operations/deposit.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithDeposit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/deposit_request.go b/testing/spectest/shared/fulu/operations/deposit_request.go index 9277fb60bc..fee9672114 100644 --- a/testing/spectest/shared/fulu/operations/deposit_request.go +++ b/testing/spectest/shared/fulu/operations/deposit_request.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithDepositRequest(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/execution_payload.go b/testing/spectest/shared/fulu/operations/execution_payload.go index 36e02f0e9e..eebfd57c96 100644 --- a/testing/spectest/shared/fulu/operations/execution_payload.go +++ b/testing/spectest/shared/fulu/operations/execution_payload.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunExecutionPayloadTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/fulu/operations/helpers.go b/testing/spectest/shared/fulu/operations/helpers.go index 0421798547..4488b98ba2 100644 --- a/testing/spectest/shared/fulu/operations/helpers.go +++ b/testing/spectest/shared/fulu/operations/helpers.go @@ -1,11 +1,11 @@ package operations import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func sszToState(b []byte) (state.BeaconState, error) { diff --git a/testing/spectest/shared/fulu/operations/proposer_slashing.go b/testing/spectest/shared/fulu/operations/proposer_slashing.go index 07e60e6e8c..3229a81f15 100644 --- a/testing/spectest/shared/fulu/operations/proposer_slashing.go +++ b/testing/spectest/shared/fulu/operations/proposer_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithProposerSlashing(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/sync_committee.go b/testing/spectest/shared/fulu/operations/sync_committee.go index db170c0edc..8e2fad5210 100644 --- a/testing/spectest/shared/fulu/operations/sync_committee.go +++ b/testing/spectest/shared/fulu/operations/sync_committee.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithSyncAggregate(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/voluntary_exit.go b/testing/spectest/shared/fulu/operations/voluntary_exit.go index d505050324..2afd4895f8 100644 --- a/testing/spectest/shared/fulu/operations/voluntary_exit.go +++ b/testing/spectest/shared/fulu/operations/voluntary_exit.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithVoluntaryExit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/withdrawal_request.go b/testing/spectest/shared/fulu/operations/withdrawal_request.go index fa9f119014..eea82d8206 100644 --- a/testing/spectest/shared/fulu/operations/withdrawal_request.go +++ b/testing/spectest/shared/fulu/operations/withdrawal_request.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithWithdrawalRequest(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/operations/withdrawals.go b/testing/spectest/shared/fulu/operations/withdrawals.go index a5193e3b8d..1eb699621b 100644 --- a/testing/spectest/shared/fulu/operations/withdrawals.go +++ b/testing/spectest/shared/fulu/operations/withdrawals.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithWithdrawals(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/fulu/rewards/BUILD.bazel b/testing/spectest/shared/fulu/rewards/BUILD.bazel index 47ea13c055..c48ae6e2bf 100644 --- a/testing/spectest/shared/fulu/rewards/BUILD.bazel +++ b/testing/spectest/shared/fulu/rewards/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["rewards_penalties.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/rewards", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/rewards", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/electra:go_default_library", diff --git a/testing/spectest/shared/fulu/rewards/rewards_penalties.go b/testing/spectest/shared/fulu/rewards/rewards_penalties.go index d972d39913..4ed3aebbfb 100644 --- a/testing/spectest/shared/fulu/rewards/rewards_penalties.go +++ b/testing/spectest/shared/fulu/rewards/rewards_penalties.go @@ -9,13 +9,13 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/electra" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/electra" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/fulu/sanity/BUILD.bazel b/testing/spectest/shared/fulu/sanity/BUILD.bazel index f8a41d961d..b1c5c127bc 100644 --- a/testing/spectest/shared/fulu/sanity/BUILD.bazel +++ b/testing/spectest/shared/fulu/sanity/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "block_processing.yaml.go", "slot_processing.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/sanity", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/sanity", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/fulu/sanity/block_processing.go b/testing/spectest/shared/fulu/sanity/block_processing.go index b7236c5481..01637af031 100644 --- a/testing/spectest/shared/fulu/sanity/block_processing.go +++ b/testing/spectest/shared/fulu/sanity/block_processing.go @@ -8,16 +8,16 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/fulu/sanity/slot_processing.go b/testing/spectest/shared/fulu/sanity/slot_processing.go index f241dc61f8..b2c81ad97e 100644 --- a/testing/spectest/shared/fulu/sanity/slot_processing.go +++ b/testing/spectest/shared/fulu/sanity/slot_processing.go @@ -5,12 +5,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "google.golang.org/protobuf/proto" ) diff --git a/testing/spectest/shared/fulu/ssz_static/BUILD.bazel b/testing/spectest/shared/fulu/ssz_static/BUILD.bazel index 809506e029..24918c3bf7 100644 --- a/testing/spectest/shared/fulu/ssz_static/BUILD.bazel +++ b/testing/spectest/shared/fulu/ssz_static/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["ssz_static.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/fulu/ssz_static", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/fulu/ssz_static", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/state/state-native:go_default_library", diff --git a/testing/spectest/shared/fulu/ssz_static/ssz_static.go b/testing/spectest/shared/fulu/ssz_static/ssz_static.go index bfae82446c..5c65791c30 100644 --- a/testing/spectest/shared/fulu/ssz_static/ssz_static.go +++ b/testing/spectest/shared/fulu/ssz_static/ssz_static.go @@ -5,11 +5,11 @@ import ( "errors" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/shared/gloas/ssz_static/BUILD.bazel b/testing/spectest/shared/gloas/ssz_static/BUILD.bazel index 50eca0ed7b..04a733ed15 100644 --- a/testing/spectest/shared/gloas/ssz_static/BUILD.bazel +++ b/testing/spectest/shared/gloas/ssz_static/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["ssz_static.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/gloas/ssz_static", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/gloas/ssz_static", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//proto/engine/v1:go_default_library", diff --git a/testing/spectest/shared/gloas/ssz_static/ssz_static.go b/testing/spectest/shared/gloas/ssz_static/ssz_static.go index 0a99c14f54..db668752d7 100644 --- a/testing/spectest/shared/gloas/ssz_static/ssz_static.go +++ b/testing/spectest/shared/gloas/ssz_static/ssz_static.go @@ -4,9 +4,9 @@ import ( "errors" "testing" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/shared/phase0/epoch_processing/BUILD.bazel b/testing/spectest/shared/phase0/epoch_processing/BUILD.bazel index c2fea38ea0..498deb816d 100644 --- a/testing/spectest/shared/phase0/epoch_processing/BUILD.bazel +++ b/testing/spectest/shared/phase0/epoch_processing/BUILD.bazel @@ -16,7 +16,7 @@ go_library( "slashings.go", "slashings_reset.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/epoch_processing", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/epoch_processing", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/epoch:go_default_library", diff --git a/testing/spectest/shared/phase0/epoch_processing/effective_balance_updates.go b/testing/spectest/shared/phase0/epoch_processing/effective_balance_updates.go index e362bf9ade..b168447420 100644 --- a/testing/spectest/shared/phase0/epoch_processing/effective_balance_updates.go +++ b/testing/spectest/shared/phase0/epoch_processing/effective_balance_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEffectiveBalanceUpdatesTests executes "epoch_processing/effective_balance_updates" tests. diff --git a/testing/spectest/shared/phase0/epoch_processing/eth1_data_reset.go b/testing/spectest/shared/phase0/epoch_processing/eth1_data_reset.go index ad0d60b70c..3b574c76c6 100644 --- a/testing/spectest/shared/phase0/epoch_processing/eth1_data_reset.go +++ b/testing/spectest/shared/phase0/epoch_processing/eth1_data_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunEth1DataResetTests executes "epoch_processing/eth1_data_reset" tests. diff --git a/testing/spectest/shared/phase0/epoch_processing/helpers.go b/testing/spectest/shared/phase0/epoch_processing/helpers.go index 3c58bee572..9b9cdb5f8b 100644 --- a/testing/spectest/shared/phase0/epoch_processing/helpers.go +++ b/testing/spectest/shared/phase0/epoch_processing/helpers.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/phase0/epoch_processing/historical_roots_update.go b/testing/spectest/shared/phase0/epoch_processing/historical_roots_update.go index 28dc00f579..69b22e25c4 100644 --- a/testing/spectest/shared/phase0/epoch_processing/historical_roots_update.go +++ b/testing/spectest/shared/phase0/epoch_processing/historical_roots_update.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunHistoricalRootsUpdateTests executes "epoch_processing/historical_roots_update" tests. diff --git a/testing/spectest/shared/phase0/epoch_processing/justification_and_finalization.go b/testing/spectest/shared/phase0/epoch_processing/justification_and_finalization.go index d1de8bfa18..51d23cdce4 100644 --- a/testing/spectest/shared/phase0/epoch_processing/justification_and_finalization.go +++ b/testing/spectest/shared/phase0/epoch_processing/justification_and_finalization.go @@ -5,10 +5,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunJustificationAndFinalizationTests executes "epoch_processing/justification_and_finalization" tests. diff --git a/testing/spectest/shared/phase0/epoch_processing/participation_record_updates.go b/testing/spectest/shared/phase0/epoch_processing/participation_record_updates.go index 90e889d44e..05bf30af42 100644 --- a/testing/spectest/shared/phase0/epoch_processing/participation_record_updates.go +++ b/testing/spectest/shared/phase0/epoch_processing/participation_record_updates.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunParticipationRecordUpdatesTests executes "epoch_processing/participation_record_updates" tests. diff --git a/testing/spectest/shared/phase0/epoch_processing/randao_mixes_reset.go b/testing/spectest/shared/phase0/epoch_processing/randao_mixes_reset.go index c6cb43f018..666f154881 100644 --- a/testing/spectest/shared/phase0/epoch_processing/randao_mixes_reset.go +++ b/testing/spectest/shared/phase0/epoch_processing/randao_mixes_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRandaoMixesResetTests executes "epoch_processing/randao_mixes_reset" tests. diff --git a/testing/spectest/shared/phase0/epoch_processing/registry_updates.go b/testing/spectest/shared/phase0/epoch_processing/registry_updates.go index 16b4d3263b..34a17ff980 100644 --- a/testing/spectest/shared/phase0/epoch_processing/registry_updates.go +++ b/testing/spectest/shared/phase0/epoch_processing/registry_updates.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRegistryUpdatesTests executes "epoch_processing/registry_updates" tests. diff --git a/testing/spectest/shared/phase0/epoch_processing/rewards_and_penalties.go b/testing/spectest/shared/phase0/epoch_processing/rewards_and_penalties.go index 42b413e8e4..6dff005de8 100644 --- a/testing/spectest/shared/phase0/epoch_processing/rewards_and_penalties.go +++ b/testing/spectest/shared/phase0/epoch_processing/rewards_and_penalties.go @@ -5,11 +5,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunRewardsAndPenaltiesTests executes "epoch_processing/rewards_and_penalties" tests. diff --git a/testing/spectest/shared/phase0/epoch_processing/slashings.go b/testing/spectest/shared/phase0/epoch_processing/slashings.go index 68f3631fad..7443675a6d 100644 --- a/testing/spectest/shared/phase0/epoch_processing/slashings.go +++ b/testing/spectest/shared/phase0/epoch_processing/slashings.go @@ -5,12 +5,12 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsTests executes "epoch_processing/slashings" tests. diff --git a/testing/spectest/shared/phase0/epoch_processing/slashings_reset.go b/testing/spectest/shared/phase0/epoch_processing/slashings_reset.go index 32718d5c74..24c1717dac 100644 --- a/testing/spectest/shared/phase0/epoch_processing/slashings_reset.go +++ b/testing/spectest/shared/phase0/epoch_processing/slashings_reset.go @@ -4,10 +4,10 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" ) // RunSlashingsResetTests executes "epoch_processing/slashings_reset" tests. diff --git a/testing/spectest/shared/phase0/finality/BUILD.bazel b/testing/spectest/shared/phase0/finality/BUILD.bazel index 019af791d2..4b781824d1 100644 --- a/testing/spectest/shared/phase0/finality/BUILD.bazel +++ b/testing/spectest/shared/phase0/finality/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["runner.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/finality", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/finality", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/phase0/finality/runner.go b/testing/spectest/shared/phase0/finality/runner.go index 20ec40b0f7..48c14459bf 100644 --- a/testing/spectest/shared/phase0/finality/runner.go +++ b/testing/spectest/shared/phase0/finality/runner.go @@ -5,15 +5,15 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/phase0/operations/BUILD.bazel b/testing/spectest/shared/phase0/operations/BUILD.bazel index 5ba8c17159..2c6733d3ee 100644 --- a/testing/spectest/shared/phase0/operations/BUILD.bazel +++ b/testing/spectest/shared/phase0/operations/BUILD.bazel @@ -12,7 +12,7 @@ go_library( "proposer_slashing.go", "voluntary_exit.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/operations", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/operations", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/altair:go_default_library", diff --git a/testing/spectest/shared/phase0/operations/attestation.go b/testing/spectest/shared/phase0/operations/attestation.go index f33e3bb345..ed166af0ae 100644 --- a/testing/spectest/shared/phase0/operations/attestation.go +++ b/testing/spectest/shared/phase0/operations/attestation.go @@ -3,13 +3,13 @@ package operations import ( "testing" - b "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + b "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttestation(attestationSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/phase0/operations/attester_slashing.go b/testing/spectest/shared/phase0/operations/attester_slashing.go index a84b5c3745..8128f4f92d 100644 --- a/testing/spectest/shared/phase0/operations/attester_slashing.go +++ b/testing/spectest/shared/phase0/operations/attester_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithAttesterSlashing(asSSZ []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/phase0/operations/block_header.go b/testing/spectest/shared/phase0/operations/block_header.go index 8ea6845628..9055fad6c1 100644 --- a/testing/spectest/shared/phase0/operations/block_header.go +++ b/testing/spectest/shared/phase0/operations/block_header.go @@ -3,8 +3,8 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" ) func RunBlockHeaderTest(t *testing.T, config string) { diff --git a/testing/spectest/shared/phase0/operations/deposit.go b/testing/spectest/shared/phase0/operations/deposit.go index c13a413eb8..d4c7eb50d0 100644 --- a/testing/spectest/shared/phase0/operations/deposit.go +++ b/testing/spectest/shared/phase0/operations/deposit.go @@ -3,13 +3,13 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithDeposit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/phase0/operations/helpers.go b/testing/spectest/shared/phase0/operations/helpers.go index 526ac739f5..c385ad6345 100644 --- a/testing/spectest/shared/phase0/operations/helpers.go +++ b/testing/spectest/shared/phase0/operations/helpers.go @@ -1,11 +1,11 @@ package operations import ( - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func sszToState(b []byte) (state.BeaconState, error) { diff --git a/testing/spectest/shared/phase0/operations/proposer_slashing.go b/testing/spectest/shared/phase0/operations/proposer_slashing.go index 0704d7e1ec..9f603bb21f 100644 --- a/testing/spectest/shared/phase0/operations/proposer_slashing.go +++ b/testing/spectest/shared/phase0/operations/proposer_slashing.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithProposerSlashing(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/phase0/operations/voluntary_exit.go b/testing/spectest/shared/phase0/operations/voluntary_exit.go index 3a2e81f2bb..1dd3f32d9a 100644 --- a/testing/spectest/shared/phase0/operations/voluntary_exit.go +++ b/testing/spectest/shared/phase0/operations/voluntary_exit.go @@ -3,12 +3,12 @@ package operations import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/operations" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/operations" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func blockWithVoluntaryExit(ssz []byte) (interfaces.SignedBeaconBlock, error) { diff --git a/testing/spectest/shared/phase0/rewards/BUILD.bazel b/testing/spectest/shared/phase0/rewards/BUILD.bazel index 88d999de37..b17caf2f86 100644 --- a/testing/spectest/shared/phase0/rewards/BUILD.bazel +++ b/testing/spectest/shared/phase0/rewards/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["rewards_penalties.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/rewards", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/rewards", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/epoch/precompute:go_default_library", diff --git a/testing/spectest/shared/phase0/rewards/rewards_penalties.go b/testing/spectest/shared/phase0/rewards/rewards_penalties.go index 1b0e1de719..9048f2f14b 100644 --- a/testing/spectest/shared/phase0/rewards/rewards_penalties.go +++ b/testing/spectest/shared/phase0/rewards/rewards_penalties.go @@ -8,13 +8,13 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" ) diff --git a/testing/spectest/shared/phase0/sanity/BUILD.bazel b/testing/spectest/shared/phase0/sanity/BUILD.bazel index a57e6bfe4e..ea865904f7 100644 --- a/testing/spectest/shared/phase0/sanity/BUILD.bazel +++ b/testing/spectest/shared/phase0/sanity/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "block_processing.yaml.go", "slot_processing.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/sanity", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/sanity", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/phase0/sanity/block_processing.go b/testing/spectest/shared/phase0/sanity/block_processing.go index 001ce26168..6531d83f68 100644 --- a/testing/spectest/shared/phase0/sanity/block_processing.go +++ b/testing/spectest/shared/phase0/sanity/block_processing.go @@ -8,15 +8,15 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" diff --git a/testing/spectest/shared/phase0/sanity/slot_processing.go b/testing/spectest/shared/phase0/sanity/slot_processing.go index 84e93886d4..82a4001516 100644 --- a/testing/spectest/shared/phase0/sanity/slot_processing.go +++ b/testing/spectest/shared/phase0/sanity/slot_processing.go @@ -5,12 +5,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/golang/snappy" "github.com/google/go-cmp/cmp" "google.golang.org/protobuf/proto" diff --git a/testing/spectest/shared/phase0/shuffling/core/shuffle/BUILD.bazel b/testing/spectest/shared/phase0/shuffling/core/shuffle/BUILD.bazel index 5a65f871d8..a76c6adc4c 100644 --- a/testing/spectest/shared/phase0/shuffling/core/shuffle/BUILD.bazel +++ b/testing/spectest/shared/phase0/shuffling/core/shuffle/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "shuffle.go", "shuffle_test_format.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/shuffling/core/shuffle", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/shuffling/core/shuffle", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/testing/spectest/shared/phase0/shuffling/core/shuffle/shuffle.go b/testing/spectest/shared/phase0/shuffling/core/shuffle/shuffle.go index ac25a0d429..96fb847078 100644 --- a/testing/spectest/shared/phase0/shuffling/core/shuffle/shuffle.go +++ b/testing/spectest/shared/phase0/shuffling/core/shuffle/shuffle.go @@ -7,11 +7,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/spectest/utils" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/spectest/utils" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/ethereum/go-ethereum/common" "github.com/go-yaml/yaml" ) diff --git a/testing/spectest/shared/phase0/shuffling/core/shuffle/shuffle_test_format.go b/testing/spectest/shared/phase0/shuffling/core/shuffle/shuffle_test_format.go index 7bbbe21d8a..f9dabd9b5e 100644 --- a/testing/spectest/shared/phase0/shuffling/core/shuffle/shuffle_test_format.go +++ b/testing/spectest/shared/phase0/shuffling/core/shuffle/shuffle_test_format.go @@ -1,6 +1,6 @@ package shuffle -import "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" +import "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" // TestCase -- type TestCase struct { diff --git a/testing/spectest/shared/phase0/ssz_static/BUILD.bazel b/testing/spectest/shared/phase0/ssz_static/BUILD.bazel index c9002f0443..7c2211e2d5 100644 --- a/testing/spectest/shared/phase0/ssz_static/BUILD.bazel +++ b/testing/spectest/shared/phase0/ssz_static/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["ssz_static.go"], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/phase0/ssz_static", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/phase0/ssz_static", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//beacon-chain/state/state-native:go_default_library", diff --git a/testing/spectest/shared/phase0/ssz_static/ssz_static.go b/testing/spectest/shared/phase0/ssz_static/ssz_static.go index b0bdb9b36e..5220ba08db 100644 --- a/testing/spectest/shared/phase0/ssz_static/ssz_static.go +++ b/testing/spectest/shared/phase0/ssz_static/ssz_static.go @@ -5,10 +5,10 @@ import ( "errors" "testing" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - common "github.com/OffchainLabs/prysm/v6/testing/spectest/shared/common/ssz_static" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + common "github.com/OffchainLabs/prysm/v7/testing/spectest/shared/common/ssz_static" fssz "github.com/prysmaticlabs/fastssz" ) diff --git a/testing/spectest/utils/BUILD.bazel b/testing/spectest/utils/BUILD.bazel index 00ee1c43b1..3cdde3db2e 100644 --- a/testing/spectest/utils/BUILD.bazel +++ b/testing/spectest/utils/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "config.go", "utils.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/spectest/utils", + importpath = "github.com/OffchainLabs/prysm/v7/testing/spectest/utils", visibility = ["//testing/spectest:__subpackages__"], deps = [ "//config/params:go_default_library", diff --git a/testing/spectest/utils/config.go b/testing/spectest/utils/config.go index f1e21a1bc0..c680d0420d 100644 --- a/testing/spectest/utils/config.go +++ b/testing/spectest/utils/config.go @@ -6,7 +6,7 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) // SetConfig sets the global params for spec tests depending on the option chosen. diff --git a/testing/spectest/utils/config_test.go b/testing/spectest/utils/config_test.go index 1e7c221655..a27b5abe86 100644 --- a/testing/spectest/utils/config_test.go +++ b/testing/spectest/utils/config_test.go @@ -3,9 +3,9 @@ package utils import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestConfig(t *testing.T) { diff --git a/testing/spectest/utils/utils.go b/testing/spectest/utils/utils.go index cb76dc4b6b..5580936d7e 100644 --- a/testing/spectest/utils/utils.go +++ b/testing/spectest/utils/utils.go @@ -6,8 +6,8 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/bazelbuild/rules_go/go/tools/bazel" "github.com/ghodss/yaml" jsoniter "github.com/json-iterator/go" diff --git a/testing/util/BUILD.bazel b/testing/util/BUILD.bazel index 86f4c85fc6..01f7756ba2 100644 --- a/testing/util/BUILD.bazel +++ b/testing/util/BUILD.bazel @@ -33,7 +33,7 @@ go_library( "sync_committee.go", "wait_timeout.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/util", + importpath = "github.com/OffchainLabs/prysm/v7/testing/util", visibility = ["//visibility:public"], deps = [ "//beacon-chain/blockchain/kzg:go_default_library", diff --git a/testing/util/altair.go b/testing/util/altair.go index e7a9c09d67..a951c095f9 100644 --- a/testing/util/altair.go +++ b/testing/util/altair.go @@ -6,22 +6,22 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensusblocks "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensusblocks "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/testing/util/attestation.go b/testing/util/attestation.go index 96208edd5b..5eb4e493b1 100644 --- a/testing/util/attestation.go +++ b/testing/util/attestation.go @@ -6,20 +6,20 @@ import ( "math" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - attv1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + attv1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" log "github.com/sirupsen/logrus" ) diff --git a/testing/util/attestation_test.go b/testing/util/attestation_test.go index 58157b3220..e823249f0a 100644 --- a/testing/util/attestation_test.go +++ b/testing/util/attestation_test.go @@ -3,11 +3,11 @@ package util import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - v1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + v1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestHydrateAttestation(t *testing.T) { diff --git a/testing/util/bellatrix.go b/testing/util/bellatrix.go index 4b38f36240..867d664085 100644 --- a/testing/util/bellatrix.go +++ b/testing/util/bellatrix.go @@ -6,19 +6,19 @@ import ( "fmt" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/testing/util/bellatrix_state.go b/testing/util/bellatrix_state.go index c953d2ab8a..7c1f06d83e 100644 --- a/testing/util/bellatrix_state.go +++ b/testing/util/bellatrix_state.go @@ -5,16 +5,16 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/testing/util/bellatrix_state_test.go b/testing/util/bellatrix_state_test.go index 4ad73a7783..0f23510519 100644 --- a/testing/util/bellatrix_state_test.go +++ b/testing/util/bellatrix_state_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestDeterministicGenesisStateBellatrix(t *testing.T) { diff --git a/testing/util/blob.go b/testing/util/blob.go index 8351e367ea..58050c6a9b 100644 --- a/testing/util/blob.go +++ b/testing/util/blob.go @@ -1,8 +1,8 @@ package util import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // HydrateBlobSidecar hydrates a blob sidecar with correct field length sizes diff --git a/testing/util/block.go b/testing/util/block.go index cbc5245e94..d3dfbf7de9 100644 --- a/testing/util/block.go +++ b/testing/util/block.go @@ -6,25 +6,25 @@ import ( "fmt" "math/big" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - v1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assertions" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + v1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assertions" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" ) diff --git a/testing/util/block_test.go b/testing/util/block_test.go index 4a5eebb0b7..d75b76a7f9 100644 --- a/testing/util/block_test.go +++ b/testing/util/block_test.go @@ -3,17 +3,17 @@ package util import ( "testing" - coreBlock "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition/stateutils" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpbv1 "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - ethpbalpha "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + coreBlock "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition/stateutils" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpbv1 "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + ethpbalpha "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestGenerateFullBlock_PassesStateTransition(t *testing.T) { diff --git a/testing/util/capella_block.go b/testing/util/capella_block.go index 68cfe01e6e..49a986f41b 100644 --- a/testing/util/capella_block.go +++ b/testing/util/capella_block.go @@ -5,19 +5,19 @@ import ( "fmt" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/testing/util/capella_block_test.go b/testing/util/capella_block_test.go index b9c55134f4..58a3a681cb 100644 --- a/testing/util/capella_block_test.go +++ b/testing/util/capella_block_test.go @@ -3,12 +3,12 @@ package util import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestGenerateBLSToExecutionChange(t *testing.T) { diff --git a/testing/util/capella_state.go b/testing/util/capella_state.go index 6683fe45f6..86b6ca96e6 100644 --- a/testing/util/capella_state.go +++ b/testing/util/capella_state.go @@ -4,15 +4,15 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/testing/util/data_column.go b/testing/util/data_column.go index a3a75079d5..99b9c46011 100644 --- a/testing/util/data_column.go +++ b/testing/util/data_column.go @@ -3,11 +3,11 @@ package util import ( "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) type ( diff --git a/testing/util/deneb.go b/testing/util/deneb.go index 122f04739e..ee3882e1e9 100644 --- a/testing/util/deneb.go +++ b/testing/util/deneb.go @@ -5,18 +5,18 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/random" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/random" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" GoKZG "github.com/crate-crypto/go-kzg-4844" "github.com/ethereum/go-ethereum/common" gethTypes "github.com/ethereum/go-ethereum/core/types" diff --git a/testing/util/deneb_state.go b/testing/util/deneb_state.go index 2e6d387b0b..31879353f9 100644 --- a/testing/util/deneb_state.go +++ b/testing/util/deneb_state.go @@ -4,15 +4,15 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/testing/util/deneb_test.go b/testing/util/deneb_test.go index 218dd2a351..65acd572c7 100644 --- a/testing/util/deneb_test.go +++ b/testing/util/deneb_test.go @@ -3,9 +3,9 @@ package util import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestInclusionProofs(t *testing.T) { diff --git a/testing/util/deposits.go b/testing/util/deposits.go index 32109c23a5..3eb567bb04 100644 --- a/testing/util/deposits.go +++ b/testing/util/deposits.go @@ -4,16 +4,16 @@ import ( "sync" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/container/trie" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/interop" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/container/trie" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/interop" "github.com/pkg/errors" ) diff --git a/testing/util/deposits_test.go b/testing/util/deposits_test.go index 7b023b1e60..c685d8ccc3 100644 --- a/testing/util/deposits_test.go +++ b/testing/util/deposits_test.go @@ -5,9 +5,9 @@ import ( "encoding/hex" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" "google.golang.org/protobuf/proto" ) diff --git a/testing/util/electra.go b/testing/util/electra.go index 2ba802cc01..c2d4d08be5 100644 --- a/testing/util/electra.go +++ b/testing/util/electra.go @@ -4,18 +4,18 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" gethTypes "github.com/ethereum/go-ethereum/core/types" ) diff --git a/testing/util/electra_block.go b/testing/util/electra_block.go index d61d8b32b7..62b11517e9 100644 --- a/testing/util/electra_block.go +++ b/testing/util/electra_block.go @@ -7,19 +7,19 @@ import ( "math/big" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" ) diff --git a/testing/util/electra_state.go b/testing/util/electra_state.go index 29c6cf8930..4dac18f127 100644 --- a/testing/util/electra_state.go +++ b/testing/util/electra_state.go @@ -4,17 +4,17 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/testing/util/fulu.go b/testing/util/fulu.go index 66613adf9c..9f9687f963 100644 --- a/testing/util/fulu.go +++ b/testing/util/fulu.go @@ -4,18 +4,18 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/blockchain/kzg" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/peerdas" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/blockchain/kzg" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/peerdas" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common" gethTypes "github.com/ethereum/go-ethereum/core/types" ) diff --git a/testing/util/fulu_block.go b/testing/util/fulu_block.go index c9befda671..e6c8e23f7b 100644 --- a/testing/util/fulu_block.go +++ b/testing/util/fulu_block.go @@ -5,18 +5,18 @@ import ( "fmt" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - v1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + v1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/testing/util/fulu_state.go b/testing/util/fulu_state.go index ec77d9b56e..14e3472219 100644 --- a/testing/util/fulu_state.go +++ b/testing/util/fulu_state.go @@ -4,17 +4,17 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state/stateutil" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state/stateutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/testing/util/helpers.go b/testing/util/helpers.go index db54021b81..9e55ee07ac 100644 --- a/testing/util/helpers.go +++ b/testing/util/helpers.go @@ -7,20 +7,20 @@ import ( "math" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" ) diff --git a/testing/util/helpers_test.go b/testing/util/helpers_test.go index 8573c83d32..a33040f3a2 100644 --- a/testing/util/helpers_test.go +++ b/testing/util/helpers_test.go @@ -5,15 +5,15 @@ import ( "encoding/binary" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func TestBlockSignature(t *testing.T) { diff --git a/testing/util/lightclient.go b/testing/util/lightclient.go index d40363f2d4..ddc7789bd9 100644 --- a/testing/util/lightclient.go +++ b/testing/util/lightclient.go @@ -4,20 +4,20 @@ import ( "context" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - consensus_types "github.com/OffchainLabs/prysm/v6/consensus-types" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - lightclienttypes "github.com/OffchainLabs/prysm/v6/consensus-types/light-client" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/ssz" - v11 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + consensus_types "github.com/OffchainLabs/prysm/v7/consensus-types" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + lightclienttypes "github.com/OffchainLabs/prysm/v7/consensus-types/light-client" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/ssz" + v11 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/testing/util/lightclient_test.go b/testing/util/lightclient_test.go index 4aa6c8339a..ad81e70eaf 100644 --- a/testing/util/lightclient_test.go +++ b/testing/util/lightclient_test.go @@ -3,10 +3,10 @@ package util_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" ) func TestLightClientUtils(t *testing.T) { diff --git a/testing/util/logging_test.go b/testing/util/logging_test.go index 53894487cd..fb73ca5569 100644 --- a/testing/util/logging_test.go +++ b/testing/util/logging_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/testing/util/merge.go b/testing/util/merge.go index 136dbb6726..5878498521 100644 --- a/testing/util/merge.go +++ b/testing/util/merge.go @@ -1,7 +1,7 @@ package util import ( - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ---------------------------------------------------------------------------- diff --git a/testing/util/slot.go b/testing/util/slot.go index a010fa5dcf..64b133e14b 100644 --- a/testing/util/slot.go +++ b/testing/util/slot.go @@ -3,9 +3,9 @@ package util import ( "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" ) func SlotAtEpoch(t *testing.T, e primitives.Epoch) primitives.Slot { diff --git a/testing/util/state.go b/testing/util/state.go index 319cb6e5af..f537e254a7 100644 --- a/testing/util/state.go +++ b/testing/util/state.go @@ -6,16 +6,16 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - b "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/iface" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + b "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/iface" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/testing/util/state_test.go b/testing/util/state_test.go index 86f5b27e77..4254a21d06 100644 --- a/testing/util/state_test.go +++ b/testing/util/state_test.go @@ -3,9 +3,9 @@ package util import ( "testing" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestNewBeaconState(t *testing.T) { diff --git a/testing/util/sync_aggregate.go b/testing/util/sync_aggregate.go index 3f2552e025..5eb120501f 100644 --- a/testing/util/sync_aggregate.go +++ b/testing/util/sync_aggregate.go @@ -2,14 +2,14 @@ package util import ( "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - p2pType "github.com/OffchainLabs/prysm/v6/beacon-chain/p2p/types" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + p2pType "github.com/OffchainLabs/prysm/v7/beacon-chain/p2p/types" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/testing/util/sync_committee.go b/testing/util/sync_committee.go index 7ef9ce148f..41346dd49c 100644 --- a/testing/util/sync_committee.go +++ b/testing/util/sync_committee.go @@ -1,10 +1,10 @@ package util import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // HydrateSyncCommittee hydrates the provided sync committee message. diff --git a/testing/validator-mock/BUILD.bazel b/testing/validator-mock/BUILD.bazel index b9c56d2452..95098d7fce 100644 --- a/testing/validator-mock/BUILD.bazel +++ b/testing/validator-mock/BUILD.bazel @@ -11,7 +11,7 @@ go_library( "validator_client_mock.go", "validator_mock.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/testing/validator-mock", + importpath = "github.com/OffchainLabs/prysm/v7/testing/validator-mock", visibility = ["//visibility:public"], deps = [ "//api/client/event:go_default_library", diff --git a/testing/validator-mock/chain_client_mock.go b/testing/validator-mock/chain_client_mock.go index bad85f699e..ffc4cc96b3 100644 --- a/testing/validator-mock/chain_client_mock.go +++ b/testing/validator-mock/chain_client_mock.go @@ -1,9 +1,9 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/OffchainLabs/prysm/v6/validator/client/iface (interfaces: ChainClient) +// Source: github.com/OffchainLabs/prysm/v7/validator/client/iface (interfaces: ChainClient) // // Generated by this command: // -// mockgen -package=validator_mock -destination=testing/validator-mock/chain_client_mock.go github.com/OffchainLabs/prysm/v6/validator/client/iface ChainClient +// mockgen -package=validator_mock -destination=testing/validator-mock/chain_client_mock.go github.com/OffchainLabs/prysm/v7/validator/client/iface ChainClient // // Package validator_mock is a generated GoMock package. @@ -13,7 +13,7 @@ import ( context "context" reflect "reflect" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gomock "go.uber.org/mock/gomock" emptypb "google.golang.org/protobuf/types/known/emptypb" ) diff --git a/testing/validator-mock/node_client_mock.go b/testing/validator-mock/node_client_mock.go index d26032d379..56c0140149 100644 --- a/testing/validator-mock/node_client_mock.go +++ b/testing/validator-mock/node_client_mock.go @@ -1,9 +1,9 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/OffchainLabs/prysm/v6/validator/client/iface (interfaces: NodeClient) +// Source: github.com/OffchainLabs/prysm/v7/validator/client/iface (interfaces: NodeClient) // // Generated by this command: // -// mockgen -package=validator_mock -destination=testing/validator-mock/node_client_mock.go github.com/OffchainLabs/prysm/v6/validator/client/iface NodeClient +// mockgen -package=validator_mock -destination=testing/validator-mock/node_client_mock.go github.com/OffchainLabs/prysm/v7/validator/client/iface NodeClient // // Package validator_mock is a generated GoMock package. @@ -13,7 +13,7 @@ import ( context "context" reflect "reflect" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gomock "go.uber.org/mock/gomock" emptypb "google.golang.org/protobuf/types/known/emptypb" ) diff --git a/testing/validator-mock/prysm_chain_client_mock.go b/testing/validator-mock/prysm_chain_client_mock.go index af80275c86..f2e8eea188 100644 --- a/testing/validator-mock/prysm_chain_client_mock.go +++ b/testing/validator-mock/prysm_chain_client_mock.go @@ -1,9 +1,9 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/OffchainLabs/prysm/v6/validator/client/iface (interfaces: PrysmChainClient) +// Source: github.com/OffchainLabs/prysm/v7/validator/client/iface (interfaces: PrysmChainClient) // // Generated by this command: // -// mockgen -package=validator_mock -destination=testing/validator-mock/prysm_chain_client_mock.go github.com/OffchainLabs/prysm/v6/validator/client/iface PrysmChainClient +// mockgen -package=validator_mock -destination=testing/validator-mock/prysm_chain_client_mock.go github.com/OffchainLabs/prysm/v7/validator/client/iface PrysmChainClient // // Package validator_mock is a generated GoMock package. @@ -13,9 +13,9 @@ import ( context "context" reflect "reflect" - validator "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - iface "github.com/OffchainLabs/prysm/v6/validator/client/iface" + validator "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + iface "github.com/OffchainLabs/prysm/v7/validator/client/iface" gomock "go.uber.org/mock/gomock" ) diff --git a/testing/validator-mock/validator_client_mock.go b/testing/validator-mock/validator_client_mock.go index 739587af29..e269b16bec 100644 --- a/testing/validator-mock/validator_client_mock.go +++ b/testing/validator-mock/validator_client_mock.go @@ -1,9 +1,9 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/OffchainLabs/prysm/v6/validator/client/iface (interfaces: ValidatorClient) +// Source: github.com/OffchainLabs/prysm/v7/validator/client/iface (interfaces: ValidatorClient) // // Generated by this command: // -// mockgen -package=validator_mock -destination=testing/validator-mock/validator_client_mock.go github.com/OffchainLabs/prysm/v6/validator/client/iface ValidatorClient +// mockgen -package=validator_mock -destination=testing/validator-mock/validator_client_mock.go github.com/OffchainLabs/prysm/v7/validator/client/iface ValidatorClient // // Package validator_mock is a generated GoMock package. @@ -13,10 +13,10 @@ import ( context "context" reflect "reflect" - event "github.com/OffchainLabs/prysm/v6/api/client/event" - primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - iface "github.com/OffchainLabs/prysm/v6/validator/client/iface" + event "github.com/OffchainLabs/prysm/v7/api/client/event" + primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + iface "github.com/OffchainLabs/prysm/v7/validator/client/iface" gomock "go.uber.org/mock/gomock" emptypb "google.golang.org/protobuf/types/known/emptypb" ) diff --git a/testing/validator-mock/validator_mock.go b/testing/validator-mock/validator_mock.go index 5ff3080c28..36339305cb 100644 --- a/testing/validator-mock/validator_mock.go +++ b/testing/validator-mock/validator_mock.go @@ -1,9 +1,9 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/OffchainLabs/prysm/v6/validator/client/iface (interfaces: Validator) +// Source: github.com/OffchainLabs/prysm/v7/validator/client/iface (interfaces: Validator) // // Generated by this command: // -// mockgen -package=validator_mock -destination=testing/validator-mock/validator_mock.go github.com/OffchainLabs/prysm/v6/validator/client/iface Validator +// mockgen -package=validator_mock -destination=testing/validator-mock/validator_mock.go github.com/OffchainLabs/prysm/v7/validator/client/iface Validator // // Package validator_mock is a generated GoMock package. @@ -14,12 +14,12 @@ import ( reflect "reflect" time "time" - event "github.com/OffchainLabs/prysm/v6/api/client/event" - proposer "github.com/OffchainLabs/prysm/v6/config/proposer" - primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - iface "github.com/OffchainLabs/prysm/v6/validator/client/iface" - keymanager "github.com/OffchainLabs/prysm/v6/validator/keymanager" + event "github.com/OffchainLabs/prysm/v7/api/client/event" + proposer "github.com/OffchainLabs/prysm/v7/config/proposer" + primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + iface "github.com/OffchainLabs/prysm/v7/validator/client/iface" + keymanager "github.com/OffchainLabs/prysm/v7/validator/keymanager" gomock "go.uber.org/mock/gomock" ) diff --git a/time/BUILD.bazel b/time/BUILD.bazel index 0051fe07d7..a36af1adeb 100644 --- a/time/BUILD.bazel +++ b/time/BUILD.bazel @@ -3,6 +3,6 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["utils.go"], - importpath = "github.com/OffchainLabs/prysm/v6/time", + importpath = "github.com/OffchainLabs/prysm/v7/time", visibility = ["//visibility:public"], ) diff --git a/time/mclock/BUILD.bazel b/time/mclock/BUILD.bazel index c0fdc50735..34eac8825b 100644 --- a/time/mclock/BUILD.bazel +++ b/time/mclock/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["mclock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/time/mclock", + importpath = "github.com/OffchainLabs/prysm/v7/time/mclock", visibility = ["//visibility:public"], deps = ["@com_github_aristanetworks_goarista//monotime:go_default_library"], ) diff --git a/time/slots/BUILD.bazel b/time/slots/BUILD.bazel index 588a0f8c6d..45289a08db 100644 --- a/time/slots/BUILD.bazel +++ b/time/slots/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "slotticker.go", "slottime.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/time/slots", + importpath = "github.com/OffchainLabs/prysm/v7/time/slots", visibility = ["//visibility:public"], deps = [ "//config/params:go_default_library", diff --git a/time/slots/countdown.go b/time/slots/countdown.go index a718183300..46a5c2a787 100644 --- a/time/slots/countdown.go +++ b/time/slots/countdown.go @@ -5,8 +5,8 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/config/params" + prysmTime "github.com/OffchainLabs/prysm/v7/time" "github.com/sirupsen/logrus" ) diff --git a/time/slots/countdown_test.go b/time/slots/countdown_test.go index cccb2c0c6a..6a68096bb8 100644 --- a/time/slots/countdown_test.go +++ b/time/slots/countdown_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" + prysmTime "github.com/OffchainLabs/prysm/v7/time" "github.com/sirupsen/logrus" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/time/slots/slotticker.go b/time/slots/slotticker.go index 485dcf4508..fc7258f013 100644 --- a/time/slots/slotticker.go +++ b/time/slots/slotticker.go @@ -4,9 +4,9 @@ package slots import ( "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + prysmTime "github.com/OffchainLabs/prysm/v7/time" ) // The Ticker interface defines a type which can expose a diff --git a/time/slots/slotticker_test.go b/time/slots/slotticker_test.go index e1d03c3d05..ae65bc2cef 100644 --- a/time/slots/slotticker_test.go +++ b/time/slots/slotticker_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/stretchr/testify/require" ) diff --git a/time/slots/slottime.go b/time/slots/slottime.go index f7cd983782..cfa4bd0adf 100644 --- a/time/slots/slottime.go +++ b/time/slots/slottime.go @@ -5,11 +5,11 @@ import ( "math" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - mathutil "github.com/OffchainLabs/prysm/v6/math" - "github.com/OffchainLabs/prysm/v6/runtime/version" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + mathutil "github.com/OffchainLabs/prysm/v7/math" + "github.com/OffchainLabs/prysm/v7/runtime/version" + prysmTime "github.com/OffchainLabs/prysm/v7/time" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/time/slots/slottime_test.go b/time/slots/slottime_test.go index 26feda10ea..d5594f78e4 100644 --- a/time/slots/slottime_test.go +++ b/time/slots/slottime_test.go @@ -6,12 +6,12 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - prysmTime "github.com/OffchainLabs/prysm/v6/time" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + prysmTime "github.com/OffchainLabs/prysm/v7/time" ) func TestAbsoluteValueSlotDifference(t *testing.T) { diff --git a/time/slots/testing/BUILD.bazel b/time/slots/testing/BUILD.bazel index 4b198bf33b..fe691d3d11 100644 --- a/time/slots/testing/BUILD.bazel +++ b/time/slots/testing/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/time/slots/testing", + importpath = "github.com/OffchainLabs/prysm/v7/time/slots/testing", visibility = ["//visibility:public"], deps = ["//consensus-types/primitives:go_default_library"], ) diff --git a/time/slots/testing/mock.go b/time/slots/testing/mock.go index 959ccfe0ee..5576432a1e 100644 --- a/time/slots/testing/mock.go +++ b/time/slots/testing/mock.go @@ -1,7 +1,7 @@ // Package testing includes useful mocks for slot tickers in unit tests. package testing -import "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" +import "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" // MockTicker defines a useful struct for mocking the Ticker interface // from the slotutil package. diff --git a/time/slots/testing/mock_test.go b/time/slots/testing/mock_test.go index 9f9d390b0f..8e7933d407 100644 --- a/time/slots/testing/mock_test.go +++ b/time/slots/testing/mock_test.go @@ -1,7 +1,7 @@ package testing import ( - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/time/slots" ) var _ slots.Ticker = (*MockTicker)(nil) diff --git a/tools/analyzers/comparesame/BUILD.bazel b/tools/analyzers/comparesame/BUILD.bazel index 1ab0a2ef40..a6c5b020ea 100644 --- a/tools/analyzers/comparesame/BUILD.bazel +++ b/tools/analyzers/comparesame/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/comparesame", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/comparesame", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/comparesame/analyzer_test.go b/tools/analyzers/comparesame/analyzer_test.go index 6cebb01f4f..1f2c59d0f8 100644 --- a/tools/analyzers/comparesame/analyzer_test.go +++ b/tools/analyzers/comparesame/analyzer_test.go @@ -3,7 +3,7 @@ package comparesame import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/cryptorand/BUILD.bazel b/tools/analyzers/cryptorand/BUILD.bazel index 99f268d92e..1541fd902f 100644 --- a/tools/analyzers/cryptorand/BUILD.bazel +++ b/tools/analyzers/cryptorand/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/cryptorand", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/cryptorand", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/cryptorand/analyzer_test.go b/tools/analyzers/cryptorand/analyzer_test.go index 2afafa23f6..7597642ca3 100644 --- a/tools/analyzers/cryptorand/analyzer_test.go +++ b/tools/analyzers/cryptorand/analyzer_test.go @@ -3,7 +3,7 @@ package cryptorand import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/errcheck/BUILD.bazel b/tools/analyzers/errcheck/BUILD.bazel index ee3c1d043c..54a8b293d9 100644 --- a/tools/analyzers/errcheck/BUILD.bazel +++ b/tools/analyzers/errcheck/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/errcheck", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/errcheck", visibility = ["//visibility:public"], deps = ["@com_github_kisielk_errcheck//errcheck:go_default_library"], ) diff --git a/tools/analyzers/featureconfig/BUILD.bazel b/tools/analyzers/featureconfig/BUILD.bazel index 2c1afcd0b5..1789293ed4 100644 --- a/tools/analyzers/featureconfig/BUILD.bazel +++ b/tools/analyzers/featureconfig/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/featureconfig", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/featureconfig", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/gocognit/BUILD.bazel b/tools/analyzers/gocognit/BUILD.bazel index 75e2e2aeef..90f46cdd3d 100644 --- a/tools/analyzers/gocognit/BUILD.bazel +++ b/tools/analyzers/gocognit/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/gocognit", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/gocognit", visibility = ["//visibility:public"], deps = [ "@com_github_uudashr_gocognit//:go_default_library", diff --git a/tools/analyzers/ineffassign/BUILD.bazel b/tools/analyzers/ineffassign/BUILD.bazel index bd41817bc0..6791c8fec4 100644 --- a/tools/analyzers/ineffassign/BUILD.bazel +++ b/tools/analyzers/ineffassign/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "analyzer.go", "ineffassign.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/ineffassign", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/ineffassign", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/ineffassign/analyzer_test.go b/tools/analyzers/ineffassign/analyzer_test.go index 1283c56a9c..0ae110dd96 100644 --- a/tools/analyzers/ineffassign/analyzer_test.go +++ b/tools/analyzers/ineffassign/analyzer_test.go @@ -3,7 +3,7 @@ package ineffassign import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/interfacechecker/BUILD.bazel b/tools/analyzers/interfacechecker/BUILD.bazel index a45afb220f..80fb95f7fa 100644 --- a/tools/analyzers/interfacechecker/BUILD.bazel +++ b/tools/analyzers/interfacechecker/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/interfacechecker", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/interfacechecker", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/logcapitalization/BUILD.bazel b/tools/analyzers/logcapitalization/BUILD.bazel index 36e347c819..f70066de24 100644 --- a/tools/analyzers/logcapitalization/BUILD.bazel +++ b/tools/analyzers/logcapitalization/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/logcapitalization", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/logcapitalization", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/logcapitalization/analyzer_test.go b/tools/analyzers/logcapitalization/analyzer_test.go index f336f1312f..ca9e98e32d 100644 --- a/tools/analyzers/logcapitalization/analyzer_test.go +++ b/tools/analyzers/logcapitalization/analyzer_test.go @@ -5,8 +5,8 @@ import ( "golang.org/x/tools/go/analysis/analysistest" - "github.com/OffchainLabs/prysm/v6/build/bazel" - "github.com/OffchainLabs/prysm/v6/tools/analyzers/logcapitalization" + "github.com/OffchainLabs/prysm/v7/build/bazel" + "github.com/OffchainLabs/prysm/v7/tools/analyzers/logcapitalization" ) func init() { diff --git a/tools/analyzers/logruswitherror/BUILD.bazel b/tools/analyzers/logruswitherror/BUILD.bazel index 53ad21b3d5..e0afc816b2 100644 --- a/tools/analyzers/logruswitherror/BUILD.bazel +++ b/tools/analyzers/logruswitherror/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/logruswitherror", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/logruswitherror", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/logruswitherror/analyzer_test.go b/tools/analyzers/logruswitherror/analyzer_test.go index a288f3e5e2..8dfbadf73b 100644 --- a/tools/analyzers/logruswitherror/analyzer_test.go +++ b/tools/analyzers/logruswitherror/analyzer_test.go @@ -3,7 +3,7 @@ package logruswitherror import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/maligned/BUILD.bazel b/tools/analyzers/maligned/BUILD.bazel index f2b99f770b..f4e837f701 100644 --- a/tools/analyzers/maligned/BUILD.bazel +++ b/tools/analyzers/maligned/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "analyzer.go", "maligned.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/maligned", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/maligned", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/nop/BUILD.bazel b/tools/analyzers/nop/BUILD.bazel index 72863fbfe5..99cb8687c9 100644 --- a/tools/analyzers/nop/BUILD.bazel +++ b/tools/analyzers/nop/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/nop", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/nop", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/nop/analyzer_test.go b/tools/analyzers/nop/analyzer_test.go index 0eb0289d74..10a237f9d8 100644 --- a/tools/analyzers/nop/analyzer_test.go +++ b/tools/analyzers/nop/analyzer_test.go @@ -3,7 +3,7 @@ package nop import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/nopanic/BUILD.bazel b/tools/analyzers/nopanic/BUILD.bazel index a8aebb0e57..77c8767d05 100644 --- a/tools/analyzers/nopanic/BUILD.bazel +++ b/tools/analyzers/nopanic/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/nopanic", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/nopanic", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/nopanic/analyzer_test.go b/tools/analyzers/nopanic/analyzer_test.go index e7c3c5bd5a..7bfcb69c1d 100644 --- a/tools/analyzers/nopanic/analyzer_test.go +++ b/tools/analyzers/nopanic/analyzer_test.go @@ -3,7 +3,7 @@ package nopanic import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/properpermissions/BUILD.bazel b/tools/analyzers/properpermissions/BUILD.bazel index 61881c139e..56f655efb8 100644 --- a/tools/analyzers/properpermissions/BUILD.bazel +++ b/tools/analyzers/properpermissions/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/properpermissions", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/properpermissions", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/properpermissions/analyzer_test.go b/tools/analyzers/properpermissions/analyzer_test.go index f744eb8af7..7edd53a0f2 100644 --- a/tools/analyzers/properpermissions/analyzer_test.go +++ b/tools/analyzers/properpermissions/analyzer_test.go @@ -3,7 +3,7 @@ package properpermissions import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/recursivelock/BUILD.bazel b/tools/analyzers/recursivelock/BUILD.bazel index 00e01bb4c3..1dff0a82e7 100644 --- a/tools/analyzers/recursivelock/BUILD.bazel +++ b/tools/analyzers/recursivelock/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/recursivelock", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/recursivelock", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/recursivelock/analyzer_test.go b/tools/analyzers/recursivelock/analyzer_test.go index b0f2d459cc..929aca7fe3 100644 --- a/tools/analyzers/recursivelock/analyzer_test.go +++ b/tools/analyzers/recursivelock/analyzer_test.go @@ -3,7 +3,7 @@ package recursivelock import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/shadowpredecl/BUILD.bazel b/tools/analyzers/shadowpredecl/BUILD.bazel index e999e6426d..0cf4448426 100644 --- a/tools/analyzers/shadowpredecl/BUILD.bazel +++ b/tools/analyzers/shadowpredecl/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/shadowpredecl", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/shadowpredecl", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/shadowpredecl/analyzer_test.go b/tools/analyzers/shadowpredecl/analyzer_test.go index 717fc02d6b..434111de70 100644 --- a/tools/analyzers/shadowpredecl/analyzer_test.go +++ b/tools/analyzers/shadowpredecl/analyzer_test.go @@ -3,7 +3,7 @@ package shadowpredecl import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/slicedirect/BUILD.bazel b/tools/analyzers/slicedirect/BUILD.bazel index 6fb7689cc9..25fc71d08e 100644 --- a/tools/analyzers/slicedirect/BUILD.bazel +++ b/tools/analyzers/slicedirect/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/slicedirect", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/slicedirect", visibility = ["//visibility:public"], deps = [ "@org_golang_x_tools//go/analysis:go_default_library", diff --git a/tools/analyzers/slicedirect/analyzer_test.go b/tools/analyzers/slicedirect/analyzer_test.go index 36cd3c911f..807bd202a3 100644 --- a/tools/analyzers/slicedirect/analyzer_test.go +++ b/tools/analyzers/slicedirect/analyzer_test.go @@ -3,7 +3,7 @@ package slicedirect import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" + "github.com/OffchainLabs/prysm/v7/build/bazel" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/analyzers/uintcast/BUILD.bazel b/tools/analyzers/uintcast/BUILD.bazel index 6c34579e39..aebb147784 100644 --- a/tools/analyzers/uintcast/BUILD.bazel +++ b/tools/analyzers/uintcast/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["analyzer.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/analyzers/uintcast", + importpath = "github.com/OffchainLabs/prysm/v7/tools/analyzers/uintcast", visibility = ["//visibility:public"], deps = [ "@com_github_gostaticanalysis_comment//:go_default_library", diff --git a/tools/analyzers/uintcast/analyzer_test.go b/tools/analyzers/uintcast/analyzer_test.go index 9d4aa41c42..af8cbfd463 100644 --- a/tools/analyzers/uintcast/analyzer_test.go +++ b/tools/analyzers/uintcast/analyzer_test.go @@ -3,8 +3,8 @@ package uintcast_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/build/bazel" - "github.com/OffchainLabs/prysm/v6/tools/analyzers/uintcast" + "github.com/OffchainLabs/prysm/v7/build/bazel" + "github.com/OffchainLabs/prysm/v7/tools/analyzers/uintcast" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/tools/beacon-fuzz/BUILD.bazel b/tools/beacon-fuzz/BUILD.bazel index 9a886b328a..4701c39a11 100644 --- a/tools/beacon-fuzz/BUILD.bazel +++ b/tools/beacon-fuzz/BUILD.bazel @@ -5,7 +5,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/beacon-fuzz", + importpath = "github.com/OffchainLabs/prysm/v7/tools/beacon-fuzz", visibility = ["//visibility:private"], deps = [ "//io/file:go_default_library", diff --git a/tools/beacon-fuzz/main.go b/tools/beacon-fuzz/main.go index e7d8d69e2c..409dabad06 100644 --- a/tools/beacon-fuzz/main.go +++ b/tools/beacon-fuzz/main.go @@ -9,7 +9,7 @@ import ( "strconv" "text/template" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/io/file" ) var ( diff --git a/tools/benchmark-files-gen/BUILD.bazel b/tools/benchmark-files-gen/BUILD.bazel index 37783274cc..a8e20d2a54 100644 --- a/tools/benchmark-files-gen/BUILD.bazel +++ b/tools/benchmark-files-gen/BUILD.bazel @@ -5,7 +5,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/benchmark-files-gen", + importpath = "github.com/OffchainLabs/prysm/v7/tools/benchmark-files-gen", visibility = ["//visibility:private"], deps = [ "//beacon-chain/core/helpers:go_default_library", diff --git a/tools/benchmark-files-gen/main.go b/tools/benchmark-files-gen/main.go index b7368edda6..840e2d8789 100644 --- a/tools/benchmark-files-gen/main.go +++ b/tools/benchmark-files-gen/main.go @@ -6,20 +6,20 @@ import ( "os" "path" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/io/file" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/testing/benchmark" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/time" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/io/file" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/testing/benchmark" + "github.com/OffchainLabs/prysm/v7/testing/util" "github.com/pkg/errors" log "github.com/sirupsen/logrus" ) diff --git a/tools/blocktree/BUILD.bazel b/tools/blocktree/BUILD.bazel index 06425883d5..24d98ff8be 100644 --- a/tools/blocktree/BUILD.bazel +++ b/tools/blocktree/BUILD.bazel @@ -4,7 +4,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_binary") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/blocktree", + importpath = "github.com/OffchainLabs/prysm/v7/tools/blocktree", visibility = ["//visibility:private"], deps = [ "//beacon-chain/db/filters:go_default_library", diff --git a/tools/blocktree/main.go b/tools/blocktree/main.go index 267f602768..a5bfe2822a 100644 --- a/tools/blocktree/main.go +++ b/tools/blocktree/main.go @@ -15,9 +15,9 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/filters" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/filters" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/emicklei/dot" ) diff --git a/tools/bootnode/BUILD.bazel b/tools/bootnode/BUILD.bazel index bb04620905..32db0f785d 100644 --- a/tools/bootnode/BUILD.bazel +++ b/tools/bootnode/BUILD.bazel @@ -5,7 +5,7 @@ load("//tools:prysm_image.bzl", "prysm_image_upload") go_library( name = "go_default_library", srcs = ["bootnode.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/bootnode", + importpath = "github.com/OffchainLabs/prysm/v7/tools/bootnode", visibility = ["//visibility:private"], deps = [ "//async:go_default_library", diff --git a/tools/bootnode/bootnode.go b/tools/bootnode/bootnode.go index c0f955e873..16af7358a3 100644 --- a/tools/bootnode/bootnode.go +++ b/tools/bootnode/bootnode.go @@ -24,16 +24,16 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/params" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/logs" - "github.com/OffchainLabs/prysm/v6/network" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - _ "github.com/OffchainLabs/prysm/v6/runtime/maxprocs" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/params" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/logs" + "github.com/OffchainLabs/prysm/v7/network" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + _ "github.com/OffchainLabs/prysm/v7/runtime/maxprocs" + "github.com/OffchainLabs/prysm/v7/runtime/version" gcrypto "github.com/ethereum/go-ethereum/crypto" gethlog "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/p2p/discover" diff --git a/tools/bootnode/bootnode_test.go b/tools/bootnode/bootnode_test.go index 454b49747a..b78e4cc3bb 100644 --- a/tools/bootnode/bootnode_test.go +++ b/tools/bootnode/bootnode_test.go @@ -9,11 +9,11 @@ import ( "testing" "time" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/network" - _ "github.com/OffchainLabs/prysm/v6/runtime/maxprocs" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/network" + _ "github.com/OffchainLabs/prysm/v7/runtime/maxprocs" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/p2p/discover" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/libp2p/go-libp2p/core/crypto" diff --git a/tools/enr-calculator/BUILD.bazel b/tools/enr-calculator/BUILD.bazel index 4c09e30708..9acd7e5ee8 100644 --- a/tools/enr-calculator/BUILD.bazel +++ b/tools/enr-calculator/BUILD.bazel @@ -5,7 +5,7 @@ load("//tools:prysm_image.bzl", "prysm_image_upload") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/enr-calculator", + importpath = "github.com/OffchainLabs/prysm/v7/tools/enr-calculator", visibility = ["//visibility:private"], deps = [ "//crypto/ecdsa:go_default_library", diff --git a/tools/enr-calculator/main.go b/tools/enr-calculator/main.go index 3a5af8361f..dadf8fcc86 100644 --- a/tools/enr-calculator/main.go +++ b/tools/enr-calculator/main.go @@ -9,9 +9,9 @@ import ( "flag" "net" - ecdsaprysm "github.com/OffchainLabs/prysm/v6/crypto/ecdsa" - "github.com/OffchainLabs/prysm/v6/io/file" - _ "github.com/OffchainLabs/prysm/v6/runtime/maxprocs" + ecdsaprysm "github.com/OffchainLabs/prysm/v7/crypto/ecdsa" + "github.com/OffchainLabs/prysm/v7/io/file" + _ "github.com/OffchainLabs/prysm/v7/runtime/maxprocs" "github.com/ethereum/go-ethereum/p2p/enode" "github.com/ethereum/go-ethereum/p2p/enr" "github.com/libp2p/go-libp2p/core/crypto" diff --git a/tools/eth1exporter/BUILD.bazel b/tools/eth1exporter/BUILD.bazel index 40c055ab0f..976ad8b4d1 100644 --- a/tools/eth1exporter/BUILD.bazel +++ b/tools/eth1exporter/BUILD.bazel @@ -5,7 +5,7 @@ load("//tools:prysm_image.bzl", "prysm_image_upload") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/eth1exporter", + importpath = "github.com/OffchainLabs/prysm/v7/tools/eth1exporter", visibility = ["//visibility:private"], deps = [ "//runtime/maxprocs:go_default_library", diff --git a/tools/eth1exporter/main.go b/tools/eth1exporter/main.go index 46e29230c9..2f5c3685b6 100644 --- a/tools/eth1exporter/main.go +++ b/tools/eth1exporter/main.go @@ -14,7 +14,7 @@ import ( "strings" "time" - _ "github.com/OffchainLabs/prysm/v6/runtime/maxprocs" + _ "github.com/OffchainLabs/prysm/v7/runtime/maxprocs" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/ethclient" "github.com/ethereum/go-ethereum/params" diff --git a/tools/exploredb/BUILD.bazel b/tools/exploredb/BUILD.bazel index 48f6651a74..f88184ae60 100644 --- a/tools/exploredb/BUILD.bazel +++ b/tools/exploredb/BUILD.bazel @@ -4,7 +4,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/exploredb", + importpath = "github.com/OffchainLabs/prysm/v7/tools/exploredb", visibility = ["//visibility:private"], deps = [ "//beacon-chain/db/kv:go_default_library", diff --git a/tools/exploredb/main.go b/tools/exploredb/main.go index e4f6bf5ff3..ce410e7d57 100644 --- a/tools/exploredb/main.go +++ b/tools/exploredb/main.go @@ -17,12 +17,12 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/dustin/go-humanize" log "github.com/sirupsen/logrus" "github.com/status-im/keycard-go/hexutils" diff --git a/tools/extractor/BUILD.bazel b/tools/extractor/BUILD.bazel index 2cc9bc288d..f7d25d189e 100644 --- a/tools/extractor/BUILD.bazel +++ b/tools/extractor/BUILD.bazel @@ -4,7 +4,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_binary") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/extractor", + importpath = "github.com/OffchainLabs/prysm/v7/tools/extractor", visibility = ["//visibility:public"], deps = [ "//beacon-chain/core/transition/interop:go_default_library", diff --git a/tools/extractor/main.go b/tools/extractor/main.go index b7609a58cc..bf961570ae 100644 --- a/tools/extractor/main.go +++ b/tools/extractor/main.go @@ -5,10 +5,10 @@ import ( "flag" "fmt" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition/interop" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition/interop" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) var ( diff --git a/tools/forkchecker/BUILD.bazel b/tools/forkchecker/BUILD.bazel index ca0bae477a..be01e90c80 100644 --- a/tools/forkchecker/BUILD.bazel +++ b/tools/forkchecker/BUILD.bazel @@ -4,7 +4,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_binary") go_library( name = "go_default_library", srcs = ["forkchecker.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/forkchecker", + importpath = "github.com/OffchainLabs/prysm/v7/tools/forkchecker", visibility = ["//visibility:private"], deps = [ "//config/params:go_default_library", diff --git a/tools/forkchecker/forkchecker.go b/tools/forkchecker/forkchecker.go index 7947384dd7..dcc716e2e7 100644 --- a/tools/forkchecker/forkchecker.go +++ b/tools/forkchecker/forkchecker.go @@ -16,9 +16,9 @@ import ( "reflect" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/sirupsen/logrus" "google.golang.org/grpc" "google.golang.org/protobuf/types/known/emptypb" diff --git a/tools/gocovmerge/BUILD.bazel b/tools/gocovmerge/BUILD.bazel index b2f4f6b2ba..b73c2a9a4c 100644 --- a/tools/gocovmerge/BUILD.bazel +++ b/tools/gocovmerge/BUILD.bazel @@ -4,7 +4,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/gocovmerge", + importpath = "github.com/OffchainLabs/prysm/v7/tools/gocovmerge", visibility = ["//visibility:private"], deps = [ "@com_github_sirupsen_logrus//:go_default_library", diff --git a/tools/http-request-sink/BUILD.bazel b/tools/http-request-sink/BUILD.bazel index 627f5a6bdb..c1ab0296fd 100644 --- a/tools/http-request-sink/BUILD.bazel +++ b/tools/http-request-sink/BUILD.bazel @@ -5,7 +5,7 @@ load("//tools:prysm_image.bzl", "prysm_image_upload") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/http-request-sink", + importpath = "github.com/OffchainLabs/prysm/v7/tools/http-request-sink", visibility = ["//visibility:private"], deps = ["//config/params:go_default_library"], ) diff --git a/tools/http-request-sink/main.go b/tools/http-request-sink/main.go index 8e07d6fb48..7690220972 100644 --- a/tools/http-request-sink/main.go +++ b/tools/http-request-sink/main.go @@ -15,7 +15,7 @@ import ( "strconv" "time" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" ) func main() { diff --git a/tools/http-request-sink/main_test.go b/tools/http-request-sink/main_test.go index e653a5a808..b4d6474073 100644 --- a/tools/http-request-sink/main_test.go +++ b/tools/http-request-sink/main_test.go @@ -9,8 +9,8 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) type sampleRPCRequest struct { diff --git a/tools/interop/convert-keys/BUILD.bazel b/tools/interop/convert-keys/BUILD.bazel index 3d836e016a..345de67a28 100644 --- a/tools/interop/convert-keys/BUILD.bazel +++ b/tools/interop/convert-keys/BUILD.bazel @@ -4,7 +4,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_binary") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/interop/convert-keys", + importpath = "github.com/OffchainLabs/prysm/v7/tools/interop/convert-keys", visibility = ["//visibility:public"], deps = [ "//config/params:go_default_library", diff --git a/tools/interop/convert-keys/main.go b/tools/interop/convert-keys/main.go index 6a959bb181..8eb79ab712 100644 --- a/tools/interop/convert-keys/main.go +++ b/tools/interop/convert-keys/main.go @@ -9,8 +9,8 @@ import ( "fmt" "os" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/tools/unencrypted-keys-gen/keygen" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/tools/unencrypted-keys-gen/keygen" log "github.com/sirupsen/logrus" "gopkg.in/yaml.v2" ) diff --git a/tools/interop/export-genesis/BUILD.bazel b/tools/interop/export-genesis/BUILD.bazel index c7a89e30a5..e8dfd808bc 100644 --- a/tools/interop/export-genesis/BUILD.bazel +++ b/tools/interop/export-genesis/BUILD.bazel @@ -4,7 +4,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_binary") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/interop/export-genesis", + importpath = "github.com/OffchainLabs/prysm/v7/tools/interop/export-genesis", visibility = ["//visibility:private"], deps = [ "//beacon-chain/db/kv:go_default_library", diff --git a/tools/interop/export-genesis/main.go b/tools/interop/export-genesis/main.go index 1832be686a..7c83c97423 100644 --- a/tools/interop/export-genesis/main.go +++ b/tools/interop/export-genesis/main.go @@ -5,8 +5,8 @@ import ( "fmt" "os" - "github.com/OffchainLabs/prysm/v6/beacon-chain/db/kv" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/beacon-chain/db/kv" + "github.com/OffchainLabs/prysm/v7/io/file" ) // A basic tool to extract genesis.ssz from existing beaconchain.db. diff --git a/tools/interop/split-keys/BUILD.bazel b/tools/interop/split-keys/BUILD.bazel index 07ee848a43..ad25aad0c5 100644 --- a/tools/interop/split-keys/BUILD.bazel +++ b/tools/interop/split-keys/BUILD.bazel @@ -4,7 +4,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/interop/split-keys", + importpath = "github.com/OffchainLabs/prysm/v7/tools/interop/split-keys", visibility = ["//visibility:private"], deps = [ "//io/file:go_default_library", diff --git a/tools/interop/split-keys/main.go b/tools/interop/split-keys/main.go index bb1d629d9d..f035d86a32 100644 --- a/tools/interop/split-keys/main.go +++ b/tools/interop/split-keys/main.go @@ -20,11 +20,11 @@ import ( "os" "path" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" "github.com/tyler-smith/go-bip39" util "github.com/wealdtech/go-eth2-util" ) diff --git a/tools/interop/split-keys/main_test.go b/tools/interop/split-keys/main_test.go index e1bc657bec..b3e752e93f 100644 --- a/tools/interop/split-keys/main_test.go +++ b/tools/interop/split-keys/main_test.go @@ -8,10 +8,10 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" ) const testMnemonic = "abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about" diff --git a/tools/keystores/BUILD.bazel b/tools/keystores/BUILD.bazel index fa0c0dc635..bf66d7c974 100644 --- a/tools/keystores/BUILD.bazel +++ b/tools/keystores/BUILD.bazel @@ -4,7 +4,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/keystores", + importpath = "github.com/OffchainLabs/prysm/v7/tools/keystores", visibility = ["//visibility:private"], deps = [ "//crypto/bls:go_default_library", diff --git a/tools/keystores/main.go b/tools/keystores/main.go index 2ed0a8a06a..c35e11ecc7 100644 --- a/tools/keystores/main.go +++ b/tools/keystores/main.go @@ -13,10 +13,10 @@ import ( "path/filepath" "strings" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/google/uuid" "github.com/logrusorgru/aurora" "github.com/pkg/errors" diff --git a/tools/keystores/main_test.go b/tools/keystores/main_test.go index 29882279d0..541a559eca 100644 --- a/tools/keystores/main_test.go +++ b/tools/keystores/main_test.go @@ -10,11 +10,11 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/google/uuid" "github.com/urfave/cli/v2" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" diff --git a/tools/nogo_config/BUILD.bazel b/tools/nogo_config/BUILD.bazel index fdc73ab5fb..257aec6fc7 100644 --- a/tools/nogo_config/BUILD.bazel +++ b/tools/nogo_config/BUILD.bazel @@ -10,7 +10,7 @@ go_library( "config_exclusion.go", "main.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/tools/nogo_config", + importpath = "github.com/OffchainLabs/prysm/v7/tools/nogo_config", visibility = ["//visibility:private"], ) diff --git a/tools/pcli/BUILD.bazel b/tools/pcli/BUILD.bazel index 2a90ef8f4c..e1d2932781 100644 --- a/tools/pcli/BUILD.bazel +++ b/tools/pcli/BUILD.bazel @@ -5,7 +5,7 @@ load("//tools:prysm_image.bzl", "prysm_image_upload") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/pcli", + importpath = "github.com/OffchainLabs/prysm/v7/tools/pcli", visibility = ["//visibility:private"], deps = [ "//beacon-chain/core/epoch/precompute:go_default_library", diff --git a/tools/pcli/main.go b/tools/pcli/main.go index 460e8a1ff0..3596c7e457 100644 --- a/tools/pcli/main.go +++ b/tools/pcli/main.go @@ -10,17 +10,17 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/epoch/precompute" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/transition" - "github.com/OffchainLabs/prysm/v6/beacon-chain/state" - state_native "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/detect" - "github.com/OffchainLabs/prysm/v6/encoding/ssz/equality" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - prefixed "github.com/OffchainLabs/prysm/v6/runtime/logging/logrus-prefixed-formatter" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/epoch/precompute" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/transition" + "github.com/OffchainLabs/prysm/v7/beacon-chain/state" + state_native "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/detect" + "github.com/OffchainLabs/prysm/v7/encoding/ssz/equality" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + prefixed "github.com/OffchainLabs/prysm/v7/runtime/logging/logrus-prefixed-formatter" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/kr/pretty" "github.com/pkg/errors" fssz "github.com/prysmaticlabs/fastssz" diff --git a/tools/replay-http/BUILD.bazel b/tools/replay-http/BUILD.bazel index 5554e2f394..0a898b2286 100644 --- a/tools/replay-http/BUILD.bazel +++ b/tools/replay-http/BUILD.bazel @@ -4,7 +4,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/replay-http", + importpath = "github.com/OffchainLabs/prysm/v7/tools/replay-http", visibility = ["//visibility:private"], deps = [ "@com_github_pkg_errors//:go_default_library", diff --git a/tools/specs-checker/BUILD.bazel b/tools/specs-checker/BUILD.bazel index df540c28fc..6faeeb3c6c 100644 --- a/tools/specs-checker/BUILD.bazel +++ b/tools/specs-checker/BUILD.bazel @@ -16,7 +16,7 @@ go_library( "data/ssz/merkle-proofs.md", "data/extra.md", ], - importpath = "github.com/OffchainLabs/prysm/v6/tools/specs-checker", + importpath = "github.com/OffchainLabs/prysm/v7/tools/specs-checker", visibility = ["//visibility:public"], deps = [ "//config/params:go_default_library", diff --git a/tools/specs-checker/download.go b/tools/specs-checker/download.go index aa537ddecd..414b58ebd9 100644 --- a/tools/specs-checker/download.go +++ b/tools/specs-checker/download.go @@ -10,7 +10,7 @@ import ( "path/filepath" "regexp" - "github.com/OffchainLabs/prysm/v6/config/params" + "github.com/OffchainLabs/prysm/v7/config/params" "github.com/urfave/cli/v2" ) diff --git a/tools/unencrypted-keys-gen/BUILD.bazel b/tools/unencrypted-keys-gen/BUILD.bazel index bd876d4d54..819f00e3f1 100644 --- a/tools/unencrypted-keys-gen/BUILD.bazel +++ b/tools/unencrypted-keys-gen/BUILD.bazel @@ -4,7 +4,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_binary") go_library( name = "go_default_library", srcs = ["main.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/unencrypted-keys-gen", + importpath = "github.com/OffchainLabs/prysm/v7/tools/unencrypted-keys-gen", visibility = [ "//tools/interop/convert-keys:__pkg__", ], diff --git a/tools/unencrypted-keys-gen/keygen/BUILD.bazel b/tools/unencrypted-keys-gen/keygen/BUILD.bazel index cc7e41ba22..65adf6b7c7 100644 --- a/tools/unencrypted-keys-gen/keygen/BUILD.bazel +++ b/tools/unencrypted-keys-gen/keygen/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["keygen.go"], - importpath = "github.com/OffchainLabs/prysm/v6/tools/unencrypted-keys-gen/keygen", + importpath = "github.com/OffchainLabs/prysm/v7/tools/unencrypted-keys-gen/keygen", visibility = ["//visibility:public"], deps = ["@com_github_sirupsen_logrus//:go_default_library"], ) diff --git a/tools/unencrypted-keys-gen/main.go b/tools/unencrypted-keys-gen/main.go index b4a55bc632..8729621774 100644 --- a/tools/unencrypted-keys-gen/main.go +++ b/tools/unencrypted-keys-gen/main.go @@ -5,9 +5,9 @@ import ( "log" "os" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/tools/unencrypted-keys-gen/keygen" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/tools/unencrypted-keys-gen/keygen" ) var ( diff --git a/tools/unencrypted-keys-gen/main_test.go b/tools/unencrypted-keys-gen/main_test.go index a6e2d0544d..6737b194e3 100644 --- a/tools/unencrypted-keys-gen/main_test.go +++ b/tools/unencrypted-keys-gen/main_test.go @@ -5,9 +5,9 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/tools/unencrypted-keys-gen/keygen" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/tools/unencrypted-keys-gen/keygen" ) func TestSavesUnencryptedKeys(t *testing.T) { diff --git a/validator/accounts/BUILD.bazel b/validator/accounts/BUILD.bazel index 7137f6d181..873ea7913e 100644 --- a/validator/accounts/BUILD.bazel +++ b/validator/accounts/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "wallet_create.go", "wallet_recover.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/accounts", + importpath = "github.com/OffchainLabs/prysm/v7/validator/accounts", visibility = [ "//cmd/validator:__subpackages__", "//validator:__pkg__", diff --git a/validator/accounts/accounts.go b/validator/accounts/accounts.go index 5bc61c9cdb..d4e90930fe 100644 --- a/validator/accounts/accounts.go +++ b/validator/accounts/accounts.go @@ -1,7 +1,7 @@ package accounts import ( - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" ) var ( diff --git a/validator/accounts/accounts_backup.go b/validator/accounts/accounts_backup.go index df34255c55..e9d52a21d1 100644 --- a/validator/accounts/accounts_backup.go +++ b/validator/accounts/accounts_backup.go @@ -8,8 +8,8 @@ import ( "os" "path/filepath" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/logrusorgru/aurora" "github.com/pkg/errors" ) diff --git a/validator/accounts/accounts_delete.go b/validator/accounts/accounts_delete.go index d4403bd0c9..95dc690a63 100644 --- a/validator/accounts/accounts_delete.go +++ b/validator/accounts/accounts_delete.go @@ -5,9 +5,9 @@ import ( "fmt" "strings" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/pkg/errors" ) diff --git a/validator/accounts/accounts_delete_test.go b/validator/accounts/accounts_delete_test.go index f68bc0f282..b8af5e1d53 100644 --- a/validator/accounts/accounts_delete_test.go +++ b/validator/accounts/accounts_delete_test.go @@ -4,11 +4,11 @@ import ( "bytes" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" "github.com/ethereum/go-ethereum/common/hexutil" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/validator/accounts/accounts_exit.go b/validator/accounts/accounts_exit.go index 76240ac7bd..ac4ca3ffdb 100644 --- a/validator/accounts/accounts_exit.go +++ b/validator/accounts/accounts_exit.go @@ -8,16 +8,16 @@ import ( "path" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/blocks" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client" - beacon_api "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/blocks" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client" + beacon_api "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "google.golang.org/protobuf/types/known/emptypb" diff --git a/validator/accounts/accounts_exit_test.go b/validator/accounts/accounts_exit_test.go index 5101549aa4..cd84cd1900 100644 --- a/validator/accounts/accounts_exit_test.go +++ b/validator/accounts/accounts_exit_test.go @@ -6,15 +6,15 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/build/bazel" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/build/bazel" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/sirupsen/logrus/hooks/test" ) diff --git a/validator/accounts/accounts_helper.go b/validator/accounts/accounts_helper.go index 50fb0fd92b..9c743d6b38 100644 --- a/validator/accounts/accounts_helper.go +++ b/validator/accounts/accounts_helper.go @@ -7,13 +7,13 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/validator/accounts/petnames" - "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/validator/accounts/petnames" + "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt" "github.com/logrusorgru/aurora" "github.com/manifoldco/promptui" "github.com/pkg/errors" diff --git a/validator/accounts/accounts_import.go b/validator/accounts/accounts_import.go index b2fd4131eb..7970e9cee0 100644 --- a/validator/accounts/accounts_import.go +++ b/validator/accounts/accounts_import.go @@ -11,12 +11,12 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/google/uuid" "github.com/pkg/errors" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" diff --git a/validator/accounts/accounts_import_test.go b/validator/accounts/accounts_import_test.go index 8a38d6efef..d2d501e89e 100644 --- a/validator/accounts/accounts_import_test.go +++ b/validator/accounts/accounts_import_test.go @@ -8,14 +8,14 @@ import ( "sort" "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" ) func TestImportAccounts_NoPassword(t *testing.T) { diff --git a/validator/accounts/accounts_list.go b/validator/accounts/accounts_list.go index b452be084c..a0d086982e 100644 --- a/validator/accounts/accounts_list.go +++ b/validator/accounts/accounts_list.go @@ -5,10 +5,10 @@ import ( "fmt" "math" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/pkg/errors" ) diff --git a/validator/accounts/accounts_list_test.go b/validator/accounts/accounts_list_test.go index a1798a2134..c53c3bb2e4 100644 --- a/validator/accounts/accounts_list_test.go +++ b/validator/accounts/accounts_list_test.go @@ -11,18 +11,18 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - types "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" - constant "github.com/OffchainLabs/prysm/v6/validator/testing" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + types "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" + constant "github.com/OffchainLabs/prysm/v7/validator/testing" "github.com/google/uuid" "github.com/urfave/cli/v2" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" diff --git a/validator/accounts/cli_manager.go b/validator/accounts/cli_manager.go index 48f4dc5b3f..ae471bbe69 100644 --- a/validator/accounts/cli_manager.go +++ b/validator/accounts/cli_manager.go @@ -7,16 +7,16 @@ import ( "os" "time" - grpcutil "github.com/OffchainLabs/prysm/v6/api/grpc" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - beaconApi "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api" - iface "github.com/OffchainLabs/prysm/v6/validator/client/iface" - nodeClientFactory "github.com/OffchainLabs/prysm/v6/validator/client/node-client-factory" - validatorClientFactory "github.com/OffchainLabs/prysm/v6/validator/client/validator-client-factory" - validatorHelpers "github.com/OffchainLabs/prysm/v6/validator/helpers" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" + grpcutil "github.com/OffchainLabs/prysm/v7/api/grpc" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + beaconApi "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api" + iface "github.com/OffchainLabs/prysm/v7/validator/client/iface" + nodeClientFactory "github.com/OffchainLabs/prysm/v7/validator/client/node-client-factory" + validatorClientFactory "github.com/OffchainLabs/prysm/v7/validator/client/validator-client-factory" + validatorHelpers "github.com/OffchainLabs/prysm/v7/validator/helpers" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" "github.com/pkg/errors" "google.golang.org/grpc" ) diff --git a/validator/accounts/cli_options.go b/validator/accounts/cli_options.go index c87e6f1732..81c3b47662 100644 --- a/validator/accounts/cli_options.go +++ b/validator/accounts/cli_options.go @@ -4,9 +4,9 @@ import ( "io" "time" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "google.golang.org/grpc" ) diff --git a/validator/accounts/iface/BUILD.bazel b/validator/accounts/iface/BUILD.bazel index a884a6156d..2b86a7fb54 100644 --- a/validator/accounts/iface/BUILD.bazel +++ b/validator/accounts/iface/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["wallet.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/accounts/iface", + importpath = "github.com/OffchainLabs/prysm/v7/validator/accounts/iface", visibility = [ "//cmd:__subpackages__", "//validator:__pkg__", diff --git a/validator/accounts/iface/wallet.go b/validator/accounts/iface/wallet.go index 582ec68721..1a51774d6e 100644 --- a/validator/accounts/iface/wallet.go +++ b/validator/accounts/iface/wallet.go @@ -3,8 +3,8 @@ package iface import ( "context" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" ) // InitKeymanagerConfig defines configuration options for initializing a keymanager. diff --git a/validator/accounts/petnames/BUILD.bazel b/validator/accounts/petnames/BUILD.bazel index 2718909c07..b2b3e256fa 100644 --- a/validator/accounts/petnames/BUILD.bazel +++ b/validator/accounts/petnames/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["names.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/accounts/petnames", + importpath = "github.com/OffchainLabs/prysm/v7/validator/accounts/petnames", visibility = [ "//cmd/validator:__subpackages__", "//validator:__subpackages__", diff --git a/validator/accounts/petnames/names.go b/validator/accounts/petnames/names.go index a007e47d95..d78b6b1d25 100644 --- a/validator/accounts/petnames/names.go +++ b/validator/accounts/petnames/names.go @@ -3,8 +3,8 @@ package petnames import ( "strings" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/crypto/rand" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/crypto/rand" ) var ( diff --git a/validator/accounts/testing/BUILD.bazel b/validator/accounts/testing/BUILD.bazel index 399aa3be73..65ee614c9c 100644 --- a/validator/accounts/testing/BUILD.bazel +++ b/validator/accounts/testing/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = 1, srcs = ["mock.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/accounts/testing", + importpath = "github.com/OffchainLabs/prysm/v7/validator/accounts/testing", visibility = [ "//validator:__pkg__", "//validator:__subpackages__", diff --git a/validator/accounts/testing/mock.go b/validator/accounts/testing/mock.go index ee20974afd..80a06acf8c 100644 --- a/validator/accounts/testing/mock.go +++ b/validator/accounts/testing/mock.go @@ -9,8 +9,8 @@ import ( "strings" "sync" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" ) // Wallet contains an in-memory, simulated wallet implementation. diff --git a/validator/accounts/userprompt/BUILD.bazel b/validator/accounts/userprompt/BUILD.bazel index e3cd4eb97b..878edbf036 100644 --- a/validator/accounts/userprompt/BUILD.bazel +++ b/validator/accounts/userprompt/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "log.go", "prompt.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt", + importpath = "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt", visibility = [ "//cmd:__subpackages__", "//validator:__subpackages__", diff --git a/validator/accounts/userprompt/prompt.go b/validator/accounts/userprompt/prompt.go index dc433af0d2..15a7345a44 100644 --- a/validator/accounts/userprompt/prompt.go +++ b/validator/accounts/userprompt/prompt.go @@ -1,9 +1,9 @@ package userprompt import ( - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/prompt" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/prompt" "github.com/logrusorgru/aurora" "github.com/manifoldco/promptui" "github.com/pkg/errors" diff --git a/validator/accounts/wallet/BUILD.bazel b/validator/accounts/wallet/BUILD.bazel index 443857217e..017f08f40f 100644 --- a/validator/accounts/wallet/BUILD.bazel +++ b/validator/accounts/wallet/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "log.go", "wallet.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet", + importpath = "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet", visibility = [ "//cmd:__subpackages__", "//tools:__subpackages__", diff --git a/validator/accounts/wallet/wallet.go b/validator/accounts/wallet/wallet.go index 77de1bb018..ef38ae1427 100644 --- a/validator/accounts/wallet/wallet.go +++ b/validator/accounts/wallet/wallet.go @@ -8,16 +8,16 @@ import ( "path/filepath" "strings" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - accountsprompt "github.com/OffchainLabs/prysm/v6/validator/accounts/userprompt" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + accountsprompt "github.com/OffchainLabs/prysm/v7/validator/accounts/userprompt" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" "github.com/pkg/errors" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/validator/accounts/wallet/wallet_test.go b/validator/accounts/wallet/wallet_test.go index 8dd563a061..d1468d797e 100644 --- a/validator/accounts/wallet/wallet_test.go +++ b/validator/accounts/wallet/wallet_test.go @@ -8,14 +8,14 @@ import ( "reflect" "testing" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/validator/accounts/wallet_create.go b/validator/accounts/wallet_create.go index fe63380408..9fd5172c45 100644 --- a/validator/accounts/wallet_create.go +++ b/validator/accounts/wallet_create.go @@ -4,10 +4,10 @@ import ( "context" "encoding/json" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" "github.com/pkg/errors" ) diff --git a/validator/accounts/wallet_recover.go b/validator/accounts/wallet_recover.go index 304d318d2c..928d27d330 100644 --- a/validator/accounts/wallet_recover.go +++ b/validator/accounts/wallet_recover.go @@ -4,9 +4,9 @@ import ( "context" "strings" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" "github.com/pkg/errors" ) diff --git a/validator/accounts/wallet_recover_fuzz_test.go b/validator/accounts/wallet_recover_fuzz_test.go index 4f5ee23919..724e22fb6a 100644 --- a/validator/accounts/wallet_recover_fuzz_test.go +++ b/validator/accounts/wallet_recover_fuzz_test.go @@ -5,7 +5,7 @@ package accounts_test import ( "testing" - "github.com/OffchainLabs/prysm/v6/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts" ) func FuzzValidateMnemonic(f *testing.F) { diff --git a/validator/client/BUILD.bazel b/validator/client/BUILD.bazel index 45e96d3d97..63603c2eec 100644 --- a/validator/client/BUILD.bazel +++ b/validator/client/BUILD.bazel @@ -18,7 +18,7 @@ go_library( "validator.go", "wait_for_activation.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client", visibility = [ "//cmd:__subpackages__", "//validator:__subpackages__", diff --git a/validator/client/aggregate.go b/validator/client/aggregate.go index dc8e8f8777..24cc34e3cd 100644 --- a/validator/client/aggregate.go +++ b/validator/client/aggregate.go @@ -6,19 +6,19 @@ import ( "net/http" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/version" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/validator/client/aggregate_test.go b/validator/client/aggregate_test.go index dd29748fef..a59d72bcf4 100644 --- a/validator/client/aggregate_test.go +++ b/validator/client/aggregate_test.go @@ -8,16 +8,16 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" logTest "github.com/sirupsen/logrus/hooks/test" "go.uber.org/mock/gomock" ) diff --git a/validator/client/attest.go b/validator/client/attest.go index 87f99e9ab8..8d8aed684e 100644 --- a/validator/client/attest.go +++ b/validator/client/attest.go @@ -8,20 +8,20 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/validator/client/attest_test.go b/validator/client/attest_test.go index 0d62ae7be1..9b4dbb3f95 100644 --- a/validator/client/attest_test.go +++ b/validator/client/attest_test.go @@ -11,18 +11,18 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" "go.uber.org/mock/gomock" "gopkg.in/d4l3k/messagediff.v1" diff --git a/validator/client/beacon-api/BUILD.bazel b/validator/client/beacon-api/BUILD.bazel index ecfb847ff5..0816d7d63c 100644 --- a/validator/client/beacon-api/BUILD.bazel +++ b/validator/client/beacon-api/BUILD.bazel @@ -37,7 +37,7 @@ go_library( "sync_committee.go", "sync_committee_selections.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api", visibility = ["//validator:__subpackages__"], deps = [ "//api:go_default_library", diff --git a/validator/client/beacon-api/attestation_data.go b/validator/client/beacon-api/attestation_data.go index ab85b1986f..9d01aea16a 100644 --- a/validator/client/beacon-api/attestation_data.go +++ b/validator/client/beacon-api/attestation_data.go @@ -5,12 +5,12 @@ import ( "net/url" "strconv" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/attestation_data_test.go b/validator/client/beacon-api/attestation_data_test.go index 7e424dbac6..4841f3426b 100644 --- a/validator/client/beacon-api/attestation_data_test.go +++ b/validator/client/beacon-api/attestation_data_test.go @@ -6,11 +6,11 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/beacon_api_beacon_chain_client.go b/validator/client/beacon-api/beacon_api_beacon_chain_client.go index 29ea1c4e37..c0aea27757 100644 --- a/validator/client/beacon-api/beacon_api_beacon_chain_client.go +++ b/validator/client/beacon-api/beacon_api_beacon_chain_client.go @@ -5,11 +5,11 @@ import ( "reflect" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" diff --git a/validator/client/beacon-api/beacon_api_beacon_chain_client_test.go b/validator/client/beacon-api/beacon_api_beacon_chain_client_test.go index 98d60e659a..f9f1218071 100644 --- a/validator/client/beacon-api/beacon_api_beacon_chain_client_test.go +++ b/validator/client/beacon-api/beacon_api_beacon_chain_client_test.go @@ -7,13 +7,13 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" "google.golang.org/protobuf/types/known/emptypb" diff --git a/validator/client/beacon-api/beacon_api_helpers.go b/validator/client/beacon-api/beacon_api_helpers.go index afe9a52ce4..4cb160f4ca 100644 --- a/validator/client/beacon-api/beacon_api_helpers.go +++ b/validator/client/beacon-api/beacon_api_helpers.go @@ -6,9 +6,9 @@ import ( "encoding/json" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/beacon_api_helpers_test.go b/validator/client/beacon-api/beacon_api_helpers_test.go index 25b6f94b33..f25a2276f6 100644 --- a/validator/client/beacon-api/beacon_api_helpers_test.go +++ b/validator/client/beacon-api/beacon_api_helpers_test.go @@ -6,10 +6,10 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/beacon_api_node_client.go b/validator/client/beacon-api/beacon_api_node_client.go index 5eeb92ce03..819ff90de6 100644 --- a/validator/client/beacon-api/beacon_api_node_client.go +++ b/validator/client/beacon-api/beacon_api_node_client.go @@ -4,9 +4,9 @@ import ( "context" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" diff --git a/validator/client/beacon-api/beacon_api_node_client_test.go b/validator/client/beacon-api/beacon_api_node_client_test.go index f998016bf5..e0bfb313d5 100644 --- a/validator/client/beacon-api/beacon_api_node_client_test.go +++ b/validator/client/beacon-api/beacon_api_node_client_test.go @@ -4,10 +4,10 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" "google.golang.org/protobuf/types/known/emptypb" diff --git a/validator/client/beacon-api/beacon_api_validator_client.go b/validator/client/beacon-api/beacon_api_validator_client.go index 784a7cae99..77e1066b66 100644 --- a/validator/client/beacon-api/beacon_api_validator_client.go +++ b/validator/client/beacon-api/beacon_api_validator_client.go @@ -5,12 +5,12 @@ import ( "net/http" "time" - "github.com/OffchainLabs/prysm/v6/api/client/event" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/api/client/event" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" diff --git a/validator/client/beacon-api/beacon_api_validator_client_test.go b/validator/client/beacon-api/beacon_api_validator_client_test.go index d86414fe1c..db69252ce6 100644 --- a/validator/client/beacon-api/beacon_api_validator_client_test.go +++ b/validator/client/beacon-api/beacon_api_validator_client_test.go @@ -7,16 +7,16 @@ import ( "net/http" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - rpctesting "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared/testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + rpctesting "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared/testing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/beacon_block_converter.go b/validator/client/beacon-api/beacon_block_converter.go index 08de73c374..a8e77d64cb 100644 --- a/validator/client/beacon-api/beacon_block_converter.go +++ b/validator/client/beacon-api/beacon_block_converter.go @@ -4,11 +4,11 @@ import ( "math/big" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/beacon_block_converter_test.go b/validator/client/beacon-api/beacon_block_converter_test.go index 735a7d78f3..925c06ee5a 100644 --- a/validator/client/beacon-api/beacon_block_converter_test.go +++ b/validator/client/beacon-api/beacon_block_converter_test.go @@ -3,10 +3,10 @@ package beacon_api import ( "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - testhelpers "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + testhelpers "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers" ) func TestGetBeaconBlockConverter_Phase0Valid(t *testing.T) { diff --git a/validator/client/beacon-api/beacon_block_json_helpers.go b/validator/client/beacon-api/beacon_block_json_helpers.go index 336f2431e8..104a62e6af 100644 --- a/validator/client/beacon-api/beacon_block_json_helpers.go +++ b/validator/client/beacon-api/beacon_block_json_helpers.go @@ -3,10 +3,10 @@ package beacon_api import ( "strconv" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/client/beacon-api/beacon_block_json_helpers_test.go b/validator/client/beacon-api/beacon_block_json_helpers_test.go index bd864159e9..c5ab9a3c54 100644 --- a/validator/client/beacon-api/beacon_block_json_helpers_test.go +++ b/validator/client/beacon-api/beacon_block_json_helpers_test.go @@ -3,10 +3,10 @@ package beacon_api import ( "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/client/beacon-api/beacon_block_proto_helpers.go b/validator/client/beacon-api/beacon_block_proto_helpers.go index 20b2d2d607..305734b32a 100644 --- a/validator/client/beacon-api/beacon_block_proto_helpers.go +++ b/validator/client/beacon-api/beacon_block_proto_helpers.go @@ -3,10 +3,10 @@ package beacon_api import ( "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/beacon_block_proto_helpers_test.go b/validator/client/beacon-api/beacon_block_proto_helpers_test.go index e65fdabaa2..6081b868f3 100644 --- a/validator/client/beacon-api/beacon_block_proto_helpers_test.go +++ b/validator/client/beacon-api/beacon_block_proto_helpers_test.go @@ -3,11 +3,11 @@ package beacon_api import ( "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/client/beacon-api/beacon_committee_selections.go b/validator/client/beacon-api/beacon_committee_selections.go index 17bb0fa138..977ed72dfb 100644 --- a/validator/client/beacon-api/beacon_committee_selections.go +++ b/validator/client/beacon-api/beacon_committee_selections.go @@ -5,7 +5,7 @@ import ( "context" "encoding/json" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/beacon_committee_selections_test.go b/validator/client/beacon-api/beacon_committee_selections_test.go index 91c96cac87..99232269ea 100644 --- a/validator/client/beacon-api/beacon_committee_selections_test.go +++ b/validator/client/beacon-api/beacon_committee_selections_test.go @@ -5,10 +5,10 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - testhelpers "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + testhelpers "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/pkg/errors" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/domain_data.go b/validator/client/beacon-api/domain_data.go index 270c58cd0b..2801df5c8c 100644 --- a/validator/client/beacon-api/domain_data.go +++ b/validator/client/beacon-api/domain_data.go @@ -3,12 +3,12 @@ package beacon_api import ( "context" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/domain_data_test.go b/validator/client/beacon-api/domain_data_test.go index ee65efe24f..c6634777a9 100644 --- a/validator/client/beacon-api/domain_data_test.go +++ b/validator/client/beacon-api/domain_data_test.go @@ -4,12 +4,12 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/doppelganger.go b/validator/client/beacon-api/doppelganger.go index 2d154aee60..7d6a583764 100644 --- a/validator/client/beacon-api/doppelganger.go +++ b/validator/client/beacon-api/doppelganger.go @@ -6,10 +6,10 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/doppelganger_test.go b/validator/client/beacon-api/doppelganger_test.go index 09c286ae90..ce3ea71881 100644 --- a/validator/client/beacon-api/doppelganger_test.go +++ b/validator/client/beacon-api/doppelganger_test.go @@ -5,11 +5,11 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "go.uber.org/mock/gomock" diff --git a/validator/client/beacon-api/duties.go b/validator/client/beacon-api/duties.go index e99f019dfd..b56c84b556 100644 --- a/validator/client/beacon-api/duties.go +++ b/validator/client/beacon-api/duties.go @@ -8,12 +8,12 @@ import ( "net/url" "strconv" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "golang.org/x/sync/errgroup" diff --git a/validator/client/beacon-api/duties_test.go b/validator/client/beacon-api/duties_test.go index 0e07168dca..df55346908 100644 --- a/validator/client/beacon-api/duties_test.go +++ b/validator/client/beacon-api/duties_test.go @@ -8,13 +8,13 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/genesis.go b/validator/client/beacon-api/genesis.go index ddbf543d92..40a9e82733 100644 --- a/validator/client/beacon-api/genesis.go +++ b/validator/client/beacon-api/genesis.go @@ -7,11 +7,11 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/genesis_test.go b/validator/client/beacon-api/genesis_test.go index c93a432212..2795cd66c8 100644 --- a/validator/client/beacon-api/genesis_test.go +++ b/validator/client/beacon-api/genesis_test.go @@ -3,10 +3,10 @@ package beacon_api import ( "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/pkg/errors" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/get_beacon_block.go b/validator/client/beacon-api/get_beacon_block.go index ef17b363d8..3fa3d89521 100644 --- a/validator/client/beacon-api/get_beacon_block.go +++ b/validator/client/beacon-api/get_beacon_block.go @@ -9,12 +9,12 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/get_beacon_block_test.go b/validator/client/beacon-api/get_beacon_block_test.go index 9ce5fc2401..5b13b35217 100644 --- a/validator/client/beacon-api/get_beacon_block_test.go +++ b/validator/client/beacon-api/get_beacon_block_test.go @@ -7,14 +7,14 @@ import ( "net/http" "testing" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - testhelpers "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + testhelpers "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/index.go b/validator/client/beacon-api/index.go index 702af4f6d3..1904d603d8 100644 --- a/validator/client/beacon-api/index.go +++ b/validator/client/beacon-api/index.go @@ -5,8 +5,8 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/index_test.go b/validator/client/beacon-api/index_test.go index 4f6e905bbf..23946694ab 100644 --- a/validator/client/beacon-api/index_test.go +++ b/validator/client/beacon-api/index_test.go @@ -6,13 +6,13 @@ import ( "net/url" "testing" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "go.uber.org/mock/gomock" diff --git a/validator/client/beacon-api/mock/BUILD.bazel b/validator/client/beacon-api/mock/BUILD.bazel index ee02e898e1..d50d019dc8 100644 --- a/validator/client/beacon-api/mock/BUILD.bazel +++ b/validator/client/beacon-api/mock/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "json_rest_handler_mock.go", "state_validators_mock.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock", visibility = ["//visibility:public"], deps = [ "//api/server/structs:go_default_library", diff --git a/validator/client/beacon-api/mock/beacon_block_converter_mock.go b/validator/client/beacon-api/mock/beacon_block_converter_mock.go index 508d1e48f3..0ca87316a9 100644 --- a/validator/client/beacon-api/mock/beacon_block_converter_mock.go +++ b/validator/client/beacon-api/mock/beacon_block_converter_mock.go @@ -12,8 +12,8 @@ package mock import ( reflect "reflect" - structs "github.com/OffchainLabs/prysm/v6/api/server/structs" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + structs "github.com/OffchainLabs/prysm/v7/api/server/structs" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" gomock "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/mock/duties_mock.go b/validator/client/beacon-api/mock/duties_mock.go index c557c190d6..19886a4038 100644 --- a/validator/client/beacon-api/mock/duties_mock.go +++ b/validator/client/beacon-api/mock/duties_mock.go @@ -13,8 +13,8 @@ import ( context "context" reflect "reflect" - structs "github.com/OffchainLabs/prysm/v6/api/server/structs" - primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + structs "github.com/OffchainLabs/prysm/v7/api/server/structs" + primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" gomock "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/mock/genesis_mock.go b/validator/client/beacon-api/mock/genesis_mock.go index 820f3b8424..e5740ce2af 100644 --- a/validator/client/beacon-api/mock/genesis_mock.go +++ b/validator/client/beacon-api/mock/genesis_mock.go @@ -13,7 +13,7 @@ import ( context "context" reflect "reflect" - structs "github.com/OffchainLabs/prysm/v6/api/server/structs" + structs "github.com/OffchainLabs/prysm/v7/api/server/structs" gomock "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/mock/state_validators_mock.go b/validator/client/beacon-api/mock/state_validators_mock.go index 0e39e5ca1b..d71d144bd1 100644 --- a/validator/client/beacon-api/mock/state_validators_mock.go +++ b/validator/client/beacon-api/mock/state_validators_mock.go @@ -13,8 +13,8 @@ import ( context "context" reflect "reflect" - structs "github.com/OffchainLabs/prysm/v6/api/server/structs" - primitives "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + structs "github.com/OffchainLabs/prysm/v7/api/server/structs" + primitives "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" gomock "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/prepare_beacon_proposer.go b/validator/client/beacon-api/prepare_beacon_proposer.go index 209f57c1d0..f2c3e688f5 100644 --- a/validator/client/beacon-api/prepare_beacon_proposer.go +++ b/validator/client/beacon-api/prepare_beacon_proposer.go @@ -6,8 +6,8 @@ import ( "encoding/json" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/prepare_beacon_proposer_test.go b/validator/client/beacon-api/prepare_beacon_proposer_test.go index 03f576f34b..dd1b419d53 100644 --- a/validator/client/beacon-api/prepare_beacon_proposer_test.go +++ b/validator/client/beacon-api/prepare_beacon_proposer_test.go @@ -5,11 +5,11 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "go.uber.org/mock/gomock" diff --git a/validator/client/beacon-api/propose_attestation.go b/validator/client/beacon-api/propose_attestation.go index c251f41a59..036889ad47 100644 --- a/validator/client/beacon-api/propose_attestation.go +++ b/validator/client/beacon-api/propose_attestation.go @@ -5,10 +5,10 @@ import ( "context" "encoding/json" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/propose_attestation_test.go b/validator/client/beacon-api/propose_attestation_test.go index 3973d2bffe..babaeea463 100644 --- a/validator/client/beacon-api/propose_attestation_test.go +++ b/validator/client/beacon-api/propose_attestation_test.go @@ -6,16 +6,16 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - testhelpers "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + testhelpers "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/propose_beacon_block.go b/validator/client/beacon-api/propose_beacon_block.go index 7f2ed7f835..ce017c341e 100644 --- a/validator/client/beacon-api/propose_beacon_block.go +++ b/validator/client/beacon-api/propose_beacon_block.go @@ -6,9 +6,9 @@ import ( "encoding/json" "net/http" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/propose_beacon_block_test.go b/validator/client/beacon-api/propose_beacon_block_test.go index 8383efe058..f5671f3d07 100644 --- a/validator/client/beacon-api/propose_beacon_block_test.go +++ b/validator/client/beacon-api/propose_beacon_block_test.go @@ -7,15 +7,15 @@ import ( "net/http" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - rpctesting "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared/testing" - "github.com/OffchainLabs/prysm/v6/network/httputil" - engine "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - testhelpers "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + rpctesting "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared/testing" + "github.com/OffchainLabs/prysm/v7/network/httputil" + engine "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + testhelpers "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/propose_exit.go b/validator/client/beacon-api/propose_exit.go index 7dde0897b3..6d6f02e6f3 100644 --- a/validator/client/beacon-api/propose_exit.go +++ b/validator/client/beacon-api/propose_exit.go @@ -6,8 +6,8 @@ import ( "encoding/json" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/propose_exit_test.go b/validator/client/beacon-api/propose_exit_test.go index 1ef545711a..5f93b76a47 100644 --- a/validator/client/beacon-api/propose_exit_test.go +++ b/validator/client/beacon-api/propose_exit_test.go @@ -5,11 +5,11 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "go.uber.org/mock/gomock" diff --git a/validator/client/beacon-api/prysm_beacon_chain_client.go b/validator/client/beacon-api/prysm_beacon_chain_client.go index 5dc9558b1c..09f7fb852b 100644 --- a/validator/client/beacon-api/prysm_beacon_chain_client.go +++ b/validator/client/beacon-api/prysm_beacon_chain_client.go @@ -9,11 +9,11 @@ import ( "strconv" "strings" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - validator2 "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + validator2 "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/prysm_beacon_chain_client_test.go b/validator/client/beacon-api/prysm_beacon_chain_client_test.go index 37bd17aff5..5be8bd4069 100644 --- a/validator/client/beacon-api/prysm_beacon_chain_client_test.go +++ b/validator/client/beacon-api/prysm_beacon_chain_client_test.go @@ -6,13 +6,13 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/registration.go b/validator/client/beacon-api/registration.go index 2f38055b81..d6e18f44a9 100644 --- a/validator/client/beacon-api/registration.go +++ b/validator/client/beacon-api/registration.go @@ -5,8 +5,8 @@ import ( "context" "encoding/json" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/registration_test.go b/validator/client/beacon-api/registration_test.go index 88eb4f25bc..247094982c 100644 --- a/validator/client/beacon-api/registration_test.go +++ b/validator/client/beacon-api/registration_test.go @@ -5,11 +5,11 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" diff --git a/validator/client/beacon-api/rest_handler_client.go b/validator/client/beacon-api/rest_handler_client.go index 7f48af862a..f21964eab7 100644 --- a/validator/client/beacon-api/rest_handler_client.go +++ b/validator/client/beacon-api/rest_handler_client.go @@ -10,11 +10,11 @@ import ( "os" "strings" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/validator/client/beacon-api/rest_handler_client_test.go b/validator/client/beacon-api/rest_handler_client_test.go index 476cacff29..a6ca684927 100644 --- a/validator/client/beacon-api/rest_handler_client_test.go +++ b/validator/client/beacon-api/rest_handler_client_test.go @@ -11,13 +11,13 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" "github.com/sirupsen/logrus" "github.com/sirupsen/logrus/hooks/test" diff --git a/validator/client/beacon-api/state_validators.go b/validator/client/beacon-api/state_validators.go index a7f3b07c88..5553dd2c04 100644 --- a/validator/client/beacon-api/state_validators.go +++ b/validator/client/beacon-api/state_validators.go @@ -8,9 +8,9 @@ import ( "net/url" "strconv" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/state_validators_test.go b/validator/client/beacon-api/state_validators_test.go index e05a9fdff8..02ec1a01c8 100644 --- a/validator/client/beacon-api/state_validators_test.go +++ b/validator/client/beacon-api/state_validators_test.go @@ -6,12 +6,12 @@ import ( "net/url" "testing" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/pkg/errors" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/status.go b/validator/client/beacon-api/status.go index d6f2a47d5f..fc1f7456dd 100644 --- a/validator/client/beacon-api/status.go +++ b/validator/client/beacon-api/status.go @@ -4,10 +4,10 @@ import ( "context" "strconv" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/status_test.go b/validator/client/beacon-api/status_test.go index 64315cd17f..4fb66b09ea 100644 --- a/validator/client/beacon-api/status_test.go +++ b/validator/client/beacon-api/status_test.go @@ -5,14 +5,14 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/stream_blocks.go b/validator/client/beacon-api/stream_blocks.go index cfea7812a2..bac92a91ed 100644 --- a/validator/client/beacon-api/stream_blocks.go +++ b/validator/client/beacon-api/stream_blocks.go @@ -6,9 +6,9 @@ import ( "encoding/json" "time" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "google.golang.org/grpc" diff --git a/validator/client/beacon-api/stream_blocks_test.go b/validator/client/beacon-api/stream_blocks_test.go index eb10cfb644..0b65200136 100644 --- a/validator/client/beacon-api/stream_blocks_test.go +++ b/validator/client/beacon-api/stream_blocks_test.go @@ -6,13 +6,13 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - rpctesting "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared/testing" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - testhelpers "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + rpctesting "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared/testing" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + testhelpers "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "go.uber.org/mock/gomock" diff --git a/validator/client/beacon-api/submit_aggregate_selection_proof.go b/validator/client/beacon-api/submit_aggregate_selection_proof.go index ed0f89cdad..53a20d9cc9 100644 --- a/validator/client/beacon-api/submit_aggregate_selection_proof.go +++ b/validator/client/beacon-api/submit_aggregate_selection_proof.go @@ -6,11 +6,11 @@ import ( "net/url" "strconv" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/helpers" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/helpers" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/submit_aggregate_selection_proof_test.go b/validator/client/beacon-api/submit_aggregate_selection_proof_test.go index 8afcd27a6a..de9a5de317 100644 --- a/validator/client/beacon-api/submit_aggregate_selection_proof_test.go +++ b/validator/client/beacon-api/submit_aggregate_selection_proof_test.go @@ -6,13 +6,13 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - testhelpers "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + testhelpers "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/submit_signed_aggregate_proof.go b/validator/client/beacon-api/submit_signed_aggregate_proof.go index e493610a5b..6e901787f1 100644 --- a/validator/client/beacon-api/submit_signed_aggregate_proof.go +++ b/validator/client/beacon-api/submit_signed_aggregate_proof.go @@ -5,10 +5,10 @@ import ( "context" "encoding/json" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/submit_signed_aggregate_proof_test.go b/validator/client/beacon-api/submit_signed_aggregate_proof_test.go index caa2967883..6243fe4b81 100644 --- a/validator/client/beacon-api/submit_signed_aggregate_proof_test.go +++ b/validator/client/beacon-api/submit_signed_aggregate_proof_test.go @@ -5,15 +5,15 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - testhelpers "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + testhelpers "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers" "github.com/pkg/errors" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/submit_signed_contribution_and_proof.go b/validator/client/beacon-api/submit_signed_contribution_and_proof.go index bf220cff03..fb2d58e406 100644 --- a/validator/client/beacon-api/submit_signed_contribution_and_proof.go +++ b/validator/client/beacon-api/submit_signed_contribution_and_proof.go @@ -6,8 +6,8 @@ import ( "encoding/json" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/submit_signed_contribution_and_proof_test.go b/validator/client/beacon-api/submit_signed_contribution_and_proof_test.go index 4bc7c1e93d..46741325d7 100644 --- a/validator/client/beacon-api/submit_signed_contribution_and_proof_test.go +++ b/validator/client/beacon-api/submit_signed_contribution_and_proof_test.go @@ -6,11 +6,11 @@ import ( "errors" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/subscribe_committee_subnets.go b/validator/client/beacon-api/subscribe_committee_subnets.go index fd4a7fd157..1098ec0ba7 100644 --- a/validator/client/beacon-api/subscribe_committee_subnets.go +++ b/validator/client/beacon-api/subscribe_committee_subnets.go @@ -6,8 +6,8 @@ import ( "encoding/json" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/subscribe_committee_subnets_test.go b/validator/client/beacon-api/subscribe_committee_subnets_test.go index 838df84637..cbf6d088a4 100644 --- a/validator/client/beacon-api/subscribe_committee_subnets_test.go +++ b/validator/client/beacon-api/subscribe_committee_subnets_test.go @@ -7,12 +7,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/sync_committee.go b/validator/client/beacon-api/sync_committee.go index f41a1fd01a..5f1f616733 100644 --- a/validator/client/beacon-api/sync_committee.go +++ b/validator/client/beacon-api/sync_committee.go @@ -7,11 +7,11 @@ import ( "net/url" "strconv" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/sync_committee_selections.go b/validator/client/beacon-api/sync_committee_selections.go index 2e8dfe556b..04034fb0e6 100644 --- a/validator/client/beacon-api/sync_committee_selections.go +++ b/validator/client/beacon-api/sync_committee_selections.go @@ -5,7 +5,7 @@ import ( "context" "encoding/json" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/pkg/errors" ) diff --git a/validator/client/beacon-api/sync_committee_selections_test.go b/validator/client/beacon-api/sync_committee_selections_test.go index 3f1e1feca8..f5235dd446 100644 --- a/validator/client/beacon-api/sync_committee_selections_test.go +++ b/validator/client/beacon-api/sync_committee_selections_test.go @@ -5,10 +5,10 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" - testhelpers "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" + testhelpers "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/pkg/errors" "go.uber.org/mock/gomock" ) diff --git a/validator/client/beacon-api/sync_committee_test.go b/validator/client/beacon-api/sync_committee_test.go index 73384a140f..e23996d470 100644 --- a/validator/client/beacon-api/sync_committee_test.go +++ b/validator/client/beacon-api/sync_committee_test.go @@ -7,14 +7,14 @@ import ( "net/url" "testing" - "github.com/OffchainLabs/prysm/v6/api/apiutil" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/apiutil" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" diff --git a/validator/client/beacon-api/test-helpers/BUILD.bazel b/validator/client/beacon-api/test-helpers/BUILD.bazel index a8ce261dff..b89ce36376 100644 --- a/validator/client/beacon-api/test-helpers/BUILD.bazel +++ b/validator/client/beacon-api/test-helpers/BUILD.bazel @@ -12,7 +12,7 @@ go_library( "phase0_beacon_block_test_helpers.go", "test_helpers.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/test-helpers", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/test-helpers", visibility = ["//validator:__subpackages__"], deps = [ "//api/server/structs:go_default_library", diff --git a/validator/client/beacon-api/test-helpers/altair_beacon_block_test_helpers.go b/validator/client/beacon-api/test-helpers/altair_beacon_block_test_helpers.go index dbe61215bc..26b52150c0 100644 --- a/validator/client/beacon-api/test-helpers/altair_beacon_block_test_helpers.go +++ b/validator/client/beacon-api/test-helpers/altair_beacon_block_test_helpers.go @@ -1,8 +1,8 @@ package test_helpers import ( - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func GenerateProtoAltairBeaconBlock() *ethpb.BeaconBlockAltair { diff --git a/validator/client/beacon-api/test-helpers/bellatrix_beacon_block_test_helpers.go b/validator/client/beacon-api/test-helpers/bellatrix_beacon_block_test_helpers.go index d8dfe1bb02..f8f0f347a0 100644 --- a/validator/client/beacon-api/test-helpers/bellatrix_beacon_block_test_helpers.go +++ b/validator/client/beacon-api/test-helpers/bellatrix_beacon_block_test_helpers.go @@ -1,10 +1,10 @@ package test_helpers import ( - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func GenerateProtoBellatrixBeaconBlock() *ethpb.BeaconBlockBellatrix { diff --git a/validator/client/beacon-api/test-helpers/capella_beacon_block_test_helpers.go b/validator/client/beacon-api/test-helpers/capella_beacon_block_test_helpers.go index 5aa8bb4a39..7eee7f2809 100644 --- a/validator/client/beacon-api/test-helpers/capella_beacon_block_test_helpers.go +++ b/validator/client/beacon-api/test-helpers/capella_beacon_block_test_helpers.go @@ -1,10 +1,10 @@ package test_helpers import ( - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func GenerateProtoCapellaBeaconBlock() *ethpb.BeaconBlockCapella { diff --git a/validator/client/beacon-api/test-helpers/deneb_beacon_block_test_helpers.go b/validator/client/beacon-api/test-helpers/deneb_beacon_block_test_helpers.go index 3c768b286e..5e5bbc7bf2 100644 --- a/validator/client/beacon-api/test-helpers/deneb_beacon_block_test_helpers.go +++ b/validator/client/beacon-api/test-helpers/deneb_beacon_block_test_helpers.go @@ -1,10 +1,10 @@ package test_helpers import ( - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func GenerateProtoDenebBeaconBlockContents() *ethpb.BeaconBlockContentsDeneb { diff --git a/validator/client/beacon-api/test-helpers/electra_beacon_block_test_helpers.go b/validator/client/beacon-api/test-helpers/electra_beacon_block_test_helpers.go index cfc8d9c4b9..b5b3125368 100644 --- a/validator/client/beacon-api/test-helpers/electra_beacon_block_test_helpers.go +++ b/validator/client/beacon-api/test-helpers/electra_beacon_block_test_helpers.go @@ -1,10 +1,10 @@ package test_helpers import ( - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - enginev1 "github.com/OffchainLabs/prysm/v6/proto/engine/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + enginev1 "github.com/OffchainLabs/prysm/v7/proto/engine/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func GenerateProtoElectraBeaconBlockContents() *ethpb.BeaconBlockContentsElectra { diff --git a/validator/client/beacon-api/test-helpers/phase0_beacon_block_test_helpers.go b/validator/client/beacon-api/test-helpers/phase0_beacon_block_test_helpers.go index 52d9a6c9f1..6bc7f757cd 100644 --- a/validator/client/beacon-api/test-helpers/phase0_beacon_block_test_helpers.go +++ b/validator/client/beacon-api/test-helpers/phase0_beacon_block_test_helpers.go @@ -1,8 +1,8 @@ package test_helpers import ( - "github.com/OffchainLabs/prysm/v6/api/server/structs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) func GenerateProtoPhase0BeaconBlock() *ethpb.BeaconBlock { diff --git a/validator/client/beacon-api/wait_for_chain_start_test.go b/validator/client/beacon-api/wait_for_chain_start_test.go index 5e91158b58..0ef14e323e 100644 --- a/validator/client/beacon-api/wait_for_chain_start_test.go +++ b/validator/client/beacon-api/wait_for_chain_start_test.go @@ -5,11 +5,11 @@ import ( "net/http" "testing" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api/mock" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api/mock" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" "google.golang.org/protobuf/types/known/emptypb" diff --git a/validator/client/beacon-chain-client-factory/BUILD.bazel b/validator/client/beacon-chain-client-factory/BUILD.bazel index 49b11ce738..533f771de7 100644 --- a/validator/client/beacon-chain-client-factory/BUILD.bazel +++ b/validator/client/beacon-chain-client-factory/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["beacon_chain_client_factory.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client/beacon-chain-client-factory", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client/beacon-chain-client-factory", visibility = ["//visibility:public"], deps = [ "//config/features:go_default_library", diff --git a/validator/client/beacon-chain-client-factory/beacon_chain_client_factory.go b/validator/client/beacon-chain-client-factory/beacon_chain_client_factory.go index cac3c2c9c8..9b506d8f1f 100644 --- a/validator/client/beacon-chain-client-factory/beacon_chain_client_factory.go +++ b/validator/client/beacon-chain-client-factory/beacon_chain_client_factory.go @@ -1,12 +1,12 @@ package beacon_chain_client_factory import ( - "github.com/OffchainLabs/prysm/v6/config/features" - beaconApi "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api" - grpcApi "github.com/OffchainLabs/prysm/v6/validator/client/grpc-api" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - nodeClientFactory "github.com/OffchainLabs/prysm/v6/validator/client/node-client-factory" - validatorHelpers "github.com/OffchainLabs/prysm/v6/validator/helpers" + "github.com/OffchainLabs/prysm/v7/config/features" + beaconApi "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api" + grpcApi "github.com/OffchainLabs/prysm/v7/validator/client/grpc-api" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + nodeClientFactory "github.com/OffchainLabs/prysm/v7/validator/client/node-client-factory" + validatorHelpers "github.com/OffchainLabs/prysm/v7/validator/helpers" ) func NewChainClient(validatorConn validatorHelpers.NodeConnection, jsonRestHandler beaconApi.RestHandler) iface.ChainClient { diff --git a/validator/client/grpc-api/BUILD.bazel b/validator/client/grpc-api/BUILD.bazel index f8eda10448..d116021ec9 100644 --- a/validator/client/grpc-api/BUILD.bazel +++ b/validator/client/grpc-api/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "grpc_prysm_beacon_chain_client.go", "grpc_validator_client.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client/grpc-api", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client/grpc-api", visibility = ["//validator:__subpackages__"], deps = [ "//api/client:go_default_library", diff --git a/validator/client/grpc-api/grpc_beacon_chain_client.go b/validator/client/grpc-api/grpc_beacon_chain_client.go index 983ba691b9..e2f29626c2 100644 --- a/validator/client/grpc-api/grpc_beacon_chain_client.go +++ b/validator/client/grpc-api/grpc_beacon_chain_client.go @@ -3,8 +3,8 @@ package grpc_api import ( "context" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/golang/protobuf/ptypes/empty" "google.golang.org/grpc" ) diff --git a/validator/client/grpc-api/grpc_node_client.go b/validator/client/grpc-api/grpc_node_client.go index 8a4a3e070b..983fd4f55c 100644 --- a/validator/client/grpc-api/grpc_node_client.go +++ b/validator/client/grpc-api/grpc_node_client.go @@ -3,8 +3,8 @@ package grpc_api import ( "context" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/golang/protobuf/ptypes/empty" log "github.com/sirupsen/logrus" "google.golang.org/grpc" diff --git a/validator/client/grpc-api/grpc_prysm_beacon_chain_client.go b/validator/client/grpc-api/grpc_prysm_beacon_chain_client.go index cd23e8e3f3..08034e9019 100644 --- a/validator/client/grpc-api/grpc_prysm_beacon_chain_client.go +++ b/validator/client/grpc-api/grpc_prysm_beacon_chain_client.go @@ -5,13 +5,13 @@ import ( "fmt" "sort" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/helpers" - statenative "github.com/OffchainLabs/prysm/v6/beacon-chain/state/state-native" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - eth "github.com/OffchainLabs/prysm/v6/proto/eth/v1" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/helpers" + statenative "github.com/OffchainLabs/prysm/v7/beacon-chain/state/state-native" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + eth "github.com/OffchainLabs/prysm/v7/proto/eth/v1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" "google.golang.org/grpc" diff --git a/validator/client/grpc-api/grpc_prysm_beacon_chain_client_test.go b/validator/client/grpc-api/grpc_prysm_beacon_chain_client_test.go index 6df8da8e04..a65b32aa0c 100644 --- a/validator/client/grpc-api/grpc_prysm_beacon_chain_client_test.go +++ b/validator/client/grpc-api/grpc_prysm_beacon_chain_client_test.go @@ -3,14 +3,14 @@ package grpc_api import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - mock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + mock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "go.uber.org/mock/gomock" ) diff --git a/validator/client/grpc-api/grpc_validator_client.go b/validator/client/grpc-api/grpc_validator_client.go index e4f5086879..85663483b3 100644 --- a/validator/client/grpc-api/grpc_validator_client.go +++ b/validator/client/grpc-api/grpc_validator_client.go @@ -5,15 +5,15 @@ import ( "encoding/json" "strconv" - "github.com/OffchainLabs/prysm/v6/api/client" - eventClient "github.com/OffchainLabs/prysm/v6/api/client/event" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/api/client" + eventClient "github.com/OffchainLabs/prysm/v7/api/client/event" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" diff --git a/validator/client/grpc-api/grpc_validator_client_test.go b/validator/client/grpc-api/grpc_validator_client_test.go index 57a5e675d3..3197a77e5c 100644 --- a/validator/client/grpc-api/grpc_validator_client_test.go +++ b/validator/client/grpc-api/grpc_validator_client_test.go @@ -7,13 +7,13 @@ import ( "testing" "time" - eventClient "github.com/OffchainLabs/prysm/v6/api/client/event" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - mock2 "github.com/OffchainLabs/prysm/v6/testing/mock" - "github.com/OffchainLabs/prysm/v6/testing/require" + eventClient "github.com/OffchainLabs/prysm/v7/api/client/event" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + mock2 "github.com/OffchainLabs/prysm/v7/testing/mock" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" "go.uber.org/mock/gomock" "google.golang.org/protobuf/types/known/emptypb" diff --git a/validator/client/health_monitor.go b/validator/client/health_monitor.go index 110a63e363..9f918941c4 100644 --- a/validator/client/health_monitor.go +++ b/validator/client/health_monitor.go @@ -5,9 +5,9 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/sirupsen/logrus" ) diff --git a/validator/client/health_monitor_test.go b/validator/client/health_monitor_test.go index 51bb4fe85f..640b70ecde 100644 --- a/validator/client/health_monitor_test.go +++ b/validator/client/health_monitor_test.go @@ -6,13 +6,13 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/async/event" + "github.com/OffchainLabs/prysm/v7/async/event" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "go.uber.org/mock/gomock" - "github.com/OffchainLabs/prysm/v6/config/params" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/config/params" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" ) // TestHealthMonitor_IsHealthy_Concurrency tests thread-safety of IsHealthy. diff --git a/validator/client/iface/BUILD.bazel b/validator/client/iface/BUILD.bazel index c2e38d2b41..25d84b9326 100644 --- a/validator/client/iface/BUILD.bazel +++ b/validator/client/iface/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "validator.go", "validator_client.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client/iface", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client/iface", visibility = ["//visibility:public"], deps = [ "//api/client/event:go_default_library", diff --git a/validator/client/iface/chain_client.go b/validator/client/iface/chain_client.go index 01553f4601..9f72878f4d 100644 --- a/validator/client/iface/chain_client.go +++ b/validator/client/iface/chain_client.go @@ -3,7 +3,7 @@ package iface import ( "context" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/golang/protobuf/ptypes/empty" ) diff --git a/validator/client/iface/node_client.go b/validator/client/iface/node_client.go index 2062703460..859c067c27 100644 --- a/validator/client/iface/node_client.go +++ b/validator/client/iface/node_client.go @@ -3,7 +3,7 @@ package iface import ( "context" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/golang/protobuf/ptypes/empty" ) diff --git a/validator/client/iface/prysm_chain_client.go b/validator/client/iface/prysm_chain_client.go index 563a571f8c..d0f44db729 100644 --- a/validator/client/iface/prysm_chain_client.go +++ b/validator/client/iface/prysm_chain_client.go @@ -3,8 +3,8 @@ package iface import ( "context" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" ) diff --git a/validator/client/iface/validator.go b/validator/client/iface/validator.go index 4a8827d6d3..db3ecc044c 100644 --- a/validator/client/iface/validator.go +++ b/validator/client/iface/validator.go @@ -4,14 +4,14 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/api/client/event" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/api/client/event" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" ) // ValidatorRole defines the validator role. diff --git a/validator/client/iface/validator_client.go b/validator/client/iface/validator_client.go index 3f5e6d56a2..0ffaaa3e06 100644 --- a/validator/client/iface/validator_client.go +++ b/validator/client/iface/validator_client.go @@ -5,9 +5,9 @@ import ( "encoding/json" "strconv" - "github.com/OffchainLabs/prysm/v6/api/client/event" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/api/client/event" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" diff --git a/validator/client/key_reload.go b/validator/client/key_reload.go index 28be3be09f..a351a846a9 100644 --- a/validator/client/key_reload.go +++ b/validator/client/key_reload.go @@ -3,8 +3,8 @@ package client import ( "context" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" ) // HandleKeyReload makes sure the validator keeps operating correctly after a change to the underlying keys. diff --git a/validator/client/key_reload_test.go b/validator/client/key_reload_test.go index a39d4c6569..9cf167f778 100644 --- a/validator/client/key_reload_test.go +++ b/validator/client/key_reload_test.go @@ -4,12 +4,12 @@ import ( "testing" "time" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - "github.com/OffchainLabs/prysm/v6/validator/client/testutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/validator/client/testutil" "github.com/pkg/errors" logTest "github.com/sirupsen/logrus/hooks/test" "go.uber.org/mock/gomock" diff --git a/validator/client/log.go b/validator/client/log.go index 2949f3535a..952831aed1 100644 --- a/validator/client/log.go +++ b/validator/client/log.go @@ -4,9 +4,9 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) diff --git a/validator/client/log_test.go b/validator/client/log_test.go index a0a00ecf62..3118498adc 100644 --- a/validator/client/log_test.go +++ b/validator/client/log_test.go @@ -3,12 +3,12 @@ package client import ( "testing" - field_params "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" + field_params "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/validator/client/metrics.go b/validator/client/metrics.go index 9f74a54988..ef40759be1 100644 --- a/validator/client/metrics.go +++ b/validator/client/metrics.go @@ -4,13 +4,13 @@ import ( "context" "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" diff --git a/validator/client/metrics_test.go b/validator/client/metrics_test.go index 89e99bd26f..7f1bc252e0 100644 --- a/validator/client/metrics_test.go +++ b/validator/client/metrics_test.go @@ -3,13 +3,13 @@ package client import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/time/slots" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/time/slots" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/validator/client/node-client-factory/BUILD.bazel b/validator/client/node-client-factory/BUILD.bazel index fb145daa4c..bdb885bde8 100644 --- a/validator/client/node-client-factory/BUILD.bazel +++ b/validator/client/node-client-factory/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["node_client_factory.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client/node-client-factory", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client/node-client-factory", visibility = ["//visibility:public"], deps = [ "//config/features:go_default_library", diff --git a/validator/client/node-client-factory/node_client_factory.go b/validator/client/node-client-factory/node_client_factory.go index b933cd9116..9915266c01 100644 --- a/validator/client/node-client-factory/node_client_factory.go +++ b/validator/client/node-client-factory/node_client_factory.go @@ -1,11 +1,11 @@ package node_client_factory import ( - "github.com/OffchainLabs/prysm/v6/config/features" - beaconApi "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api" - grpcApi "github.com/OffchainLabs/prysm/v6/validator/client/grpc-api" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - validatorHelpers "github.com/OffchainLabs/prysm/v6/validator/helpers" + "github.com/OffchainLabs/prysm/v7/config/features" + beaconApi "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api" + grpcApi "github.com/OffchainLabs/prysm/v7/validator/client/grpc-api" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + validatorHelpers "github.com/OffchainLabs/prysm/v7/validator/helpers" ) func NewNodeClient(validatorConn validatorHelpers.NodeConnection, jsonRestHandler beaconApi.RestHandler) iface.NodeClient { diff --git a/validator/client/propose.go b/validator/client/propose.go index 36df26b2af..fb7ff1bfee 100644 --- a/validator/client/propose.go +++ b/validator/client/propose.go @@ -6,23 +6,23 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/protobuf/ptypes/timestamp" "github.com/pkg/errors" diff --git a/validator/client/propose_test.go b/validator/client/propose_test.go index 9fcd3cce95..e9a75fe68f 100644 --- a/validator/client/propose_test.go +++ b/validator/client/propose_test.go @@ -8,26 +8,26 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - blocktest "github.com/OffchainLabs/prysm/v6/consensus-types/blocks/testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - testing2 "github.com/OffchainLabs/prysm/v6/validator/db/testing" - "github.com/OffchainLabs/prysm/v6/validator/graffiti" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + blocktest "github.com/OffchainLabs/prysm/v7/consensus-types/blocks/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + testing2 "github.com/OffchainLabs/prysm/v7/validator/db/testing" + "github.com/OffchainLabs/prysm/v7/validator/graffiti" "github.com/ethereum/go-ethereum/common/hexutil" logTest "github.com/sirupsen/logrus/hooks/test" "go.uber.org/mock/gomock" diff --git a/validator/client/registration.go b/validator/client/registration.go index a2043c19aa..342d7048a8 100644 --- a/validator/client/registration.go +++ b/validator/client/registration.go @@ -4,14 +4,14 @@ import ( "context" "strings" - "github.com/OffchainLabs/prysm/v6/beacon-chain/builder" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/beacon-chain/builder" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/client/registration_test.go b/validator/client/registration_test.go index 8e0f97e7dc..54ea1bdfd1 100644 --- a/validator/client/registration_test.go +++ b/validator/client/registration_test.go @@ -5,11 +5,11 @@ import ( "testing" "time" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "go.uber.org/mock/gomock" diff --git a/validator/client/runner.go b/validator/client/runner.go index 63f6066d19..37aa7c370b 100644 --- a/validator/client/runner.go +++ b/validator/client/runner.go @@ -6,14 +6,14 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/api/client" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - prysmTrace "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/api/client" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + prysmTrace "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/pkg/errors" "go.opentelemetry.io/otel/trace" "google.golang.org/grpc/codes" diff --git a/validator/client/runner_test.go b/validator/client/runner_test.go index 9d332472fd..5915a23397 100644 --- a/validator/client/runner_test.go +++ b/validator/client/runner_test.go @@ -11,23 +11,23 @@ import ( "time" "github.com/OffchainLabs/go-bitfield" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/cache/lru" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - "github.com/OffchainLabs/prysm/v6/validator/client/testutil" - testing2 "github.com/OffchainLabs/prysm/v6/validator/db/testing" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/cache/lru" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/validator/client/testutil" + testing2 "github.com/OffchainLabs/prysm/v7/validator/db/testing" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" "github.com/ethereum/go-ethereum/common" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/validator/client/service.go b/validator/client/service.go index c3d40cd886..f4e27254f5 100644 --- a/validator/client/service.go +++ b/validator/client/service.go @@ -6,28 +6,28 @@ import ( "strings" "time" - api "github.com/OffchainLabs/prysm/v6/api/client" - eventClient "github.com/OffchainLabs/prysm/v6/api/client/event" - grpcutil "github.com/OffchainLabs/prysm/v6/api/grpc" - "github.com/OffchainLabs/prysm/v6/async/event" - lruwrpr "github.com/OffchainLabs/prysm/v6/cache/lru" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - beaconApi "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api" - beaconChainClientFactory "github.com/OffchainLabs/prysm/v6/validator/client/beacon-chain-client-factory" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - nodeclientfactory "github.com/OffchainLabs/prysm/v6/validator/client/node-client-factory" - validatorclientfactory "github.com/OffchainLabs/prysm/v6/validator/client/validator-client-factory" - "github.com/OffchainLabs/prysm/v6/validator/db" - "github.com/OffchainLabs/prysm/v6/validator/graffiti" - validatorHelpers "github.com/OffchainLabs/prysm/v6/validator/helpers" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" + api "github.com/OffchainLabs/prysm/v7/api/client" + eventClient "github.com/OffchainLabs/prysm/v7/api/client/event" + grpcutil "github.com/OffchainLabs/prysm/v7/api/grpc" + "github.com/OffchainLabs/prysm/v7/async/event" + lruwrpr "github.com/OffchainLabs/prysm/v7/cache/lru" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + beaconApi "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api" + beaconChainClientFactory "github.com/OffchainLabs/prysm/v7/validator/client/beacon-chain-client-factory" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + nodeclientfactory "github.com/OffchainLabs/prysm/v7/validator/client/node-client-factory" + validatorclientfactory "github.com/OffchainLabs/prysm/v7/validator/client/validator-client-factory" + "github.com/OffchainLabs/prysm/v7/validator/db" + "github.com/OffchainLabs/prysm/v7/validator/graffiti" + validatorHelpers "github.com/OffchainLabs/prysm/v7/validator/helpers" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" "github.com/dgraph-io/ristretto/v2" middleware "github.com/grpc-ecosystem/go-grpc-middleware" grpcretry "github.com/grpc-ecosystem/go-grpc-middleware/retry" diff --git a/validator/client/service_test.go b/validator/client/service_test.go index 0cfaac6a19..9d12f8c170 100644 --- a/validator/client/service_test.go +++ b/validator/client/service_test.go @@ -6,9 +6,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/runtime" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/runtime" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" logTest "github.com/sirupsen/logrus/hooks/test" "google.golang.org/grpc/metadata" ) diff --git a/validator/client/slashing_protection_interchange_test.go b/validator/client/slashing_protection_interchange_test.go index 9e0bc5dd8c..29dcb66b0f 100644 --- a/validator/client/slashing_protection_interchange_test.go +++ b/validator/client/slashing_protection_interchange_test.go @@ -8,13 +8,13 @@ import ( "strings" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/io/file" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/validator/helpers" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/io/file" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/validator/helpers" "github.com/bazelbuild/rules_go/go/tools/bazel" ) diff --git a/validator/client/sync_committee.go b/validator/client/sync_committee.go index 85793c9991..b82a9fcd7e 100644 --- a/validator/client/sync_committee.go +++ b/validator/client/sync_committee.go @@ -5,18 +5,18 @@ import ( "fmt" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/signing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/signing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" "github.com/ethereum/go-ethereum/common/hexutil" emptypb "github.com/golang/protobuf/ptypes/empty" "github.com/pkg/errors" diff --git a/validator/client/sync_committee_test.go b/validator/client/sync_committee_test.go index 156500c046..4ed80ae8a7 100644 --- a/validator/client/sync_committee_test.go +++ b/validator/client/sync_committee_test.go @@ -7,13 +7,13 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" logTest "github.com/sirupsen/logrus/hooks/test" "go.uber.org/mock/gomock" diff --git a/validator/client/testutil/BUILD.bazel b/validator/client/testutil/BUILD.bazel index 2ebc08e194..c83d11fde9 100644 --- a/validator/client/testutil/BUILD.bazel +++ b/validator/client/testutil/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "helper.go", "mock_validator.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client/testutil", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client/testutil", visibility = ["//validator:__subpackages__"], deps = [ "//api/client:go_default_library", diff --git a/validator/client/testutil/helper.go b/validator/client/testutil/helper.go index 73d3e96f6d..b3544178d7 100644 --- a/validator/client/testutil/helper.go +++ b/validator/client/testutil/helper.go @@ -1,9 +1,9 @@ package testutil import ( - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // ActiveKey represents a public key whose status is ACTIVE. diff --git a/validator/client/testutil/mock_validator.go b/validator/client/testutil/mock_validator.go index bda12d2916..91b7a84a85 100644 --- a/validator/client/testutil/mock_validator.go +++ b/validator/client/testutil/mock_validator.go @@ -6,16 +6,16 @@ import ( "errors" "time" - api "github.com/OffchainLabs/prysm/v6/api/client" - "github.com/OffchainLabs/prysm/v6/api/client/event" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - prysmTime "github.com/OffchainLabs/prysm/v6/time" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + api "github.com/OffchainLabs/prysm/v7/api/client" + "github.com/OffchainLabs/prysm/v7/api/client/event" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + prysmTime "github.com/OffchainLabs/prysm/v7/time" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" log "github.com/sirupsen/logrus" ) diff --git a/validator/client/validator-client-factory/BUILD.bazel b/validator/client/validator-client-factory/BUILD.bazel index f019b2c8f3..613140703c 100644 --- a/validator/client/validator-client-factory/BUILD.bazel +++ b/validator/client/validator-client-factory/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["validator_client_factory.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/client/validator-client-factory", + importpath = "github.com/OffchainLabs/prysm/v7/validator/client/validator-client-factory", visibility = ["//visibility:public"], deps = [ "//config/features:go_default_library", diff --git a/validator/client/validator-client-factory/validator_client_factory.go b/validator/client/validator-client-factory/validator_client_factory.go index 57a7174eb8..671b6112a9 100644 --- a/validator/client/validator-client-factory/validator_client_factory.go +++ b/validator/client/validator-client-factory/validator_client_factory.go @@ -1,11 +1,11 @@ package validator_client_factory import ( - "github.com/OffchainLabs/prysm/v6/config/features" - beaconApi "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api" - grpcApi "github.com/OffchainLabs/prysm/v6/validator/client/grpc-api" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - validatorHelpers "github.com/OffchainLabs/prysm/v6/validator/helpers" + "github.com/OffchainLabs/prysm/v7/config/features" + beaconApi "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api" + grpcApi "github.com/OffchainLabs/prysm/v7/validator/client/grpc-api" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + validatorHelpers "github.com/OffchainLabs/prysm/v7/validator/helpers" ) func NewValidatorClient( diff --git a/validator/client/validator.go b/validator/client/validator.go index 2817efbdaf..ed4f8762ea 100644 --- a/validator/client/validator.go +++ b/validator/client/validator.go @@ -16,31 +16,31 @@ import ( "sync/atomic" "time" - "github.com/OffchainLabs/prysm/v6/api/client" - eventClient "github.com/OffchainLabs/prysm/v6/api/client/event" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/beacon-chain/core/altair" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" - accountsiface "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - "github.com/OffchainLabs/prysm/v6/validator/db" - dbCommon "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/graffiti" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/api/client" + eventClient "github.com/OffchainLabs/prysm/v7/api/client/event" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/beacon-chain/core/altair" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" + accountsiface "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/validator/db" + dbCommon "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/graffiti" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" "github.com/dgraph-io/ristretto/v2" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" diff --git a/validator/client/validator_test.go b/validator/client/validator_test.go index 08698fd320..bf43769bf0 100644 --- a/validator/client/validator_test.go +++ b/validator/client/validator_test.go @@ -16,30 +16,30 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - validatorType "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - blsmock "github.com/OffchainLabs/prysm/v6/crypto/bls/common/mock" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/client/iface" - dbTest "github.com/OffchainLabs/prysm/v6/validator/db/testing" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + validatorType "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + blsmock "github.com/OffchainLabs/prysm/v7/crypto/bls/common/mock" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/client/iface" + dbTest "github.com/OffchainLabs/prysm/v7/validator/db/testing" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang/protobuf/ptypes/empty" diff --git a/validator/client/wait_for_activation.go b/validator/client/wait_for_activation.go index 6da846fc35..301a66c336 100644 --- a/validator/client/wait_for_activation.go +++ b/validator/client/wait_for_activation.go @@ -4,9 +4,9 @@ import ( "context" "time" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/pkg/errors" octrace "go.opentelemetry.io/otel/trace" ) diff --git a/validator/client/wait_for_activation_test.go b/validator/client/wait_for_activation_test.go index c8b5a0290e..10a894ebfb 100644 --- a/validator/client/wait_for_activation_test.go +++ b/validator/client/wait_for_activation_test.go @@ -5,16 +5,16 @@ import ( "testing" "time" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - walletMock "github.com/OffchainLabs/prysm/v6/validator/accounts/testing" - "github.com/OffchainLabs/prysm/v6/validator/client/testutil" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - constant "github.com/OffchainLabs/prysm/v6/validator/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + walletMock "github.com/OffchainLabs/prysm/v7/validator/accounts/testing" + "github.com/OffchainLabs/prysm/v7/validator/client/testutil" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + constant "github.com/OffchainLabs/prysm/v7/validator/testing" "github.com/pkg/errors" logTest "github.com/sirupsen/logrus/hooks/test" "github.com/tyler-smith/go-bip39" diff --git a/validator/db/BUILD.bazel b/validator/db/BUILD.bazel index e47530b280..ad4ae74a13 100644 --- a/validator/db/BUILD.bazel +++ b/validator/db/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "migrate.go", "restore.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/db", + importpath = "github.com/OffchainLabs/prysm/v7/validator/db", visibility = [ "//cmd/validator:__subpackages__", "//validator:__subpackages__", diff --git a/validator/db/alias.go b/validator/db/alias.go index 5c406cc7c4..cc78434ff8 100644 --- a/validator/db/alias.go +++ b/validator/db/alias.go @@ -1,6 +1,6 @@ package db -import "github.com/OffchainLabs/prysm/v6/validator/db/iface" +import "github.com/OffchainLabs/prysm/v7/validator/db/iface" // Database defines the necessary methods for Prysm's validator client backend which may be implemented by any // key-value or relational database in practice. This is the full database interface which should diff --git a/validator/db/common/BUILD.bazel b/validator/db/common/BUILD.bazel index e23fc9595c..835a77255c 100644 --- a/validator/db/common/BUILD.bazel +++ b/validator/db/common/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "progress.go", "structs.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/db/common", + importpath = "github.com/OffchainLabs/prysm/v7/validator/db/common", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/validator/db/common/structs.go b/validator/db/common/structs.go index 6abdd56a57..14b04a335a 100644 --- a/validator/db/common/structs.go +++ b/validator/db/common/structs.go @@ -1,8 +1,8 @@ package common import ( - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) const FailedBlockSignLocalErr = "block rejected by local protection" diff --git a/validator/db/convert.go b/validator/db/convert.go index d05167a149..034d7620c4 100644 --- a/validator/db/convert.go +++ b/validator/db/convert.go @@ -4,14 +4,14 @@ import ( "context" "path/filepath" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/io/file" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/db/filesystem" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/io/file" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/db/filesystem" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" "github.com/pkg/errors" ) diff --git a/validator/db/convert_test.go b/validator/db/convert_test.go index 5627730dc9..059a717265 100644 --- a/validator/db/convert_test.go +++ b/validator/db/convert_test.go @@ -5,16 +5,16 @@ import ( "path/filepath" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/io/file" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/db/filesystem" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/io/file" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/db/filesystem" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/db/filesystem/BUILD.bazel b/validator/db/filesystem/BUILD.bazel index 10d09510a9..7d5f1e81b3 100644 --- a/validator/db/filesystem/BUILD.bazel +++ b/validator/db/filesystem/BUILD.bazel @@ -12,7 +12,7 @@ go_library( "proposer_protection.go", "proposer_settings.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/db/filesystem", + importpath = "github.com/OffchainLabs/prysm/v7/validator/db/filesystem", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/validator/db/filesystem/attester_protection.go b/validator/db/filesystem/attester_protection.go index 15499963f2..327857ba6e 100644 --- a/validator/db/filesystem/attester_protection.go +++ b/validator/db/filesystem/attester_protection.go @@ -4,11 +4,11 @@ import ( "context" "strings" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/db/common" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" ) diff --git a/validator/db/filesystem/attester_protection_test.go b/validator/db/filesystem/attester_protection_test.go index e5bbf208a2..5a7c711e33 100644 --- a/validator/db/filesystem/attester_protection_test.go +++ b/validator/db/filesystem/attester_protection_test.go @@ -4,12 +4,12 @@ import ( "sync" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/common" ) func TestStore_EIPImportBlacklistedPublicKeys(t *testing.T) { diff --git a/validator/db/filesystem/db.go b/validator/db/filesystem/db.go index 22b424671f..1b39352842 100644 --- a/validator/db/filesystem/db.go +++ b/validator/db/filesystem/db.go @@ -10,10 +10,10 @@ import ( "sync" "time" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/io/file" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/io/file" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/validator/db/filesystem/db_test.go b/validator/db/filesystem/db_test.go index 3118e5836e..6cf45c4101 100644 --- a/validator/db/filesystem/db_test.go +++ b/validator/db/filesystem/db_test.go @@ -6,11 +6,11 @@ import ( "path" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/db/filesystem/genesis_test.go b/validator/db/filesystem/genesis_test.go index 1e9ed81488..41404f7289 100644 --- a/validator/db/filesystem/genesis_test.go +++ b/validator/db/filesystem/genesis_test.go @@ -3,7 +3,7 @@ package filesystem import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStore_GenesisValidatorsRoot(t *testing.T) { diff --git a/validator/db/filesystem/graffiti_test.go b/validator/db/filesystem/graffiti_test.go index c8aad1a916..325afa23bb 100644 --- a/validator/db/filesystem/graffiti_test.go +++ b/validator/db/filesystem/graffiti_test.go @@ -3,8 +3,8 @@ package filesystem import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStore_SaveGraffitiOrderedIndex(t *testing.T) { diff --git a/validator/db/filesystem/import.go b/validator/db/filesystem/import.go index 6cd97d488f..c5c9c8134b 100644 --- a/validator/db/filesystem/import.go +++ b/validator/db/filesystem/import.go @@ -6,12 +6,12 @@ import ( "io" "strings" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/helpers" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/helpers" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/db/filesystem/import_test.go b/validator/db/filesystem/import_test.go index d3eff6ad4b..bb50ae6247 100644 --- a/validator/db/filesystem/import_test.go +++ b/validator/db/filesystem/import_test.go @@ -5,13 +5,13 @@ import ( "encoding/json" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" - valtest "github.com/OffchainLabs/prysm/v6/validator/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" + valtest "github.com/OffchainLabs/prysm/v7/validator/testing" ) func TestStore_ImportInterchangeData_BadJSON(t *testing.T) { diff --git a/validator/db/filesystem/migration_test.go b/validator/db/filesystem/migration_test.go index ac8f54db37..e8163bef29 100644 --- a/validator/db/filesystem/migration_test.go +++ b/validator/db/filesystem/migration_test.go @@ -3,7 +3,7 @@ package filesystem import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStore_RunUpMigrations(t *testing.T) { diff --git a/validator/db/filesystem/proposer_protection.go b/validator/db/filesystem/proposer_protection.go index ccd5a74e98..2e2ae2f767 100644 --- a/validator/db/filesystem/proposer_protection.go +++ b/validator/db/filesystem/proposer_protection.go @@ -4,10 +4,10 @@ import ( "context" "strings" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/validator/db/common" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" ) diff --git a/validator/db/filesystem/proposer_protection_test.go b/validator/db/filesystem/proposer_protection_test.go index 46cbb4b716..0f66cf8fa5 100644 --- a/validator/db/filesystem/proposer_protection_test.go +++ b/validator/db/filesystem/proposer_protection_test.go @@ -3,14 +3,14 @@ package filesystem import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/validator/db/common" ) func TestStore_ProposalHistoryForPubKey(t *testing.T) { diff --git a/validator/db/filesystem/proposer_settings.go b/validator/db/filesystem/proposer_settings.go index f4aa8c7118..04cfaa33bc 100644 --- a/validator/db/filesystem/proposer_settings.go +++ b/validator/db/filesystem/proposer_settings.go @@ -3,7 +3,7 @@ package filesystem import ( "context" - "github.com/OffchainLabs/prysm/v6/config/proposer" + "github.com/OffchainLabs/prysm/v7/config/proposer" "github.com/pkg/errors" ) diff --git a/validator/db/filesystem/proposer_settings_test.go b/validator/db/filesystem/proposer_settings_test.go index a9b370b527..1e3de64924 100644 --- a/validator/db/filesystem/proposer_settings_test.go +++ b/validator/db/filesystem/proposer_settings_test.go @@ -3,10 +3,10 @@ package filesystem import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/proposer" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/proposer" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/db/iface/BUILD.bazel b/validator/db/iface/BUILD.bazel index ba7db1c14c..f2eeb226f8 100644 --- a/validator/db/iface/BUILD.bazel +++ b/validator/db/iface/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["interface.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/db/iface", + importpath = "github.com/OffchainLabs/prysm/v7/validator/db/iface", visibility = [ "//cmd/validator/slashing-protection:__subpackages__", "//config:__subpackages__", diff --git a/validator/db/iface/interface.go b/validator/db/iface/interface.go index 25c44c3e7d..ade81a76f0 100644 --- a/validator/db/iface/interface.go +++ b/validator/db/iface/interface.go @@ -5,13 +5,13 @@ import ( "context" "io" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/monitoring/backup" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/monitoring/backup" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/db/common" "github.com/prometheus/client_golang/prometheus" ) diff --git a/validator/db/kv/BUILD.bazel b/validator/db/kv/BUILD.bazel index 8ea2c453e7..a8b6709065 100644 --- a/validator/db/kv/BUILD.bazel +++ b/validator/db/kv/BUILD.bazel @@ -20,7 +20,7 @@ go_library( "prune_attester_protection.go", "schema.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/db/kv", + importpath = "github.com/OffchainLabs/prysm/v7/validator/db/kv", visibility = [ "//cmd:__subpackages__", "//validator:__subpackages__", diff --git a/validator/db/kv/attester_protection.go b/validator/db/kv/attester_protection.go index 36d96c3498..6084f0353b 100644 --- a/validator/db/kv/attester_protection.go +++ b/validator/db/kv/attester_protection.go @@ -7,14 +7,14 @@ import ( "sync" "time" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/slashings" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/slashings" + "github.com/OffchainLabs/prysm/v7/validator/db/common" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" bolt "go.etcd.io/bbolt" diff --git a/validator/db/kv/attester_protection_test.go b/validator/db/kv/attester_protection_test.go index a44fa3fc6e..88b1040210 100644 --- a/validator/db/kv/attester_protection_test.go +++ b/validator/db/kv/attester_protection_test.go @@ -7,14 +7,14 @@ import ( "sync" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/common" logTest "github.com/sirupsen/logrus/hooks/test" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/kv/backup.go b/validator/db/kv/backup.go index a7ea5fe898..5ee96f39a5 100644 --- a/validator/db/kv/backup.go +++ b/validator/db/kv/backup.go @@ -6,9 +6,9 @@ import ( "path" "time" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/kv/backup_test.go b/validator/db/kv/backup_test.go index 8266133394..5cd76ba9a3 100644 --- a/validator/db/kv/backup_test.go +++ b/validator/db/kv/backup_test.go @@ -5,10 +5,10 @@ import ( "path/filepath" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/common" ) func TestStore_Backup(t *testing.T) { diff --git a/validator/db/kv/db.go b/validator/db/kv/db.go index a008932bcc..f1a9d7d618 100644 --- a/validator/db/kv/db.go +++ b/validator/db/kv/db.go @@ -8,13 +8,13 @@ import ( "path/filepath" "time" - "github.com/OffchainLabs/prysm/v6/async/abool" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/async/abool" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" prombolt "github.com/prysmaticlabs/prombbolt" diff --git a/validator/db/kv/deprecated_attester_protection.go b/validator/db/kv/deprecated_attester_protection.go index b21723f740..ffe53d9e5e 100644 --- a/validator/db/kv/deprecated_attester_protection.go +++ b/validator/db/kv/deprecated_attester_protection.go @@ -3,10 +3,10 @@ package kv import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" ) const ( diff --git a/validator/db/kv/deprecated_attester_protection_test.go b/validator/db/kv/deprecated_attester_protection_test.go index cdf31e498b..028eb70479 100644 --- a/validator/db/kv/deprecated_attester_protection_test.go +++ b/validator/db/kv/deprecated_attester_protection_test.go @@ -3,11 +3,11 @@ package kv import ( "testing" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestNewAttestationHistoryArray(t *testing.T) { diff --git a/validator/db/kv/eip_blacklisted_keys.go b/validator/db/kv/eip_blacklisted_keys.go index c10deeaaf3..a013ee3607 100644 --- a/validator/db/kv/eip_blacklisted_keys.go +++ b/validator/db/kv/eip_blacklisted_keys.go @@ -3,8 +3,8 @@ package kv import ( "context" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/kv/eip_blacklisted_keys_test.go b/validator/db/kv/eip_blacklisted_keys_test.go index 634f4f296a..d006da34a2 100644 --- a/validator/db/kv/eip_blacklisted_keys_test.go +++ b/validator/db/kv/eip_blacklisted_keys_test.go @@ -4,9 +4,9 @@ import ( "fmt" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStore_EIPBlacklistedPublicKeys(t *testing.T) { diff --git a/validator/db/kv/genesis_test.go b/validator/db/kv/genesis_test.go index 7e46e2cc61..7b4211da56 100644 --- a/validator/db/kv/genesis_test.go +++ b/validator/db/kv/genesis_test.go @@ -3,9 +3,9 @@ package kv import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStore_GenesisValidatorsRoot_ReadAndWrite(t *testing.T) { diff --git a/validator/db/kv/graffiti.go b/validator/db/kv/graffiti.go index 6a131d417b..cf61e2eab0 100644 --- a/validator/db/kv/graffiti.go +++ b/validator/db/kv/graffiti.go @@ -4,7 +4,7 @@ import ( "bytes" "context" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/kv/graffiti_test.go b/validator/db/kv/graffiti_test.go index 53c0a05428..0ebf43219d 100644 --- a/validator/db/kv/graffiti_test.go +++ b/validator/db/kv/graffiti_test.go @@ -3,9 +3,9 @@ package kv import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestStore_GraffitiOrderedIndex_ReadAndWrite(t *testing.T) { diff --git a/validator/db/kv/import.go b/validator/db/kv/import.go index 2fad216a18..d290e5e6c4 100644 --- a/validator/db/kv/import.go +++ b/validator/db/kv/import.go @@ -7,15 +7,15 @@ import ( "fmt" "io" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/slashings" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/helpers" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/slashings" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/helpers" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" "github.com/pkg/errors" ) diff --git a/validator/db/kv/import_test.go b/validator/db/kv/import_test.go index 12c26beb18..d9a586c7f3 100644 --- a/validator/db/kv/import_test.go +++ b/validator/db/kv/import_test.go @@ -7,14 +7,14 @@ import ( "reflect" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" - valtest "github.com/OffchainLabs/prysm/v6/validator/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" + valtest "github.com/OffchainLabs/prysm/v7/validator/testing" logTest "github.com/sirupsen/logrus/hooks/test" ) diff --git a/validator/db/kv/kv_test.go b/validator/db/kv/kv_test.go index 79b8e9010d..013d52b50f 100644 --- a/validator/db/kv/kv_test.go +++ b/validator/db/kv/kv_test.go @@ -5,8 +5,8 @@ import ( "os" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/sirupsen/logrus" ) diff --git a/validator/db/kv/migration_optimal_attester_protection.go b/validator/db/kv/migration_optimal_attester_protection.go index 2552468d34..255cc5881b 100644 --- a/validator/db/kv/migration_optimal_attester_protection.go +++ b/validator/db/kv/migration_optimal_attester_protection.go @@ -4,11 +4,11 @@ import ( "bytes" "context" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/progress" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/progress" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/kv/migration_optimal_attester_protection_test.go b/validator/db/kv/migration_optimal_attester_protection_test.go index 3791f8ef50..c478b7893e 100644 --- a/validator/db/kv/migration_optimal_attester_protection_test.go +++ b/validator/db/kv/migration_optimal_attester_protection_test.go @@ -4,10 +4,10 @@ import ( "fmt" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/kv/migration_source_target_epochs_bucket.go b/validator/db/kv/migration_source_target_epochs_bucket.go index 7a4841ca47..cd855b1049 100644 --- a/validator/db/kv/migration_source_target_epochs_bucket.go +++ b/validator/db/kv/migration_source_target_epochs_bucket.go @@ -4,7 +4,7 @@ import ( "bytes" "context" - "github.com/OffchainLabs/prysm/v6/monitoring/progress" + "github.com/OffchainLabs/prysm/v7/monitoring/progress" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/kv/migration_source_target_epochs_bucket_test.go b/validator/db/kv/migration_source_target_epochs_bucket_test.go index d738c71507..a10a9749a2 100644 --- a/validator/db/kv/migration_source_target_epochs_bucket_test.go +++ b/validator/db/kv/migration_source_target_epochs_bucket_test.go @@ -6,9 +6,9 @@ import ( "reflect" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/kv/proposer_protection.go b/validator/db/kv/proposer_protection.go index 0018e63b13..9e0187d7ce 100644 --- a/validator/db/kv/proposer_protection.go +++ b/validator/db/kv/proposer_protection.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/db/common" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" bolt "go.etcd.io/bbolt" diff --git a/validator/db/kv/proposer_protection_test.go b/validator/db/kv/proposer_protection_test.go index 48a9bc3084..c5931f7bd1 100644 --- a/validator/db/kv/proposer_protection_test.go +++ b/validator/db/kv/proposer_protection_test.go @@ -3,16 +3,16 @@ package kv import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/validator/db/common" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/validator/db/common" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/db/kv/proposer_settings.go b/validator/db/kv/proposer_settings.go index 7a45a6beb3..2cffaabcab 100644 --- a/validator/db/kv/proposer_settings.go +++ b/validator/db/kv/proposer_settings.go @@ -3,9 +3,9 @@ package kv import ( "context" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" "github.com/pkg/errors" bolt "go.etcd.io/bbolt" "google.golang.org/protobuf/proto" diff --git a/validator/db/kv/proposer_settings_test.go b/validator/db/kv/proposer_settings_test.go index 118ee61e20..b32a3d8726 100644 --- a/validator/db/kv/proposer_settings_test.go +++ b/validator/db/kv/proposer_settings_test.go @@ -3,12 +3,12 @@ package kv import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/db/kv/prune_attester_protection.go b/validator/db/kv/prune_attester_protection.go index 826fa2feb5..307e4b0e70 100644 --- a/validator/db/kv/prune_attester_protection.go +++ b/validator/db/kv/prune_attester_protection.go @@ -3,10 +3,10 @@ package kv import ( "context" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/kv/prune_attester_protection_test.go b/validator/db/kv/prune_attester_protection_test.go index e5b79e96bf..83dbf369c8 100644 --- a/validator/db/kv/prune_attester_protection_test.go +++ b/validator/db/kv/prune_attester_protection_test.go @@ -4,11 +4,11 @@ import ( "fmt" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" bolt "go.etcd.io/bbolt" ) diff --git a/validator/db/migrate.go b/validator/db/migrate.go index 47849f423e..5c218d6541 100644 --- a/validator/db/migrate.go +++ b/validator/db/migrate.go @@ -4,9 +4,9 @@ import ( "context" "path" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/validator/db/migrate_test.go b/validator/db/migrate_test.go index f560b30f52..5cebcd5175 100644 --- a/validator/db/migrate_test.go +++ b/validator/db/migrate_test.go @@ -4,10 +4,10 @@ import ( "flag" "testing" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - dbtest "github.com/OffchainLabs/prysm/v6/validator/db/testing" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + dbtest "github.com/OffchainLabs/prysm/v7/validator/db/testing" "github.com/urfave/cli/v2" ) diff --git a/validator/db/restore.go b/validator/db/restore.go index 174fc7c62c..19f37099d7 100644 --- a/validator/db/restore.go +++ b/validator/db/restore.go @@ -5,10 +5,10 @@ import ( "path" "strings" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" "github.com/pkg/errors" "github.com/urfave/cli/v2" ) diff --git a/validator/db/restore_test.go b/validator/db/restore_test.go index 799056f984..eec78e093c 100644 --- a/validator/db/restore_test.go +++ b/validator/db/restore_test.go @@ -6,11 +6,11 @@ import ( "path" "testing" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" logTest "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" ) diff --git a/validator/db/testing/BUILD.bazel b/validator/db/testing/BUILD.bazel index dbd961a9c6..55550465dc 100644 --- a/validator/db/testing/BUILD.bazel +++ b/validator/db/testing/BUILD.bazel @@ -3,7 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["setup_db.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/db/testing", + importpath = "github.com/OffchainLabs/prysm/v7/validator/db/testing", visibility = [ "//cmd:__subpackages__", "//config:__subpackages__", diff --git a/validator/db/testing/setup_db.go b/validator/db/testing/setup_db.go index 072e474eb0..d2dcc0691b 100644 --- a/validator/db/testing/setup_db.go +++ b/validator/db/testing/setup_db.go @@ -3,10 +3,10 @@ package testing import ( "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/validator/db/filesystem" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/validator/db/filesystem" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" ) // SetupDB instantiates and returns a DB instance for the validator client. diff --git a/validator/db/testing/setup_db_test.go b/validator/db/testing/setup_db_test.go index b4de0530bd..5cc03ae8f9 100644 --- a/validator/db/testing/setup_db_test.go +++ b/validator/db/testing/setup_db_test.go @@ -5,11 +5,11 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/filesystem" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/filesystem" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" ) func TestClearDB(t *testing.T) { diff --git a/validator/graffiti/BUILD.bazel b/validator/graffiti/BUILD.bazel index 7d06dc7d23..80e91f34bd 100644 --- a/validator/graffiti/BUILD.bazel +++ b/validator/graffiti/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "log.go", "parse_graffiti.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/graffiti", + importpath = "github.com/OffchainLabs/prysm/v7/validator/graffiti", visibility = ["//validator:__subpackages__"], deps = [ "//consensus-types/primitives:go_default_library", diff --git a/validator/graffiti/parse_graffiti.go b/validator/graffiti/parse_graffiti.go index 289705a341..25136faa3f 100644 --- a/validator/graffiti/parse_graffiti.go +++ b/validator/graffiti/parse_graffiti.go @@ -5,8 +5,8 @@ import ( "os" "strings" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" "github.com/pkg/errors" "gopkg.in/yaml.v2" ) diff --git a/validator/graffiti/parse_graffiti_test.go b/validator/graffiti/parse_graffiti_test.go index f66d550802..db9d03f369 100644 --- a/validator/graffiti/parse_graffiti_test.go +++ b/validator/graffiti/parse_graffiti_test.go @@ -5,10 +5,10 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/hash" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/hash" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestParseGraffitiFile_Default(t *testing.T) { diff --git a/validator/helpers/BUILD.bazel b/validator/helpers/BUILD.bazel index 4937c20a59..237f6c6673 100644 --- a/validator/helpers/BUILD.bazel +++ b/validator/helpers/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "metadata.go", "node_connection.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/helpers", + importpath = "github.com/OffchainLabs/prysm/v7/validator/helpers", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/validator/helpers/converts.go b/validator/helpers/converts.go index 4e5a8d4d25..1a36fade63 100644 --- a/validator/helpers/converts.go +++ b/validator/helpers/converts.go @@ -6,8 +6,8 @@ import ( "strconv" "strings" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) // Uint64FromString converts a string into a uint64 representation. diff --git a/validator/helpers/converts_test.go b/validator/helpers/converts_test.go index 208b7e4178..7bf3443e21 100644 --- a/validator/helpers/converts_test.go +++ b/validator/helpers/converts_test.go @@ -6,8 +6,8 @@ import ( "reflect" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" ) func Test_fromString(t *testing.T) { diff --git a/validator/helpers/metadata.go b/validator/helpers/metadata.go index c35319a4af..63affd1e70 100644 --- a/validator/helpers/metadata.go +++ b/validator/helpers/metadata.go @@ -5,8 +5,8 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" "github.com/pkg/errors" ) diff --git a/validator/helpers/metadata_test.go b/validator/helpers/metadata_test.go index 0cb1169675..5543b8e363 100644 --- a/validator/helpers/metadata_test.go +++ b/validator/helpers/metadata_test.go @@ -6,15 +6,15 @@ import ( "io" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" "github.com/prometheus/client_golang/prometheus" ) diff --git a/validator/keymanager/BUILD.bazel b/validator/keymanager/BUILD.bazel index 9f10806445..650a074d3e 100644 --- a/validator/keymanager/BUILD.bazel +++ b/validator/keymanager/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "constants.go", "types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/keymanager", + importpath = "github.com/OffchainLabs/prysm/v7/validator/keymanager", visibility = [ "//visibility:public", ], diff --git a/validator/keymanager/derived/BUILD.bazel b/validator/keymanager/derived/BUILD.bazel index 84fb096ed3..d30b6d1ae3 100644 --- a/validator/keymanager/derived/BUILD.bazel +++ b/validator/keymanager/derived/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "log.go", "mnemonic.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived", + importpath = "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived", visibility = [ "//cmd/validator:__subpackages__", "//tools:__subpackages__", diff --git a/validator/keymanager/derived/eip_test.go b/validator/keymanager/derived/eip_test.go index 4e398ab35b..0fd7a96038 100644 --- a/validator/keymanager/derived/eip_test.go +++ b/validator/keymanager/derived/eip_test.go @@ -6,9 +6,9 @@ import ( "math/big" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" util "github.com/wealdtech/go-eth2-util" ) diff --git a/validator/keymanager/derived/keymanager.go b/validator/keymanager/derived/keymanager.go index f797150891..a912996880 100644 --- a/validator/keymanager/derived/keymanager.go +++ b/validator/keymanager/derived/keymanager.go @@ -4,13 +4,13 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/async/event" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/async/event" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" "github.com/logrusorgru/aurora" "github.com/pkg/errors" util "github.com/wealdtech/go-eth2-util" diff --git a/validator/keymanager/derived/keymanager_test.go b/validator/keymanager/derived/keymanager_test.go index a6d6c88533..94342cd5ff 100644 --- a/validator/keymanager/derived/keymanager_test.go +++ b/validator/keymanager/derived/keymanager_test.go @@ -4,14 +4,14 @@ import ( "fmt" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - mock "github.com/OffchainLabs/prysm/v6/validator/accounts/testing" - constant "github.com/OffchainLabs/prysm/v6/validator/testing" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + mock "github.com/OffchainLabs/prysm/v7/validator/accounts/testing" + constant "github.com/OffchainLabs/prysm/v7/validator/testing" "github.com/tyler-smith/go-bip39" util "github.com/wealdtech/go-eth2-util" ) diff --git a/validator/keymanager/derived/mnemonic.go b/validator/keymanager/derived/mnemonic.go index fd4197f6fb..6e9f22d960 100644 --- a/validator/keymanager/derived/mnemonic.go +++ b/validator/keymanager/derived/mnemonic.go @@ -4,8 +4,8 @@ import ( "fmt" "os" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/io/prompt" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/io/prompt" "github.com/pkg/errors" "github.com/tyler-smith/go-bip39" "github.com/tyler-smith/go-bip39/wordlists" diff --git a/validator/keymanager/derived/mnemonic_test.go b/validator/keymanager/derived/mnemonic_test.go index f0a85f14ef..0f60e0976d 100644 --- a/validator/keymanager/derived/mnemonic_test.go +++ b/validator/keymanager/derived/mnemonic_test.go @@ -3,8 +3,8 @@ package derived import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/pkg/errors" "github.com/tyler-smith/go-bip39" "github.com/tyler-smith/go-bip39/wordlists" diff --git a/validator/keymanager/local/BUILD.bazel b/validator/keymanager/local/BUILD.bazel index b8af4cb43e..7bb87c8388 100644 --- a/validator/keymanager/local/BUILD.bazel +++ b/validator/keymanager/local/BUILD.bazel @@ -12,7 +12,7 @@ go_library( "log.go", "refresh.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/keymanager/local", + importpath = "github.com/OffchainLabs/prysm/v7/validator/keymanager/local", visibility = [ "//cmd/validator:__subpackages__", "//tools:__subpackages__", diff --git a/validator/keymanager/local/backup.go b/validator/keymanager/local/backup.go index 5b2390d173..d4d6314498 100644 --- a/validator/keymanager/local/backup.go +++ b/validator/keymanager/local/backup.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/google/uuid" "github.com/pkg/errors" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" diff --git a/validator/keymanager/local/backup_test.go b/validator/keymanager/local/backup_test.go index 3561111cd7..3e9f6a9fc7 100644 --- a/validator/keymanager/local/backup_test.go +++ b/validator/keymanager/local/backup_test.go @@ -4,11 +4,11 @@ import ( "encoding/hex" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestLocalKeymanager_ExtractKeystores(t *testing.T) { diff --git a/validator/keymanager/local/delete.go b/validator/keymanager/local/delete.go index 616312d6fc..2378ba672e 100644 --- a/validator/keymanager/local/delete.go +++ b/validator/keymanager/local/delete.go @@ -4,9 +4,9 @@ import ( "bytes" "context" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/sirupsen/logrus" ) diff --git a/validator/keymanager/local/delete_test.go b/validator/keymanager/local/delete_test.go index 5e84e22102..7be7117ccb 100644 --- a/validator/keymanager/local/delete_test.go +++ b/validator/keymanager/local/delete_test.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/require" - mock "github.com/OffchainLabs/prysm/v6/validator/accounts/testing" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/require" + mock "github.com/OffchainLabs/prysm/v7/validator/accounts/testing" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" logTest "github.com/sirupsen/logrus/hooks/test" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" ) diff --git a/validator/keymanager/local/import.go b/validator/keymanager/local/import.go index 19a13e1b51..f5d3dcf0a1 100644 --- a/validator/keymanager/local/import.go +++ b/validator/keymanager/local/import.go @@ -6,8 +6,8 @@ import ( "fmt" "strings" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/k0kubun/go-ansi" "github.com/pkg/errors" "github.com/schollz/progressbar/v3" diff --git a/validator/keymanager/local/import_test.go b/validator/keymanager/local/import_test.go index c8485af0d3..f81fca5e0e 100644 --- a/validator/keymanager/local/import_test.go +++ b/validator/keymanager/local/import_test.go @@ -5,12 +5,12 @@ import ( "strconv" "testing" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - mock "github.com/OffchainLabs/prysm/v6/validator/accounts/testing" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + mock "github.com/OffchainLabs/prysm/v7/validator/accounts/testing" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/google/uuid" logTest "github.com/sirupsen/logrus/hooks/test" diff --git a/validator/keymanager/local/keymanager.go b/validator/keymanager/local/keymanager.go index 8c6ea90cbf..f0f06d6ddd 100644 --- a/validator/keymanager/local/keymanager.go +++ b/validator/keymanager/local/keymanager.go @@ -8,16 +8,16 @@ import ( "strings" "sync" - "github.com/OffchainLabs/prysm/v6/async/event" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/interop" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/accounts/petnames" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/async/event" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/interop" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/accounts/petnames" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/google/uuid" "github.com/logrusorgru/aurora" "github.com/pkg/errors" diff --git a/validator/keymanager/local/keymanager_test.go b/validator/keymanager/local/keymanager_test.go index 186ea4dd52..aa83842a27 100644 --- a/validator/keymanager/local/keymanager_test.go +++ b/validator/keymanager/local/keymanager_test.go @@ -5,14 +5,14 @@ import ( "strings" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - mock "github.com/OffchainLabs/prysm/v6/validator/accounts/testing" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + mock "github.com/OffchainLabs/prysm/v7/validator/accounts/testing" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" ) diff --git a/validator/keymanager/local/refresh.go b/validator/keymanager/local/refresh.go index 533e9560b2..5b656826fa 100644 --- a/validator/keymanager/local/refresh.go +++ b/validator/keymanager/local/refresh.go @@ -6,13 +6,13 @@ import ( "os" "path/filepath" - "github.com/OffchainLabs/prysm/v6/async" - "github.com/OffchainLabs/prysm/v6/config/features" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/async" + "github.com/OffchainLabs/prysm/v7/config/features" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/fsnotify/fsnotify" "github.com/pkg/errors" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" diff --git a/validator/keymanager/local/refresh_test.go b/validator/keymanager/local/refresh_test.go index 5e2a99b588..a4184a6208 100644 --- a/validator/keymanager/local/refresh_test.go +++ b/validator/keymanager/local/refresh_test.go @@ -4,12 +4,12 @@ import ( "encoding/json" "testing" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - mock "github.com/OffchainLabs/prysm/v6/validator/accounts/testing" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + mock "github.com/OffchainLabs/prysm/v7/validator/accounts/testing" "github.com/google/uuid" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" ) diff --git a/validator/keymanager/remote-web3signer/BUILD.bazel b/validator/keymanager/remote-web3signer/BUILD.bazel index 46119f746e..f8f53839fc 100644 --- a/validator/keymanager/remote-web3signer/BUILD.bazel +++ b/validator/keymanager/remote-web3signer/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "log.go", "metrics.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer", + importpath = "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer", visibility = [ "//cmd/validator:__subpackages__", "//validator:__subpackages__", diff --git a/validator/keymanager/remote-web3signer/internal/BUILD.bazel b/validator/keymanager/remote-web3signer/internal/BUILD.bazel index dddb6c9253..c89e136ac9 100644 --- a/validator/keymanager/remote-web3signer/internal/BUILD.bazel +++ b/validator/keymanager/remote-web3signer/internal/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "log.go", "metrics.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/internal", + importpath = "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/internal", visibility = ["//validator/keymanager/remote-web3signer:__subpackages__"], deps = [ "//config/fieldparams:go_default_library", diff --git a/validator/keymanager/remote-web3signer/internal/client.go b/validator/keymanager/remote-web3signer/internal/client.go index f4e4151529..e6a4675c2d 100644 --- a/validator/keymanager/remote-web3signer/internal/client.go +++ b/validator/keymanager/remote-web3signer/internal/client.go @@ -13,10 +13,10 @@ import ( "strings" "time" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "github.com/sirupsen/logrus" diff --git a/validator/keymanager/remote-web3signer/internal/client_test.go b/validator/keymanager/remote-web3signer/internal/client_test.go index 475b382084..0e91317460 100644 --- a/validator/keymanager/remote-web3signer/internal/client_test.go +++ b/validator/keymanager/remote-web3signer/internal/client_test.go @@ -9,8 +9,8 @@ import ( "net/url" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/internal" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/internal" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/stretchr/testify/assert" ) diff --git a/validator/keymanager/remote-web3signer/keymanager.go b/validator/keymanager/remote-web3signer/keymanager.go index ca6a7cbfde..b68007a43a 100644 --- a/validator/keymanager/remote-web3signer/keymanager.go +++ b/validator/keymanager/remote-web3signer/keymanager.go @@ -13,18 +13,18 @@ import ( "sync" "time" - "github.com/OffchainLabs/prysm/v6/async/event" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/time/slots" - "github.com/OffchainLabs/prysm/v6/validator/accounts/petnames" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/internal" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types" + "github.com/OffchainLabs/prysm/v7/async/event" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/time/slots" + "github.com/OffchainLabs/prysm/v7/validator/accounts/petnames" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/internal" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/types" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/fsnotify/fsnotify" "github.com/go-playground/validator/v10" diff --git a/validator/keymanager/remote-web3signer/keymanager_test.go b/validator/keymanager/remote-web3signer/keymanager_test.go index fc6fdfd04d..d27b4e984b 100644 --- a/validator/keymanager/remote-web3signer/keymanager_test.go +++ b/validator/keymanager/remote-web3signer/keymanager_test.go @@ -14,14 +14,14 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/internal" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types/mock" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/internal" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/types/mock" "github.com/ethereum/go-ethereum/common/hexutil" logTest "github.com/sirupsen/logrus/hooks/test" "github.com/stretchr/testify/assert" diff --git a/validator/keymanager/remote-web3signer/types/BUILD.bazel b/validator/keymanager/remote-web3signer/types/BUILD.bazel index 79cffaca88..e5ebd3091a 100644 --- a/validator/keymanager/remote-web3signer/types/BUILD.bazel +++ b/validator/keymanager/remote-web3signer/types/BUILD.bazel @@ -7,7 +7,7 @@ go_library( "requests.go", "web3signer_types.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types", + importpath = "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/types", visibility = ["//visibility:public"], deps = [ "//config/params:go_default_library", diff --git a/validator/keymanager/remote-web3signer/types/custom_mappers.go b/validator/keymanager/remote-web3signer/types/custom_mappers.go index 0eca3ad293..53ae09e2c3 100644 --- a/validator/keymanager/remote-web3signer/types/custom_mappers.go +++ b/validator/keymanager/remote-web3signer/types/custom_mappers.go @@ -3,10 +3,10 @@ package types import ( "fmt" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/time/slots" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/time/slots" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/keymanager/remote-web3signer/types/custom_mappers_test.go b/validator/keymanager/remote-web3signer/types/custom_mappers_test.go index 2e1d230bcb..73de1e3c7f 100644 --- a/validator/keymanager/remote-web3signer/types/custom_mappers_test.go +++ b/validator/keymanager/remote-web3signer/types/custom_mappers_test.go @@ -5,11 +5,11 @@ import ( "testing" "github.com/OffchainLabs/go-bitfield" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types/mock" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/types" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/types/mock" ) func TestMapAggregateAndProof(t *testing.T) { diff --git a/validator/keymanager/remote-web3signer/types/mock/BUILD.bazel b/validator/keymanager/remote-web3signer/types/mock/BUILD.bazel index 40df946d36..6f3ed4891d 100644 --- a/validator/keymanager/remote-web3signer/types/mock/BUILD.bazel +++ b/validator/keymanager/remote-web3signer/types/mock/BUILD.bazel @@ -4,7 +4,7 @@ go_library( name = "go_default_library", testonly = True, srcs = ["mocks.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types/mock", + importpath = "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/types/mock", visibility = ["//visibility:public"], deps = [ "//config/fieldparams:go_default_library", diff --git a/validator/keymanager/remote-web3signer/types/mock/mocks.go b/validator/keymanager/remote-web3signer/types/mock/mocks.go index 4c70815f53..67d1057d69 100644 --- a/validator/keymanager/remote-web3signer/types/mock/mocks.go +++ b/validator/keymanager/remote-web3signer/types/mock/mocks.go @@ -6,14 +6,14 @@ import ( "strings" "github.com/OffchainLabs/go-bitfield" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/util" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/util" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/types" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/keymanager/remote-web3signer/types/requests.go b/validator/keymanager/remote-web3signer/types/requests.go index a3f99babd2..9b868e1f86 100644 --- a/validator/keymanager/remote-web3signer/types/requests.go +++ b/validator/keymanager/remote-web3signer/types/requests.go @@ -5,10 +5,10 @@ import ( "fmt" "strings" - "github.com/OffchainLabs/prysm/v6/consensus-types/blocks" - "github.com/OffchainLabs/prysm/v6/consensus-types/interfaces" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/consensus-types/blocks" + "github.com/OffchainLabs/prysm/v7/consensus-types/interfaces" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/version" "github.com/pkg/errors" ) diff --git a/validator/keymanager/remote-web3signer/types/requests_test.go b/validator/keymanager/remote-web3signer/types/requests_test.go index a12619146e..18e828043b 100644 --- a/validator/keymanager/remote-web3signer/types/requests_test.go +++ b/validator/keymanager/remote-web3signer/types/requests_test.go @@ -5,12 +5,12 @@ import ( "reflect" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer/types/mock" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/types" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer/types/mock" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/keymanager/types.go b/validator/keymanager/types.go index bacb2fb1d0..c7e21b71a2 100644 --- a/validator/keymanager/types.go +++ b/validator/keymanager/types.go @@ -5,10 +5,10 @@ import ( "fmt" "strings" - "github.com/OffchainLabs/prysm/v6/async/event" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - validatorpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1/validator-client" + "github.com/OffchainLabs/prysm/v7/async/event" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + validatorpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1/validator-client" ) // IKeymanager defines a general keymanager interface for Prysm wallets. diff --git a/validator/keymanager/types_test.go b/validator/keymanager/types_test.go index 4e0e583303..18c7089d28 100644 --- a/validator/keymanager/types_test.go +++ b/validator/keymanager/types_test.go @@ -5,12 +5,12 @@ import ( "strings" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" ) var ( diff --git a/validator/node/BUILD.bazel b/validator/node/BUILD.bazel index 5fbde0d71c..d4c6f496bc 100644 --- a/validator/node/BUILD.bazel +++ b/validator/node/BUILD.bazel @@ -27,7 +27,7 @@ go_library( "log.go", "node.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/node", + importpath = "github.com/OffchainLabs/prysm/v7/validator/node", visibility = [ "//cmd/validator:__subpackages__", "//validator:__subpackages__", diff --git a/validator/node/node.go b/validator/node/node.go index 84c1e2bc90..490051fab1 100644 --- a/validator/node/node.go +++ b/validator/node/node.go @@ -17,30 +17,30 @@ import ( "syscall" "time" - "github.com/OffchainLabs/prysm/v6/api/server/middleware" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/config/proposer/loader" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/monitoring/prometheus" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing" - "github.com/OffchainLabs/prysm/v6/runtime" - "github.com/OffchainLabs/prysm/v6/runtime/prereqs" - "github.com/OffchainLabs/prysm/v6/runtime/version" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/client" - "github.com/OffchainLabs/prysm/v6/validator/db" - "github.com/OffchainLabs/prysm/v6/validator/db/filesystem" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" - g "github.com/OffchainLabs/prysm/v6/validator/graffiti" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" - "github.com/OffchainLabs/prysm/v6/validator/rpc" + "github.com/OffchainLabs/prysm/v7/api/server/middleware" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/config/proposer/loader" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/monitoring/prometheus" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing" + "github.com/OffchainLabs/prysm/v7/runtime" + "github.com/OffchainLabs/prysm/v7/runtime/prereqs" + "github.com/OffchainLabs/prysm/v7/runtime/version" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/client" + "github.com/OffchainLabs/prysm/v7/validator/db" + "github.com/OffchainLabs/prysm/v7/validator/db/filesystem" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" + g "github.com/OffchainLabs/prysm/v7/validator/graffiti" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/validator/rpc" "github.com/pkg/errors" "github.com/sirupsen/logrus" "github.com/urfave/cli/v2" diff --git a/validator/node/node_test.go b/validator/node/node_test.go index c41b7a1091..c88eb70b7a 100644 --- a/validator/node/node_test.go +++ b/validator/node/node_test.go @@ -8,16 +8,16 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/cmd" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/cmd" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" logtest "github.com/sirupsen/logrus/hooks/test" "github.com/urfave/cli/v2" ) diff --git a/validator/rpc/BUILD.bazel b/validator/rpc/BUILD.bazel index f7e4b41fe1..86df1841d2 100644 --- a/validator/rpc/BUILD.bazel +++ b/validator/rpc/BUILD.bazel @@ -17,7 +17,7 @@ go_library( "server.go", "structs.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/rpc", + importpath = "github.com/OffchainLabs/prysm/v7/validator/rpc", visibility = [ "//visibility:public", ], diff --git a/validator/rpc/auth_token.go b/validator/rpc/auth_token.go index 5d7d251279..8f9ac76ada 100644 --- a/validator/rpc/auth_token.go +++ b/validator/rpc/auth_token.go @@ -12,10 +12,10 @@ import ( "path/filepath" "strings" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/io/file" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/io/file" "github.com/fsnotify/fsnotify" "github.com/golang-jwt/jwt/v4" "github.com/pkg/errors" diff --git a/validator/rpc/auth_token_test.go b/validator/rpc/auth_token_test.go index f8f023ceee..22cb744a6f 100644 --- a/validator/rpc/auth_token_test.go +++ b/validator/rpc/auth_token_test.go @@ -11,9 +11,9 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/require" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/golang-jwt/jwt/v4" logTest "github.com/sirupsen/logrus/hooks/test" diff --git a/validator/rpc/beacon.go b/validator/rpc/beacon.go index e18988e20c..01813fafd0 100644 --- a/validator/rpc/beacon.go +++ b/validator/rpc/beacon.go @@ -3,15 +3,15 @@ package rpc import ( "net/http" - api "github.com/OffchainLabs/prysm/v6/api/client" - grpcutil "github.com/OffchainLabs/prysm/v6/api/grpc" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/client" - beaconApi "github.com/OffchainLabs/prysm/v6/validator/client/beacon-api" - beaconChainClientFactory "github.com/OffchainLabs/prysm/v6/validator/client/beacon-chain-client-factory" - nodeClientFactory "github.com/OffchainLabs/prysm/v6/validator/client/node-client-factory" - validatorClientFactory "github.com/OffchainLabs/prysm/v6/validator/client/validator-client-factory" - validatorHelpers "github.com/OffchainLabs/prysm/v6/validator/helpers" + api "github.com/OffchainLabs/prysm/v7/api/client" + grpcutil "github.com/OffchainLabs/prysm/v7/api/grpc" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/client" + beaconApi "github.com/OffchainLabs/prysm/v7/validator/client/beacon-api" + beaconChainClientFactory "github.com/OffchainLabs/prysm/v7/validator/client/beacon-chain-client-factory" + nodeClientFactory "github.com/OffchainLabs/prysm/v7/validator/client/node-client-factory" + validatorClientFactory "github.com/OffchainLabs/prysm/v7/validator/client/validator-client-factory" + validatorHelpers "github.com/OffchainLabs/prysm/v7/validator/helpers" middleware "github.com/grpc-ecosystem/go-grpc-middleware" grpcretry "github.com/grpc-ecosystem/go-grpc-middleware/retry" grpcopentracing "github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing" diff --git a/validator/rpc/beacon_test.go b/validator/rpc/beacon_test.go index dc436f02f0..b3842ad4a8 100644 --- a/validator/rpc/beacon_test.go +++ b/validator/rpc/beacon_test.go @@ -3,8 +3,8 @@ package rpc import ( "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" "google.golang.org/grpc/metadata" ) diff --git a/validator/rpc/handler_wallet.go b/validator/rpc/handler_wallet.go index c94e05c381..129bbf78b3 100644 --- a/validator/rpc/handler_wallet.go +++ b/validator/rpc/handler_wallet.go @@ -9,14 +9,14 @@ import ( "path/filepath" "strings" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/io/prompt" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/io/prompt" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/pkg/errors" "github.com/tyler-smith/go-bip39" "github.com/tyler-smith/go-bip39/wordlists" diff --git a/validator/rpc/handler_wallet_test.go b/validator/rpc/handler_wallet_test.go index 471b17ac93..c5624507f2 100644 --- a/validator/rpc/handler_wallet_test.go +++ b/validator/rpc/handler_wallet_test.go @@ -9,19 +9,19 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/client" - "github.com/OffchainLabs/prysm/v6/validator/client/testutil" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/client" + "github.com/OffchainLabs/prysm/v7/validator/client/testutil" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/google/uuid" "github.com/tyler-smith/go-bip39" keystorev4 "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4" diff --git a/validator/rpc/handlers_accounts.go b/validator/rpc/handlers_accounts.go index de9d71135a..92dc8b8ca8 100644 --- a/validator/rpc/handlers_accounts.go +++ b/validator/rpc/handlers_accounts.go @@ -10,19 +10,19 @@ import ( "net/http" "strconv" - "github.com/OffchainLabs/prysm/v6/api/pagination" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/cmd" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/petnames" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/local" + "github.com/OffchainLabs/prysm/v7/api/pagination" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/cmd" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/petnames" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/local" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" ) diff --git a/validator/rpc/handlers_accounts_test.go b/validator/rpc/handlers_accounts_test.go index f19fb84922..7eecd4a091 100644 --- a/validator/rpc/handlers_accounts_test.go +++ b/validator/rpc/handlers_accounts_test.go @@ -13,19 +13,19 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/client" - "github.com/OffchainLabs/prysm/v6/validator/client/testutil" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - constant "github.com/OffchainLabs/prysm/v6/validator/testing" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/client" + "github.com/OffchainLabs/prysm/v7/validator/client/testutil" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + constant "github.com/OffchainLabs/prysm/v7/validator/testing" "github.com/ethereum/go-ethereum/common/hexutil" "go.uber.org/mock/gomock" "google.golang.org/protobuf/types/known/timestamppb" diff --git a/validator/rpc/handlers_auth.go b/validator/rpc/handlers_auth.go index b564f374fa..3244f50cff 100644 --- a/validator/rpc/handlers_auth.go +++ b/validator/rpc/handlers_auth.go @@ -3,10 +3,10 @@ package rpc import ( "net/http" - "github.com/OffchainLabs/prysm/v6/io/file" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/io/file" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" "github.com/pkg/errors" ) diff --git a/validator/rpc/handlers_auth_test.go b/validator/rpc/handlers_auth_test.go index b4c7d033cb..20a640fcff 100644 --- a/validator/rpc/handlers_auth_test.go +++ b/validator/rpc/handlers_auth_test.go @@ -8,10 +8,10 @@ import ( "path/filepath" "testing" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" ) func TestInitialize(t *testing.T) { diff --git a/validator/rpc/handlers_beacon.go b/validator/rpc/handlers_beacon.go index 351acfd95e..c3b7c6d711 100644 --- a/validator/rpc/handlers_beacon.go +++ b/validator/rpc/handlers_beacon.go @@ -8,12 +8,12 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "google.golang.org/protobuf/types/known/emptypb" diff --git a/validator/rpc/handlers_beacon_test.go b/validator/rpc/handlers_beacon_test.go index c410ee7b8b..88d5a6b099 100644 --- a/validator/rpc/handlers_beacon_test.go +++ b/validator/rpc/handlers_beacon_test.go @@ -9,10 +9,10 @@ import ( "testing" "time" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" "go.uber.org/mock/gomock" diff --git a/validator/rpc/handlers_health.go b/validator/rpc/handlers_health.go index 32cf39e6fd..835095f966 100644 --- a/validator/rpc/handlers_health.go +++ b/validator/rpc/handlers_health.go @@ -5,11 +5,11 @@ import ( "fmt" "net/http" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/runtime/version" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/runtime/version" "google.golang.org/protobuf/types/known/emptypb" ) diff --git a/validator/rpc/handlers_health_test.go b/validator/rpc/handlers_health_test.go index 47e499b337..5eef237bd2 100644 --- a/validator/rpc/handlers_health_test.go +++ b/validator/rpc/handlers_health_test.go @@ -9,11 +9,11 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/io/logs/mock" - pb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/require" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/io/logs/mock" + pb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/require" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" "github.com/golang/protobuf/ptypes/empty" "go.uber.org/mock/gomock" "google.golang.org/grpc" diff --git a/validator/rpc/handlers_keymanager.go b/validator/rpc/handlers_keymanager.go index 97c8e9838f..f9df921392 100644 --- a/validator/rpc/handlers_keymanager.go +++ b/validator/rpc/handlers_keymanager.go @@ -9,22 +9,22 @@ import ( "net/http" "strings" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - "github.com/OffchainLabs/prysm/v6/beacon-chain/rpc/eth/shared" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/validator/client" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - slashingprotection "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + "github.com/OffchainLabs/prysm/v7/beacon-chain/rpc/eth/shared" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/validator/client" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + slashingprotection "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/pkg/errors" diff --git a/validator/rpc/handlers_keymanager_test.go b/validator/rpc/handlers_keymanager_test.go index 31238cc2f7..9840a681db 100644 --- a/validator/rpc/handlers_keymanager_test.go +++ b/validator/rpc/handlers_keymanager_test.go @@ -13,32 +13,32 @@ import ( "testing" "time" - "github.com/OffchainLabs/prysm/v6/cmd/validator/flags" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/config/proposer" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/consensus-types/validator" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - validatormock "github.com/OffchainLabs/prysm/v6/testing/validator-mock" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/accounts/iface" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/client" - "github.com/OffchainLabs/prysm/v6/validator/client/testutil" - dbCommon "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/db/filesystem" - DBIface "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" - dbtest "github.com/OffchainLabs/prysm/v6/validator/db/testing" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/keymanager/derived" - remoteweb3signer "github.com/OffchainLabs/prysm/v6/validator/keymanager/remote-web3signer" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" - mocks "github.com/OffchainLabs/prysm/v6/validator/testing" + "github.com/OffchainLabs/prysm/v7/cmd/validator/flags" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/config/proposer" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/consensus-types/validator" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + validatormock "github.com/OffchainLabs/prysm/v7/testing/validator-mock" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/accounts/iface" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/client" + "github.com/OffchainLabs/prysm/v7/validator/client/testutil" + dbCommon "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/db/filesystem" + DBIface "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" + dbtest "github.com/OffchainLabs/prysm/v7/validator/db/testing" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/keymanager/derived" + remoteweb3signer "github.com/OffchainLabs/prysm/v7/validator/keymanager/remote-web3signer" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" + mocks "github.com/OffchainLabs/prysm/v7/validator/testing" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/urfave/cli/v2" diff --git a/validator/rpc/handlers_slashing.go b/validator/rpc/handlers_slashing.go index be93c3f0f0..2d8002e297 100644 --- a/validator/rpc/handlers_slashing.go +++ b/validator/rpc/handlers_slashing.go @@ -6,9 +6,9 @@ import ( "io" "net/http" - "github.com/OffchainLabs/prysm/v6/monitoring/tracing/trace" - "github.com/OffchainLabs/prysm/v6/network/httputil" - slashing "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history" + "github.com/OffchainLabs/prysm/v7/monitoring/tracing/trace" + "github.com/OffchainLabs/prysm/v7/network/httputil" + slashing "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history" "github.com/pkg/errors" ) diff --git a/validator/rpc/handlers_slashing_test.go b/validator/rpc/handlers_slashing_test.go index 9ace45a7ca..e628c1f796 100644 --- a/validator/rpc/handlers_slashing_test.go +++ b/validator/rpc/handlers_slashing_test.go @@ -8,15 +8,15 @@ import ( "net/http/httptest" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/accounts" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/db/filesystem" - "github.com/OffchainLabs/prysm/v6/validator/db/iface" - "github.com/OffchainLabs/prysm/v6/validator/db/kv" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" - mocks "github.com/OffchainLabs/prysm/v6/validator/testing" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/accounts" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/db/filesystem" + "github.com/OffchainLabs/prysm/v7/validator/db/iface" + "github.com/OffchainLabs/prysm/v7/validator/db/kv" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" + mocks "github.com/OffchainLabs/prysm/v7/validator/testing" ) func TestImportSlashingProtection_Preconditions(t *testing.T) { diff --git a/validator/rpc/intercepter.go b/validator/rpc/intercepter.go index 12761eff0a..c0d8d36fcf 100644 --- a/validator/rpc/intercepter.go +++ b/validator/rpc/intercepter.go @@ -5,8 +5,8 @@ import ( "net/http" "strings" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/network/httputil" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/network/httputil" "github.com/sirupsen/logrus" "google.golang.org/grpc" "google.golang.org/grpc/codes" diff --git a/validator/rpc/intercepter_test.go b/validator/rpc/intercepter_test.go index 5fca66058c..1f34a05066 100644 --- a/validator/rpc/intercepter_test.go +++ b/validator/rpc/intercepter_test.go @@ -7,9 +7,9 @@ import ( "net/http/httptest" "testing" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/network/httputil" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/network/httputil" + "github.com/OffchainLabs/prysm/v7/testing/require" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/validator/rpc/server.go b/validator/rpc/server.go index 85322a910f..a718799cc8 100644 --- a/validator/rpc/server.go +++ b/validator/rpc/server.go @@ -9,18 +9,18 @@ import ( "strings" "time" - "github.com/OffchainLabs/prysm/v6/api" - "github.com/OffchainLabs/prysm/v6/api/server/httprest" - "github.com/OffchainLabs/prysm/v6/api/server/middleware" - "github.com/OffchainLabs/prysm/v6/async/event" - "github.com/OffchainLabs/prysm/v6/config/features" - "github.com/OffchainLabs/prysm/v6/io/logs" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/accounts/wallet" - "github.com/OffchainLabs/prysm/v6/validator/client" - iface "github.com/OffchainLabs/prysm/v6/validator/client/iface" - "github.com/OffchainLabs/prysm/v6/validator/db" - "github.com/OffchainLabs/prysm/v6/validator/web" + "github.com/OffchainLabs/prysm/v7/api" + "github.com/OffchainLabs/prysm/v7/api/server/httprest" + "github.com/OffchainLabs/prysm/v7/api/server/middleware" + "github.com/OffchainLabs/prysm/v7/async/event" + "github.com/OffchainLabs/prysm/v7/config/features" + "github.com/OffchainLabs/prysm/v7/io/logs" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/accounts/wallet" + "github.com/OffchainLabs/prysm/v7/validator/client" + iface "github.com/OffchainLabs/prysm/v7/validator/client/iface" + "github.com/OffchainLabs/prysm/v7/validator/db" + "github.com/OffchainLabs/prysm/v7/validator/web" "github.com/pkg/errors" ) diff --git a/validator/rpc/server_test.go b/validator/rpc/server_test.go index 200b25a34b..97c602ec13 100644 --- a/validator/rpc/server_test.go +++ b/validator/rpc/server_test.go @@ -4,7 +4,7 @@ import ( "net/http" "testing" - "github.com/OffchainLabs/prysm/v6/testing/require" + "github.com/OffchainLabs/prysm/v7/testing/require" ) func TestServer_InitializeRoutes(t *testing.T) { diff --git a/validator/rpc/structs.go b/validator/rpc/structs.go index 9d9ecc1b67..77bfabff8f 100644 --- a/validator/rpc/structs.go +++ b/validator/rpc/structs.go @@ -4,13 +4,13 @@ import ( "fmt" "strconv" - "github.com/OffchainLabs/prysm/v6/api/server" - "github.com/OffchainLabs/prysm/v6/api/server/structs" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/validator/keymanager" + "github.com/OffchainLabs/prysm/v7/api/server" + "github.com/OffchainLabs/prysm/v7/api/server/structs" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/validator/keymanager" "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/validator/slashing-protection-history/BUILD.bazel b/validator/slashing-protection-history/BUILD.bazel index da50a8e316..71909a91c1 100644 --- a/validator/slashing-protection-history/BUILD.bazel +++ b/validator/slashing-protection-history/BUILD.bazel @@ -6,7 +6,7 @@ go_library( "doc.go", "export.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history", + importpath = "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history", visibility = [ "//cmd:__subpackages__", "//validator:__subpackages__", diff --git a/validator/slashing-protection-history/export.go b/validator/slashing-protection-history/export.go index 17cfa2fea7..4da0132caf 100644 --- a/validator/slashing-protection-history/export.go +++ b/validator/slashing-protection-history/export.go @@ -6,12 +6,12 @@ import ( "sort" "strings" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/monitoring/progress" - "github.com/OffchainLabs/prysm/v6/validator/db" - "github.com/OffchainLabs/prysm/v6/validator/helpers" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/monitoring/progress" + "github.com/OffchainLabs/prysm/v7/validator/db" + "github.com/OffchainLabs/prysm/v7/validator/helpers" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" "github.com/pkg/errors" ) diff --git a/validator/slashing-protection-history/export_test.go b/validator/slashing-protection-history/export_test.go index 81219d56c8..2cee7b00a8 100644 --- a/validator/slashing-protection-history/export_test.go +++ b/validator/slashing-protection-history/export_test.go @@ -4,13 +4,13 @@ import ( "fmt" "testing" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - ethpb "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - dbtest "github.com/OffchainLabs/prysm/v6/validator/db/testing" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + ethpb "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + dbtest "github.com/OffchainLabs/prysm/v7/validator/db/testing" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" ) func TestExportStandardProtectionJSON_EmptyGenesisRoot(t *testing.T) { diff --git a/validator/slashing-protection-history/format/BUILD.bazel b/validator/slashing-protection-history/format/BUILD.bazel index 8f8d7197ec..41c4353f5e 100644 --- a/validator/slashing-protection-history/format/BUILD.bazel +++ b/validator/slashing-protection-history/format/BUILD.bazel @@ -3,6 +3,6 @@ load("@prysm//tools/go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["format.go"], - importpath = "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format", + importpath = "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format", visibility = ["//visibility:public"], ) diff --git a/validator/slashing-protection-history/round_trip_test.go b/validator/slashing-protection-history/round_trip_test.go index c096f00b16..50a5d534bb 100644 --- a/validator/slashing-protection-history/round_trip_test.go +++ b/validator/slashing-protection-history/round_trip_test.go @@ -6,14 +6,14 @@ import ( "fmt" "testing" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/testing/assert" - "github.com/OffchainLabs/prysm/v6/testing/require" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - dbtest "github.com/OffchainLabs/prysm/v6/validator/db/testing" - history "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" - slashtest "github.com/OffchainLabs/prysm/v6/validator/testing" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/require" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + dbtest "github.com/OffchainLabs/prysm/v7/validator/db/testing" + history "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" + slashtest "github.com/OffchainLabs/prysm/v7/validator/testing" ) // TestImportExport_RoundTrip tests that we can import and export slashing protection data diff --git a/validator/testing/BUILD.bazel b/validator/testing/BUILD.bazel index 99430e1d0c..61c0424cfd 100644 --- a/validator/testing/BUILD.bazel +++ b/validator/testing/BUILD.bazel @@ -8,7 +8,7 @@ go_library( "mock_protector.go", "protection_history.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/testing", + importpath = "github.com/OffchainLabs/prysm/v7/validator/testing", visibility = [ "//cmd:__subpackages__", "//validator:__subpackages__", diff --git a/validator/testing/mock_protector.go b/validator/testing/mock_protector.go index d9b0c4b5e8..a276e11e97 100644 --- a/validator/testing/mock_protector.go +++ b/validator/testing/mock_protector.go @@ -3,7 +3,7 @@ package testing import ( "context" - eth "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" + eth "github.com/OffchainLabs/prysm/v7/proto/prysm/v1alpha1" ) // MockProtector mocks the protector. diff --git a/validator/testing/protection_history.go b/validator/testing/protection_history.go index 29f33704b2..39614ac964 100644 --- a/validator/testing/protection_history.go +++ b/validator/testing/protection_history.go @@ -3,14 +3,14 @@ package testing import ( "fmt" - fieldparams "github.com/OffchainLabs/prysm/v6/config/fieldparams" - "github.com/OffchainLabs/prysm/v6/config/params" - "github.com/OffchainLabs/prysm/v6/consensus-types/primitives" - "github.com/OffchainLabs/prysm/v6/crypto/bls" - "github.com/OffchainLabs/prysm/v6/crypto/rand" - "github.com/OffchainLabs/prysm/v6/encoding/bytesutil" - "github.com/OffchainLabs/prysm/v6/validator/db/common" - "github.com/OffchainLabs/prysm/v6/validator/slashing-protection-history/format" + fieldparams "github.com/OffchainLabs/prysm/v7/config/fieldparams" + "github.com/OffchainLabs/prysm/v7/config/params" + "github.com/OffchainLabs/prysm/v7/consensus-types/primitives" + "github.com/OffchainLabs/prysm/v7/crypto/bls" + "github.com/OffchainLabs/prysm/v7/crypto/rand" + "github.com/OffchainLabs/prysm/v7/encoding/bytesutil" + "github.com/OffchainLabs/prysm/v7/validator/db/common" + "github.com/OffchainLabs/prysm/v7/validator/slashing-protection-history/format" ) // MockSlashingProtectionJSON creates a mock, full slashing protection JSON struct diff --git a/validator/web/BUILD.bazel b/validator/web/BUILD.bazel index d9c8670636..713989b5d8 100644 --- a/validator/web/BUILD.bazel +++ b/validator/web/BUILD.bazel @@ -9,7 +9,7 @@ go_library( "log.go", "site_data.go", ], - importpath = "github.com/OffchainLabs/prysm/v6/validator/web", + importpath = "github.com/OffchainLabs/prysm/v7/validator/web", visibility = [ "//validator:__subpackages__", ], diff --git a/validator/web/handler_test.go b/validator/web/handler_test.go index cfa044655d..609d6a99c9 100644 --- a/validator/web/handler_test.go +++ b/validator/web/handler_test.go @@ -5,7 +5,7 @@ import ( "net/http/httptest" "testing" - "github.com/OffchainLabs/prysm/v6/testing/assert" + "github.com/OffchainLabs/prysm/v7/testing/assert" ) func TestHandler(t *testing.T) {