From 5f8af8ced17d24f3f0c6172293cd37fb3d055807 Mon Sep 17 00:00:00 2001 From: Runchao Han Date: Mon, 29 Jul 2024 22:37:13 +0800 Subject: [PATCH] rename BabylonLabs dependencies (#1) Rename BabylonChain to BabylonLabs --------- Co-authored-by: KonradStaniec --- .github/workflows/publish.yml | 10 +- CHANGELOG.md | 830 +++++++++--------- LICENSE | 6 +- Makefile | 10 +- SECURITY.md | 2 +- app/ante_btc_validation_decorator.go | 8 +- app/app.go | 52 +- app/encoding.go | 4 +- app/keepers/keepers.go | 44 +- app/keepers/utils.go | 2 +- app/test_helpers.go | 12 +- app/upgrades/types.go | 2 +- app/upgrades/vanilla/upgrades.go | 10 +- app/upgrades/vanilla/upgrades_test.go | 6 +- btcstaking/btcstaking_test.go | 4 +- btcstaking/identifiable_staking_test.go | 4 +- btcstaking/staking.go | 2 +- btcstaking/staking_test.go | 4 +- btcstaking/staking_testvectors_test.go | 2 +- btcstaking/staking_utils_test.go | 6 +- btcstaking/types.go | 2 +- client/client/client.go | 6 +- client/client/keys.go | 2 +- client/client/keys_test.go | 8 +- client/client/tx.go | 4 +- client/config/babylon_config.go | 2 +- client/config/babylon_query_config_test.go | 2 +- client/docs/swagger-ui/swagger.yaml | 2 +- client/query/btccheckpoint.go | 2 +- client/query/btclightclient.go | 2 +- client/query/btcstaking.go | 2 +- client/query/checkpointing.go | 2 +- client/query/client.go | 2 +- client/query/epoching.go | 2 +- client/query/finality.go | 2 +- client/query/incentive.go | 2 +- client/query/monitor.go | 2 +- client/query/zoneconcierge.go | 2 +- cmd/babylond/cmd/cmd_test.go | 4 +- cmd/babylond/cmd/create_bls_key.go | 8 +- cmd/babylond/cmd/custom_babylon_config.go | 2 +- cmd/babylond/cmd/flags.go | 8 +- cmd/babylond/cmd/genaccounts_test.go | 4 +- cmd/babylond/cmd/genesis.go | 16 +- cmd/babylond/cmd/genhelpers/bls_add.go | 2 +- cmd/babylond/cmd/genhelpers/bls_add_test.go | 12 +- cmd/babylond/cmd/genhelpers/bls_create.go | 4 +- .../cmd/genhelpers/bls_create_test.go | 8 +- .../cmd/genhelpers/set_btc_delegations.go | 2 +- .../genhelpers/set_btc_delegations_test.go | 12 +- .../cmd/genhelpers/set_btc_headers.go | 2 +- .../cmd/genhelpers/set_btc_headers_test.go | 8 +- .../cmd/genhelpers/set_finality_providers.go | 2 +- .../genhelpers/set_finality_providers_test.go | 8 +- cmd/babylond/cmd/root.go | 8 +- cmd/babylond/cmd/testnet.go | 12 +- cmd/babylond/cmd/testnet_test.go | 2 +- cmd/babylond/cmd/validate_genesis.go | 2 +- cmd/babylond/cmd/validate_genesis_test.go | 6 +- cmd/babylond/main.go | 6 +- contrib/images/Makefile | 10 +- contrib/images/babylond/Dockerfile | 12 +- crypto/bip322/bip322_test.go | 4 +- crypto/ecdsa/ecdsa_test.go | 2 +- crypto/eots/eots_test.go | 4 +- crypto/eots/examples/btc-testnet-txs/main.go | 2 +- crypto/schnorr-adaptor-signature/keys_test.go | 2 +- crypto/schnorr-adaptor-signature/sig_test.go | 2 +- docker-compose.yml | 8 +- docs/architecture.md | 4 +- docs/transaction-impl-spec.md | 2 +- go.mod | 2 +- privval/file.go | 4 +- privval/types.go | 4 +- .../btccheckpoint/v1/btccheckpoint.proto | 8 +- proto/babylon/btccheckpoint/v1/genesis.proto | 2 +- proto/babylon/btccheckpoint/v1/params.proto | 2 +- proto/babylon/btccheckpoint/v1/query.proto | 2 +- proto/babylon/btccheckpoint/v1/tx.proto | 2 +- .../btclightclient/v1/btclightclient.proto | 6 +- proto/babylon/btclightclient/v1/event.proto | 2 +- proto/babylon/btclightclient/v1/genesis.proto | 2 +- proto/babylon/btclightclient/v1/params.proto | 2 +- proto/babylon/btclightclient/v1/query.proto | 8 +- proto/babylon/btclightclient/v1/tx.proto | 4 +- proto/babylon/btcstaking/v1/btcstaking.proto | 24 +- proto/babylon/btcstaking/v1/events.proto | 4 +- proto/babylon/btcstaking/v1/genesis.proto | 8 +- proto/babylon/btcstaking/v1/incentive.proto | 6 +- proto/babylon/btcstaking/v1/params.proto | 4 +- proto/babylon/btcstaking/v1/pop.proto | 2 +- proto/babylon/btcstaking/v1/query.proto | 8 +- proto/babylon/btcstaking/v1/tx.proto | 18 +- proto/babylon/checkpointing/v1/bls_key.proto | 8 +- .../babylon/checkpointing/v1/checkpoint.proto | 8 +- proto/babylon/checkpointing/v1/events.proto | 2 +- proto/babylon/checkpointing/v1/genesis.proto | 2 +- proto/babylon/checkpointing/v1/query.proto | 6 +- proto/babylon/checkpointing/v1/tx.proto | 2 +- proto/babylon/epoching/v1/epoching.proto | 2 +- proto/babylon/epoching/v1/events.proto | 2 +- proto/babylon/epoching/v1/genesis.proto | 2 +- proto/babylon/epoching/v1/params.proto | 2 +- proto/babylon/epoching/v1/query.proto | 2 +- proto/babylon/epoching/v1/tx.proto | 2 +- proto/babylon/finality/v1/events.proto | 2 +- proto/babylon/finality/v1/finality.proto | 12 +- proto/babylon/finality/v1/genesis.proto | 16 +- proto/babylon/finality/v1/params.proto | 2 +- proto/babylon/finality/v1/query.proto | 6 +- proto/babylon/finality/v1/tx.proto | 12 +- proto/babylon/incentive/genesis.proto | 2 +- proto/babylon/incentive/incentive.proto | 2 +- proto/babylon/incentive/params.proto | 2 +- proto/babylon/incentive/query.proto | 2 +- proto/babylon/incentive/tx.proto | 2 +- proto/babylon/monitor/v1/genesis.proto | 2 +- proto/babylon/monitor/v1/query.proto | 2 +- proto/babylon/zoneconcierge/v1/genesis.proto | 2 +- proto/babylon/zoneconcierge/v1/packet.proto | 2 +- proto/babylon/zoneconcierge/v1/params.proto | 2 +- proto/babylon/zoneconcierge/v1/query.proto | 2 +- proto/babylon/zoneconcierge/v1/tx.proto | 2 +- .../zoneconcierge/v1/zoneconcierge.proto | 2 +- proto/scripts/protocgen.sh | 2 +- test/e2e/README.md | 2 +- test/e2e/btc_staking_e2e_test.go | 24 +- test/e2e/btc_timestamping_e2e_test.go | 10 +- .../btc_timestamping_phase2_hermes_test.go | 6 +- test/e2e/btc_timestamping_phase2_rly_test.go | 6 +- test/e2e/bytecode/README.md | 2 +- test/e2e/configurer/base.go | 12 +- test/e2e/configurer/chain/chain.go | 6 +- test/e2e/configurer/chain/commands.go | 18 +- .../configurer/chain/commands_btcstaking.go | 10 +- test/e2e/configurer/chain/node.go | 4 +- test/e2e/configurer/chain/queries.go | 12 +- .../configurer/chain/queries_btcstaking.go | 8 +- test/e2e/configurer/chain/queries_ibc.go | 2 +- .../e2e/configurer/chain/queries_incentive.go | 4 +- test/e2e/configurer/current.go | 6 +- test/e2e/configurer/factory.go | 8 +- test/e2e/containers/config.go | 4 +- test/e2e/ibc_transfer_e2e_test.go | 4 +- test/e2e/initialization/chain/main.go | 2 +- test/e2e/initialization/config.go | 12 +- test/e2e/initialization/init.go | 4 +- test/e2e/initialization/init_test.go | 2 +- test/e2e/initialization/node.go | 12 +- test/e2e/initialization/node/main.go | 2 +- test/e2e/initialization/util.go | 2 +- test/e2e/scripts/download_release.sh | 7 +- test/e2e/util/codec.go | 4 +- testutil/datagen/account_balance.go | 2 +- testutil/datagen/btc_address_test.go | 2 +- testutil/datagen/btc_blockchain.go | 2 +- testutil/datagen/btc_header_chain.go | 4 +- testutil/datagen/btc_header_info.go | 6 +- testutil/datagen/btc_schnorr.go | 2 +- testutil/datagen/btc_transaction.go | 6 +- testutil/datagen/btcstaking.go | 6 +- testutil/datagen/covenant.go | 8 +- testutil/datagen/epoching.go | 2 +- testutil/datagen/finality.go | 6 +- testutil/datagen/genesiskey.go | 10 +- testutil/datagen/incentive.go | 6 +- testutil/datagen/init_val.go | 4 +- testutil/datagen/raw_checkpoint.go | 6 +- testutil/datagen/tendermint.go | 2 +- testutil/datagen/val_set.go | 6 +- testutil/datagen/vote_ext.go | 2 +- testutil/helper/gen_blocks.go | 2 +- testutil/helper/helper.go | 18 +- testutil/keeper/btccheckpoint.go | 4 +- testutil/keeper/btclightclient.go | 8 +- testutil/keeper/btcstaking.go | 4 +- testutil/keeper/checkpointing.go | 4 +- testutil/keeper/epoching.go | 4 +- testutil/keeper/finality.go | 4 +- testutil/keeper/incentive.go | 4 +- testutil/keeper/zoneconcierge.go | 4 +- testutil/mocks/bls_signer.go | 2 +- .../mocks/checkpointing_expected_keepers.go | 4 +- testutil/mocks/proposal_keeper.go | 6 +- types/btc_header_bytes_test.go | 4 +- types/btc_header_hash_bytes_test.go | 4 +- types/btc_schnorr_eots_test.go | 4 +- types/btc_schnorr_pk_test.go | 4 +- types/btc_schnorr_pub_rand.go | 2 +- types/btc_schnorr_pub_rand_test.go | 4 +- types/btc_schnorr_sig_test.go | 4 +- types/btcutils_test.go | 2 +- types/retry/retry.go | 6 +- wasmbinding/bindings/utils.go | 2 +- wasmbinding/test/custom_query_test.go | 6 +- wasmbinding/wasm.go | 10 +- x/btccheckpoint/abci.go | 2 +- x/btccheckpoint/client/cli/query.go | 2 +- x/btccheckpoint/client/cli/query_params.go | 2 +- x/btccheckpoint/client/cli/tx.go | 2 +- x/btccheckpoint/genesis.go | 4 +- x/btccheckpoint/genesis_test.go | 6 +- x/btccheckpoint/keeper/grpc_query.go | 2 +- x/btccheckpoint/keeper/grpc_query_params.go | 2 +- .../keeper/grpc_query_params_test.go | 4 +- x/btccheckpoint/keeper/grpc_query_test.go | 4 +- x/btccheckpoint/keeper/hooks.go | 4 +- x/btccheckpoint/keeper/incentive.go | 2 +- x/btccheckpoint/keeper/keeper.go | 6 +- x/btccheckpoint/keeper/keeper_test.go | 4 +- x/btccheckpoint/keeper/msg_server.go | 2 +- x/btccheckpoint/keeper/msg_server_test.go | 10 +- x/btccheckpoint/keeper/params.go | 2 +- x/btccheckpoint/keeper/params_test.go | 4 +- x/btccheckpoint/keeper/submissions.go | 4 +- x/btccheckpoint/module.go | 6 +- x/btccheckpoint/types/btccheckpoint.pb.go | 120 +-- x/btccheckpoint/types/btcutils.go | 2 +- x/btccheckpoint/types/btcutils_test.go | 6 +- x/btccheckpoint/types/expected_keepers.go | 4 +- x/btccheckpoint/types/genesis.pb.go | 12 +- x/btccheckpoint/types/genesis_test.go | 2 +- x/btccheckpoint/types/mock_keepers.go | 4 +- x/btccheckpoint/types/msgs.go | 2 +- x/btccheckpoint/types/params.go | 2 +- x/btccheckpoint/types/params.pb.go | 12 +- x/btccheckpoint/types/params_test.go | 2 +- x/btccheckpoint/types/query.pb.go | 120 +-- x/btccheckpoint/types/tx.pb.go | 12 +- x/btccheckpoint/types/types.go | 4 +- x/btclightclient/README.md | 6 +- x/btclightclient/client/cli/query.go | 2 +- x/btclightclient/client/cli/tx.go | 2 +- x/btclightclient/genesis.go | 4 +- x/btclightclient/genesis_test.go | 14 +- x/btclightclient/keeper/base_btc_header.go | 2 +- .../keeper/base_btc_header_test.go | 4 +- x/btclightclient/keeper/grpc_query.go | 4 +- x/btclightclient/keeper/grpc_query_test.go | 8 +- x/btclightclient/keeper/hooks.go | 2 +- x/btclightclient/keeper/keeper.go | 4 +- x/btclightclient/keeper/keeper_test.go | 8 +- x/btclightclient/keeper/msg_server.go | 2 +- x/btclightclient/keeper/msg_server_test.go | 8 +- x/btclightclient/keeper/params.go | 2 +- x/btclightclient/keeper/params_test.go | 4 +- x/btclightclient/keeper/state.go | 4 +- x/btclightclient/keeper/state_test.go | 8 +- x/btclightclient/keeper/triggers.go | 2 +- x/btclightclient/keeper/utils.go | 2 +- x/btclightclient/keeper/utils_test.go | 4 +- x/btclightclient/module.go | 6 +- x/btclightclient/types/btc_header_info.go | 2 +- .../types/btc_header_info_test.go | 6 +- x/btclightclient/types/btc_light_client.go | 2 +- x/btclightclient/types/btclightclient.pb.go | 44 +- x/btclightclient/types/event.pb.go | 12 +- x/btclightclient/types/genesis.go | 2 +- x/btclightclient/types/genesis.pb.go | 13 +- x/btclightclient/types/genesis_test.go | 2 +- x/btclightclient/types/keys.go | 2 +- x/btclightclient/types/keys_test.go | 6 +- x/btclightclient/types/msgs.go | 2 +- x/btclightclient/types/msgs_test.go | 6 +- x/btclightclient/types/params.pb.go | 12 +- x/btclightclient/types/querier.go | 2 +- x/btclightclient/types/querier_test.go | 6 +- x/btclightclient/types/query.pb.go | 130 +-- x/btclightclient/types/tx.pb.go | 50 +- x/btclightclient/types/work.go | 2 +- x/btclightclient/types/work_test.go | 4 +- x/btcstaking/README.md | 34 +- x/btcstaking/abci.go | 4 +- x/btcstaking/client/cli/query.go | 2 +- x/btcstaking/client/cli/query_params.go | 2 +- x/btcstaking/client/cli/tx.go | 8 +- x/btcstaking/genesis.go | 4 +- x/btcstaking/genesis_test.go | 8 +- x/btcstaking/keeper/bench_test.go | 8 +- x/btcstaking/keeper/btc_delegations.go | 6 +- x/btcstaking/keeper/btc_delegators.go | 4 +- x/btcstaking/keeper/btc_height_index.go | 2 +- x/btcstaking/keeper/btc_height_index_test.go | 8 +- x/btcstaking/keeper/finality_providers.go | 2 +- x/btcstaking/keeper/genesis.go | 6 +- x/btcstaking/keeper/genesis_test.go | 8 +- x/btcstaking/keeper/grpc_query.go | 4 +- x/btcstaking/keeper/grpc_query_test.go | 12 +- x/btcstaking/keeper/hooks.go | 4 +- x/btcstaking/keeper/incentive.go | 2 +- x/btcstaking/keeper/incentive_test.go | 6 +- x/btcstaking/keeper/keeper.go | 2 +- x/btcstaking/keeper/keeper_test.go | 14 +- x/btcstaking/keeper/msg_server.go | 6 +- x/btcstaking/keeper/msg_server_test.go | 14 +- x/btcstaking/keeper/params.go | 2 +- x/btcstaking/keeper/params_test.go | 6 +- x/btcstaking/keeper/power_dist_change.go | 4 +- x/btcstaking/keeper/power_dist_change_test.go | 6 +- x/btcstaking/keeper/query.go | 2 +- x/btcstaking/keeper/query_params.go | 2 +- x/btcstaking/keeper/query_params_test.go | 4 +- x/btcstaking/keeper/voting_power_table.go | 4 +- .../keeper/voting_power_table_test.go | 6 +- x/btcstaking/module.go | 6 +- x/btcstaking/types/btc_delegation.go | 6 +- x/btcstaking/types/btc_delegation_test.go | 10 +- x/btcstaking/types/btc_slashing_tx.go | 6 +- x/btcstaking/types/btc_slashing_tx_test.go | 10 +- x/btcstaking/types/btc_undelegation.go | 4 +- x/btcstaking/types/btc_undelegation_test.go | 10 +- x/btcstaking/types/btcstaking.go | 6 +- x/btcstaking/types/btcstaking.pb.go | 200 ++--- x/btcstaking/types/events.go | 2 +- x/btcstaking/types/events.pb.go | 67 +- x/btcstaking/types/expected_keepers.go | 8 +- x/btcstaking/types/genesis.pb.go | 102 +-- x/btcstaking/types/genesis_test.go | 2 +- x/btcstaking/types/hooks.go | 2 +- x/btcstaking/types/incentive.pb.go | 72 +- x/btcstaking/types/mocked_keepers.go | 8 +- x/btcstaking/types/msg.go | 4 +- x/btcstaking/types/msg_test.go | 6 +- x/btcstaking/types/params.go | 4 +- x/btcstaking/types/params.pb.go | 74 +- x/btcstaking/types/pop.go | 6 +- x/btcstaking/types/pop.pb.go | 38 +- x/btcstaking/types/pop_test.go | 6 +- x/btcstaking/types/query.pb.go | 249 +++--- x/btcstaking/types/tx.pb.go | 196 ++--- x/checkpointing/README.md | 6 +- x/checkpointing/abci.go | 4 +- x/checkpointing/client/cli/query.go | 2 +- x/checkpointing/client/cli/tx.go | 4 +- x/checkpointing/client/cli/tx_test.go | 10 +- x/checkpointing/client/cli/utils.go | 4 +- x/checkpointing/genesis.go | 4 +- x/checkpointing/genesis_test.go | 10 +- x/checkpointing/keeper/bls_signer.go | 4 +- x/checkpointing/keeper/bls_signer_test.go | 4 +- x/checkpointing/keeper/ckpt_state.go | 2 +- x/checkpointing/keeper/genesis_bls.go | 2 +- x/checkpointing/keeper/grpc_query_bls.go | 2 +- x/checkpointing/keeper/grpc_query_bls_test.go | 10 +- .../keeper/grpc_query_checkpoint.go | 2 +- .../keeper/grpc_query_checkpoint_test.go | 12 +- x/checkpointing/keeper/hooks.go | 2 +- x/checkpointing/keeper/keeper.go | 8 +- x/checkpointing/keeper/keeper_test.go | 12 +- x/checkpointing/keeper/msg_server.go | 4 +- x/checkpointing/keeper/msg_server_test.go | 18 +- x/checkpointing/keeper/registration_state.go | 4 +- x/checkpointing/keeper/val_bls_set.go | 2 +- x/checkpointing/keeper/val_bls_set_test.go | 10 +- x/checkpointing/module.go | 6 +- x/checkpointing/proposal.go | 2 +- x/checkpointing/proposal_expected_keeper.go | 6 +- x/checkpointing/proposal_test.go | 14 +- x/checkpointing/types/bls_key.pb.go | 82 +- x/checkpointing/types/checkpoint.pb.go | 126 +-- x/checkpointing/types/events.pb.go | 40 +- x/checkpointing/types/expected_keepers.go | 2 +- x/checkpointing/types/genesis.go | 2 +- x/checkpointing/types/genesis.pb.go | 44 +- x/checkpointing/types/keys.go | 2 +- x/checkpointing/types/msgs.go | 2 +- x/checkpointing/types/msgs_test.go | 8 +- x/checkpointing/types/pop.go | 2 +- x/checkpointing/types/pop_test.go | 4 +- x/checkpointing/types/query.pb.go | 172 ++-- x/checkpointing/types/tx.pb.go | 48 +- x/checkpointing/types/types.go | 6 +- x/checkpointing/types/types_test.go | 6 +- x/checkpointing/types/utils.go | 4 +- x/checkpointing/types/val_bls_set.go | 2 +- x/checkpointing/vote_ext.go | 4 +- x/checkpointing/vote_ext_test.go | 6 +- x/epoching/abci.go | 4 +- x/epoching/client/cli/query.go | 2 +- x/epoching/client/cli/tx.go | 4 +- x/epoching/genesis.go | 4 +- x/epoching/genesis_test.go | 6 +- .../keeper/drop_validator_msg_decorator.go | 2 +- x/epoching/keeper/epoch_msg_queue.go | 2 +- x/epoching/keeper/epoch_msg_queue_test.go | 8 +- x/epoching/keeper/epoch_slashed_val_set.go | 2 +- .../keeper/epoch_slashed_val_set_test.go | 6 +- x/epoching/keeper/epoch_val_set.go | 2 +- x/epoching/keeper/epoch_val_set_test.go | 4 +- x/epoching/keeper/epochs.go | 2 +- x/epoching/keeper/epochs_test.go | 4 +- x/epoching/keeper/grpc_query.go | 2 +- x/epoching/keeper/grpc_query_test.go | 6 +- x/epoching/keeper/hooks.go | 4 +- x/epoching/keeper/keeper.go | 2 +- x/epoching/keeper/keeper_test.go | 4 +- x/epoching/keeper/lifecycle_delegation.go | 2 +- x/epoching/keeper/lifecycle_validator.go | 2 +- x/epoching/keeper/modified_staking.go | 2 +- x/epoching/keeper/msg_server.go | 2 +- x/epoching/keeper/msg_server_test.go | 4 +- x/epoching/keeper/params.go | 2 +- x/epoching/keeper/params_test.go | 4 +- x/epoching/keeper/staking_functions.go | 2 +- x/epoching/module.go | 6 +- x/epoching/types/epoching.pb.go | 110 +-- x/epoching/types/epoching_test.go | 4 +- x/epoching/types/events.pb.go | 84 +- x/epoching/types/genesis.pb.go | 12 +- x/epoching/types/genesis_test.go | 8 +- x/epoching/types/msg_test.go | 4 +- x/epoching/types/params.pb.go | 12 +- x/epoching/types/params_test.go | 2 +- x/epoching/types/query.pb.go | 176 ++-- x/epoching/types/tx.pb.go | 76 +- x/epoching/types/validator_test.go | 2 +- x/finality/README.md | 12 +- x/finality/abci.go | 4 +- x/finality/client/cli/query.go | 2 +- x/finality/client/cli/query_params.go | 2 +- x/finality/client/cli/tx.go | 4 +- x/finality/genesis.go | 4 +- x/finality/genesis_test.go | 8 +- x/finality/keeper/evidence.go | 4 +- x/finality/keeper/genesis.go | 6 +- x/finality/keeper/genesis_test.go | 8 +- x/finality/keeper/grpc_query.go | 4 +- x/finality/keeper/grpc_query_test.go | 10 +- x/finality/keeper/hooks.go | 4 +- x/finality/keeper/indexed_blocks.go | 2 +- x/finality/keeper/keeper.go | 2 +- x/finality/keeper/liveness.go | 4 +- x/finality/keeper/liveness_test.go | 8 +- x/finality/keeper/msg_server.go | 6 +- x/finality/keeper/msg_server_test.go | 12 +- x/finality/keeper/params.go | 2 +- x/finality/keeper/params_test.go | 4 +- x/finality/keeper/public_randomness.go | 4 +- x/finality/keeper/query.go | 2 +- x/finality/keeper/query_params.go | 2 +- x/finality/keeper/query_params_test.go | 4 +- x/finality/keeper/signing_info.go | 4 +- x/finality/keeper/tallying.go | 2 +- x/finality/keeper/tallying_bench_test.go | 10 +- x/finality/keeper/tallying_test.go | 12 +- x/finality/keeper/votes.go | 4 +- x/finality/keeper/votes_bench_test.go | 10 +- x/finality/module.go | 6 +- x/finality/types/events.go | 2 +- x/finality/types/events.pb.go | 12 +- x/finality/types/expected_keepers.go | 4 +- x/finality/types/finality.go | 2 +- x/finality/types/finality.pb.go | 90 +- x/finality/types/genesis.pb.go | 120 +-- x/finality/types/genesis_test.go | 2 +- x/finality/types/hooks.go | 2 +- x/finality/types/keys.go | 2 +- x/finality/types/mocked_keepers.go | 4 +- x/finality/types/msg.go | 2 +- x/finality/types/msg_test.go | 6 +- x/finality/types/params.pb.go | 48 +- x/finality/types/query.pb.go | 184 ++-- x/finality/types/signing_info.go | 2 +- x/finality/types/tx.pb.go | 114 +-- x/incentive/abci.go | 4 +- x/incentive/client/cli/query.go | 2 +- x/incentive/client/cli/query_params.go | 2 +- x/incentive/client/cli/tx.go | 2 +- x/incentive/genesis.go | 4 +- x/incentive/genesis_test.go | 8 +- x/incentive/keeper/btc_staking_gauge.go | 4 +- x/incentive/keeper/btc_staking_gauge_test.go | 6 +- x/incentive/keeper/btc_timestamping_gauge.go | 4 +- .../keeper/btc_timestamping_gauge_test.go | 6 +- x/incentive/keeper/grpc_query.go | 2 +- x/incentive/keeper/grpc_query_test.go | 6 +- x/incentive/keeper/intercept_fee_collector.go | 2 +- .../keeper/intercept_fee_collector_test.go | 8 +- x/incentive/keeper/keeper.go | 2 +- x/incentive/keeper/msg_server.go | 2 +- x/incentive/keeper/msg_server_test.go | 8 +- x/incentive/keeper/params.go | 2 +- x/incentive/keeper/params_test.go | 4 +- x/incentive/keeper/query_params.go | 2 +- x/incentive/keeper/query_params_test.go | 4 +- x/incentive/keeper/reward_gauge.go | 2 +- x/incentive/keeper/reward_gauge_test.go | 2 +- x/incentive/module.go | 6 +- x/incentive/types/expected_keepers.go | 2 +- x/incentive/types/genesis.pb.go | 12 +- x/incentive/types/genesis_test.go | 2 +- x/incentive/types/incentive.pb.go | 10 +- x/incentive/types/mocked_keepers.go | 2 +- x/incentive/types/params.pb.go | 12 +- x/incentive/types/query.pb.go | 76 +- x/incentive/types/tx.pb.go | 62 +- x/monitor/client/cli/query.go | 2 +- x/monitor/client/cli/tx.go | 2 +- x/monitor/genesis.go | 4 +- x/monitor/genesis_test.go | 6 +- x/monitor/keeper/grpc_query.go | 2 +- x/monitor/keeper/grpc_query_test.go | 14 +- x/monitor/keeper/hooks.go | 4 +- x/monitor/keeper/keeper.go | 4 +- x/monitor/module.go | 6 +- x/monitor/types/expected_keepers.go | 2 +- x/monitor/types/genesis.pb.go | 13 +- x/monitor/types/genesis_test.go | 2 +- x/monitor/types/keys.go | 2 +- x/monitor/types/query.pb.go | 54 +- x/zoneconcierge/README.md | 2 +- x/zoneconcierge/abci.go | 4 +- x/zoneconcierge/client/cli/query.go | 2 +- x/zoneconcierge/client/cli/tx.go | 2 +- x/zoneconcierge/genesis.go | 4 +- x/zoneconcierge/genesis_test.go | 8 +- .../keeper/canonical_chain_indexer.go | 2 +- .../keeper/canonical_chain_indexer_test.go | 4 +- x/zoneconcierge/keeper/chain_info_indexer.go | 2 +- .../keeper/epoch_chain_info_indexer.go | 4 +- .../keeper/epoch_chain_info_indexer_test.go | 4 +- x/zoneconcierge/keeper/epochs.go | 4 +- x/zoneconcierge/keeper/fork_indexer.go | 2 +- x/zoneconcierge/keeper/fork_indexer_test.go | 4 +- x/zoneconcierge/keeper/grpc_query.go | 4 +- x/zoneconcierge/keeper/grpc_query_test.go | 14 +- x/zoneconcierge/keeper/header_handler.go | 2 +- x/zoneconcierge/keeper/hooks.go | 6 +- .../keeper/ibc_header_decorator.go | 2 +- x/zoneconcierge/keeper/ibc_packet.go | 2 +- .../keeper/ibc_packet_btc_timestamp.go | 12 +- .../keeper/ibc_packet_btc_timestamp_test.go | 8 +- x/zoneconcierge/keeper/keeper.go | 2 +- x/zoneconcierge/keeper/keeper_test.go | 4 +- x/zoneconcierge/keeper/msg_server.go | 2 +- x/zoneconcierge/keeper/params.go | 2 +- x/zoneconcierge/keeper/params_test.go | 4 +- x/zoneconcierge/keeper/proof_btc_timestamp.go | 8 +- .../keeper/proof_btc_timestamp_test.go | 14 +- x/zoneconcierge/module.go | 6 +- x/zoneconcierge/module_ibc.go | 4 +- x/zoneconcierge/types/btc_timestamp.go | 14 +- x/zoneconcierge/types/btc_timestamp_test.go | 14 +- x/zoneconcierge/types/expected_keepers.go | 10 +- x/zoneconcierge/types/genesis.pb.go | 12 +- x/zoneconcierge/types/genesis_test.go | 2 +- x/zoneconcierge/types/mocked_keepers.go | 10 +- x/zoneconcierge/types/packet.pb.go | 64 +- x/zoneconcierge/types/params.pb.go | 12 +- x/zoneconcierge/types/params_test.go | 2 +- x/zoneconcierge/types/query.pb.go | 156 ++-- x/zoneconcierge/types/tx.pb.go | 12 +- x/zoneconcierge/types/zoneconcierge.pb.go | 132 +-- 553 files changed, 3529 insertions(+), 3522 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 38d5df4bf..b5c3cdb81 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,22 +7,22 @@ on: - 'dev' tags: - '*' - + jobs: lint_test: - uses: babylonchain/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0 + uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0 with: run-unit-tests: true run-integration-tests: true run-lint: true integration-tests-command: | sudo make test-e2e - + docker_pipeline: - uses: babylonchain/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0 + uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0 needs: ["lint_test"] secrets: inherit with: publish: true dockerfile: ./contrib/images/babylond/Dockerfile - repoName: babylond \ No newline at end of file + repoName: babylond diff --git a/CHANGELOG.md b/CHANGELOG.md index 1793be5f2..54dbc9709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,529 +1,529 @@ # Changelog -## [v0.8.0](https://github.com/babylonchain/babylon/tree/v0.8.0) (2024-02-08) +## [v0.8.0](https://github.com/babylonlabs-io/babylon/tree/v0.8.0) (2024-02-08) -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.8.0-rc.0...v0.8.0) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.8.0-rc.0...v0.8.0) -## [v0.8.0-rc.0](https://github.com/babylonchain/babylon/tree/v0.8.0-rc.0) (2024-01-22) +## [v0.8.0-rc.0](https://github.com/babylonlabs-io/babylon/tree/v0.8.0-rc.0) (2024-01-22) -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.7.2...v0.8.0-rc.0) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.7.2...v0.8.0-rc.0) **Closed issues:** -- Dead Link in the Git "Joining the testnet" [\#406](https://github.com/babylonchain/babylon/issues/406) -- Broken link for testnet in the main README.md [\#403](https://github.com/babylonchain/babylon/issues/403) -- Random failure when running integration test [\#319](https://github.com/babylonchain/babylon/issues/319) -- Refactor BLS signer to load gas settings during initiation [\#311](https://github.com/babylonchain/babylon/issues/311) -- Random CI failure on QueryFinalizedChainInfo [\#288](https://github.com/babylonchain/babylon/issues/288) +- Dead Link in the Git "Joining the testnet" [\#406](https://github.com/babylonlabs-io/babylon/issues/406) +- Broken link for testnet in the main README.md [\#403](https://github.com/babylonlabs-io/babylon/issues/403) +- Random failure when running integration test [\#319](https://github.com/babylonlabs-io/babylon/issues/319) +- Refactor BLS signer to load gas settings during initiation [\#311](https://github.com/babylonlabs-io/babylon/issues/311) +- Random CI failure on QueryFinalizedChainInfo [\#288](https://github.com/babylonlabs-io/babylon/issues/288) **Merged pull requests:** -- chore: add parameter sections for module docs [\#418](https://github.com/babylonchain/babylon/pull/418) ([SebastianElvis](https://github.com/SebastianElvis)) -- doc: documentation for the epoching module [\#416](https://github.com/babylonchain/babylon/pull/416) ([SebastianElvis](https://github.com/SebastianElvis)) -- fix: making zoneconcierge resilient against long BTC reorg \(again\) [\#413](https://github.com/babylonchain/babylon/pull/413) ([SebastianElvis](https://github.com/SebastianElvis)) -- BTC Staking [\#409](https://github.com/babylonchain/babylon/pull/409) ([vitsalis](https://github.com/vitsalis)) -- Fix typos [\#405](https://github.com/babylonchain/babylon/pull/405) ([AtomicInnovation321](https://github.com/AtomicInnovation321)) -- Updated testnet link [\#404](https://github.com/babylonchain/babylon/pull/404) ([kunallimaye](https://github.com/kunallimaye)) -- README: updating discord link [\#402](https://github.com/babylonchain/babylon/pull/402) ([GakiBash](https://github.com/GakiBash)) -- README: Add medium link [\#400](https://github.com/babylonchain/babylon/pull/400) ([EdwardFanfan](https://github.com/EdwardFanfan)) -- Bump comet bft [\#399](https://github.com/babylonchain/babylon/pull/399) ([KonradStaniec](https://github.com/KonradStaniec)) -- hotfix: Barberry upgrade [\#398](https://github.com/babylonchain/babylon/pull/398) ([vitsalis](https://github.com/vitsalis)) -- Bump wasmd to stable [\#396](https://github.com/babylonchain/babylon/pull/396) ([KonradStaniec](https://github.com/KonradStaniec)) -- hotfix: fixing marshaling of MsgWrappedCreateValidator [\#394](https://github.com/babylonchain/babylon/pull/394) ([SebastianElvis](https://github.com/SebastianElvis)) -- chore: adding a flag for retrieving proofs of a FinalizedChainInfo [\#391](https://github.com/babylonchain/babylon/pull/391) ([SebastianElvis](https://github.com/SebastianElvis)) -- e2e: merge integration tests with e2e tests [\#390](https://github.com/babylonchain/babylon/pull/390) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: add parameter sections for module docs [\#418](https://github.com/babylonlabs-io/babylon/pull/418) ([SebastianElvis](https://github.com/SebastianElvis)) +- doc: documentation for the epoching module [\#416](https://github.com/babylonlabs-io/babylon/pull/416) ([SebastianElvis](https://github.com/SebastianElvis)) +- fix: making zoneconcierge resilient against long BTC reorg \(again\) [\#413](https://github.com/babylonlabs-io/babylon/pull/413) ([SebastianElvis](https://github.com/SebastianElvis)) +- BTC Staking [\#409](https://github.com/babylonlabs-io/babylon/pull/409) ([vitsalis](https://github.com/vitsalis)) +- Fix typos [\#405](https://github.com/babylonlabs-io/babylon/pull/405) ([AtomicInnovation321](https://github.com/AtomicInnovation321)) +- Updated testnet link [\#404](https://github.com/babylonlabs-io/babylon/pull/404) ([kunallimaye](https://github.com/kunallimaye)) +- README: updating discord link [\#402](https://github.com/babylonlabs-io/babylon/pull/402) ([GakiBash](https://github.com/GakiBash)) +- README: Add medium link [\#400](https://github.com/babylonlabs-io/babylon/pull/400) ([EdwardFanfan](https://github.com/EdwardFanfan)) +- Bump comet bft [\#399](https://github.com/babylonlabs-io/babylon/pull/399) ([KonradStaniec](https://github.com/KonradStaniec)) +- hotfix: Barberry upgrade [\#398](https://github.com/babylonlabs-io/babylon/pull/398) ([vitsalis](https://github.com/vitsalis)) +- Bump wasmd to stable [\#396](https://github.com/babylonlabs-io/babylon/pull/396) ([KonradStaniec](https://github.com/KonradStaniec)) +- hotfix: fixing marshaling of MsgWrappedCreateValidator [\#394](https://github.com/babylonlabs-io/babylon/pull/394) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: adding a flag for retrieving proofs of a FinalizedChainInfo [\#391](https://github.com/babylonlabs-io/babylon/pull/391) ([SebastianElvis](https://github.com/SebastianElvis)) +- e2e: merge integration tests with e2e tests [\#390](https://github.com/babylonlabs-io/babylon/pull/390) ([SebastianElvis](https://github.com/SebastianElvis)) -## [v0.7.2](https://github.com/babylonchain/babylon/tree/v0.7.2) (2023-06-10) +## [v0.7.2](https://github.com/babylonlabs-io/babylon/tree/v0.7.2) (2023-06-10) -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.7.1...v0.7.2) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.7.1...v0.7.2) -## [v0.7.1](https://github.com/babylonchain/babylon/tree/v0.7.1) (2023-05-30) +## [v0.7.1](https://github.com/babylonlabs-io/babylon/tree/v0.7.1) (2023-05-30) -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.7.0...v0.7.1) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.7.0...v0.7.1) **Closed issues:** -- zoneconcierge: parameterise timeout for IBC packets [\#207](https://github.com/babylonchain/babylon/issues/207) +- zoneconcierge: parameterise timeout for IBC packets [\#207](https://github.com/babylonlabs-io/babylon/issues/207) **Merged pull requests:** -- hotfix: fixing marshaling of `MsgWrappedCreateValidator` [\#393](https://github.com/babylonchain/babylon/pull/393) ([SebastianElvis](https://github.com/SebastianElvis)) +- hotfix: fixing marshaling of `MsgWrappedCreateValidator` [\#393](https://github.com/babylonlabs-io/babylon/pull/393) ([SebastianElvis](https://github.com/SebastianElvis)) -## [v0.7.0](https://github.com/babylonchain/babylon/tree/v0.7.0) (2023-05-26) +## [v0.7.0](https://github.com/babylonlabs-io/babylon/tree/v0.7.0) (2023-05-26) -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.6.0...v0.7.0) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.6.0...v0.7.0) **Closed issues:** -- Nil hooks [\#214](https://github.com/babylonchain/babylon/issues/214) +- Nil hooks [\#214](https://github.com/babylonlabs-io/babylon/issues/214) **Merged pull requests:** -- Release v0.7.0 [\#388](https://github.com/babylonchain/babylon/pull/388) ([vitsalis](https://github.com/vitsalis)) -- zoneconcierge: adding header timestamp to IndexedHeader [\#387](https://github.com/babylonchain/babylon/pull/387) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: parameterise timeout for IBC packets [\#386](https://github.com/babylonchain/babylon/pull/386) ([SebastianElvis](https://github.com/SebastianElvis)) -- CI: Push images for dev branch commits [\#385](https://github.com/babylonchain/babylon/pull/385) ([filippos47](https://github.com/filippos47)) -- dockerfile: opt out version when building [\#384](https://github.com/babylonchain/babylon/pull/384) ([SebastianElvis](https://github.com/SebastianElvis)) -- Use fee module [\#383](https://github.com/babylonchain/babylon/pull/383) ([KonradStaniec](https://github.com/KonradStaniec)) -- Bump vulnerable docker/distribution [\#382](https://github.com/babylonchain/babylon/pull/382) ([vitsalis](https://github.com/vitsalis)) -- Bump wasmd to rc2 [\#381](https://github.com/babylonchain/babylon/pull/381) ([KonradStaniec](https://github.com/KonradStaniec)) -- Add wasm e2e test [\#380](https://github.com/babylonchain/babylon/pull/380) ([KonradStaniec](https://github.com/KonradStaniec)) -- phase2: IBC packet and logic [\#368](https://github.com/babylonchain/babylon/pull/368) ([SebastianElvis](https://github.com/SebastianElvis)) +- Release v0.7.0 [\#388](https://github.com/babylonlabs-io/babylon/pull/388) ([vitsalis](https://github.com/vitsalis)) +- zoneconcierge: adding header timestamp to IndexedHeader [\#387](https://github.com/babylonlabs-io/babylon/pull/387) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: parameterise timeout for IBC packets [\#386](https://github.com/babylonlabs-io/babylon/pull/386) ([SebastianElvis](https://github.com/SebastianElvis)) +- CI: Push images for dev branch commits [\#385](https://github.com/babylonlabs-io/babylon/pull/385) ([filippos47](https://github.com/filippos47)) +- dockerfile: opt out version when building [\#384](https://github.com/babylonlabs-io/babylon/pull/384) ([SebastianElvis](https://github.com/SebastianElvis)) +- Use fee module [\#383](https://github.com/babylonlabs-io/babylon/pull/383) ([KonradStaniec](https://github.com/KonradStaniec)) +- Bump vulnerable docker/distribution [\#382](https://github.com/babylonlabs-io/babylon/pull/382) ([vitsalis](https://github.com/vitsalis)) +- Bump wasmd to rc2 [\#381](https://github.com/babylonlabs-io/babylon/pull/381) ([KonradStaniec](https://github.com/KonradStaniec)) +- Add wasm e2e test [\#380](https://github.com/babylonlabs-io/babylon/pull/380) ([KonradStaniec](https://github.com/KonradStaniec)) +- phase2: IBC packet and logic [\#368](https://github.com/babylonlabs-io/babylon/pull/368) ([SebastianElvis](https://github.com/SebastianElvis)) -## [v0.6.0](https://github.com/babylonchain/babylon/tree/v0.6.0) (2023-05-10) +## [v0.6.0](https://github.com/babylonlabs-io/babylon/tree/v0.6.0) (2023-05-10) -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.6.0rc0...v0.6.0) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.6.0rc0...v0.6.0) **Merged pull requests:** -- Release v0.6.0 [\#379](https://github.com/babylonchain/babylon/pull/379) ([vitsalis](https://github.com/vitsalis)) -- Fix non-determinism in integration test [\#377](https://github.com/babylonchain/babylon/pull/377) ([KonradStaniec](https://github.com/KonradStaniec)) -- Fix consensus version in our custom modules [\#376](https://github.com/babylonchain/babylon/pull/376) ([KonradStaniec](https://github.com/KonradStaniec)) -- Add fuzz test for epoch finalization/confirmation [\#375](https://github.com/babylonchain/babylon/pull/375) ([KonradStaniec](https://github.com/KonradStaniec)) +- Release v0.6.0 [\#379](https://github.com/babylonlabs-io/babylon/pull/379) ([vitsalis](https://github.com/vitsalis)) +- Fix non-determinism in integration test [\#377](https://github.com/babylonlabs-io/babylon/pull/377) ([KonradStaniec](https://github.com/KonradStaniec)) +- Fix consensus version in our custom modules [\#376](https://github.com/babylonlabs-io/babylon/pull/376) ([KonradStaniec](https://github.com/KonradStaniec)) +- Add fuzz test for epoch finalization/confirmation [\#375](https://github.com/babylonlabs-io/babylon/pull/375) ([KonradStaniec](https://github.com/KonradStaniec)) -## [v0.6.0rc0](https://github.com/babylonchain/babylon/tree/v0.6.0rc0) (2023-05-04) +## [v0.6.0rc0](https://github.com/babylonlabs-io/babylon/tree/v0.6.0rc0) (2023-05-04) -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.6.0-rc0...v0.6.0rc0) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.6.0-rc0...v0.6.0rc0) -## [v0.6.0-rc0](https://github.com/babylonchain/babylon/tree/v0.6.0-rc0) (2023-05-04) +## [v0.6.0-rc0](https://github.com/babylonlabs-io/babylon/tree/v0.6.0-rc0) (2023-05-04) -[Full Changelog](https://github.com/babylonchain/babylon/compare/devnet...v0.6.0-rc0) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/devnet...v0.6.0-rc0) **Merged pull requests:** -- use tagged branch in test contract [\#374](https://github.com/babylonchain/babylon/pull/374) ([KonradStaniec](https://github.com/KonradStaniec)) -- chore: Reduce default number of tests from 100 to 10 [\#373](https://github.com/babylonchain/babylon/pull/373) ([vitsalis](https://github.com/vitsalis)) -- feat: new rpc RawCheckpoints [\#372](https://github.com/babylonchain/babylon/pull/372) ([gusin13](https://github.com/gusin13)) -- chore: circleci: Use image with go 1.20.3 installed [\#371](https://github.com/babylonchain/babylon/pull/371) ([vitsalis](https://github.com/vitsalis)) -- Improve btccheckpointinfo rpc [\#370](https://github.com/babylonchain/babylon/pull/370) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: Add support for multiple chain ids in EpochChainsInfo API [\#369](https://github.com/babylonchain/babylon/pull/369) ([gusin13](https://github.com/gusin13)) -- Fix bug in submission btc info [\#367](https://github.com/babylonchain/babylon/pull/367) ([KonradStaniec](https://github.com/KonradStaniec)) -- chore: Bump Cosmos SDK to v0.47.2 and minor bug fix [\#366](https://github.com/babylonchain/babylon/pull/366) ([vitsalis](https://github.com/vitsalis)) -- feat: support multiple chain ids in FinalizedChainsInfo [\#365](https://github.com/babylonchain/babylon/pull/365) ([gusin13](https://github.com/gusin13)) -- chore: Update runc and docker dependencies due to security alerts [\#364](https://github.com/babylonchain/babylon/pull/364) ([vitsalis](https://github.com/vitsalis)) -- chore: Replace deprecated `rand.Seed` with dedicated datagen random generators [\#363](https://github.com/babylonchain/babylon/pull/363) ([vitsalis](https://github.com/vitsalis)) -- feat: support multiple chain ids in zoneconcierge chains info api [\#362](https://github.com/babylonchain/babylon/pull/362) ([gusin13](https://github.com/gusin13)) -- Add last block height to finalized epoch info [\#361](https://github.com/babylonchain/babylon/pull/361) ([KonradStaniec](https://github.com/KonradStaniec)) -- Version bumps [\#358](https://github.com/babylonchain/babylon/pull/358) ([KonradStaniec](https://github.com/KonradStaniec)) -- fix: Make testnet command produce addresses bound to the host IP [\#357](https://github.com/babylonchain/babylon/pull/357) ([vitsalis](https://github.com/vitsalis)) -- Move checkpoint tag to params [\#356](https://github.com/babylonchain/babylon/pull/356) ([KonradStaniec](https://github.com/KonradStaniec)) -- chore: Use more descriptive error message for using wrapped transactions [\#355](https://github.com/babylonchain/babylon/pull/355) ([vitsalis](https://github.com/vitsalis)) -- chore: Enable building docker image with unpushed changes [\#354](https://github.com/babylonchain/babylon/pull/354) ([vitsalis](https://github.com/vitsalis)) -- Handle btc related wasm queries [\#353](https://github.com/babylonchain/babylon/pull/353) ([KonradStaniec](https://github.com/KonradStaniec)) -- fix: fix query height in `ProveEpochSealed` [\#352](https://github.com/babylonchain/babylon/pull/352) ([SebastianElvis](https://github.com/SebastianElvis)) -- fix: fixing the bug in generating proof of sealed epoch [\#351](https://github.com/babylonchain/babylon/pull/351) ([SebastianElvis](https://github.com/SebastianElvis)) -- testnet: Add flag for time between blocks [\#134](https://github.com/babylonchain/babylon/pull/134) ([vitsalis](https://github.com/vitsalis)) - -## [devnet](https://github.com/babylonchain/babylon/tree/devnet) (2023-04-17) - -[Full Changelog](https://github.com/babylonchain/babylon/compare/test...devnet) +- use tagged branch in test contract [\#374](https://github.com/babylonlabs-io/babylon/pull/374) ([KonradStaniec](https://github.com/KonradStaniec)) +- chore: Reduce default number of tests from 100 to 10 [\#373](https://github.com/babylonlabs-io/babylon/pull/373) ([vitsalis](https://github.com/vitsalis)) +- feat: new rpc RawCheckpoints [\#372](https://github.com/babylonlabs-io/babylon/pull/372) ([gusin13](https://github.com/gusin13)) +- chore: circleci: Use image with go 1.20.3 installed [\#371](https://github.com/babylonlabs-io/babylon/pull/371) ([vitsalis](https://github.com/vitsalis)) +- Improve btccheckpointinfo rpc [\#370](https://github.com/babylonlabs-io/babylon/pull/370) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: Add support for multiple chain ids in EpochChainsInfo API [\#369](https://github.com/babylonlabs-io/babylon/pull/369) ([gusin13](https://github.com/gusin13)) +- Fix bug in submission btc info [\#367](https://github.com/babylonlabs-io/babylon/pull/367) ([KonradStaniec](https://github.com/KonradStaniec)) +- chore: Bump Cosmos SDK to v0.47.2 and minor bug fix [\#366](https://github.com/babylonlabs-io/babylon/pull/366) ([vitsalis](https://github.com/vitsalis)) +- feat: support multiple chain ids in FinalizedChainsInfo [\#365](https://github.com/babylonlabs-io/babylon/pull/365) ([gusin13](https://github.com/gusin13)) +- chore: Update runc and docker dependencies due to security alerts [\#364](https://github.com/babylonlabs-io/babylon/pull/364) ([vitsalis](https://github.com/vitsalis)) +- chore: Replace deprecated `rand.Seed` with dedicated datagen random generators [\#363](https://github.com/babylonlabs-io/babylon/pull/363) ([vitsalis](https://github.com/vitsalis)) +- feat: support multiple chain ids in zoneconcierge chains info api [\#362](https://github.com/babylonlabs-io/babylon/pull/362) ([gusin13](https://github.com/gusin13)) +- Add last block height to finalized epoch info [\#361](https://github.com/babylonlabs-io/babylon/pull/361) ([KonradStaniec](https://github.com/KonradStaniec)) +- Version bumps [\#358](https://github.com/babylonlabs-io/babylon/pull/358) ([KonradStaniec](https://github.com/KonradStaniec)) +- fix: Make testnet command produce addresses bound to the host IP [\#357](https://github.com/babylonlabs-io/babylon/pull/357) ([vitsalis](https://github.com/vitsalis)) +- Move checkpoint tag to params [\#356](https://github.com/babylonlabs-io/babylon/pull/356) ([KonradStaniec](https://github.com/KonradStaniec)) +- chore: Use more descriptive error message for using wrapped transactions [\#355](https://github.com/babylonlabs-io/babylon/pull/355) ([vitsalis](https://github.com/vitsalis)) +- chore: Enable building docker image with unpushed changes [\#354](https://github.com/babylonlabs-io/babylon/pull/354) ([vitsalis](https://github.com/vitsalis)) +- Handle btc related wasm queries [\#353](https://github.com/babylonlabs-io/babylon/pull/353) ([KonradStaniec](https://github.com/KonradStaniec)) +- fix: fix query height in `ProveEpochSealed` [\#352](https://github.com/babylonlabs-io/babylon/pull/352) ([SebastianElvis](https://github.com/SebastianElvis)) +- fix: fixing the bug in generating proof of sealed epoch [\#351](https://github.com/babylonlabs-io/babylon/pull/351) ([SebastianElvis](https://github.com/SebastianElvis)) +- testnet: Add flag for time between blocks [\#134](https://github.com/babylonlabs-io/babylon/pull/134) ([vitsalis](https://github.com/vitsalis)) + +## [devnet](https://github.com/babylonlabs-io/babylon/tree/devnet) (2023-04-17) + +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/test...devnet) **Breaking changes:** -- fix gas cost of insert header [\#309](https://github.com/babylonchain/babylon/pull/309) ([KonradStaniec](https://github.com/KonradStaniec)) +- fix gas cost of insert header [\#309](https://github.com/babylonlabs-io/babylon/pull/309) ([KonradStaniec](https://github.com/KonradStaniec)) **Closed issues:** -- Remove `handler.go` from modules [\#336](https://github.com/babylonchain/babylon/issues/336) +- Remove `handler.go` from modules [\#336](https://github.com/babylonlabs-io/babylon/issues/336) **Merged pull requests:** -- Add support for querying for latest finalized epoch [\#350](https://github.com/babylonchain/babylon/pull/350) ([KonradStaniec](https://github.com/KonradStaniec)) -- Use block gas limit when defining genesis [\#349](https://github.com/babylonchain/babylon/pull/349) ([KonradStaniec](https://github.com/KonradStaniec)) -- fix: Use the account specified in app.toml to sign BLS transactions [\#348](https://github.com/babylonchain/babylon/pull/348) ([vitsalis](https://github.com/vitsalis)) -- Custom bindings for smart contracts [\#347](https://github.com/babylonchain/babylon/pull/347) ([KonradStaniec](https://github.com/KonradStaniec)) -- fix: Make e2e tests work with new docker image [\#345](https://github.com/babylonchain/babylon/pull/345) ([vitsalis](https://github.com/vitsalis)) -- Migrate epoching and btccheckpointing module to new way of handling params [\#344](https://github.com/babylonchain/babylon/pull/344) ([KonradStaniec](https://github.com/KonradStaniec)) -- Feature/lint proto ci [\#343](https://github.com/babylonchain/babylon/pull/343) ([KonradStaniec](https://github.com/KonradStaniec)) -- Re-enable e2e tests [\#342](https://github.com/babylonchain/babylon/pull/342) ([KonradStaniec](https://github.com/KonradStaniec)) -- chore: Parallelize CircleCI lint build [\#341](https://github.com/babylonchain/babylon/pull/341) ([vitsalis](https://github.com/vitsalis)) -- docker: Refactor to a lightweight unified image [\#340](https://github.com/babylonchain/babylon/pull/340) ([danbryan](https://github.com/danbryan)) -- chore: set up OpenAPI [\#339](https://github.com/babylonchain/babylon/pull/339) ([fadeev](https://github.com/fadeev)) -- refactor: remove `handler.go` files from modules [\#337](https://github.com/babylonchain/babylon/pull/337) ([fadeev](https://github.com/fadeev)) -- Cleanup params in Babylon custom modules. [\#334](https://github.com/babylonchain/babylon/pull/334) ([KonradStaniec](https://github.com/KonradStaniec)) -- zoneconcierge: moving extended client keeper to Babylon repo [\#333](https://github.com/babylonchain/babylon/pull/333) ([SebastianElvis](https://github.com/SebastianElvis)) -- Use new version for our fork of ibc go [\#332](https://github.com/babylonchain/babylon/pull/332) ([KonradStaniec](https://github.com/KonradStaniec)) -- proto: fix proto-linter comments for epoching/zoneconcierge [\#331](https://github.com/babylonchain/babylon/pull/331) ([SebastianElvis](https://github.com/SebastianElvis)) -- Fix proto linter comments in btccheckpoint and monitor [\#330](https://github.com/babylonchain/babylon/pull/330) ([KonradStaniec](https://github.com/KonradStaniec)) -- proto-lint: Add comments to btclightclient and checkpointing proto files [\#329](https://github.com/babylonchain/babylon/pull/329) ([vitsalis](https://github.com/vitsalis)) -- CI: Build and push Docker image to ECR [\#328](https://github.com/babylonchain/babylon/pull/328) ([filippos47](https://github.com/filippos47)) -- Bump cosmos-sdk to stable version [\#327](https://github.com/babylonchain/babylon/pull/327) ([KonradStaniec](https://github.com/KonradStaniec)) -- Integrate wasmd [\#324](https://github.com/babylonchain/babylon/pull/324) ([KonradStaniec](https://github.com/KonradStaniec)) -- Migrate to comet bft [\#323](https://github.com/babylonchain/babylon/pull/323) ([KonradStaniec](https://github.com/KonradStaniec)) -- Update protobuf generation [\#322](https://github.com/babylonchain/babylon/pull/322) ([KonradStaniec](https://github.com/KonradStaniec)) -- Use cosmos v47 [\#320](https://github.com/babylonchain/babylon/pull/320) ([KonradStaniec](https://github.com/KonradStaniec)) -- chore: Add balance check before inserting MsgWrappedCreateValidator into the epoch message queue [\#318](https://github.com/babylonchain/babylon/pull/318) ([gitferry](https://github.com/gitferry)) -- checkpointing: stateless checks on `MsgCreateValidator` [\#316](https://github.com/babylonchain/babylon/pull/316) ([SebastianElvis](https://github.com/SebastianElvis)) -- chore: Add fuzz test of addBlsSig [\#313](https://github.com/babylonchain/babylon/pull/313) ([gitferry](https://github.com/gitferry)) -- btccheckpoint: Add information about transactions to BTCCheckpointInfo [\#312](https://github.com/babylonchain/babylon/pull/312) ([vitsalis](https://github.com/vitsalis)) -- chore: Keep a single encoding config in the application [\#308](https://github.com/babylonchain/babylon/pull/308) ([gitferry](https://github.com/gitferry)) -- feat: Checkpointing/Add fee estimation in sending BLS-sig tx [\#307](https://github.com/babylonchain/babylon/pull/307) ([gitferry](https://github.com/gitferry)) -- prepare-genesis cmd: Add flags related to inflation [\#306](https://github.com/babylonchain/babylon/pull/306) ([vitsalis](https://github.com/vitsalis)) -- fix: remove `start_epoch` and `end_epoch` parameters in APIs [\#305](https://github.com/babylonchain/babylon/pull/305) ([SebastianElvis](https://github.com/SebastianElvis)) -- Fix whitespace for Make 4.3 [\#303](https://github.com/babylonchain/babylon/pull/303) ([freshe4qa](https://github.com/freshe4qa)) - -## [test](https://github.com/babylonchain/babylon/tree/test) (2023-03-17) - -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.5.0...test) +- Add support for querying for latest finalized epoch [\#350](https://github.com/babylonlabs-io/babylon/pull/350) ([KonradStaniec](https://github.com/KonradStaniec)) +- Use block gas limit when defining genesis [\#349](https://github.com/babylonlabs-io/babylon/pull/349) ([KonradStaniec](https://github.com/KonradStaniec)) +- fix: Use the account specified in app.toml to sign BLS transactions [\#348](https://github.com/babylonlabs-io/babylon/pull/348) ([vitsalis](https://github.com/vitsalis)) +- Custom bindings for smart contracts [\#347](https://github.com/babylonlabs-io/babylon/pull/347) ([KonradStaniec](https://github.com/KonradStaniec)) +- fix: Make e2e tests work with new docker image [\#345](https://github.com/babylonlabs-io/babylon/pull/345) ([vitsalis](https://github.com/vitsalis)) +- Migrate epoching and btccheckpointing module to new way of handling params [\#344](https://github.com/babylonlabs-io/babylon/pull/344) ([KonradStaniec](https://github.com/KonradStaniec)) +- Feature/lint proto ci [\#343](https://github.com/babylonlabs-io/babylon/pull/343) ([KonradStaniec](https://github.com/KonradStaniec)) +- Re-enable e2e tests [\#342](https://github.com/babylonlabs-io/babylon/pull/342) ([KonradStaniec](https://github.com/KonradStaniec)) +- chore: Parallelize CircleCI lint build [\#341](https://github.com/babylonlabs-io/babylon/pull/341) ([vitsalis](https://github.com/vitsalis)) +- docker: Refactor to a lightweight unified image [\#340](https://github.com/babylonlabs-io/babylon/pull/340) ([danbryan](https://github.com/danbryan)) +- chore: set up OpenAPI [\#339](https://github.com/babylonlabs-io/babylon/pull/339) ([fadeev](https://github.com/fadeev)) +- refactor: remove `handler.go` files from modules [\#337](https://github.com/babylonlabs-io/babylon/pull/337) ([fadeev](https://github.com/fadeev)) +- Cleanup params in Babylon custom modules. [\#334](https://github.com/babylonlabs-io/babylon/pull/334) ([KonradStaniec](https://github.com/KonradStaniec)) +- zoneconcierge: moving extended client keeper to Babylon repo [\#333](https://github.com/babylonlabs-io/babylon/pull/333) ([SebastianElvis](https://github.com/SebastianElvis)) +- Use new version for our fork of ibc go [\#332](https://github.com/babylonlabs-io/babylon/pull/332) ([KonradStaniec](https://github.com/KonradStaniec)) +- proto: fix proto-linter comments for epoching/zoneconcierge [\#331](https://github.com/babylonlabs-io/babylon/pull/331) ([SebastianElvis](https://github.com/SebastianElvis)) +- Fix proto linter comments in btccheckpoint and monitor [\#330](https://github.com/babylonlabs-io/babylon/pull/330) ([KonradStaniec](https://github.com/KonradStaniec)) +- proto-lint: Add comments to btclightclient and checkpointing proto files [\#329](https://github.com/babylonlabs-io/babylon/pull/329) ([vitsalis](https://github.com/vitsalis)) +- CI: Build and push Docker image to ECR [\#328](https://github.com/babylonlabs-io/babylon/pull/328) ([filippos47](https://github.com/filippos47)) +- Bump cosmos-sdk to stable version [\#327](https://github.com/babylonlabs-io/babylon/pull/327) ([KonradStaniec](https://github.com/KonradStaniec)) +- Integrate wasmd [\#324](https://github.com/babylonlabs-io/babylon/pull/324) ([KonradStaniec](https://github.com/KonradStaniec)) +- Migrate to comet bft [\#323](https://github.com/babylonlabs-io/babylon/pull/323) ([KonradStaniec](https://github.com/KonradStaniec)) +- Update protobuf generation [\#322](https://github.com/babylonlabs-io/babylon/pull/322) ([KonradStaniec](https://github.com/KonradStaniec)) +- Use cosmos v47 [\#320](https://github.com/babylonlabs-io/babylon/pull/320) ([KonradStaniec](https://github.com/KonradStaniec)) +- chore: Add balance check before inserting MsgWrappedCreateValidator into the epoch message queue [\#318](https://github.com/babylonlabs-io/babylon/pull/318) ([gitferry](https://github.com/gitferry)) +- checkpointing: stateless checks on `MsgCreateValidator` [\#316](https://github.com/babylonlabs-io/babylon/pull/316) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: Add fuzz test of addBlsSig [\#313](https://github.com/babylonlabs-io/babylon/pull/313) ([gitferry](https://github.com/gitferry)) +- btccheckpoint: Add information about transactions to BTCCheckpointInfo [\#312](https://github.com/babylonlabs-io/babylon/pull/312) ([vitsalis](https://github.com/vitsalis)) +- chore: Keep a single encoding config in the application [\#308](https://github.com/babylonlabs-io/babylon/pull/308) ([gitferry](https://github.com/gitferry)) +- feat: Checkpointing/Add fee estimation in sending BLS-sig tx [\#307](https://github.com/babylonlabs-io/babylon/pull/307) ([gitferry](https://github.com/gitferry)) +- prepare-genesis cmd: Add flags related to inflation [\#306](https://github.com/babylonlabs-io/babylon/pull/306) ([vitsalis](https://github.com/vitsalis)) +- fix: remove `start_epoch` and `end_epoch` parameters in APIs [\#305](https://github.com/babylonlabs-io/babylon/pull/305) ([SebastianElvis](https://github.com/SebastianElvis)) +- Fix whitespace for Make 4.3 [\#303](https://github.com/babylonlabs-io/babylon/pull/303) ([freshe4qa](https://github.com/freshe4qa)) + +## [test](https://github.com/babylonlabs-io/babylon/tree/test) (2023-03-17) + +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.5.0...test) **Implemented enhancements:** -- Fees as a parameter for the BlsSig transaction [\#168](https://github.com/babylonchain/babylon/issues/168) +- Fees as a parameter for the BlsSig transaction [\#168](https://github.com/babylonlabs-io/babylon/issues/168) **Fixed bugs:** -- flaky Test: `TestRawCheckpointWithMeta_Accumulate4` [\#124](https://github.com/babylonchain/babylon/issues/124) +- flaky Test: `TestRawCheckpointWithMeta_Accumulate4` [\#124](https://github.com/babylonlabs-io/babylon/issues/124) **Closed issues:** -- Use proto linter and formatter [\#321](https://github.com/babylonchain/babylon/issues/321) -- Lack of balance check before inserting MsgWrappedCreateValidator into the message queue [\#317](https://github.com/babylonchain/babylon/issues/317) -- Duplicate txs queued in the same epoch show inconsistent execution result [\#314](https://github.com/babylonchain/babylon/issues/314) -- Redundant pagination parameters in API [\#304](https://github.com/babylonchain/babylon/issues/304) -- Chain died on block 621 [\#302](https://github.com/babylonchain/babylon/issues/302) -- Add test for adding a BLS-sig transaction [\#279](https://github.com/babylonchain/babylon/issues/279) -- Add logs to show the submitter of each BLS-sig transaction [\#278](https://github.com/babylonchain/babylon/issues/278) -- zoneconcierge: API for querying submitted/confirmed chain info [\#212](https://github.com/babylonchain/babylon/issues/212) -- Validators should stop submitting BLS-sigs when they are syncing [\#182](https://github.com/babylonchain/babylon/issues/182) -- Accept encoding config in `InitPrivSigner` function instead of creating it. [\#174](https://github.com/babylonchain/babylon/issues/174) -- Improving Undelegating Requests and Lifecycle [\#159](https://github.com/babylonchain/babylon/issues/159) +- Use proto linter and formatter [\#321](https://github.com/babylonlabs-io/babylon/issues/321) +- Lack of balance check before inserting MsgWrappedCreateValidator into the message queue [\#317](https://github.com/babylonlabs-io/babylon/issues/317) +- Duplicate txs queued in the same epoch show inconsistent execution result [\#314](https://github.com/babylonlabs-io/babylon/issues/314) +- Redundant pagination parameters in API [\#304](https://github.com/babylonlabs-io/babylon/issues/304) +- Chain died on block 621 [\#302](https://github.com/babylonlabs-io/babylon/issues/302) +- Add test for adding a BLS-sig transaction [\#279](https://github.com/babylonlabs-io/babylon/issues/279) +- Add logs to show the submitter of each BLS-sig transaction [\#278](https://github.com/babylonlabs-io/babylon/issues/278) +- zoneconcierge: API for querying submitted/confirmed chain info [\#212](https://github.com/babylonlabs-io/babylon/issues/212) +- Validators should stop submitting BLS-sigs when they are syncing [\#182](https://github.com/babylonlabs-io/babylon/issues/182) +- Accept encoding config in `InitPrivSigner` function instead of creating it. [\#174](https://github.com/babylonlabs-io/babylon/issues/174) +- Improving Undelegating Requests and Lifecycle [\#159](https://github.com/babylonlabs-io/babylon/issues/159) -## [v0.5.0](https://github.com/babylonchain/babylon/tree/v0.5.0) (2023-02-03) +## [v0.5.0](https://github.com/babylonlabs-io/babylon/tree/v0.5.0) (2023-02-03) -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.4.0...v0.5.0) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.4.0...v0.5.0) **Breaking changes:** -- Improve btc checkpoint data model [\#284](https://github.com/babylonchain/babylon/pull/284) ([KonradStaniec](https://github.com/KonradStaniec)) +- Improve btc checkpoint data model [\#284](https://github.com/babylonlabs-io/babylon/pull/284) ([KonradStaniec](https://github.com/KonradStaniec)) **Fixed bugs:** -- Fix vulnerability when processing bls sig transactions [\#287](https://github.com/babylonchain/babylon/pull/287) ([KonradStaniec](https://github.com/KonradStaniec)) +- Fix vulnerability when processing bls sig transactions [\#287](https://github.com/babylonlabs-io/babylon/pull/287) ([KonradStaniec](https://github.com/KonradStaniec)) **Closed issues:** -- Error results in RawCheckpointList [\#280](https://github.com/babylonchain/babylon/issues/280) -- Creating a validator after the chain has been running for a while leads to the validator never becoming bonded. [\#275](https://github.com/babylonchain/babylon/issues/275) -- Flaky zoneconcierge test [\#251](https://github.com/babylonchain/babylon/issues/251) -- go 1.19 [\#227](https://github.com/babylonchain/babylon/issues/227) +- Error results in RawCheckpointList [\#280](https://github.com/babylonlabs-io/babylon/issues/280) +- Creating a validator after the chain has been running for a while leads to the validator never becoming bonded. [\#275](https://github.com/babylonlabs-io/babylon/issues/275) +- Flaky zoneconcierge test [\#251](https://github.com/babylonlabs-io/babylon/issues/251) +- go 1.19 [\#227](https://github.com/babylonlabs-io/babylon/issues/227) **Merged pull requests:** -- Release v0.5.0 [\#301](https://github.com/babylonchain/babylon/pull/301) ([vitsalis](https://github.com/vitsalis)) -- zoneconcierge API: pagtinating chain IDs API [\#300](https://github.com/babylonchain/babylon/pull/300) ([SebastianElvis](https://github.com/SebastianElvis)) -- Fix: Monitor/fix reported checkpoint BTC height query bugs [\#299](https://github.com/babylonchain/babylon/pull/299) ([gitferry](https://github.com/gitferry)) -- Add Apache 2.0 licence [\#298](https://github.com/babylonchain/babylon/pull/298) ([vitsalis](https://github.com/vitsalis)) -- Clean and split up README [\#297](https://github.com/babylonchain/babylon/pull/297) ([vitsalis](https://github.com/vitsalis)) -- fix: add BLST\_PORTABLE flag before build instruction [\#295](https://github.com/babylonchain/babylon/pull/295) ([vitsalis](https://github.com/vitsalis)) -- btccheckpoint API: enriching existing APIs with `BTCCheckpointInfo` [\#294](https://github.com/babylonchain/babylon/pull/294) ([SebastianElvis](https://github.com/SebastianElvis)) -- chore: Remove checkpointing spec [\#293](https://github.com/babylonchain/babylon/pull/293) ([gitferry](https://github.com/gitferry)) -- API: add parameters to range queries and improve outputs [\#292](https://github.com/babylonchain/babylon/pull/292) ([SebastianElvis](https://github.com/SebastianElvis)) -- btccheckpoint API: range query for BTC checkpoints [\#291](https://github.com/babylonchain/babylon/pull/291) ([SebastianElvis](https://github.com/SebastianElvis)) -- btccheckpoint API: add hash to `BtcCheckpointHeightAndHash` API [\#290](https://github.com/babylonchain/babylon/pull/290) ([SebastianElvis](https://github.com/SebastianElvis)) -- epoching: range query for epochs [\#289](https://github.com/babylonchain/babylon/pull/289) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: Monitor/Add new KV and query for checkpoint reported btc height [\#286](https://github.com/babylonchain/babylon/pull/286) ([gitferry](https://github.com/gitferry)) -- zoneconcierge: proper initialisation for chain info [\#285](https://github.com/babylonchain/babylon/pull/285) ([SebastianElvis](https://github.com/SebastianElvis)) -- fix: API/Fix checkpoint list total error [\#283](https://github.com/babylonchain/babylon/pull/283) ([gitferry](https://github.com/gitferry)) -- fix: Fix pagination error of RawCheckpointList [\#282](https://github.com/babylonchain/babylon/pull/282) ([gitferry](https://github.com/gitferry)) -- Bump btcd versions to fix 2 consensus issues [\#281](https://github.com/babylonchain/babylon/pull/281) ([KonradStaniec](https://github.com/KonradStaniec)) -- fix: add HTTP URL for LastCheckpointWithStatusRequest [\#277](https://github.com/babylonchain/babylon/pull/277) ([gitferry](https://github.com/gitferry)) -- epoching/checkpointing: fuzz test for validators with zero voting power [\#276](https://github.com/babylonchain/babylon/pull/276) ([SebastianElvis](https://github.com/SebastianElvis)) -- Add simple monitor module [\#274](https://github.com/babylonchain/babylon/pull/274) ([KonradStaniec](https://github.com/KonradStaniec)) -- fix: checkpointing: Do not make the `home` flag a required one and unmarshall PubKey \(\#271\) [\#271](https://github.com/babylonchain/babylon/pull/271) ([vitsalis](https://github.com/vitsalis)) -- Fix: Increase gas in e2e test [\#270](https://github.com/babylonchain/babylon/pull/270) ([KonradStaniec](https://github.com/KonradStaniec)) -- Add integration test for zoneconcierge checkpointing [\#269](https://github.com/babylonchain/babylon/pull/269) ([KonradStaniec](https://github.com/KonradStaniec)) -- chore: refactor `FinalizedChainInfo` API [\#268](https://github.com/babylonchain/babylon/pull/268) ([SebastianElvis](https://github.com/SebastianElvis)) -- checkpointing API: add checkpoint lifecycle in `RawCheckpointWithMeta` [\#267](https://github.com/babylonchain/babylon/pull/267) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge API: find header and fork headers at a given height [\#266](https://github.com/babylonchain/babylon/pull/266) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge API: find the BTC-finalised chain info before specific CZ height [\#264](https://github.com/babylonchain/babylon/pull/264) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge API: adding total number of timestamped headers to chainInfo [\#263](https://github.com/babylonchain/babylon/pull/263) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: API for querying headers in a given epoch [\#261](https://github.com/babylonchain/babylon/pull/261) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: API for querying the chain info of a given epoch [\#260](https://github.com/babylonchain/babylon/pull/260) ([SebastianElvis](https://github.com/SebastianElvis)) -- add e2e test to CI [\#259](https://github.com/babylonchain/babylon/pull/259) ([KonradStaniec](https://github.com/KonradStaniec)) -- Bump golang to 1.19 [\#257](https://github.com/babylonchain/babylon/pull/257) ([KonradStaniec](https://github.com/KonradStaniec)) -- zoneconcierge: fix flaky test `FuzzProofEpochSealed_BLSSig` [\#256](https://github.com/babylonchain/babylon/pull/256) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: ignore out-of-order headers in ZoneConcierge [\#255](https://github.com/babylonchain/babylon/pull/255) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: API for listing the last checkpointed headers [\#254](https://github.com/babylonchain/babylon/pull/254) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: Add new query for the last checkpoint with a given status [\#253](https://github.com/babylonchain/babylon/pull/253) ([gitferry](https://github.com/gitferry)) - -## [v0.4.0](https://github.com/babylonchain/babylon/tree/v0.4.0) (2022-12-20) - -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.3.0...v0.4.0) +- Release v0.5.0 [\#301](https://github.com/babylonlabs-io/babylon/pull/301) ([vitsalis](https://github.com/vitsalis)) +- zoneconcierge API: pagtinating chain IDs API [\#300](https://github.com/babylonlabs-io/babylon/pull/300) ([SebastianElvis](https://github.com/SebastianElvis)) +- Fix: Monitor/fix reported checkpoint BTC height query bugs [\#299](https://github.com/babylonlabs-io/babylon/pull/299) ([gitferry](https://github.com/gitferry)) +- Add Apache 2.0 licence [\#298](https://github.com/babylonlabs-io/babylon/pull/298) ([vitsalis](https://github.com/vitsalis)) +- Clean and split up README [\#297](https://github.com/babylonlabs-io/babylon/pull/297) ([vitsalis](https://github.com/vitsalis)) +- fix: add BLST\_PORTABLE flag before build instruction [\#295](https://github.com/babylonlabs-io/babylon/pull/295) ([vitsalis](https://github.com/vitsalis)) +- btccheckpoint API: enriching existing APIs with `BTCCheckpointInfo` [\#294](https://github.com/babylonlabs-io/babylon/pull/294) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: Remove checkpointing spec [\#293](https://github.com/babylonlabs-io/babylon/pull/293) ([gitferry](https://github.com/gitferry)) +- API: add parameters to range queries and improve outputs [\#292](https://github.com/babylonlabs-io/babylon/pull/292) ([SebastianElvis](https://github.com/SebastianElvis)) +- btccheckpoint API: range query for BTC checkpoints [\#291](https://github.com/babylonlabs-io/babylon/pull/291) ([SebastianElvis](https://github.com/SebastianElvis)) +- btccheckpoint API: add hash to `BtcCheckpointHeightAndHash` API [\#290](https://github.com/babylonlabs-io/babylon/pull/290) ([SebastianElvis](https://github.com/SebastianElvis)) +- epoching: range query for epochs [\#289](https://github.com/babylonlabs-io/babylon/pull/289) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: Monitor/Add new KV and query for checkpoint reported btc height [\#286](https://github.com/babylonlabs-io/babylon/pull/286) ([gitferry](https://github.com/gitferry)) +- zoneconcierge: proper initialisation for chain info [\#285](https://github.com/babylonlabs-io/babylon/pull/285) ([SebastianElvis](https://github.com/SebastianElvis)) +- fix: API/Fix checkpoint list total error [\#283](https://github.com/babylonlabs-io/babylon/pull/283) ([gitferry](https://github.com/gitferry)) +- fix: Fix pagination error of RawCheckpointList [\#282](https://github.com/babylonlabs-io/babylon/pull/282) ([gitferry](https://github.com/gitferry)) +- Bump btcd versions to fix 2 consensus issues [\#281](https://github.com/babylonlabs-io/babylon/pull/281) ([KonradStaniec](https://github.com/KonradStaniec)) +- fix: add HTTP URL for LastCheckpointWithStatusRequest [\#277](https://github.com/babylonlabs-io/babylon/pull/277) ([gitferry](https://github.com/gitferry)) +- epoching/checkpointing: fuzz test for validators with zero voting power [\#276](https://github.com/babylonlabs-io/babylon/pull/276) ([SebastianElvis](https://github.com/SebastianElvis)) +- Add simple monitor module [\#274](https://github.com/babylonlabs-io/babylon/pull/274) ([KonradStaniec](https://github.com/KonradStaniec)) +- fix: checkpointing: Do not make the `home` flag a required one and unmarshall PubKey \(\#271\) [\#271](https://github.com/babylonlabs-io/babylon/pull/271) ([vitsalis](https://github.com/vitsalis)) +- Fix: Increase gas in e2e test [\#270](https://github.com/babylonlabs-io/babylon/pull/270) ([KonradStaniec](https://github.com/KonradStaniec)) +- Add integration test for zoneconcierge checkpointing [\#269](https://github.com/babylonlabs-io/babylon/pull/269) ([KonradStaniec](https://github.com/KonradStaniec)) +- chore: refactor `FinalizedChainInfo` API [\#268](https://github.com/babylonlabs-io/babylon/pull/268) ([SebastianElvis](https://github.com/SebastianElvis)) +- checkpointing API: add checkpoint lifecycle in `RawCheckpointWithMeta` [\#267](https://github.com/babylonlabs-io/babylon/pull/267) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge API: find header and fork headers at a given height [\#266](https://github.com/babylonlabs-io/babylon/pull/266) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge API: find the BTC-finalised chain info before specific CZ height [\#264](https://github.com/babylonlabs-io/babylon/pull/264) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge API: adding total number of timestamped headers to chainInfo [\#263](https://github.com/babylonlabs-io/babylon/pull/263) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: API for querying headers in a given epoch [\#261](https://github.com/babylonlabs-io/babylon/pull/261) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: API for querying the chain info of a given epoch [\#260](https://github.com/babylonlabs-io/babylon/pull/260) ([SebastianElvis](https://github.com/SebastianElvis)) +- add e2e test to CI [\#259](https://github.com/babylonlabs-io/babylon/pull/259) ([KonradStaniec](https://github.com/KonradStaniec)) +- Bump golang to 1.19 [\#257](https://github.com/babylonlabs-io/babylon/pull/257) ([KonradStaniec](https://github.com/KonradStaniec)) +- zoneconcierge: fix flaky test `FuzzProofEpochSealed_BLSSig` [\#256](https://github.com/babylonlabs-io/babylon/pull/256) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: ignore out-of-order headers in ZoneConcierge [\#255](https://github.com/babylonlabs-io/babylon/pull/255) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: API for listing the last checkpointed headers [\#254](https://github.com/babylonlabs-io/babylon/pull/254) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: Add new query for the last checkpoint with a given status [\#253](https://github.com/babylonlabs-io/babylon/pull/253) ([gitferry](https://github.com/gitferry)) + +## [v0.4.0](https://github.com/babylonlabs-io/babylon/tree/v0.4.0) (2022-12-20) + +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.3.0...v0.4.0) **Closed issues:** -- epoching: excessive `absent validator` logs during simulation [\#75](https://github.com/babylonchain/babylon/issues/75) +- epoching: excessive `absent validator` logs during simulation [\#75](https://github.com/babylonlabs-io/babylon/issues/75) **Merged pull requests:** -- Release v0.4.0 [\#252](https://github.com/babylonchain/babylon/pull/252) ([vitsalis](https://github.com/vitsalis)) -- zoneconcierge: typos and rename filenames [\#250](https://github.com/babylonchain/babylon/pull/250) ([SebastianElvis](https://github.com/SebastianElvis)) -- chore: Introduce more control over home directory name for localnet [\#249](https://github.com/babylonchain/babylon/pull/249) ([vitsalis](https://github.com/vitsalis)) -- zoneconcierge/epoching: proof that a header is in an epoch [\#248](https://github.com/babylonchain/babylon/pull/248) ([SebastianElvis](https://github.com/SebastianElvis)) -- Add e2e testing framework based on Osmosis [\#247](https://github.com/babylonchain/babylon/pull/247) ([KonradStaniec](https://github.com/KonradStaniec)) -- zoneconcierge: verifier for `ProofEpochSubmitted` [\#246](https://github.com/babylonchain/babylon/pull/246) ([SebastianElvis](https://github.com/SebastianElvis)) -- Add versioning based on Git names for the executable [\#245](https://github.com/babylonchain/babylon/pull/245) ([vitsalis](https://github.com/vitsalis)) -- Fix: Resolve linting errors [\#244](https://github.com/babylonchain/babylon/pull/244) ([vitsalis](https://github.com/vitsalis)) -- zoneconcierge: query inclusion proofs and add them to `ProofEpochSealed` [\#243](https://github.com/babylonchain/babylon/pull/243) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: Add kv for validator BLS key set [\#242](https://github.com/babylonchain/babylon/pull/242) ([gitferry](https://github.com/gitferry)) -- zoneconcierge: verifying BLS multisig in `ProofEpochSealed` [\#241](https://github.com/babylonchain/babylon/pull/241) ([SebastianElvis](https://github.com/SebastianElvis)) -- chore: Unify bitmap length [\#240](https://github.com/babylonchain/babylon/pull/240) ([gitferry](https://github.com/gitferry)) -- zoneconcierge: enriching `SubmissionData` to store BTCSpvProof [\#239](https://github.com/babylonchain/babylon/pull/239) ([SebastianElvis](https://github.com/SebastianElvis)) -- chore: Move functionalities from the verifier [\#238](https://github.com/babylonchain/babylon/pull/238) ([gitferry](https://github.com/gitferry)) -- zoneconcierge: proof of a sealed epoch and make proof generation optional [\#237](https://github.com/babylonchain/babylon/pull/237) ([SebastianElvis](https://github.com/SebastianElvis)) -- epoching: API for querying the validator set of a given epoch [\#236](https://github.com/babylonchain/babylon/pull/236) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: Add voting power to BLS key set API [\#235](https://github.com/babylonchain/babylon/pull/235) ([gitferry](https://github.com/gitferry)) -- zoneconcierge: proof that a tx is in a block [\#234](https://github.com/babylonchain/babylon/pull/234) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: repurpose heartbeat mechanism to a generic function [\#233](https://github.com/babylonchain/babylon/pull/233) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: Add bls pubkey set api [\#232](https://github.com/babylonchain/babylon/pull/232) ([gitferry](https://github.com/gitferry)) -- golangci-lint [\#222](https://github.com/babylonchain/babylon/pull/222) ([faddat](https://github.com/faddat)) - -## [v0.3.0](https://github.com/babylonchain/babylon/tree/v0.3.0) (2022-11-30) - -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.2.0...v0.3.0) +- Release v0.4.0 [\#252](https://github.com/babylonlabs-io/babylon/pull/252) ([vitsalis](https://github.com/vitsalis)) +- zoneconcierge: typos and rename filenames [\#250](https://github.com/babylonlabs-io/babylon/pull/250) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: Introduce more control over home directory name for localnet [\#249](https://github.com/babylonlabs-io/babylon/pull/249) ([vitsalis](https://github.com/vitsalis)) +- zoneconcierge/epoching: proof that a header is in an epoch [\#248](https://github.com/babylonlabs-io/babylon/pull/248) ([SebastianElvis](https://github.com/SebastianElvis)) +- Add e2e testing framework based on Osmosis [\#247](https://github.com/babylonlabs-io/babylon/pull/247) ([KonradStaniec](https://github.com/KonradStaniec)) +- zoneconcierge: verifier for `ProofEpochSubmitted` [\#246](https://github.com/babylonlabs-io/babylon/pull/246) ([SebastianElvis](https://github.com/SebastianElvis)) +- Add versioning based on Git names for the executable [\#245](https://github.com/babylonlabs-io/babylon/pull/245) ([vitsalis](https://github.com/vitsalis)) +- Fix: Resolve linting errors [\#244](https://github.com/babylonlabs-io/babylon/pull/244) ([vitsalis](https://github.com/vitsalis)) +- zoneconcierge: query inclusion proofs and add them to `ProofEpochSealed` [\#243](https://github.com/babylonlabs-io/babylon/pull/243) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: Add kv for validator BLS key set [\#242](https://github.com/babylonlabs-io/babylon/pull/242) ([gitferry](https://github.com/gitferry)) +- zoneconcierge: verifying BLS multisig in `ProofEpochSealed` [\#241](https://github.com/babylonlabs-io/babylon/pull/241) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: Unify bitmap length [\#240](https://github.com/babylonlabs-io/babylon/pull/240) ([gitferry](https://github.com/gitferry)) +- zoneconcierge: enriching `SubmissionData` to store BTCSpvProof [\#239](https://github.com/babylonlabs-io/babylon/pull/239) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: Move functionalities from the verifier [\#238](https://github.com/babylonlabs-io/babylon/pull/238) ([gitferry](https://github.com/gitferry)) +- zoneconcierge: proof of a sealed epoch and make proof generation optional [\#237](https://github.com/babylonlabs-io/babylon/pull/237) ([SebastianElvis](https://github.com/SebastianElvis)) +- epoching: API for querying the validator set of a given epoch [\#236](https://github.com/babylonlabs-io/babylon/pull/236) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: Add voting power to BLS key set API [\#235](https://github.com/babylonlabs-io/babylon/pull/235) ([gitferry](https://github.com/gitferry)) +- zoneconcierge: proof that a tx is in a block [\#234](https://github.com/babylonlabs-io/babylon/pull/234) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: repurpose heartbeat mechanism to a generic function [\#233](https://github.com/babylonlabs-io/babylon/pull/233) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: Add bls pubkey set api [\#232](https://github.com/babylonlabs-io/babylon/pull/232) ([gitferry](https://github.com/gitferry)) +- golangci-lint [\#222](https://github.com/babylonlabs-io/babylon/pull/222) ([faddat](https://github.com/faddat)) + +## [v0.3.0](https://github.com/babylonlabs-io/babylon/tree/v0.3.0) (2022-11-30) + +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.2.0...v0.3.0) **Breaking changes:** -- Submission pruning improvements [\#204](https://github.com/babylonchain/babylon/pull/204) ([KonradStaniec](https://github.com/KonradStaniec)) +- Submission pruning improvements [\#204](https://github.com/babylonlabs-io/babylon/pull/204) ([KonradStaniec](https://github.com/KonradStaniec)) **Closed issues:** -- zoneconcierge: Chain info indexer snapshots the latest chain info for each epoch even without any relayer [\#220](https://github.com/babylonchain/babylon/issues/220) +- zoneconcierge: Chain info indexer snapshots the latest chain info for each epoch even without any relayer [\#220](https://github.com/babylonlabs-io/babylon/issues/220) **Merged pull requests:** -- Release v0.3.0 [\#231](https://github.com/babylonchain/babylon/pull/231) ([vitsalis](https://github.com/vitsalis)) -- doc: update swagger yml file [\#230](https://github.com/babylonchain/babylon/pull/230) ([SebastianElvis](https://github.com/SebastianElvis)) -- fix: Update verification rule for btc raw checkpoints [\#229](https://github.com/babylonchain/babylon/pull/229) ([gitferry](https://github.com/gitferry)) -- zoneconcierge: API route [\#228](https://github.com/babylonchain/babylon/pull/228) ([SebastianElvis](https://github.com/SebastianElvis)) -- Bump protogen cosmos [\#226](https://github.com/babylonchain/babylon/pull/226) ([vitsalis](https://github.com/vitsalis)) -- chore: Remove starport references [\#225](https://github.com/babylonchain/babylon/pull/225) ([faddat](https://github.com/faddat)) -- bump ledger and cosmos-proto [\#223](https://github.com/babylonchain/babylon/pull/223) ([faddat](https://github.com/faddat)) -- zoneconcierge: find the earliest epoch that finalised a chain info for the API [\#221](https://github.com/babylonchain/babylon/pull/221) ([SebastianElvis](https://github.com/SebastianElvis)) -- bump deps [\#218](https://github.com/babylonchain/babylon/pull/218) ([faddat](https://github.com/faddat)) -- fix: fixed marshaling issue when enqueueing CreateValidator message and added tests [\#215](https://github.com/babylonchain/babylon/pull/215) ([gitferry](https://github.com/gitferry)) +- Release v0.3.0 [\#231](https://github.com/babylonlabs-io/babylon/pull/231) ([vitsalis](https://github.com/vitsalis)) +- doc: update swagger yml file [\#230](https://github.com/babylonlabs-io/babylon/pull/230) ([SebastianElvis](https://github.com/SebastianElvis)) +- fix: Update verification rule for btc raw checkpoints [\#229](https://github.com/babylonlabs-io/babylon/pull/229) ([gitferry](https://github.com/gitferry)) +- zoneconcierge: API route [\#228](https://github.com/babylonlabs-io/babylon/pull/228) ([SebastianElvis](https://github.com/SebastianElvis)) +- Bump protogen cosmos [\#226](https://github.com/babylonlabs-io/babylon/pull/226) ([vitsalis](https://github.com/vitsalis)) +- chore: Remove starport references [\#225](https://github.com/babylonlabs-io/babylon/pull/225) ([faddat](https://github.com/faddat)) +- bump ledger and cosmos-proto [\#223](https://github.com/babylonlabs-io/babylon/pull/223) ([faddat](https://github.com/faddat)) +- zoneconcierge: find the earliest epoch that finalised a chain info for the API [\#221](https://github.com/babylonlabs-io/babylon/pull/221) ([SebastianElvis](https://github.com/SebastianElvis)) +- bump deps [\#218](https://github.com/babylonlabs-io/babylon/pull/218) ([faddat](https://github.com/faddat)) +- fix: fixed marshaling issue when enqueueing CreateValidator message and added tests [\#215](https://github.com/babylonlabs-io/babylon/pull/215) ([gitferry](https://github.com/gitferry)) -## [v0.2.0](https://github.com/babylonchain/babylon/tree/v0.2.0) (2022-11-23) +## [v0.2.0](https://github.com/babylonlabs-io/babylon/tree/v0.2.0) (2022-11-23) -[Full Changelog](https://github.com/babylonchain/babylon/compare/v0.1.0...v0.2.0) +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/v0.1.0...v0.2.0) **Fixed bugs:** -- Concurrent issue when sending BLS-sig tx in a gorouting [\#197](https://github.com/babylonchain/babylon/issues/197) +- Concurrent issue when sending BLS-sig tx in a gorouting [\#197](https://github.com/babylonlabs-io/babylon/issues/197) **Closed issues:** -- Make FromName an attribute in app.toml [\#188](https://github.com/babylonchain/babylon/issues/188) -- Add correspondence check for genesis BLS keys and genesis txs [\#180](https://github.com/babylonchain/babylon/issues/180) +- Make FromName an attribute in app.toml [\#188](https://github.com/babylonlabs-io/babylon/issues/188) +- Add correspondence check for genesis BLS keys and genesis txs [\#180](https://github.com/babylonlabs-io/babylon/issues/180) **Merged pull requests:** -- Release v0.2.0 [\#217](https://github.com/babylonchain/babylon/pull/217) ([vitsalis](https://github.com/vitsalis)) -- hotfix: fixing the hook issue in `app.go` [\#213](https://github.com/babylonchain/babylon/pull/213) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: debugging API `ChainInfo` [\#211](https://github.com/babylonchain/babylon/pull/211) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: add checkpoint info and epoch info to `FinalizedChainInfo` API [\#210](https://github.com/babylonchain/babylon/pull/210) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: restrict the used port for IBC [\#209](https://github.com/babylonchain/babylon/pull/209) ([SebastianElvis](https://github.com/SebastianElvis)) -- fix: Use better short description for the babylond executable [\#208](https://github.com/babylonchain/babylon/pull/208) ([vitsalis](https://github.com/vitsalis)) -- IBC: bug fixes for creating IBC channels [\#206](https://github.com/babylonchain/babylon/pull/206) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: API for listing all chain IDs [\#205](https://github.com/babylonchain/babylon/pull/205) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: fuzz tests for various indexers [\#203](https://github.com/babylonchain/babylon/pull/203) ([SebastianElvis](https://github.com/SebastianElvis)) -- fix: Resolved concurrency issue when sending BLS-sig txs [\#202](https://github.com/babylonchain/babylon/pull/202) ([gitferry](https://github.com/gitferry)) -- zoneconcierge: track latest BTC-finalised header and add the query [\#201](https://github.com/babylonchain/babylon/pull/201) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: subscribe to checkpointing/epoching's hooks, and add a new hooks [\#200](https://github.com/babylonchain/babylon/pull/200) ([SebastianElvis](https://github.com/SebastianElvis)) -- chore: Add signer key name into app custom config [\#199](https://github.com/babylonchain/babylon/pull/199) ([gitferry](https://github.com/gitferry)) -- feat: Introduce swagger docs for RPC queries [\#198](https://github.com/babylonchain/babylon/pull/198) ([vitsalis](https://github.com/vitsalis)) -- feat: Add genesis time on genesis parameters [\#196](https://github.com/babylonchain/babylon/pull/196) ([vitsalis](https://github.com/vitsalis)) -- zoneconcierge: heartbeat IBC packet to keep relayer awake [\#195](https://github.com/babylonchain/babylon/pull/195) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: test infra for IBC and vanilla tests [\#193](https://github.com/babylonchain/babylon/pull/193) ([SebastianElvis](https://github.com/SebastianElvis)) -- Add changelog [\#192](https://github.com/babylonchain/babylon/pull/192) ([KonradStaniec](https://github.com/KonradStaniec)) -- datagen: add datagen functions for testing reporter [\#190](https://github.com/babylonchain/babylon/pull/190) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: hook onto the light client and index headers/forks [\#189](https://github.com/babylonchain/babylon/pull/189) ([SebastianElvis](https://github.com/SebastianElvis)) -- zoneconcierge: replace IBC-Go with Babylon's fork, and implement DB schemas [\#184](https://github.com/babylonchain/babylon/pull/184) ([SebastianElvis](https://github.com/SebastianElvis)) - -## [v0.1.0](https://github.com/babylonchain/babylon/tree/v0.1.0) (2022-11-05) - -[Full Changelog](https://github.com/babylonchain/babylon/compare/b1645c9eea6511069c0b2ad0328d794018450eac...v0.1.0) +- Release v0.2.0 [\#217](https://github.com/babylonlabs-io/babylon/pull/217) ([vitsalis](https://github.com/vitsalis)) +- hotfix: fixing the hook issue in `app.go` [\#213](https://github.com/babylonlabs-io/babylon/pull/213) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: debugging API `ChainInfo` [\#211](https://github.com/babylonlabs-io/babylon/pull/211) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: add checkpoint info and epoch info to `FinalizedChainInfo` API [\#210](https://github.com/babylonlabs-io/babylon/pull/210) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: restrict the used port for IBC [\#209](https://github.com/babylonlabs-io/babylon/pull/209) ([SebastianElvis](https://github.com/SebastianElvis)) +- fix: Use better short description for the babylond executable [\#208](https://github.com/babylonlabs-io/babylon/pull/208) ([vitsalis](https://github.com/vitsalis)) +- IBC: bug fixes for creating IBC channels [\#206](https://github.com/babylonlabs-io/babylon/pull/206) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: API for listing all chain IDs [\#205](https://github.com/babylonlabs-io/babylon/pull/205) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: fuzz tests for various indexers [\#203](https://github.com/babylonlabs-io/babylon/pull/203) ([SebastianElvis](https://github.com/SebastianElvis)) +- fix: Resolved concurrency issue when sending BLS-sig txs [\#202](https://github.com/babylonlabs-io/babylon/pull/202) ([gitferry](https://github.com/gitferry)) +- zoneconcierge: track latest BTC-finalised header and add the query [\#201](https://github.com/babylonlabs-io/babylon/pull/201) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: subscribe to checkpointing/epoching's hooks, and add a new hooks [\#200](https://github.com/babylonlabs-io/babylon/pull/200) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: Add signer key name into app custom config [\#199](https://github.com/babylonlabs-io/babylon/pull/199) ([gitferry](https://github.com/gitferry)) +- feat: Introduce swagger docs for RPC queries [\#198](https://github.com/babylonlabs-io/babylon/pull/198) ([vitsalis](https://github.com/vitsalis)) +- feat: Add genesis time on genesis parameters [\#196](https://github.com/babylonlabs-io/babylon/pull/196) ([vitsalis](https://github.com/vitsalis)) +- zoneconcierge: heartbeat IBC packet to keep relayer awake [\#195](https://github.com/babylonlabs-io/babylon/pull/195) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: test infra for IBC and vanilla tests [\#193](https://github.com/babylonlabs-io/babylon/pull/193) ([SebastianElvis](https://github.com/SebastianElvis)) +- Add changelog [\#192](https://github.com/babylonlabs-io/babylon/pull/192) ([KonradStaniec](https://github.com/KonradStaniec)) +- datagen: add datagen functions for testing reporter [\#190](https://github.com/babylonlabs-io/babylon/pull/190) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: hook onto the light client and index headers/forks [\#189](https://github.com/babylonlabs-io/babylon/pull/189) ([SebastianElvis](https://github.com/SebastianElvis)) +- zoneconcierge: replace IBC-Go with Babylon's fork, and implement DB schemas [\#184](https://github.com/babylonlabs-io/babylon/pull/184) ([SebastianElvis](https://github.com/SebastianElvis)) + +## [v0.1.0](https://github.com/babylonlabs-io/babylon/tree/v0.1.0) (2022-11-05) + +[Full Changelog](https://github.com/babylonlabs-io/babylon/compare/b1645c9eea6511069c0b2ad0328d794018450eac...v0.1.0) **Implemented enhancements:** -- Checkpointing: remove hardcoded FlagFee [\#160](https://github.com/babylonchain/babylon/issues/160) -- Proper coin denomination for testnet [\#139](https://github.com/babylonchain/babylon/issues/139) -- chore: bump Cosmos SDK dependency to `v0.46.0` [\#93](https://github.com/babylonchain/babylon/issues/93) -- btclightclient: Store BTCHeaderInfo objects instead of BTCHeaderBytes objects [\#57](https://github.com/babylonchain/babylon/issues/57) +- Checkpointing: remove hardcoded FlagFee [\#160](https://github.com/babylonlabs-io/babylon/issues/160) +- Proper coin denomination for testnet [\#139](https://github.com/babylonlabs-io/babylon/issues/139) +- chore: bump Cosmos SDK dependency to `v0.46.0` [\#93](https://github.com/babylonlabs-io/babylon/issues/93) +- btclightclient: Store BTCHeaderInfo objects instead of BTCHeaderBytes objects [\#57](https://github.com/babylonlabs-io/babylon/issues/57) **Fixed bugs:** -- bug: Transaction submission panics due to unavailability of BTC config [\#117](https://github.com/babylonchain/babylon/issues/117) -- epoching: simulation panicked with error message `panic: no delegation distribution info` [\#74](https://github.com/babylonchain/babylon/issues/74) -- Epoching AnteHandler rejects genesis staking transactions [\#36](https://github.com/babylonchain/babylon/issues/36) -- Fix handling duplicated submissions [\#163](https://github.com/babylonchain/babylon/pull/163) ([KonradStaniec](https://github.com/KonradStaniec)) +- bug: Transaction submission panics due to unavailability of BTC config [\#117](https://github.com/babylonlabs-io/babylon/issues/117) +- epoching: simulation panicked with error message `panic: no delegation distribution info` [\#74](https://github.com/babylonlabs-io/babylon/issues/74) +- Epoching AnteHandler rejects genesis staking transactions [\#36](https://github.com/babylonlabs-io/babylon/issues/36) +- Fix handling duplicated submissions [\#163](https://github.com/babylonlabs-io/babylon/pull/163) ([KonradStaniec](https://github.com/KonradStaniec)) **Closed issues:** -- Improve sending of bls transaction by checkpointing module. [\#155](https://github.com/babylonchain/babylon/issues/155) -- Checkpointing: random BLS-sig transactions are not executed successfully [\#141](https://github.com/babylonchain/babylon/issues/141) -- Fix integration test and blssigner denominations [\#137](https://github.com/babylonchain/babylon/issues/137) -- Errors prompted by the static analyser in `x/btclightclient` [\#9](https://github.com/babylonchain/babylon/issues/9) +- Improve sending of bls transaction by checkpointing module. [\#155](https://github.com/babylonlabs-io/babylon/issues/155) +- Checkpointing: random BLS-sig transactions are not executed successfully [\#141](https://github.com/babylonlabs-io/babylon/issues/141) +- Fix integration test and blssigner denominations [\#137](https://github.com/babylonlabs-io/babylon/issues/137) +- Errors prompted by the static analyser in `x/btclightclient` [\#9](https://github.com/babylonlabs-io/babylon/issues/9) **Merged pull requests:** -- Release v0.1.0 [\#191](https://github.com/babylonchain/babylon/pull/191) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: add validate-genesis cmd [\#187](https://github.com/babylonchain/babylon/pull/187) ([gitferry](https://github.com/gitferry)) -- chore: add correspondence check against gentx when adding genesis BLS keys [\#186](https://github.com/babylonchain/babylon/pull/186) ([gitferry](https://github.com/gitferry)) -- chore: regtest support [\#185](https://github.com/babylonchain/babylon/pull/185) ([SebastianElvis](https://github.com/SebastianElvis)) -- Implement ADR-01 [\#183](https://github.com/babylonchain/babylon/pull/183) ([KonradStaniec](https://github.com/KonradStaniec)) -- chore: Upgrade proto generation Docker image and script [\#181](https://github.com/babylonchain/babylon/pull/181) ([vitsalis](https://github.com/vitsalis)) -- Fix accepting submission [\#179](https://github.com/babylonchain/babylon/pull/179) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: add add-genesis-bls cmd [\#178](https://github.com/babylonchain/babylon/pull/178) ([gitferry](https://github.com/gitferry)) -- fix: CI failed after merging \#175 [\#177](https://github.com/babylonchain/babylon/pull/177) ([gitferry](https://github.com/gitferry)) -- ibc: vanilla IBC module [\#176](https://github.com/babylonchain/babylon/pull/176) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: add create-genesis-bls cmd [\#175](https://github.com/babylonchain/babylon/pull/175) ([gitferry](https://github.com/gitferry)) -- Bump cosmos sdk [\#173](https://github.com/babylonchain/babylon/pull/173) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: Add prepare-genesis command [\#172](https://github.com/babylonchain/babylon/pull/172) ([vitsalis](https://github.com/vitsalis)) -- Refactor submission bitcoin status [\#170](https://github.com/babylonchain/babylon/pull/170) ([KonradStaniec](https://github.com/KonradStaniec)) -- Validate btc objects in ante-handler [\#169](https://github.com/babylonchain/babylon/pull/169) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: Use \(u\)bbn bond denominations [\#167](https://github.com/babylonchain/babylon/pull/167) ([vitsalis](https://github.com/vitsalis)) -- feat: checkpointing/improve the sending of BLS-sig tx [\#166](https://github.com/babylonchain/babylon/pull/166) ([gitferry](https://github.com/gitferry)) -- feat: checkpointing/implement WrappedCreateValidator cli [\#165](https://github.com/babylonchain/babylon/pull/165) ([gitferry](https://github.com/gitferry)) -- Move retry module from Vigilante to BBN [\#164](https://github.com/babylonchain/babylon/pull/164) ([gusin13](https://github.com/gusin13)) -- feat: checkpointing/add create-bls-key cli [\#162](https://github.com/babylonchain/babylon/pull/162) ([gitferry](https://github.com/gitferry)) -- chore: checkpointing/refactor validate basic [\#161](https://github.com/babylonchain/babylon/pull/161) ([gitferry](https://github.com/gitferry)) -- Query to get submissions for given epoch [\#158](https://github.com/babylonchain/babylon/pull/158) ([KonradStaniec](https://github.com/KonradStaniec)) -- Functionality for building custom mainnet tags [\#157](https://github.com/babylonchain/babylon/pull/157) ([vitsalis](https://github.com/vitsalis)) -- Improve integration tests [\#156](https://github.com/babylonchain/babylon/pull/156) ([KonradStaniec](https://github.com/KonradStaniec)) -- epoching: fix error of `unexpected validator in unbonding queue` [\#154](https://github.com/babylonchain/babylon/pull/154) ([SebastianElvis](https://github.com/SebastianElvis)) -- Fix ancestry error [\#153](https://github.com/babylonchain/babylon/pull/153) ([KonradStaniec](https://github.com/KonradStaniec)) -- chore: fix error msg typo of btccheckpoint [\#151](https://github.com/babylonchain/babylon/pull/151) ([SebastianElvis](https://github.com/SebastianElvis)) -- epoching/checkpointing: checkpoint-assisted unbonding [\#150](https://github.com/babylonchain/babylon/pull/150) ([SebastianElvis](https://github.com/SebastianElvis)) -- fix: Allow minimum work headers for a testnet/simnet [\#148](https://github.com/babylonchain/babylon/pull/148) ([vitsalis](https://github.com/vitsalis)) -- Add test for checkpoint submissions and state change [\#147](https://github.com/babylonchain/babylon/pull/147) ([KonradStaniec](https://github.com/KonradStaniec)) -- fix: fixed decoder for checkpoint [\#146](https://github.com/babylonchain/babylon/pull/146) ([gitferry](https://github.com/gitferry)) -- epoching: add delegator address to events [\#145](https://github.com/babylonchain/babylon/pull/145) ([SebastianElvis](https://github.com/SebastianElvis)) -- chore: checkpointing/add logs for checkpoint status change [\#144](https://github.com/babylonchain/babylon/pull/144) ([gitferry](https://github.com/gitferry)) -- epoching: delegation lifecycle [\#143](https://github.com/babylonchain/babylon/pull/143) ([SebastianElvis](https://github.com/SebastianElvis)) -- Relax tx formatter rules [\#142](https://github.com/babylonchain/babylon/pull/142) ([KonradStaniec](https://github.com/KonradStaniec)) -- epoching: bugfix of `LatestEpochMsgs` API [\#140](https://github.com/babylonchain/babylon/pull/140) ([SebastianElvis](https://github.com/SebastianElvis)) -- epoching: CLI for delegating/undelegating/redelegating requests [\#138](https://github.com/babylonchain/babylon/pull/138) ([SebastianElvis](https://github.com/SebastianElvis)) -- Revert: testnet: denom of gas price \#133 [\#136](https://github.com/babylonchain/babylon/pull/136) ([vitsalis](https://github.com/vitsalis)) -- bitcoinsim: Remove it from the repository [\#135](https://github.com/babylonchain/babylon/pull/135) ([vitsalis](https://github.com/vitsalis)) -- testnet: denom of gas price [\#133](https://github.com/babylonchain/babylon/pull/133) ([SebastianElvis](https://github.com/SebastianElvis)) -- btclightclient: create temporary method for Contains request with bytes parameter [\#132](https://github.com/babylonchain/babylon/pull/132) ([SebastianElvis](https://github.com/SebastianElvis)) -- btclightclient: Add BaseHeader query [\#130](https://github.com/babylonchain/babylon/pull/130) ([vitsalis](https://github.com/vitsalis)) -- Remove full stack deployment and irrelevant files [\#129](https://github.com/babylonchain/babylon/pull/129) ([vitsalis](https://github.com/vitsalis)) -- testnet: Add CLI args for specifying btccheckpoint and staking genesis params [\#128](https://github.com/babylonchain/babylon/pull/128) ([vitsalis](https://github.com/vitsalis)) -- Add extending btc light client chain in tests [\#127](https://github.com/babylonchain/babylon/pull/127) ([KonradStaniec](https://github.com/KonradStaniec)) -- chore: checkpointing/refactor bls-signer [\#126](https://github.com/babylonchain/babylon/pull/126) ([gitferry](https://github.com/gitferry)) -- fix: Re-introduce localnet start to enable integration tests [\#125](https://github.com/babylonchain/babylon/pull/125) ([vitsalis](https://github.com/vitsalis)) -- docker: Include vigilantes and explorer in the localnet deployment [\#123](https://github.com/babylonchain/babylon/pull/123) ([vitsalis](https://github.com/vitsalis)) -- fix: checkpointing/query epoch status count bug [\#122](https://github.com/babylonchain/babylon/pull/122) ([gitferry](https://github.com/gitferry)) -- Fixes initialisation bug [\#121](https://github.com/babylonchain/babylon/pull/121) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: checkpointing/integrate bls-sig tx into the message flow [\#120](https://github.com/babylonchain/babylon/pull/120) ([gitferry](https://github.com/gitferry)) -- epoching API: add epoch msg range queries and add timestamp to validator lifecycle [\#119](https://github.com/babylonchain/babylon/pull/119) ([SebastianElvis](https://github.com/SebastianElvis)) -- fix: bls-sig accumulating bug and added tests [\#118](https://github.com/babylonchain/babylon/pull/118) ([gitferry](https://github.com/gitferry)) -- epoching API: add timestamp to queued messages [\#116](https://github.com/babylonchain/babylon/pull/116) ([SebastianElvis](https://github.com/SebastianElvis)) -- Parameterize genesis and config through testnet command flags [\#115](https://github.com/babylonchain/babylon/pull/115) ([vitsalis](https://github.com/vitsalis)) -- Add custom query [\#114](https://github.com/babylonchain/babylon/pull/114) ([KonradStaniec](https://github.com/KonradStaniec)) -- btccheckpoint: make kDeep/wDeep as system parameters [\#113](https://github.com/babylonchain/babylon/pull/113) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: checkpointing/add typed events [\#112](https://github.com/babylonchain/babylon/pull/112) ([gitferry](https://github.com/gitferry)) -- feat: checkpointing/ add queries about epoch status [\#111](https://github.com/babylonchain/babylon/pull/111) ([gitferry](https://github.com/gitferry)) -- chore: BLS signer refactor [\#110](https://github.com/babylonchain/babylon/pull/110) ([gitferry](https://github.com/gitferry)) -- epoching API: validator lifecycle [\#109](https://github.com/babylonchain/babylon/pull/109) ([SebastianElvis](https://github.com/SebastianElvis)) -- epoching: API: epoch\_msgs/{epoch\_num} -\> all events during this epoch [\#108](https://github.com/babylonchain/babylon/pull/108) ([SebastianElvis](https://github.com/SebastianElvis)) -- btcutils: refactor for vigilante [\#107](https://github.com/babylonchain/babylon/pull/107) ([SebastianElvis](https://github.com/SebastianElvis)) -- chore: Replace all instances of bbl with bbn [\#106](https://github.com/babylonchain/babylon/pull/106) ([vitsalis](https://github.com/vitsalis)) -- Add babylon app config [\#105](https://github.com/babylonchain/babylon/pull/105) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: checkpointing/implement BLS signer [\#104](https://github.com/babylonchain/babylon/pull/104) ([gitferry](https://github.com/gitferry)) -- Add parsing correct format in btccheckpoint [\#102](https://github.com/babylonchain/babylon/pull/102) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: add genesis state for checkpointing [\#101](https://github.com/babylonchain/babylon/pull/101) ([gitferry](https://github.com/gitferry)) -- Add fuzz tests to formatter [\#100](https://github.com/babylonchain/babylon/pull/100) ([KonradStaniec](https://github.com/KonradStaniec)) -- Fix: checkpointing/epoch growth bug [\#99](https://github.com/babylonchain/babylon/pull/99) ([gitferry](https://github.com/gitferry)) -- chore: replace bbl with bbn and gitignore [\#98](https://github.com/babylonchain/babylon/pull/98) ([SebastianElvis](https://github.com/SebastianElvis)) -- FIX: checkpointing/changed PoP by signing BLS public key [\#97](https://github.com/babylonchain/babylon/pull/97) ([gitferry](https://github.com/gitferry)) -- Add initial implementation of tx formatter [\#96](https://github.com/babylonchain/babylon/pull/96) ([KonradStaniec](https://github.com/KonradStaniec)) -- BM-102: Single BTC node in docker producing blocks [\#95](https://github.com/babylonchain/babylon/pull/95) ([aakoshh](https://github.com/aakoshh)) -- Add initial test checking progress [\#94](https://github.com/babylonchain/babylon/pull/94) ([KonradStaniec](https://github.com/KonradStaniec)) -- Add tests to ci [\#90](https://github.com/babylonchain/babylon/pull/90) ([KonradStaniec](https://github.com/KonradStaniec)) -- FIX: Add checkpoint query with status [\#89](https://github.com/babylonchain/babylon/pull/89) ([gitferry](https://github.com/gitferry)) -- enable gRPC gateway routes for rest queries [\#88](https://github.com/babylonchain/babylon/pull/88) ([toliujiayi](https://github.com/toliujiayi)) -- Wire app without mocks [\#87](https://github.com/babylonchain/babylon/pull/87) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: implement bls key generation [\#86](https://github.com/babylonchain/babylon/pull/86) ([gitferry](https://github.com/gitferry)) -- Add integration tests [\#85](https://github.com/babylonchain/babylon/pull/85) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: checkpointing/implement checkpoint verification and keeper tests [\#84](https://github.com/babylonchain/babylon/pull/84) ([gitferry](https://github.com/gitferry)) -- Add btccheckpoit unit tests [\#83](https://github.com/babylonchain/babylon/pull/83) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: btclightclient: Add BTCHeaderInserted event [\#82](https://github.com/babylonchain/babylon/pull/82) ([vitsalis](https://github.com/vitsalis)) -- fix: Remove WASM config from application configuration [\#81](https://github.com/babylonchain/babylon/pull/81) ([vitsalis](https://github.com/vitsalis)) -- epoching: smaller epoch interval in simulation [\#80](https://github.com/babylonchain/babylon/pull/80) ([SebastianElvis](https://github.com/SebastianElvis)) -- FIX: Use a caching multistore in delayed staking message handler [\#79](https://github.com/babylonchain/babylon/pull/79) ([aakoshh](https://github.com/aakoshh)) -- feat: checkpointing/implement cli [\#78](https://github.com/babylonchain/babylon/pull/78) ([gitferry](https://github.com/gitferry)) -- fix: Add installation instructions and executable reference [\#77](https://github.com/babylonchain/babylon/pull/77) ([vitsalis](https://github.com/vitsalis)) -- chore: issue templates [\#76](https://github.com/babylonchain/babylon/pull/76) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: Register msg server for all modules & instructions for tx submission [\#73](https://github.com/babylonchain/babylon/pull/73) ([vitsalis](https://github.com/vitsalis)) -- feat: btclightclient: Refactor keepers based on needs of btcheckpoint module [\#72](https://github.com/babylonchain/babylon/pull/72) ([vitsalis](https://github.com/vitsalis)) -- simulation: vanilla simulation tests [\#71](https://github.com/babylonchain/babylon/pull/71) ([SebastianElvis](https://github.com/SebastianElvis)) -- Implement core btc handling logic [\#70](https://github.com/babylonchain/babylon/pull/70) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: btclightclient: gRPC query fuzz tests [\#69](https://github.com/babylonchain/babylon/pull/69) ([vitsalis](https://github.com/vitsalis)) -- epoching: simulation infra for integration testing [\#68](https://github.com/babylonchain/babylon/pull/68) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: btclightclient: Add keeper fuzz tests [\#67](https://github.com/babylonchain/babylon/pull/67) ([vitsalis](https://github.com/vitsalis)) -- epoching: fuzz tests on epoched undelegations and redelegations [\#66](https://github.com/babylonchain/babylon/pull/66) ([SebastianElvis](https://github.com/SebastianElvis)) -- epoching: refactor test infra, mock messages and sample fuzz tests [\#65](https://github.com/babylonchain/babylon/pull/65) ([SebastianElvis](https://github.com/SebastianElvis)) -- epoching: fuzz tests for slashed validator set [\#64](https://github.com/babylonchain/babylon/pull/64) ([SebastianElvis](https://github.com/SebastianElvis)) -- epoching: replace deprecated `EmitEvent` APIs with `EmitTypedEvent` ones [\#63](https://github.com/babylonchain/babylon/pull/63) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: btclightclient HeadersState keeper fuzz tests [\#61](https://github.com/babylonchain/babylon/pull/61) ([vitsalis](https://github.com/vitsalis)) -- epoching: more test infra and some fuzz tests on keeper functionalities [\#60](https://github.com/babylonchain/babylon/pull/60) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: checkpointing/aggregate BLS signatures [\#59](https://github.com/babylonchain/babylon/pull/59) ([gitferry](https://github.com/gitferry)) -- feat: btclightclient: Abstract the usage of btcd types and store BTCHeaderInfo objects [\#58](https://github.com/babylonchain/babylon/pull/58) ([vitsalis](https://github.com/vitsalis)) -- feat: Replace BTC types unit tests with fuzz tests [\#56](https://github.com/babylonchain/babylon/pull/56) ([vitsalis](https://github.com/vitsalis)) -- feat: Create datagen testutil for common random generation functions [\#55](https://github.com/babylonchain/babylon/pull/55) ([vitsalis](https://github.com/vitsalis)) -- epoching: wrapper type `Epoch` and simplify code using this type [\#54](https://github.com/babylonchain/babylon/pull/54) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: Add btclightclient events and hooks [\#53](https://github.com/babylonchain/babylon/pull/53) ([vitsalis](https://github.com/vitsalis)) -- feat: add raw checkpoint creation [\#52](https://github.com/babylonchain/babylon/pull/52) ([gitferry](https://github.com/gitferry)) -- feat: Add accumulattive PoW functionality to btclightclient [\#51](https://github.com/babylonchain/babylon/pull/51) ([vitsalis](https://github.com/vitsalis)) -- btclightclient: Cleanup codebase and add descriptive comments [\#50](https://github.com/babylonchain/babylon/pull/50) ([vitsalis](https://github.com/vitsalis)) -- Update go to 1.18 in README [\#49](https://github.com/babylonchain/babylon/pull/49) ([vitsalis](https://github.com/vitsalis)) -- Upgrade to go 1.18 [\#48](https://github.com/babylonchain/babylon/pull/48) ([vitsalis](https://github.com/vitsalis)) -- feat: define checkpointing registration proto and state [\#46](https://github.com/babylonchain/babylon/pull/46) ([gitferry](https://github.com/gitferry)) -- BM-60: Database schema ER diagram [\#45](https://github.com/babylonchain/babylon/pull/45) ([aakoshh](https://github.com/aakoshh)) -- Revert "feat: CI: Generate a single block in build check " [\#44](https://github.com/babylonchain/babylon/pull/44) ([vitsalis](https://github.com/vitsalis)) -- Btccheckpoint oracle schema and processing [\#43](https://github.com/babylonchain/babylon/pull/43) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: Fuzz and unit tests for btclightclient types [\#42](https://github.com/babylonchain/babylon/pull/42) ([vitsalis](https://github.com/vitsalis)) -- epoching: fix genesis, param and bootstrapping [\#41](https://github.com/babylonchain/babylon/pull/41) ([SebastianElvis](https://github.com/SebastianElvis)) -- feat: Add unit tests for ValidateHeader of btcutils [\#40](https://github.com/babylonchain/babylon/pull/40) ([vitsalis](https://github.com/vitsalis)) -- feat: Add unit tests for BTCHeaderHashBytes and BTCHeaderBytes types [\#39](https://github.com/babylonchain/babylon/pull/39) ([vitsalis](https://github.com/vitsalis)) -- Add building, testing, and testnet instructions on README [\#38](https://github.com/babylonchain/babylon/pull/38) ([vitsalis](https://github.com/vitsalis)) -- feat: CI: Generate a single block in build check [\#37](https://github.com/babylonchain/babylon/pull/37) ([vitsalis](https://github.com/vitsalis)) -- epoching: event and hook upon a certain threshold amount of slashed voting power [\#35](https://github.com/babylonchain/babylon/pull/35) ([SebastianElvis](https://github.com/SebastianElvis)) -- doc: add BLS key registration spec [\#34](https://github.com/babylonchain/babylon/pull/34) ([gitferry](https://github.com/gitferry)) -- feat: add hooks, events, and error types to the checkpointing module [\#33](https://github.com/babylonchain/babylon/pull/33) ([gitferry](https://github.com/gitferry)) -- epoching: state transition upon `BeginBlock` and `EndBlock` [\#32](https://github.com/babylonchain/babylon/pull/32) ([SebastianElvis](https://github.com/SebastianElvis)) -- Handle insert checkpoint [\#31](https://github.com/babylonchain/babylon/pull/31) ([KonradStaniec](https://github.com/KonradStaniec)) -- feat: Add btclightclient chain query [\#30](https://github.com/babylonchain/babylon/pull/30) ([vitsalis](https://github.com/vitsalis)) -- feat: Implement BTCHeaderBytes and BTCHeaderHashBytes types [\#29](https://github.com/babylonchain/babylon/pull/29) ([vitsalis](https://github.com/vitsalis)) -- epoching: copy/paste necessary code from staking/evidence/slashing and make modifications [\#28](https://github.com/babylonchain/babylon/pull/28) ([SebastianElvis](https://github.com/SebastianElvis)) -- checkpointing: add keeper and core state [\#27](https://github.com/babylonchain/babylon/pull/27) ([gitferry](https://github.com/gitferry)) -- FIX: btclightclient: Properly convert the input of contains to bytes [\#26](https://github.com/babylonchain/babylon/pull/26) ([vitsalis](https://github.com/vitsalis)) -- BM-32: Update diagrams for out-of-sequence checkpoint handling [\#25](https://github.com/babylonchain/babylon/pull/25) ([aakoshh](https://github.com/aakoshh)) -- FIX\(localnet\): Redirect babylond stderr to stdout [\#24](https://github.com/babylonchain/babylon/pull/24) ([vitsalis](https://github.com/vitsalis)) -- BM-31: Add CircleCI pipeline for building and testing [\#23](https://github.com/babylonchain/babylon/pull/23) ([vitsalis](https://github.com/vitsalis)) -- FIX: Failing btclightclient tests, remove unneeded ones, clean up [\#22](https://github.com/babylonchain/babylon/pull/22) ([vitsalis](https://github.com/vitsalis)) -- FIX: Replace 'unimplemented' AnteHandler panic with comment [\#21](https://github.com/babylonchain/babylon/pull/21) ([vitsalis](https://github.com/vitsalis)) -- FIX: Implement Msg interface for MsgInsertBTCSpvProof [\#20](https://github.com/babylonchain/babylon/pull/20) ([vitsalis](https://github.com/vitsalis)) -- epoching: keeper functions, queries, and testing infra [\#19](https://github.com/babylonchain/babylon/pull/19) ([SebastianElvis](https://github.com/SebastianElvis)) -- epoching: Wrapped messages and AnteHandler implementation [\#18](https://github.com/babylonchain/babylon/pull/18) ([SebastianElvis](https://github.com/SebastianElvis)) -- FIX: Stringer in RawCheckpoint and correct checkpointing module ModuleName [\#17](https://github.com/babylonchain/babylon/pull/17) ([vitsalis](https://github.com/vitsalis)) -- BM-16: feat\(epoching\): add AnteHandler `DropValidatorMsgDecorator` [\#15](https://github.com/babylonchain/babylon/pull/15) ([SebastianElvis](https://github.com/SebastianElvis)) -- BM-13: feat\(epoching\): add hooks, events and keeper functions [\#14](https://github.com/babylonchain/babylon/pull/14) ([SebastianElvis](https://github.com/SebastianElvis)) -- BM-10: Basic btcheaderoracle module [\#13](https://github.com/babylonchain/babylon/pull/13) ([vitsalis](https://github.com/vitsalis)) -- BM-17: Add basic functianalities of bls crypto [\#12](https://github.com/babylonchain/babylon/pull/12) ([gitferry](https://github.com/gitferry)) -- FIX: Resolve inconsistent BTCLightClientKeeper name [\#11](https://github.com/babylonchain/babylon/pull/11) ([vitsalis](https://github.com/vitsalis)) -- BM-15: feat\(epoching\): add protobuf messages [\#10](https://github.com/babylonchain/babylon/pull/10) ([SebastianElvis](https://github.com/SebastianElvis)) -- BM-6: Initial proposal for btc checkpoint message [\#8](https://github.com/babylonchain/babylon/pull/8) ([KonradStaniec](https://github.com/KonradStaniec)) -- FIX: Do not modify go.mod when generating proto files [\#7](https://github.com/babylonchain/babylon/pull/7) ([vitsalis](https://github.com/vitsalis)) -- BM-5: feat\(btc light client\): BTC Light Client module setup [\#6](https://github.com/babylonchain/babylon/pull/6) ([vitsalis](https://github.com/vitsalis)) -- BM-2: feat\(checkpointing\): init checkpointing module and define proto types [\#5](https://github.com/babylonchain/babylon/pull/5) ([gitferry](https://github.com/gitferry)) -- BM-6: Add initial scaffold for rawcheckpoint module [\#4](https://github.com/babylonchain/babylon/pull/4) ([KonradStaniec](https://github.com/KonradStaniec)) -- FIX: Add script that downloads third party proto dependencies [\#3](https://github.com/babylonchain/babylon/pull/3) ([vitsalis](https://github.com/vitsalis)) -- BM-3: feat\(epoching\): Epoching module setup [\#2](https://github.com/babylonchain/babylon/pull/2) ([SebastianElvis](https://github.com/SebastianElvis)) -- BM-4: Add docs/diagrams with a Makefile and a test. [\#1](https://github.com/babylonchain/babylon/pull/1) ([aakoshh](https://github.com/aakoshh)) +- Release v0.1.0 [\#191](https://github.com/babylonlabs-io/babylon/pull/191) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: add validate-genesis cmd [\#187](https://github.com/babylonlabs-io/babylon/pull/187) ([gitferry](https://github.com/gitferry)) +- chore: add correspondence check against gentx when adding genesis BLS keys [\#186](https://github.com/babylonlabs-io/babylon/pull/186) ([gitferry](https://github.com/gitferry)) +- chore: regtest support [\#185](https://github.com/babylonlabs-io/babylon/pull/185) ([SebastianElvis](https://github.com/SebastianElvis)) +- Implement ADR-01 [\#183](https://github.com/babylonlabs-io/babylon/pull/183) ([KonradStaniec](https://github.com/KonradStaniec)) +- chore: Upgrade proto generation Docker image and script [\#181](https://github.com/babylonlabs-io/babylon/pull/181) ([vitsalis](https://github.com/vitsalis)) +- Fix accepting submission [\#179](https://github.com/babylonlabs-io/babylon/pull/179) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: add add-genesis-bls cmd [\#178](https://github.com/babylonlabs-io/babylon/pull/178) ([gitferry](https://github.com/gitferry)) +- fix: CI failed after merging \#175 [\#177](https://github.com/babylonlabs-io/babylon/pull/177) ([gitferry](https://github.com/gitferry)) +- ibc: vanilla IBC module [\#176](https://github.com/babylonlabs-io/babylon/pull/176) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: add create-genesis-bls cmd [\#175](https://github.com/babylonlabs-io/babylon/pull/175) ([gitferry](https://github.com/gitferry)) +- Bump cosmos sdk [\#173](https://github.com/babylonlabs-io/babylon/pull/173) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: Add prepare-genesis command [\#172](https://github.com/babylonlabs-io/babylon/pull/172) ([vitsalis](https://github.com/vitsalis)) +- Refactor submission bitcoin status [\#170](https://github.com/babylonlabs-io/babylon/pull/170) ([KonradStaniec](https://github.com/KonradStaniec)) +- Validate btc objects in ante-handler [\#169](https://github.com/babylonlabs-io/babylon/pull/169) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: Use \(u\)bbn bond denominations [\#167](https://github.com/babylonlabs-io/babylon/pull/167) ([vitsalis](https://github.com/vitsalis)) +- feat: checkpointing/improve the sending of BLS-sig tx [\#166](https://github.com/babylonlabs-io/babylon/pull/166) ([gitferry](https://github.com/gitferry)) +- feat: checkpointing/implement WrappedCreateValidator cli [\#165](https://github.com/babylonlabs-io/babylon/pull/165) ([gitferry](https://github.com/gitferry)) +- Move retry module from Vigilante to BBN [\#164](https://github.com/babylonlabs-io/babylon/pull/164) ([gusin13](https://github.com/gusin13)) +- feat: checkpointing/add create-bls-key cli [\#162](https://github.com/babylonlabs-io/babylon/pull/162) ([gitferry](https://github.com/gitferry)) +- chore: checkpointing/refactor validate basic [\#161](https://github.com/babylonlabs-io/babylon/pull/161) ([gitferry](https://github.com/gitferry)) +- Query to get submissions for given epoch [\#158](https://github.com/babylonlabs-io/babylon/pull/158) ([KonradStaniec](https://github.com/KonradStaniec)) +- Functionality for building custom mainnet tags [\#157](https://github.com/babylonlabs-io/babylon/pull/157) ([vitsalis](https://github.com/vitsalis)) +- Improve integration tests [\#156](https://github.com/babylonlabs-io/babylon/pull/156) ([KonradStaniec](https://github.com/KonradStaniec)) +- epoching: fix error of `unexpected validator in unbonding queue` [\#154](https://github.com/babylonlabs-io/babylon/pull/154) ([SebastianElvis](https://github.com/SebastianElvis)) +- Fix ancestry error [\#153](https://github.com/babylonlabs-io/babylon/pull/153) ([KonradStaniec](https://github.com/KonradStaniec)) +- chore: fix error msg typo of btccheckpoint [\#151](https://github.com/babylonlabs-io/babylon/pull/151) ([SebastianElvis](https://github.com/SebastianElvis)) +- epoching/checkpointing: checkpoint-assisted unbonding [\#150](https://github.com/babylonlabs-io/babylon/pull/150) ([SebastianElvis](https://github.com/SebastianElvis)) +- fix: Allow minimum work headers for a testnet/simnet [\#148](https://github.com/babylonlabs-io/babylon/pull/148) ([vitsalis](https://github.com/vitsalis)) +- Add test for checkpoint submissions and state change [\#147](https://github.com/babylonlabs-io/babylon/pull/147) ([KonradStaniec](https://github.com/KonradStaniec)) +- fix: fixed decoder for checkpoint [\#146](https://github.com/babylonlabs-io/babylon/pull/146) ([gitferry](https://github.com/gitferry)) +- epoching: add delegator address to events [\#145](https://github.com/babylonlabs-io/babylon/pull/145) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: checkpointing/add logs for checkpoint status change [\#144](https://github.com/babylonlabs-io/babylon/pull/144) ([gitferry](https://github.com/gitferry)) +- epoching: delegation lifecycle [\#143](https://github.com/babylonlabs-io/babylon/pull/143) ([SebastianElvis](https://github.com/SebastianElvis)) +- Relax tx formatter rules [\#142](https://github.com/babylonlabs-io/babylon/pull/142) ([KonradStaniec](https://github.com/KonradStaniec)) +- epoching: bugfix of `LatestEpochMsgs` API [\#140](https://github.com/babylonlabs-io/babylon/pull/140) ([SebastianElvis](https://github.com/SebastianElvis)) +- epoching: CLI for delegating/undelegating/redelegating requests [\#138](https://github.com/babylonlabs-io/babylon/pull/138) ([SebastianElvis](https://github.com/SebastianElvis)) +- Revert: testnet: denom of gas price \#133 [\#136](https://github.com/babylonlabs-io/babylon/pull/136) ([vitsalis](https://github.com/vitsalis)) +- bitcoinsim: Remove it from the repository [\#135](https://github.com/babylonlabs-io/babylon/pull/135) ([vitsalis](https://github.com/vitsalis)) +- testnet: denom of gas price [\#133](https://github.com/babylonlabs-io/babylon/pull/133) ([SebastianElvis](https://github.com/SebastianElvis)) +- btclightclient: create temporary method for Contains request with bytes parameter [\#132](https://github.com/babylonlabs-io/babylon/pull/132) ([SebastianElvis](https://github.com/SebastianElvis)) +- btclightclient: Add BaseHeader query [\#130](https://github.com/babylonlabs-io/babylon/pull/130) ([vitsalis](https://github.com/vitsalis)) +- Remove full stack deployment and irrelevant files [\#129](https://github.com/babylonlabs-io/babylon/pull/129) ([vitsalis](https://github.com/vitsalis)) +- testnet: Add CLI args for specifying btccheckpoint and staking genesis params [\#128](https://github.com/babylonlabs-io/babylon/pull/128) ([vitsalis](https://github.com/vitsalis)) +- Add extending btc light client chain in tests [\#127](https://github.com/babylonlabs-io/babylon/pull/127) ([KonradStaniec](https://github.com/KonradStaniec)) +- chore: checkpointing/refactor bls-signer [\#126](https://github.com/babylonlabs-io/babylon/pull/126) ([gitferry](https://github.com/gitferry)) +- fix: Re-introduce localnet start to enable integration tests [\#125](https://github.com/babylonlabs-io/babylon/pull/125) ([vitsalis](https://github.com/vitsalis)) +- docker: Include vigilantes and explorer in the localnet deployment [\#123](https://github.com/babylonlabs-io/babylon/pull/123) ([vitsalis](https://github.com/vitsalis)) +- fix: checkpointing/query epoch status count bug [\#122](https://github.com/babylonlabs-io/babylon/pull/122) ([gitferry](https://github.com/gitferry)) +- Fixes initialisation bug [\#121](https://github.com/babylonlabs-io/babylon/pull/121) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: checkpointing/integrate bls-sig tx into the message flow [\#120](https://github.com/babylonlabs-io/babylon/pull/120) ([gitferry](https://github.com/gitferry)) +- epoching API: add epoch msg range queries and add timestamp to validator lifecycle [\#119](https://github.com/babylonlabs-io/babylon/pull/119) ([SebastianElvis](https://github.com/SebastianElvis)) +- fix: bls-sig accumulating bug and added tests [\#118](https://github.com/babylonlabs-io/babylon/pull/118) ([gitferry](https://github.com/gitferry)) +- epoching API: add timestamp to queued messages [\#116](https://github.com/babylonlabs-io/babylon/pull/116) ([SebastianElvis](https://github.com/SebastianElvis)) +- Parameterize genesis and config through testnet command flags [\#115](https://github.com/babylonlabs-io/babylon/pull/115) ([vitsalis](https://github.com/vitsalis)) +- Add custom query [\#114](https://github.com/babylonlabs-io/babylon/pull/114) ([KonradStaniec](https://github.com/KonradStaniec)) +- btccheckpoint: make kDeep/wDeep as system parameters [\#113](https://github.com/babylonlabs-io/babylon/pull/113) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: checkpointing/add typed events [\#112](https://github.com/babylonlabs-io/babylon/pull/112) ([gitferry](https://github.com/gitferry)) +- feat: checkpointing/ add queries about epoch status [\#111](https://github.com/babylonlabs-io/babylon/pull/111) ([gitferry](https://github.com/gitferry)) +- chore: BLS signer refactor [\#110](https://github.com/babylonlabs-io/babylon/pull/110) ([gitferry](https://github.com/gitferry)) +- epoching API: validator lifecycle [\#109](https://github.com/babylonlabs-io/babylon/pull/109) ([SebastianElvis](https://github.com/SebastianElvis)) +- epoching: API: epoch\_msgs/{epoch\_num} -\> all events during this epoch [\#108](https://github.com/babylonlabs-io/babylon/pull/108) ([SebastianElvis](https://github.com/SebastianElvis)) +- btcutils: refactor for vigilante [\#107](https://github.com/babylonlabs-io/babylon/pull/107) ([SebastianElvis](https://github.com/SebastianElvis)) +- chore: Replace all instances of bbl with bbn [\#106](https://github.com/babylonlabs-io/babylon/pull/106) ([vitsalis](https://github.com/vitsalis)) +- Add babylon app config [\#105](https://github.com/babylonlabs-io/babylon/pull/105) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: checkpointing/implement BLS signer [\#104](https://github.com/babylonlabs-io/babylon/pull/104) ([gitferry](https://github.com/gitferry)) +- Add parsing correct format in btccheckpoint [\#102](https://github.com/babylonlabs-io/babylon/pull/102) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: add genesis state for checkpointing [\#101](https://github.com/babylonlabs-io/babylon/pull/101) ([gitferry](https://github.com/gitferry)) +- Add fuzz tests to formatter [\#100](https://github.com/babylonlabs-io/babylon/pull/100) ([KonradStaniec](https://github.com/KonradStaniec)) +- Fix: checkpointing/epoch growth bug [\#99](https://github.com/babylonlabs-io/babylon/pull/99) ([gitferry](https://github.com/gitferry)) +- chore: replace bbl with bbn and gitignore [\#98](https://github.com/babylonlabs-io/babylon/pull/98) ([SebastianElvis](https://github.com/SebastianElvis)) +- FIX: checkpointing/changed PoP by signing BLS public key [\#97](https://github.com/babylonlabs-io/babylon/pull/97) ([gitferry](https://github.com/gitferry)) +- Add initial implementation of tx formatter [\#96](https://github.com/babylonlabs-io/babylon/pull/96) ([KonradStaniec](https://github.com/KonradStaniec)) +- BM-102: Single BTC node in docker producing blocks [\#95](https://github.com/babylonlabs-io/babylon/pull/95) ([aakoshh](https://github.com/aakoshh)) +- Add initial test checking progress [\#94](https://github.com/babylonlabs-io/babylon/pull/94) ([KonradStaniec](https://github.com/KonradStaniec)) +- Add tests to ci [\#90](https://github.com/babylonlabs-io/babylon/pull/90) ([KonradStaniec](https://github.com/KonradStaniec)) +- FIX: Add checkpoint query with status [\#89](https://github.com/babylonlabs-io/babylon/pull/89) ([gitferry](https://github.com/gitferry)) +- enable gRPC gateway routes for rest queries [\#88](https://github.com/babylonlabs-io/babylon/pull/88) ([toliujiayi](https://github.com/toliujiayi)) +- Wire app without mocks [\#87](https://github.com/babylonlabs-io/babylon/pull/87) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: implement bls key generation [\#86](https://github.com/babylonlabs-io/babylon/pull/86) ([gitferry](https://github.com/gitferry)) +- Add integration tests [\#85](https://github.com/babylonlabs-io/babylon/pull/85) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: checkpointing/implement checkpoint verification and keeper tests [\#84](https://github.com/babylonlabs-io/babylon/pull/84) ([gitferry](https://github.com/gitferry)) +- Add btccheckpoit unit tests [\#83](https://github.com/babylonlabs-io/babylon/pull/83) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: btclightclient: Add BTCHeaderInserted event [\#82](https://github.com/babylonlabs-io/babylon/pull/82) ([vitsalis](https://github.com/vitsalis)) +- fix: Remove WASM config from application configuration [\#81](https://github.com/babylonlabs-io/babylon/pull/81) ([vitsalis](https://github.com/vitsalis)) +- epoching: smaller epoch interval in simulation [\#80](https://github.com/babylonlabs-io/babylon/pull/80) ([SebastianElvis](https://github.com/SebastianElvis)) +- FIX: Use a caching multistore in delayed staking message handler [\#79](https://github.com/babylonlabs-io/babylon/pull/79) ([aakoshh](https://github.com/aakoshh)) +- feat: checkpointing/implement cli [\#78](https://github.com/babylonlabs-io/babylon/pull/78) ([gitferry](https://github.com/gitferry)) +- fix: Add installation instructions and executable reference [\#77](https://github.com/babylonlabs-io/babylon/pull/77) ([vitsalis](https://github.com/vitsalis)) +- chore: issue templates [\#76](https://github.com/babylonlabs-io/babylon/pull/76) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: Register msg server for all modules & instructions for tx submission [\#73](https://github.com/babylonlabs-io/babylon/pull/73) ([vitsalis](https://github.com/vitsalis)) +- feat: btclightclient: Refactor keepers based on needs of btcheckpoint module [\#72](https://github.com/babylonlabs-io/babylon/pull/72) ([vitsalis](https://github.com/vitsalis)) +- simulation: vanilla simulation tests [\#71](https://github.com/babylonlabs-io/babylon/pull/71) ([SebastianElvis](https://github.com/SebastianElvis)) +- Implement core btc handling logic [\#70](https://github.com/babylonlabs-io/babylon/pull/70) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: btclightclient: gRPC query fuzz tests [\#69](https://github.com/babylonlabs-io/babylon/pull/69) ([vitsalis](https://github.com/vitsalis)) +- epoching: simulation infra for integration testing [\#68](https://github.com/babylonlabs-io/babylon/pull/68) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: btclightclient: Add keeper fuzz tests [\#67](https://github.com/babylonlabs-io/babylon/pull/67) ([vitsalis](https://github.com/vitsalis)) +- epoching: fuzz tests on epoched undelegations and redelegations [\#66](https://github.com/babylonlabs-io/babylon/pull/66) ([SebastianElvis](https://github.com/SebastianElvis)) +- epoching: refactor test infra, mock messages and sample fuzz tests [\#65](https://github.com/babylonlabs-io/babylon/pull/65) ([SebastianElvis](https://github.com/SebastianElvis)) +- epoching: fuzz tests for slashed validator set [\#64](https://github.com/babylonlabs-io/babylon/pull/64) ([SebastianElvis](https://github.com/SebastianElvis)) +- epoching: replace deprecated `EmitEvent` APIs with `EmitTypedEvent` ones [\#63](https://github.com/babylonlabs-io/babylon/pull/63) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: btclightclient HeadersState keeper fuzz tests [\#61](https://github.com/babylonlabs-io/babylon/pull/61) ([vitsalis](https://github.com/vitsalis)) +- epoching: more test infra and some fuzz tests on keeper functionalities [\#60](https://github.com/babylonlabs-io/babylon/pull/60) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: checkpointing/aggregate BLS signatures [\#59](https://github.com/babylonlabs-io/babylon/pull/59) ([gitferry](https://github.com/gitferry)) +- feat: btclightclient: Abstract the usage of btcd types and store BTCHeaderInfo objects [\#58](https://github.com/babylonlabs-io/babylon/pull/58) ([vitsalis](https://github.com/vitsalis)) +- feat: Replace BTC types unit tests with fuzz tests [\#56](https://github.com/babylonlabs-io/babylon/pull/56) ([vitsalis](https://github.com/vitsalis)) +- feat: Create datagen testutil for common random generation functions [\#55](https://github.com/babylonlabs-io/babylon/pull/55) ([vitsalis](https://github.com/vitsalis)) +- epoching: wrapper type `Epoch` and simplify code using this type [\#54](https://github.com/babylonlabs-io/babylon/pull/54) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: Add btclightclient events and hooks [\#53](https://github.com/babylonlabs-io/babylon/pull/53) ([vitsalis](https://github.com/vitsalis)) +- feat: add raw checkpoint creation [\#52](https://github.com/babylonlabs-io/babylon/pull/52) ([gitferry](https://github.com/gitferry)) +- feat: Add accumulattive PoW functionality to btclightclient [\#51](https://github.com/babylonlabs-io/babylon/pull/51) ([vitsalis](https://github.com/vitsalis)) +- btclightclient: Cleanup codebase and add descriptive comments [\#50](https://github.com/babylonlabs-io/babylon/pull/50) ([vitsalis](https://github.com/vitsalis)) +- Update go to 1.18 in README [\#49](https://github.com/babylonlabs-io/babylon/pull/49) ([vitsalis](https://github.com/vitsalis)) +- Upgrade to go 1.18 [\#48](https://github.com/babylonlabs-io/babylon/pull/48) ([vitsalis](https://github.com/vitsalis)) +- feat: define checkpointing registration proto and state [\#46](https://github.com/babylonlabs-io/babylon/pull/46) ([gitferry](https://github.com/gitferry)) +- BM-60: Database schema ER diagram [\#45](https://github.com/babylonlabs-io/babylon/pull/45) ([aakoshh](https://github.com/aakoshh)) +- Revert "feat: CI: Generate a single block in build check " [\#44](https://github.com/babylonlabs-io/babylon/pull/44) ([vitsalis](https://github.com/vitsalis)) +- Btccheckpoint oracle schema and processing [\#43](https://github.com/babylonlabs-io/babylon/pull/43) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: Fuzz and unit tests for btclightclient types [\#42](https://github.com/babylonlabs-io/babylon/pull/42) ([vitsalis](https://github.com/vitsalis)) +- epoching: fix genesis, param and bootstrapping [\#41](https://github.com/babylonlabs-io/babylon/pull/41) ([SebastianElvis](https://github.com/SebastianElvis)) +- feat: Add unit tests for ValidateHeader of btcutils [\#40](https://github.com/babylonlabs-io/babylon/pull/40) ([vitsalis](https://github.com/vitsalis)) +- feat: Add unit tests for BTCHeaderHashBytes and BTCHeaderBytes types [\#39](https://github.com/babylonlabs-io/babylon/pull/39) ([vitsalis](https://github.com/vitsalis)) +- Add building, testing, and testnet instructions on README [\#38](https://github.com/babylonlabs-io/babylon/pull/38) ([vitsalis](https://github.com/vitsalis)) +- feat: CI: Generate a single block in build check [\#37](https://github.com/babylonlabs-io/babylon/pull/37) ([vitsalis](https://github.com/vitsalis)) +- epoching: event and hook upon a certain threshold amount of slashed voting power [\#35](https://github.com/babylonlabs-io/babylon/pull/35) ([SebastianElvis](https://github.com/SebastianElvis)) +- doc: add BLS key registration spec [\#34](https://github.com/babylonlabs-io/babylon/pull/34) ([gitferry](https://github.com/gitferry)) +- feat: add hooks, events, and error types to the checkpointing module [\#33](https://github.com/babylonlabs-io/babylon/pull/33) ([gitferry](https://github.com/gitferry)) +- epoching: state transition upon `BeginBlock` and `EndBlock` [\#32](https://github.com/babylonlabs-io/babylon/pull/32) ([SebastianElvis](https://github.com/SebastianElvis)) +- Handle insert checkpoint [\#31](https://github.com/babylonlabs-io/babylon/pull/31) ([KonradStaniec](https://github.com/KonradStaniec)) +- feat: Add btclightclient chain query [\#30](https://github.com/babylonlabs-io/babylon/pull/30) ([vitsalis](https://github.com/vitsalis)) +- feat: Implement BTCHeaderBytes and BTCHeaderHashBytes types [\#29](https://github.com/babylonlabs-io/babylon/pull/29) ([vitsalis](https://github.com/vitsalis)) +- epoching: copy/paste necessary code from staking/evidence/slashing and make modifications [\#28](https://github.com/babylonlabs-io/babylon/pull/28) ([SebastianElvis](https://github.com/SebastianElvis)) +- checkpointing: add keeper and core state [\#27](https://github.com/babylonlabs-io/babylon/pull/27) ([gitferry](https://github.com/gitferry)) +- FIX: btclightclient: Properly convert the input of contains to bytes [\#26](https://github.com/babylonlabs-io/babylon/pull/26) ([vitsalis](https://github.com/vitsalis)) +- BM-32: Update diagrams for out-of-sequence checkpoint handling [\#25](https://github.com/babylonlabs-io/babylon/pull/25) ([aakoshh](https://github.com/aakoshh)) +- FIX\(localnet\): Redirect babylond stderr to stdout [\#24](https://github.com/babylonlabs-io/babylon/pull/24) ([vitsalis](https://github.com/vitsalis)) +- BM-31: Add CircleCI pipeline for building and testing [\#23](https://github.com/babylonlabs-io/babylon/pull/23) ([vitsalis](https://github.com/vitsalis)) +- FIX: Failing btclightclient tests, remove unneeded ones, clean up [\#22](https://github.com/babylonlabs-io/babylon/pull/22) ([vitsalis](https://github.com/vitsalis)) +- FIX: Replace 'unimplemented' AnteHandler panic with comment [\#21](https://github.com/babylonlabs-io/babylon/pull/21) ([vitsalis](https://github.com/vitsalis)) +- FIX: Implement Msg interface for MsgInsertBTCSpvProof [\#20](https://github.com/babylonlabs-io/babylon/pull/20) ([vitsalis](https://github.com/vitsalis)) +- epoching: keeper functions, queries, and testing infra [\#19](https://github.com/babylonlabs-io/babylon/pull/19) ([SebastianElvis](https://github.com/SebastianElvis)) +- epoching: Wrapped messages and AnteHandler implementation [\#18](https://github.com/babylonlabs-io/babylon/pull/18) ([SebastianElvis](https://github.com/SebastianElvis)) +- FIX: Stringer in RawCheckpoint and correct checkpointing module ModuleName [\#17](https://github.com/babylonlabs-io/babylon/pull/17) ([vitsalis](https://github.com/vitsalis)) +- BM-16: feat\(epoching\): add AnteHandler `DropValidatorMsgDecorator` [\#15](https://github.com/babylonlabs-io/babylon/pull/15) ([SebastianElvis](https://github.com/SebastianElvis)) +- BM-13: feat\(epoching\): add hooks, events and keeper functions [\#14](https://github.com/babylonlabs-io/babylon/pull/14) ([SebastianElvis](https://github.com/SebastianElvis)) +- BM-10: Basic btcheaderoracle module [\#13](https://github.com/babylonlabs-io/babylon/pull/13) ([vitsalis](https://github.com/vitsalis)) +- BM-17: Add basic functianalities of bls crypto [\#12](https://github.com/babylonlabs-io/babylon/pull/12) ([gitferry](https://github.com/gitferry)) +- FIX: Resolve inconsistent BTCLightClientKeeper name [\#11](https://github.com/babylonlabs-io/babylon/pull/11) ([vitsalis](https://github.com/vitsalis)) +- BM-15: feat\(epoching\): add protobuf messages [\#10](https://github.com/babylonlabs-io/babylon/pull/10) ([SebastianElvis](https://github.com/SebastianElvis)) +- BM-6: Initial proposal for btc checkpoint message [\#8](https://github.com/babylonlabs-io/babylon/pull/8) ([KonradStaniec](https://github.com/KonradStaniec)) +- FIX: Do not modify go.mod when generating proto files [\#7](https://github.com/babylonlabs-io/babylon/pull/7) ([vitsalis](https://github.com/vitsalis)) +- BM-5: feat\(btc light client\): BTC Light Client module setup [\#6](https://github.com/babylonlabs-io/babylon/pull/6) ([vitsalis](https://github.com/vitsalis)) +- BM-2: feat\(checkpointing\): init checkpointing module and define proto types [\#5](https://github.com/babylonlabs-io/babylon/pull/5) ([gitferry](https://github.com/gitferry)) +- BM-6: Add initial scaffold for rawcheckpoint module [\#4](https://github.com/babylonlabs-io/babylon/pull/4) ([KonradStaniec](https://github.com/KonradStaniec)) +- FIX: Add script that downloads third party proto dependencies [\#3](https://github.com/babylonlabs-io/babylon/pull/3) ([vitsalis](https://github.com/vitsalis)) +- BM-3: feat\(epoching\): Epoching module setup [\#2](https://github.com/babylonlabs-io/babylon/pull/2) ([SebastianElvis](https://github.com/SebastianElvis)) +- BM-4: Add docs/diagrams with a Makefile and a test. [\#1](https://github.com/babylonlabs-io/babylon/pull/1) ([aakoshh](https://github.com/aakoshh)) diff --git a/LICENSE b/LICENSE index 45ff37b20..d08b6069f 100644 --- a/LICENSE +++ b/LICENSE @@ -8,14 +8,14 @@ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved. Parameters -Licensor: Babylonchain, Inc. +Licensor: BabylonLabs, Ltd. Licensed Work: Babylon - The Licensed Work is (c) 2023 Babylonchain, Inc. + The Licensed Work is (c) 2023 BabylonLabs, Ltd. Additional Use Grant: None. -Change Date: 2027-01-20 (January 20th, 2027] +Change Date: 2027-01-20 (January 20th, 2027) Change License: Apache 2.0 diff --git a/Makefile b/Makefile index f70e4c026..4c8db9052 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LEDGER_ENABLED ?= true BINDIR ?= $(GOPATH)/bin PROJECT_NAME ?= babylon BUILDDIR ?= $(CURDIR)/build -HTTPS_GIT := https://github.com/babylonchain/babylon.git +HTTPS_GIT := https://github.com/babylonlabs-io/babylon.git DOCKER := $(shell which docker) SIMAPP = ./simapp @@ -341,7 +341,7 @@ lint-go: format: ## Run code formater find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs gofmt -w -s find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs misspell -w - find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs goimports -w -local github.com/babylonchain/babylon + find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs goimports -w -local github.com/babylonlabs-io/babylon .PHONY: format ############################################################################### @@ -363,12 +363,12 @@ gosec-local: ## Run local security checkss DEVDOC_SAVE = docker commit `docker ps -a -n 1 -q` devdoc:local devdoc-init: ## Initialize documentation - $(DOCKER) run -it -v "$(CURDIR):/go/src/github.com/babylonchain/babylon" -w "/go/src/github.com/babylonchain/babylon" tendermint/devdoc echo + $(DOCKER) run -it -v "$(CURDIR):/go/src/github.com/babylonlabs-io/babylon" -w "/go/src/github.com/babylonlabs-io/babylon" tendermint/devdoc echo # TODO make this safer $(call DEVDOC_SAVE) devdoc: ## Generate documentation - $(DOCKER) run -it -v "$(CURDIR):/go/src/github.com/babylonchain/babylon" -w "/go/src/github.com/babylonchain/babylon" devdoc:local bash + $(DOCKER) run -it -v "$(CURDIR):/go/src/github.com/babylonlabs-io/babylon" -w "/go/src/github.com/babylonlabs-io/babylon" devdoc:local bash devdoc-save: ## Save documentation changes # TODO make this safer @@ -428,7 +428,7 @@ init-testnet-dirs: ## Initialize directories for testnet, creates a ./.testnets # need to create the dir before hand so that the docker container has write access to the `.testnets` dir # regardless of the user it uses mkdir -p $(CURDIR)/.testnets && chmod o+w $(CURDIR)/.testnets - $(DOCKER) run --rm -v $(CURDIR)/.testnets:/home/babylon/.testnets:Z babylonchain/babylond \ + $(DOCKER) run --rm -v $(CURDIR)/.testnets:/home/babylon/.testnets:Z babylonlabs-io/babylond \ babylond testnet init-files --v 4 -o /home/babylon/.testnets \ --starting-ip-address 192.168.10.2 --keyring-backend=test \ --chain-id chain-test --btc-confirmation-depth 2 --additional-sender-account true \ diff --git a/SECURITY.md b/SECURITY.md index e30d358d5..ee8c3febf 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -25,7 +25,7 @@ Send your detailed vulnerability report to `security@babylonchain.io`. ### 2. GitHub Private Vulnerability Reporting -Utilize [GitHub's Private Vulnerability Reporting](https://github.com/babylonchain/babylon/security/advisories/new) +Utilize [GitHub's Private Vulnerability Reporting](https://github.com/babylonlabs-io/babylon/security/advisories/new) for confidential disclosure. ## Submit Vulnerability Report diff --git a/app/ante_btc_validation_decorator.go b/app/ante_btc_validation_decorator.go index 46a003bb1..8e5febfb8 100644 --- a/app/ante_btc_validation_decorator.go +++ b/app/ante_btc_validation_decorator.go @@ -1,10 +1,10 @@ package app import ( - bbn "github.com/babylonchain/babylon/types" - btccheckpointkeeper "github.com/babylonchain/babylon/x/btccheckpoint/keeper" - btccheckpointtypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclightclient "github.com/babylonchain/babylon/x/btclightclient/types" + bbn "github.com/babylonlabs-io/babylon/types" + btccheckpointkeeper "github.com/babylonlabs-io/babylon/x/btccheckpoint/keeper" + btccheckpointtypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclightclient "github.com/babylonlabs-io/babylon/x/btclightclient/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/app/app.go b/app/app.go index 67b0b7800..541bcd8d3 100644 --- a/app/app.go +++ b/app/app.go @@ -93,32 +93,32 @@ import ( ibctm "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint" "github.com/spf13/cast" - "github.com/babylonchain/babylon/app/upgrades" - bbn "github.com/babylonchain/babylon/types" - - appkeepers "github.com/babylonchain/babylon/app/keepers" - appparams "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/client/docs" - "github.com/babylonchain/babylon/x/btccheckpoint" - btccheckpointtypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - "github.com/babylonchain/babylon/x/btclightclient" - btclightclienttypes "github.com/babylonchain/babylon/x/btclightclient/types" - "github.com/babylonchain/babylon/x/btcstaking" - btcstakingtypes "github.com/babylonchain/babylon/x/btcstaking/types" - "github.com/babylonchain/babylon/x/checkpointing" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - "github.com/babylonchain/babylon/x/epoching" - epochingkeeper "github.com/babylonchain/babylon/x/epoching/keeper" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" - "github.com/babylonchain/babylon/x/finality" - finalitytypes "github.com/babylonchain/babylon/x/finality/types" - "github.com/babylonchain/babylon/x/incentive" - incentivetypes "github.com/babylonchain/babylon/x/incentive/types" - "github.com/babylonchain/babylon/x/monitor" - monitortypes "github.com/babylonchain/babylon/x/monitor/types" - "github.com/babylonchain/babylon/x/zoneconcierge" - zckeeper "github.com/babylonchain/babylon/x/zoneconcierge/keeper" - zctypes "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/app/upgrades" + bbn "github.com/babylonlabs-io/babylon/types" + + appkeepers "github.com/babylonlabs-io/babylon/app/keepers" + appparams "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/client/docs" + "github.com/babylonlabs-io/babylon/x/btccheckpoint" + btccheckpointtypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btclightclient" + btclightclienttypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btcstaking" + btcstakingtypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/checkpointing" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/epoching" + epochingkeeper "github.com/babylonlabs-io/babylon/x/epoching/keeper" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/finality" + finalitytypes "github.com/babylonlabs-io/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/incentive" + incentivetypes "github.com/babylonlabs-io/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/monitor" + monitortypes "github.com/babylonlabs-io/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge" + zckeeper "github.com/babylonlabs-io/babylon/x/zoneconcierge/keeper" + zctypes "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) const ( diff --git a/app/encoding.go b/app/encoding.go index 0ae2e5a9f..57a5b6cf5 100644 --- a/app/encoding.go +++ b/app/encoding.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" simsutils "github.com/cosmos/cosmos-sdk/testutil/sims" - appparams "github.com/babylonchain/babylon/app/params" - bbn "github.com/babylonchain/babylon/types" + appparams "github.com/babylonlabs-io/babylon/app/params" + bbn "github.com/babylonlabs-io/babylon/types" ) // TmpAppOptions returns an app option with tmp dir and btc network diff --git a/app/keepers/keepers.go b/app/keepers/keepers.go index 64c0baa14..74174a608 100644 --- a/app/keepers/keepers.go +++ b/app/keepers/keepers.go @@ -61,28 +61,28 @@ import ( ibcexported "github.com/cosmos/ibc-go/v8/modules/core/exported" ibckeeper "github.com/cosmos/ibc-go/v8/modules/core/keeper" - appparams "github.com/babylonchain/babylon/app/params" - bbn "github.com/babylonchain/babylon/types" - owasm "github.com/babylonchain/babylon/wasmbinding" - btccheckpointkeeper "github.com/babylonchain/babylon/x/btccheckpoint/keeper" - btccheckpointtypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclightclientkeeper "github.com/babylonchain/babylon/x/btclightclient/keeper" - btclightclienttypes "github.com/babylonchain/babylon/x/btclightclient/types" - btcstakingkeeper "github.com/babylonchain/babylon/x/btcstaking/keeper" - btcstakingtypes "github.com/babylonchain/babylon/x/btcstaking/types" - checkpointingkeeper "github.com/babylonchain/babylon/x/checkpointing/keeper" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - epochingkeeper "github.com/babylonchain/babylon/x/epoching/keeper" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" - finalitykeeper "github.com/babylonchain/babylon/x/finality/keeper" - finalitytypes "github.com/babylonchain/babylon/x/finality/types" - incentivekeeper "github.com/babylonchain/babylon/x/incentive/keeper" - incentivetypes "github.com/babylonchain/babylon/x/incentive/types" - monitorkeeper "github.com/babylonchain/babylon/x/monitor/keeper" - monitortypes "github.com/babylonchain/babylon/x/monitor/types" - "github.com/babylonchain/babylon/x/zoneconcierge" - zckeeper "github.com/babylonchain/babylon/x/zoneconcierge/keeper" - zctypes "github.com/babylonchain/babylon/x/zoneconcierge/types" + appparams "github.com/babylonlabs-io/babylon/app/params" + bbn "github.com/babylonlabs-io/babylon/types" + owasm "github.com/babylonlabs-io/babylon/wasmbinding" + btccheckpointkeeper "github.com/babylonlabs-io/babylon/x/btccheckpoint/keeper" + btccheckpointtypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclightclientkeeper "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + btclightclienttypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + btcstakingkeeper "github.com/babylonlabs-io/babylon/x/btcstaking/keeper" + btcstakingtypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + checkpointingkeeper "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingkeeper "github.com/babylonlabs-io/babylon/x/epoching/keeper" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" + finalitykeeper "github.com/babylonlabs-io/babylon/x/finality/keeper" + finalitytypes "github.com/babylonlabs-io/babylon/x/finality/types" + incentivekeeper "github.com/babylonlabs-io/babylon/x/incentive/keeper" + incentivetypes "github.com/babylonlabs-io/babylon/x/incentive/types" + monitorkeeper "github.com/babylonlabs-io/babylon/x/monitor/keeper" + monitortypes "github.com/babylonlabs-io/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge" + zckeeper "github.com/babylonlabs-io/babylon/x/zoneconcierge/keeper" + zctypes "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) // Capabilities of the IBC wasm contracts diff --git a/app/keepers/utils.go b/app/keepers/utils.go index 121f3531f..7efe4b78a 100644 --- a/app/keepers/utils.go +++ b/app/keepers/utils.go @@ -11,7 +11,7 @@ import ( cmtos "github.com/cometbft/cometbft/libs/os" "github.com/cosmos/cosmos-sdk/client/config" - "github.com/babylonchain/babylon/privval" + "github.com/babylonlabs-io/babylon/privval" ) const defaultConfigTemplate = `# This is a TOML config file. diff --git a/app/test_helpers.go b/app/test_helpers.go index d8dfea5ef..08ff94d76 100644 --- a/app/test_helpers.go +++ b/app/test_helpers.go @@ -30,12 +30,12 @@ import ( "github.com/docker/docker/pkg/ioutils" "github.com/stretchr/testify/require" - appkeepers "github.com/babylonchain/babylon/app/keepers" - appparams "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/privval" - bbn "github.com/babylonchain/babylon/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + appkeepers "github.com/babylonlabs-io/babylon/app/keepers" + appparams "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/privval" + bbn "github.com/babylonlabs-io/babylon/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // SetupOptions defines arguments that are passed into `Simapp` constructor. diff --git a/app/upgrades/types.go b/app/upgrades/types.go index 8f143c8e1..15fa8ae05 100644 --- a/app/upgrades/types.go +++ b/app/upgrades/types.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/babylonchain/babylon/app/keepers" + "github.com/babylonlabs-io/babylon/app/keepers" ) // BaseAppParamManager defines an interrace that BaseApp is expected to fulfill diff --git a/app/upgrades/vanilla/upgrades.go b/app/upgrades/vanilla/upgrades.go index 1cc0c9060..35d546958 100644 --- a/app/upgrades/vanilla/upgrades.go +++ b/app/upgrades/vanilla/upgrades.go @@ -8,11 +8,11 @@ import ( store "cosmossdk.io/store/types" upgradetypes "cosmossdk.io/x/upgrade/types" - "github.com/babylonchain/babylon/app/keepers" - "github.com/babylonchain/babylon/app/upgrades" - bbn "github.com/babylonchain/babylon/types" - btcstakingkeeper "github.com/babylonchain/babylon/x/btcstaking/keeper" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/app/keepers" + "github.com/babylonlabs-io/babylon/app/upgrades" + bbn "github.com/babylonlabs-io/babylon/types" + btcstakingkeeper "github.com/babylonlabs-io/babylon/x/btcstaking/keeper" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/btcsuite/btcd/btcec/v2" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" diff --git a/app/upgrades/vanilla/upgrades_test.go b/app/upgrades/vanilla/upgrades_test.go index fba069c7f..19511629f 100644 --- a/app/upgrades/vanilla/upgrades_test.go +++ b/app/upgrades/vanilla/upgrades_test.go @@ -9,9 +9,9 @@ import ( "cosmossdk.io/core/header" "cosmossdk.io/x/upgrade" upgradetypes "cosmossdk.io/x/upgrade/types" - "github.com/babylonchain/babylon/app" - v1 "github.com/babylonchain/babylon/app/upgrades/vanilla" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/app" + v1 "github.com/babylonlabs-io/babylon/app/upgrades/vanilla" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" diff --git a/btcstaking/btcstaking_test.go b/btcstaking/btcstaking_test.go index fc41142aa..940a4aace 100644 --- a/btcstaking/btcstaking_test.go +++ b/btcstaking/btcstaking_test.go @@ -7,8 +7,8 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/btcstaking" - btctest "github.com/babylonchain/babylon/testutil/bitcoin" + "github.com/babylonlabs-io/babylon/btcstaking" + btctest "github.com/babylonlabs-io/babylon/testutil/bitcoin" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/btcec/v2/schnorr" "github.com/btcsuite/btcd/btcutil" diff --git a/btcstaking/identifiable_staking_test.go b/btcstaking/identifiable_staking_test.go index 6f790f8d8..96692735b 100644 --- a/btcstaking/identifiable_staking_test.go +++ b/btcstaking/identifiable_staking_test.go @@ -5,7 +5,7 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/btcstaking" + "github.com/babylonlabs-io/babylon/btcstaking" "github.com/btcsuite/btcd/btcec/v2/schnorr" "github.com/btcsuite/btcd/btcutil" @@ -13,7 +13,7 @@ import ( "github.com/btcsuite/btcd/wire" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/datagen" ) func generateTxFromOutputs(r *rand.Rand, info *btcstaking.IdentifiableStakingInfo) (*wire.MsgTx, int, int) { diff --git a/btcstaking/staking.go b/btcstaking/staking.go index d0c412f4a..d82cb0f2a 100644 --- a/btcstaking/staking.go +++ b/btcstaking/staking.go @@ -15,7 +15,7 @@ import ( "github.com/btcsuite/btcd/txscript" "github.com/btcsuite/btcd/wire" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" ) // buildSlashingTxFromOutpoint builds a valid slashing transaction by creating a new Bitcoin transaction that slashes a portion diff --git a/btcstaking/staking_test.go b/btcstaking/staking_test.go index 8a02803f7..b54c97c95 100644 --- a/btcstaking/staking_test.go +++ b/btcstaking/staking_test.go @@ -9,8 +9,8 @@ import ( "time" sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/btcstaking" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/btcstaking" + "github.com/babylonlabs-io/babylon/testutil/datagen" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/btcutil" "github.com/btcsuite/btcd/chaincfg" diff --git a/btcstaking/staking_testvectors_test.go b/btcstaking/staking_testvectors_test.go index 2a60273f5..b8e3613b7 100644 --- a/btcstaking/staking_testvectors_test.go +++ b/btcstaking/staking_testvectors_test.go @@ -15,7 +15,7 @@ import ( "github.com/btcsuite/btcd/wire" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/btcstaking" + "github.com/babylonlabs-io/babylon/btcstaking" ) func getBtcNetworkParams(network string) (*chaincfg.Params, error) { diff --git a/btcstaking/staking_utils_test.go b/btcstaking/staking_utils_test.go index e286ad05e..7cb2da873 100644 --- a/btcstaking/staking_utils_test.go +++ b/btcstaking/staking_utils_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/btcstaking" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/btcstaking" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/btcec/v2/schnorr" "github.com/stretchr/testify/require" ) diff --git a/btcstaking/types.go b/btcstaking/types.go index 95d6a9455..d6dc68f8c 100644 --- a/btcstaking/types.go +++ b/btcstaking/types.go @@ -13,7 +13,7 @@ import ( "github.com/btcsuite/btcd/txscript" "github.com/btcsuite/btcd/wire" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/client/client/client.go b/client/client/client.go index 14b84fc15..e641c96bc 100644 --- a/client/client/client.go +++ b/client/client/client.go @@ -4,9 +4,9 @@ import ( "context" "time" - bbn "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/client/config" - "github.com/babylonchain/babylon/client/query" + bbn "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/client/config" + "github.com/babylonlabs-io/babylon/client/query" rpchttp "github.com/cometbft/cometbft/rpc/client/http" "github.com/cosmos/relayer/v2/relayer/chains/cosmos" "go.uber.org/zap" diff --git a/client/client/keys.go b/client/client/keys.go index baf6b7bac..2974ccbde 100644 --- a/client/client/keys.go +++ b/client/client/keys.go @@ -28,7 +28,7 @@ func (c *Client) GetKeyring() keyring.Keyring { // the file system lock, in order to remain thread-safe when multiple concurrent // relayers are running on the same machine and accessing the same keyring // adapted from -// https://github.com/babylonchain/babylon-relayer/blob/f962d0940832a8f84f747c5d9cbc67bc1b156386/bbnrelayer/utils.go#L212 +// https://github.com/babylonlabs-io/babylon-relayer/blob/f962d0940832a8f84f747c5d9cbc67bc1b156386/bbnrelayer/utils.go#L212 func (c *Client) accessKeyWithLock(accessFunc func()) error { // use lock file to guard concurrent access to the keyring lockFilePath := path.Join(c.provider.PCfg.KeyDirectory, "keys.lock") diff --git a/client/client/keys_test.go b/client/client/keys_test.go index 5b1a716ec..4192b87ab 100644 --- a/client/client/keys_test.go +++ b/client/client/keys_test.go @@ -5,10 +5,10 @@ import ( "strings" "testing" - bbn "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/client/client" - "github.com/babylonchain/babylon/client/config" - "github.com/babylonchain/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/client/client" + "github.com/babylonlabs-io/babylon/client/config" + "github.com/babylonlabs-io/babylon/testutil/datagen" "github.com/cosmos/cosmos-sdk/crypto/hd" "github.com/cosmos/cosmos-sdk/crypto/keyring" "github.com/stretchr/testify/require" diff --git a/client/client/tx.go b/client/client/tx.go index 4bf35f9d7..f3bac897e 100644 --- a/client/client/tx.go +++ b/client/client/tx.go @@ -9,8 +9,8 @@ import ( "cosmossdk.io/errors" txsigning "cosmossdk.io/x/tx/signing" "github.com/avast/retry-go/v4" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" abci "github.com/cometbft/cometbft/abci/types" coretypes "github.com/cometbft/cometbft/rpc/core/types" "github.com/cosmos/cosmos-sdk/client" diff --git a/client/config/babylon_config.go b/client/config/babylon_config.go index a332e2633..680e5fb1a 100644 --- a/client/config/babylon_config.go +++ b/client/config/babylon_config.go @@ -84,7 +84,7 @@ func DefaultBabylonConfig() BabylonConfig { } // defaultBabylonHome returns the default Babylon node directory, which is $HOME/.babylond -// copied from https://github.com/babylonchain/babylon/blob/648b804bc492ded2cb826ba261d7164b4614d78a/app/app.go#L205-L210 +// copied from https://github.com/babylonlabs-io/babylon/blob/648b804bc492ded2cb826ba261d7164b4614d78a/app/app.go#L205-L210 func defaultBabylonHome() string { userHomeDir, err := os.UserHomeDir() if err != nil { diff --git a/client/config/babylon_query_config_test.go b/client/config/babylon_query_config_test.go index ba758a1ae..18c9ac2e5 100644 --- a/client/config/babylon_query_config_test.go +++ b/client/config/babylon_query_config_test.go @@ -3,7 +3,7 @@ package config_test import ( "testing" - "github.com/babylonchain/babylon/client/config" + "github.com/babylonlabs-io/babylon/client/config" "github.com/stretchr/testify/require" ) diff --git a/client/docs/swagger-ui/swagger.yaml b/client/docs/swagger-ui/swagger.yaml index 3fa9bac6e..00e83b140 100644 --- a/client/docs/swagger-ui/swagger.yaml +++ b/client/docs/swagger-ui/swagger.yaml @@ -615,7 +615,7 @@ paths: summary: |- ContainsBytes is a temporary method that checks whether a hash is maintained by the module. - See discussion at https://github.com/babylonchain/babylon/pull/132 + See discussion at https://github.com/babylonlabs-io/babylon/pull/132 for more details. operationId: ContainsBytes responses: diff --git a/client/query/btccheckpoint.go b/client/query/btccheckpoint.go index 974dbe7ef..c5947cd68 100644 --- a/client/query/btccheckpoint.go +++ b/client/query/btccheckpoint.go @@ -3,7 +3,7 @@ package query import ( "context" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/cosmos/cosmos-sdk/client" sdkquerytypes "github.com/cosmos/cosmos-sdk/types/query" ) diff --git a/client/query/btclightclient.go b/client/query/btclightclient.go index a20e0c19d..3c400c631 100644 --- a/client/query/btclightclient.go +++ b/client/query/btclightclient.go @@ -3,7 +3,7 @@ package query import ( "context" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/btcsuite/btcd/chaincfg/chainhash" "github.com/cosmos/cosmos-sdk/client" sdkquerytypes "github.com/cosmos/cosmos-sdk/types/query" diff --git a/client/query/btcstaking.go b/client/query/btcstaking.go index 4a9b17e68..04250fd3d 100644 --- a/client/query/btcstaking.go +++ b/client/query/btcstaking.go @@ -3,7 +3,7 @@ package query import ( "context" - btcstakingtypes "github.com/babylonchain/babylon/x/btcstaking/types" + btcstakingtypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/cosmos/cosmos-sdk/client" sdkquerytypes "github.com/cosmos/cosmos-sdk/types/query" ) diff --git a/client/query/checkpointing.go b/client/query/checkpointing.go index 50afba26c..58466b5bf 100644 --- a/client/query/checkpointing.go +++ b/client/query/checkpointing.go @@ -3,7 +3,7 @@ package query import ( "context" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" "github.com/cosmos/cosmos-sdk/client" sdkquerytypes "github.com/cosmos/cosmos-sdk/types/query" ) diff --git a/client/query/client.go b/client/query/client.go index 17c60e98d..4a41f4fd9 100644 --- a/client/query/client.go +++ b/client/query/client.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" - "github.com/babylonchain/babylon/client/config" + "github.com/babylonlabs-io/babylon/client/config" rpcclient "github.com/cometbft/cometbft/rpc/client" "github.com/cosmos/cosmos-sdk/client" grpctypes "github.com/cosmos/cosmos-sdk/types/grpc" diff --git a/client/query/epoching.go b/client/query/epoching.go index a94743737..ec6dc792e 100644 --- a/client/query/epoching.go +++ b/client/query/epoching.go @@ -3,7 +3,7 @@ package query import ( "context" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/client" sdkquerytypes "github.com/cosmos/cosmos-sdk/types/query" ) diff --git a/client/query/finality.go b/client/query/finality.go index 554705bc5..2db05d281 100644 --- a/client/query/finality.go +++ b/client/query/finality.go @@ -3,7 +3,7 @@ package query import ( "context" - finalitytypes "github.com/babylonchain/babylon/x/finality/types" + finalitytypes "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/cosmos/cosmos-sdk/client" sdkquerytypes "github.com/cosmos/cosmos-sdk/types/query" ) diff --git a/client/query/incentive.go b/client/query/incentive.go index fe45356a1..6031578c6 100644 --- a/client/query/incentive.go +++ b/client/query/incentive.go @@ -3,7 +3,7 @@ package query import ( "context" - incentivetypes "github.com/babylonchain/babylon/x/incentive/types" + incentivetypes "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/cosmos/cosmos-sdk/client" ) diff --git a/client/query/monitor.go b/client/query/monitor.go index 3ca35f95d..d08597e51 100644 --- a/client/query/monitor.go +++ b/client/query/monitor.go @@ -3,7 +3,7 @@ package query import ( "context" - monitortypes "github.com/babylonchain/babylon/x/monitor/types" + monitortypes "github.com/babylonlabs-io/babylon/x/monitor/types" "github.com/cosmos/cosmos-sdk/client" ) diff --git a/client/query/zoneconcierge.go b/client/query/zoneconcierge.go index 95f3c5331..6639d5207 100644 --- a/client/query/zoneconcierge.go +++ b/client/query/zoneconcierge.go @@ -3,7 +3,7 @@ package query import ( "context" - zctypes "github.com/babylonchain/babylon/x/zoneconcierge/types" + zctypes "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" "github.com/cosmos/cosmos-sdk/client" sdkquerytypes "github.com/cosmos/cosmos-sdk/types/query" ) diff --git a/cmd/babylond/cmd/cmd_test.go b/cmd/babylond/cmd/cmd_test.go index f00b10994..ddebd4ac7 100644 --- a/cmd/babylond/cmd/cmd_test.go +++ b/cmd/babylond/cmd/cmd_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/cmd/babylond/cmd" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" ) diff --git a/cmd/babylond/cmd/create_bls_key.go b/cmd/babylond/cmd/create_bls_key.go index ab402874e..37e4f4be4 100644 --- a/cmd/babylond/cmd/create_bls_key.go +++ b/cmd/babylond/cmd/create_bls_key.go @@ -12,10 +12,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/app" - appparams "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/privval" + "github.com/babylonlabs-io/babylon/app" + appparams "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/privval" ) func CreateBlsKeyCmd() *cobra.Command { diff --git a/cmd/babylond/cmd/custom_babylon_config.go b/cmd/babylond/cmd/custom_babylon_config.go index c90ec3210..055f6069f 100644 --- a/cmd/babylond/cmd/custom_babylon_config.go +++ b/cmd/babylond/cmd/custom_babylon_config.go @@ -4,7 +4,7 @@ import ( wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types" serverconfig "github.com/cosmos/cosmos-sdk/server/config" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" ) type BtcConfig struct { diff --git a/cmd/babylond/cmd/flags.go b/cmd/babylond/cmd/flags.go index 3d154b980..65713599a 100644 --- a/cmd/babylond/cmd/flags.go +++ b/cmd/babylond/cmd/flags.go @@ -10,10 +10,10 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - babylonApp "github.com/babylonchain/babylon/app" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btcltypes "github.com/babylonchain/babylon/x/btclightclient/types" - btcstypes "github.com/babylonchain/babylon/x/btcstaking/types" + babylonApp "github.com/babylonlabs-io/babylon/app" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btcltypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + btcstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) const ( diff --git a/cmd/babylond/cmd/genaccounts_test.go b/cmd/babylond/cmd/genaccounts_test.go index 0142009a1..0ea1ba566 100644 --- a/cmd/babylond/cmd/genaccounts_test.go +++ b/cmd/babylond/cmd/genaccounts_test.go @@ -3,7 +3,7 @@ package cmd_test import ( "context" "fmt" - "github.com/babylonchain/babylon/app" + "github.com/babylonlabs-io/babylon/app" "testing" "github.com/cosmos/cosmos-sdk/crypto/hd" @@ -22,7 +22,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/genutil" genutiltest "github.com/cosmos/cosmos-sdk/x/genutil/client/testutil" - bbncmd "github.com/babylonchain/babylon/cmd/babylond/cmd" + bbncmd "github.com/babylonlabs-io/babylon/cmd/babylond/cmd" ) var testMbm = module.NewBasicManager(genutil.AppModuleBasic{}) diff --git a/cmd/babylond/cmd/genesis.go b/cmd/babylond/cmd/genesis.go index 8d7d6cb93..23a6d7dad 100644 --- a/cmd/babylond/cmd/genesis.go +++ b/cmd/babylond/cmd/genesis.go @@ -7,8 +7,8 @@ import ( sdkmath "cosmossdk.io/math" - btcstakingtypes "github.com/babylonchain/babylon/x/btcstaking/types" - finalitytypes "github.com/babylonchain/babylon/x/finality/types" + btcstakingtypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + finalitytypes "github.com/babylonlabs-io/babylon/x/finality/types" comettypes "github.com/cometbft/cometbft/types" "github.com/cosmos/cosmos-sdk/client" @@ -29,12 +29,12 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/spf13/cobra" - appparams "github.com/babylonchain/babylon/app/params" - bbn "github.com/babylonchain/babylon/types" - btccheckpointtypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclightclienttypes "github.com/babylonchain/babylon/x/btclightclient/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + appparams "github.com/babylonlabs-io/babylon/app/params" + bbn "github.com/babylonlabs-io/babylon/types" + btccheckpointtypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclightclienttypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) func PrepareGenesisCmd(defaultNodeHome string, mbm module.BasicManager) *cobra.Command { diff --git a/cmd/babylond/cmd/genhelpers/bls_add.go b/cmd/babylond/cmd/genhelpers/bls_add.go index 8cae9f906..c8ca06a36 100644 --- a/cmd/babylond/cmd/genhelpers/bls_add.go +++ b/cmd/babylond/cmd/genhelpers/bls_add.go @@ -13,7 +13,7 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // CmdAddBls CLI adds the BLS key file with proof of possession into the genesis state. diff --git a/cmd/babylond/cmd/genhelpers/bls_add_test.go b/cmd/babylond/cmd/genhelpers/bls_add_test.go index ce5e42545..949b5dd14 100644 --- a/cmd/babylond/cmd/genhelpers/bls_add_test.go +++ b/cmd/babylond/cmd/genhelpers/bls_add_test.go @@ -30,12 +30,12 @@ import ( "github.com/spf13/viper" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/cmd/babylond/cmd/genhelpers" - "github.com/babylonchain/babylon/privval" - "github.com/babylonchain/babylon/testutil/cli" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd/genhelpers" + "github.com/babylonlabs-io/babylon/privval" + "github.com/babylonlabs-io/babylon/testutil/cli" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) func newConfig() depinject.Config { diff --git a/cmd/babylond/cmd/genhelpers/bls_create.go b/cmd/babylond/cmd/genhelpers/bls_create.go index 5c041d738..ac1ab7882 100644 --- a/cmd/babylond/cmd/genhelpers/bls_create.go +++ b/cmd/babylond/cmd/genhelpers/bls_create.go @@ -10,8 +10,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/privval" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/privval" ) // CmdCreateBls CLI command to create BLS file with proof of possession. diff --git a/cmd/babylond/cmd/genhelpers/bls_create_test.go b/cmd/babylond/cmd/genhelpers/bls_create_test.go index 259709372..c036794ac 100644 --- a/cmd/babylond/cmd/genhelpers/bls_create_test.go +++ b/cmd/babylond/cmd/genhelpers/bls_create_test.go @@ -22,10 +22,10 @@ import ( "github.com/spf13/viper" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/cmd/babylond/cmd/genhelpers" - "github.com/babylonchain/babylon/privval" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd/genhelpers" + "github.com/babylonlabs-io/babylon/privval" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) func Test_CmdCreateBls(t *testing.T) { diff --git a/cmd/babylond/cmd/genhelpers/set_btc_delegations.go b/cmd/babylond/cmd/genhelpers/set_btc_delegations.go index 15427d573..c4b1f2e28 100644 --- a/cmd/babylond/cmd/genhelpers/set_btc_delegations.go +++ b/cmd/babylond/cmd/genhelpers/set_btc_delegations.go @@ -3,7 +3,7 @@ package genhelpers import ( "fmt" - btcstktypes "github.com/babylonchain/babylon/x/btcstaking/types" + btcstktypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/server" "github.com/cosmos/cosmos-sdk/x/genutil" diff --git a/cmd/babylond/cmd/genhelpers/set_btc_delegations_test.go b/cmd/babylond/cmd/genhelpers/set_btc_delegations_test.go index a12401389..ccaa5a4bd 100644 --- a/cmd/babylond/cmd/genhelpers/set_btc_delegations_test.go +++ b/cmd/babylond/cmd/genhelpers/set_btc_delegations_test.go @@ -9,12 +9,12 @@ import ( "testing" sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/cmd/babylond/cmd/genhelpers" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/testutil/helper" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btcstktypes "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd/genhelpers" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/helper" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btcstktypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/btcsuite/btcd/chaincfg" "github.com/cosmos/cosmos-sdk/client" genutiltest "github.com/cosmos/cosmos-sdk/x/genutil/client/testutil" diff --git a/cmd/babylond/cmd/genhelpers/set_btc_headers.go b/cmd/babylond/cmd/genhelpers/set_btc_headers.go index 63014c88a..db30b2f04 100644 --- a/cmd/babylond/cmd/genhelpers/set_btc_headers.go +++ b/cmd/babylond/cmd/genhelpers/set_btc_headers.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/genutil" genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" - btclighttypes "github.com/babylonchain/babylon/x/btclightclient/types" + btclighttypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/spf13/cobra" ) diff --git a/cmd/babylond/cmd/genhelpers/set_btc_headers_test.go b/cmd/babylond/cmd/genhelpers/set_btc_headers_test.go index 3659ec232..023c87553 100644 --- a/cmd/babylond/cmd/genhelpers/set_btc_headers_test.go +++ b/cmd/babylond/cmd/genhelpers/set_btc_headers_test.go @@ -8,10 +8,10 @@ import ( "path/filepath" "testing" - "github.com/babylonchain/babylon/cmd/babylond/cmd/genhelpers" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/testutil/helper" - btclighttypes "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd/genhelpers" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/helper" + btclighttypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/client" genutiltest "github.com/cosmos/cosmos-sdk/x/genutil/client/testutil" diff --git a/cmd/babylond/cmd/genhelpers/set_finality_providers.go b/cmd/babylond/cmd/genhelpers/set_finality_providers.go index 5298130c2..b5a8cf40f 100644 --- a/cmd/babylond/cmd/genhelpers/set_finality_providers.go +++ b/cmd/babylond/cmd/genhelpers/set_finality_providers.go @@ -6,7 +6,7 @@ import ( "os" "path/filepath" - btcstktypes "github.com/babylonchain/babylon/x/btcstaking/types" + btcstktypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" cmtos "github.com/cometbft/cometbft/libs/os" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/cmd/babylond/cmd/genhelpers/set_finality_providers_test.go b/cmd/babylond/cmd/genhelpers/set_finality_providers_test.go index d3a97909a..bd3776a78 100644 --- a/cmd/babylond/cmd/genhelpers/set_finality_providers_test.go +++ b/cmd/babylond/cmd/genhelpers/set_finality_providers_test.go @@ -8,10 +8,10 @@ import ( "path/filepath" "testing" - "github.com/babylonchain/babylon/cmd/babylond/cmd/genhelpers" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/testutil/helper" - btcstktypes "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd/genhelpers" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/helper" + btcstktypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/cometbft/cometbft/libs/tempfile" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/cmd/babylond/cmd/root.go b/cmd/babylond/cmd/root.go index bab90741e..efc9304c1 100644 --- a/cmd/babylond/cmd/root.go +++ b/cmd/babylond/cmd/root.go @@ -8,7 +8,7 @@ import ( confixcmd "cosmossdk.io/tools/confix/cmd" "github.com/CosmWasm/wasmd/x/wasm" wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper" - appkeepers "github.com/babylonchain/babylon/app/keepers" + appkeepers "github.com/babylonlabs-io/babylon/app/keepers" cmtcfg "github.com/cometbft/cometbft/config" cmtcli "github.com/cometbft/cometbft/libs/cli" dbm "github.com/cosmos/cosmos-db" @@ -40,9 +40,9 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/cmd/babylond/cmd/genhelpers" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd/genhelpers" ) // NewRootCmd creates a new root command for babylond. It is called once in the diff --git a/cmd/babylond/cmd/testnet.go b/cmd/babylond/cmd/testnet.go index 8ac343ea6..aff015cb5 100644 --- a/cmd/babylond/cmd/testnet.go +++ b/cmd/babylond/cmd/testnet.go @@ -11,7 +11,7 @@ import ( "time" "cosmossdk.io/math" - appkeepers "github.com/babylonchain/babylon/app/keepers" + appkeepers "github.com/babylonlabs-io/babylon/app/keepers" cmtconfig "github.com/cometbft/cometbft/config" cmtos "github.com/cometbft/cometbft/libs/os" cmttime "github.com/cometbft/cometbft/types/time" @@ -36,11 +36,11 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/spf13/cobra" - appparams "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/privval" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + appparams "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/privval" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) var ( diff --git a/cmd/babylond/cmd/testnet_test.go b/cmd/babylond/cmd/testnet_test.go index 551f0326d..f379b1357 100644 --- a/cmd/babylond/cmd/testnet_test.go +++ b/cmd/babylond/cmd/testnet_test.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/viper" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" + "github.com/babylonlabs-io/babylon/app" ) func Test_TestnetCmd(t *testing.T) { diff --git a/cmd/babylond/cmd/validate_genesis.go b/cmd/babylond/cmd/validate_genesis.go index 61fba3f17..f9ba0c0fc 100644 --- a/cmd/babylond/cmd/validate_genesis.go +++ b/cmd/babylond/cmd/validate_genesis.go @@ -13,7 +13,7 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) const chainUpgradeGuide = "https://github.com/cosmos/cosmos-sdk/blob/a51aa517c46c70df04a06f586c67fb765e45322a/UPGRADING.md" diff --git a/cmd/babylond/cmd/validate_genesis_test.go b/cmd/babylond/cmd/validate_genesis_test.go index 017f50b7e..1248d596d 100644 --- a/cmd/babylond/cmd/validate_genesis_test.go +++ b/cmd/babylond/cmd/validate_genesis_test.go @@ -8,7 +8,7 @@ import ( dbm "github.com/cosmos/cosmos-db" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" "github.com/cosmos/cosmos-sdk/x/genutil" "github.com/spf13/viper" @@ -22,8 +22,8 @@ import ( genutiltest "github.com/cosmos/cosmos-sdk/x/genutil/client/testutil" genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/cmd/babylond/cmd" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd" ) func TestCheckCorrespondence(t *testing.T) { diff --git a/cmd/babylond/main.go b/cmd/babylond/main.go index 338f0cb45..7b323f60d 100644 --- a/cmd/babylond/main.go +++ b/cmd/babylond/main.go @@ -4,11 +4,11 @@ import ( "cosmossdk.io/log" "os" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/cmd/babylond/cmd" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/babylonchain/babylon/app/params" + "github.com/babylonlabs-io/babylon/app/params" ) func main() { diff --git a/contrib/images/Makefile b/contrib/images/Makefile index 3b9d0818e..67e2fc470 100644 --- a/contrib/images/Makefile +++ b/contrib/images/Makefile @@ -3,18 +3,18 @@ RELAYER_TAG := $(shell grep '^ENV RELAYER_TAG' cosmos-relayer/Dockerfile | cut - all: babylond cosmos-relayer babylond: babylond-rmi - docker build --tag babylonchain/babylond -f babylond/Dockerfile \ + docker build --tag babylonlabs-io/babylond -f babylond/Dockerfile \ $(shell git rev-parse --show-toplevel) babylond-rmi: - docker rmi babylonchain/babylond 2>/dev/null; true + docker rmi babylonlabs-io/babylond 2>/dev/null; true cosmos-relayer: cosmos-relayer-rmi - docker build --tag babylonchain/cosmos-relayer:${RELAYER_TAG} -f cosmos-relayer/Dockerfile \ + docker build --tag babylonlabs-io/cosmos-relayer:${RELAYER_TAG} -f cosmos-relayer/Dockerfile \ $(shell git rev-parse --show-toplevel)/contrib/images/cosmos-relayer - docker tag babylonchain/cosmos-relayer:${RELAYER_TAG} babylonchain/cosmos-relayer:latest + docker tag babylonlabs-io/cosmos-relayer:${RELAYER_TAG} babylonlabs-io/cosmos-relayer:latest cosmos-relayer-rmi: - docker rmi babylonchain/cosmos-relayer 2>/dev/null; true + docker rmi babylonlabs-io/cosmos-relayer 2>/dev/null; true .PHONY: all babylond cosmos-relayer babylond-rmi cosmos-relayer-rmi diff --git a/contrib/images/babylond/Dockerfile b/contrib/images/babylond/Dockerfile index 2e8add214..d4e8957fb 100644 --- a/contrib/images/babylond/Dockerfile +++ b/contrib/images/babylond/Dockerfile @@ -15,12 +15,12 @@ ARG COSMOS_BUILD_OPTIONS="" RUN apt-get update && apt-get install -y make git bash gcc curl jq # Build -WORKDIR /go/src/github.com/babylonchain/babylon +WORKDIR /go/src/github.com/babylonlabs-io/babylon # First cache dependencies -COPY go.mod go.sum /go/src/github.com/babylonchain/babylon/ +COPY go.mod go.sum /go/src/github.com/babylonlabs-io/babylon/ RUN go mod download # Then copy everything else -COPY ./ /go/src/github.com/babylonchain/babylon/ +COPY ./ /go/src/github.com/babylonlabs-io/babylon/ # If version is set, then checkout this version RUN if [ -n "${VERSION}" ]; then \ git checkout -f ${VERSION}; \ @@ -38,11 +38,11 @@ RUN addgroup --gid 1137 --system babylon && adduser --uid 1137 --gid 1137 --syst RUN apt-get update && apt-get install -y bash curl jq wget # Label should match your github repo -LABEL org.opencontainers.image.source="https://github.com/babylonchain/babylond:${VERSION}" +LABEL org.opencontainers.image.source="https://github.com/babylonlabs-io/babylond:${VERSION}" # Install libraries # Cosmwasm - Download correct libwasmvm version -COPY --from=build-env /go/src/github.com/babylonchain/babylon/go.mod /tmp +COPY --from=build-env /go/src/github.com/babylonlabs-io/babylon/go.mod /tmp RUN WASMVM_VERSION=$(grep github.com/CosmWasm/wasmvm /tmp/go.mod | cut -d' ' -f2) && \ wget https://github.com/CosmWasm/wasmvm/releases/download/$WASMVM_VERSION/libwasmvm.$(uname -m).so \ -O /lib/libwasmvm.$(uname -m).so && \ @@ -51,7 +51,7 @@ RUN WASMVM_VERSION=$(grep github.com/CosmWasm/wasmvm /tmp/go.mod | cut -d' ' -f2 sha256sum /lib/libwasmvm.$(uname -m).so | grep $(cat /tmp/checksums.txt | grep libwasmvm.$(uname -m) | cut -d ' ' -f 1) RUN rm -f /tmp/go.mod -COPY --from=build-env /go/src/github.com/babylonchain/babylon/build/babylond /bin/babylond +COPY --from=build-env /go/src/github.com/babylonlabs-io/babylon/build/babylond /bin/babylond # Set home directory and user WORKDIR /home/babylon diff --git a/crypto/bip322/bip322_test.go b/crypto/bip322/bip322_test.go index 22b4f5a13..bbf4d3697 100644 --- a/crypto/bip322/bip322_test.go +++ b/crypto/bip322/bip322_test.go @@ -6,8 +6,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/crypto/bip322" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/crypto/bip322" + "github.com/babylonlabs-io/babylon/testutil/datagen" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/btcutil" "github.com/btcsuite/btcd/chaincfg" diff --git a/crypto/ecdsa/ecdsa_test.go b/crypto/ecdsa/ecdsa_test.go index 836e49f8a..473eee42c 100644 --- a/crypto/ecdsa/ecdsa_test.go +++ b/crypto/ecdsa/ecdsa_test.go @@ -6,7 +6,7 @@ import ( "encoding/hex" "testing" - "github.com/babylonchain/babylon/crypto/ecdsa" + "github.com/babylonlabs-io/babylon/crypto/ecdsa" "github.com/btcsuite/btcd/btcec/v2" "github.com/stretchr/testify/require" ) diff --git a/crypto/eots/eots_test.go b/crypto/eots/eots_test.go index 91865b4d0..4ff6ab156 100644 --- a/crypto/eots/eots_test.go +++ b/crypto/eots/eots_test.go @@ -6,8 +6,8 @@ import ( mathrand "math/rand" "testing" - "github.com/babylonchain/babylon/crypto/eots" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/crypto/eots" + "github.com/babylonlabs-io/babylon/testutil/datagen" "github.com/decred/dcrd/dcrec/secp256k1/v4" "github.com/stretchr/testify/require" "github.com/vulpine-io/io-test/v1/pkg/iotest" diff --git a/crypto/eots/examples/btc-testnet-txs/main.go b/crypto/eots/examples/btc-testnet-txs/main.go index 4ee467e62..766da8d01 100644 --- a/crypto/eots/examples/btc-testnet-txs/main.go +++ b/crypto/eots/examples/btc-testnet-txs/main.go @@ -8,7 +8,7 @@ import ( "fmt" "os" - "github.com/babylonchain/babylon/crypto/eots" + "github.com/babylonlabs-io/babylon/crypto/eots" "github.com/btcsuite/btcd/btcutil" "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcd/chaincfg/chainhash" diff --git a/crypto/schnorr-adaptor-signature/keys_test.go b/crypto/schnorr-adaptor-signature/keys_test.go index dcc1bcdf8..92b8aee7b 100644 --- a/crypto/schnorr-adaptor-signature/keys_test.go +++ b/crypto/schnorr-adaptor-signature/keys_test.go @@ -3,7 +3,7 @@ package schnorr_adaptor_signature_test import ( "testing" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" "github.com/stretchr/testify/require" ) diff --git a/crypto/schnorr-adaptor-signature/sig_test.go b/crypto/schnorr-adaptor-signature/sig_test.go index 34ee6cd49..83cb49eba 100644 --- a/crypto/schnorr-adaptor-signature/sig_test.go +++ b/crypto/schnorr-adaptor-signature/sig_test.go @@ -7,7 +7,7 @@ import ( "github.com/btcsuite/btcd/chaincfg/chainhash" "github.com/stretchr/testify/require" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" ) func FuzzEncSignAndEncVerify(f *testing.F) { diff --git a/docker-compose.yml b/docker-compose.yml index 8b40cf1fa..b92576e3f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: babylondnode0: container_name: babylondnode0 - image: "babylonchain/babylond" + image: "babylonlabs-io/babylond" command: > babylond --home /babylondhome start --log_format 'plain' 2>&1 | tee /babylondhome/babylond.log cap_add: @@ -23,7 +23,7 @@ services: babylondnode1: container_name: babylondnode1 - image: "babylonchain/babylond" + image: "babylonlabs-io/babylond" command: > babylond --home /babylondhome start --log_format 'plain' 2>&1 | tee /babylondhome/babylond.log cap_add: @@ -43,7 +43,7 @@ services: babylondnode2: container_name: babylondnode2 - image: "babylonchain/babylond" + image: "babylonlabs-io/babylond" environment: - LOG=${LOG:-babylond.log} command: > @@ -65,7 +65,7 @@ services: babylondnode3: container_name: babylondnode3 - image: "babylonchain/babylond" + image: "babylonlabs-io/babylond" environment: - LOG=${LOG:-babylond.log} command: > diff --git a/docs/architecture.md b/docs/architecture.md index 329e8ec01..ca2f56160 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -210,14 +210,14 @@ this function. Most notably: - [Cosmos Relayer](https://github.com/cosmos/relayer): A fully functional relayer written in Go. -- [Babylon Relayer](https://github.com/babylonchain/babylon-relayer/): +- [Babylon Relayer](https://github.com/babylonlabs-io/babylon-relayer/): A wrapper of the Cosmos Relayer that can maintain a one-way IBC connection. It is recommended to be used when the Consumer Zone does not deploy the Babylon smart contract. - [Hermes Relayer](https://github.com/informalsystems/hermes): A fully functional relayer written in Rust. -### [Babylon Contract](https://github.com/babylonchain/babylon-contract) +### [Babylon Contract](https://github.com/babylonlabs-io/babylon-contract) A [CosmWasm](https://cosmwasm.com/) smart contract intended for deployment in a Consumer Zone. diff --git a/docs/transaction-impl-spec.md b/docs/transaction-impl-spec.md index 4cf55e823..d21a45caf 100644 --- a/docs/transaction-impl-spec.md +++ b/docs/transaction-impl-spec.md @@ -259,7 +259,7 @@ timelock script, the following function could be implemented ```go import ( // Babylon btc staking library - "github.com/babylonchain/babylon/btcstaking" + "github.com/babylonlabs-io/babylon/btcstaking" ) func buildTimelockScriptAndControlBlock( diff --git a/go.mod b/go.mod index 98badadb7..e8ba3e373 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ go 1.21 -module github.com/babylonchain/babylon +module github.com/babylonlabs-io/babylon require ( github.com/CosmWasm/wasmd v0.51.0 diff --git a/privval/file.go b/privval/file.go index 691038593..ebfac1314 100644 --- a/privval/file.go +++ b/privval/file.go @@ -17,8 +17,8 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/crypto/bls12381" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // copied from github.com/cometbft/cometbft/privval/file.go" diff --git a/privval/types.go b/privval/types.go index 17ed68fcf..be2a302f4 100644 --- a/privval/types.go +++ b/privval/types.go @@ -5,8 +5,8 @@ import ( cmtcrypto "github.com/cometbft/cometbft/crypto" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) type ValidatorKeys struct { diff --git a/proto/babylon/btccheckpoint/v1/btccheckpoint.proto b/proto/babylon/btccheckpoint/v1/btccheckpoint.proto index 8bfef61d6..70b3b5aeb 100644 --- a/proto/babylon/btccheckpoint/v1/btccheckpoint.proto +++ b/proto/babylon/btccheckpoint/v1/btccheckpoint.proto @@ -3,7 +3,7 @@ package babylon.btccheckpoint.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/babylonchain/babylon/x/btccheckpoint/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btccheckpoint/types"; // Consider we have a Merkle tree with following structure: // ROOT @@ -36,7 +36,7 @@ message BTCSpvProof { // Should have exactly 80 bytes bytes confirming_btc_header = 4 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderBytes" ]; } // Each provided OP_RETURN transaction can be identified by hash of block in @@ -45,7 +45,7 @@ message TransactionKey { uint32 index = 1; bytes hash = 2 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderHashBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" ]; } // Checkpoint can be composed from multiple transactions, so to identify whole @@ -143,7 +143,7 @@ message BTCCheckpointInfo { // youngest block of best submission bytes best_submission_btc_block_hash = 3 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderHashBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" ]; // the BTC checkpoint transactions of the best submission repeated TransactionInfo best_submission_transactions = 4; // list of vigilantes' addresses of the best submission diff --git a/proto/babylon/btccheckpoint/v1/genesis.proto b/proto/babylon/btccheckpoint/v1/genesis.proto index 49097c360..4d1187126 100644 --- a/proto/babylon/btccheckpoint/v1/genesis.proto +++ b/proto/babylon/btccheckpoint/v1/genesis.proto @@ -4,7 +4,7 @@ package babylon.btccheckpoint.v1; import "gogoproto/gogo.proto"; import "babylon/btccheckpoint/v1/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/btccheckpoint/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btccheckpoint/types"; // GenesisState defines the btccheckpoint module's genesis state. message GenesisState { Params params = 1 [ (gogoproto.nullable) = false ]; } diff --git a/proto/babylon/btccheckpoint/v1/params.proto b/proto/babylon/btccheckpoint/v1/params.proto index 20ed5e6ee..3315aa03d 100644 --- a/proto/babylon/btccheckpoint/v1/params.proto +++ b/proto/babylon/btccheckpoint/v1/params.proto @@ -3,7 +3,7 @@ package babylon.btccheckpoint.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/babylonchain/babylon/x/btccheckpoint/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btccheckpoint/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/babylon/btccheckpoint/v1/query.proto b/proto/babylon/btccheckpoint/v1/query.proto index 9fc55b2c8..d7ee344ef 100644 --- a/proto/babylon/btccheckpoint/v1/query.proto +++ b/proto/babylon/btccheckpoint/v1/query.proto @@ -7,7 +7,7 @@ import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; import "babylon/btccheckpoint/v1/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/btccheckpoint/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btccheckpoint/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/babylon/btccheckpoint/v1/tx.proto b/proto/babylon/btccheckpoint/v1/tx.proto index 38fb5a173..9664ea79c 100644 --- a/proto/babylon/btccheckpoint/v1/tx.proto +++ b/proto/babylon/btccheckpoint/v1/tx.proto @@ -7,7 +7,7 @@ import "cosmos/msg/v1/msg.proto"; import "babylon/btccheckpoint/v1/params.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/babylonchain/babylon/x/btccheckpoint/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btccheckpoint/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/babylon/btclightclient/v1/btclightclient.proto b/proto/babylon/btclightclient/v1/btclightclient.proto index f5300706c..d38314f3d 100644 --- a/proto/babylon/btclightclient/v1/btclightclient.proto +++ b/proto/babylon/btclightclient/v1/btclightclient.proto @@ -3,7 +3,7 @@ package babylon.btclightclient.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/babylonchain/babylon/x/btclightclient/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btclightclient/types"; // BTCHeaderInfo is a structure that contains all relevant information about a // BTC header @@ -16,10 +16,10 @@ option go_package = "github.com/babylonchain/babylon/x/btclightclient/types"; message BTCHeaderInfo { bytes header = 1 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderBytes" ]; bytes hash = 2 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderHashBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" ]; uint64 height = 3; bytes work = 4 [ (gogoproto.customtype) = "cosmossdk.io/math.Uint" ]; diff --git a/proto/babylon/btclightclient/v1/event.proto b/proto/babylon/btclightclient/v1/event.proto index 4b1a3a0af..4e29ad384 100644 --- a/proto/babylon/btclightclient/v1/event.proto +++ b/proto/babylon/btclightclient/v1/event.proto @@ -3,7 +3,7 @@ package babylon.btclightclient.v1; import "babylon/btclightclient/v1/btclightclient.proto"; -option go_package = "github.com/babylonchain/babylon/x/btclightclient/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btclightclient/types"; // The header included in the event is the block in the history // of the current mainchain to which we are rolling back to. diff --git a/proto/babylon/btclightclient/v1/genesis.proto b/proto/babylon/btclightclient/v1/genesis.proto index 4d747e3f7..2ed0d830b 100644 --- a/proto/babylon/btclightclient/v1/genesis.proto +++ b/proto/babylon/btclightclient/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "babylon/btclightclient/v1/btclightclient.proto"; import "babylon/btclightclient/v1/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/btclightclient/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btclightclient/types"; // GenesisState defines the btclightclient module's genesis state. message GenesisState { diff --git a/proto/babylon/btclightclient/v1/params.proto b/proto/babylon/btclightclient/v1/params.proto index ea0f0c709..7ca7c5757 100644 --- a/proto/babylon/btclightclient/v1/params.proto +++ b/proto/babylon/btclightclient/v1/params.proto @@ -4,7 +4,7 @@ package babylon.btclightclient.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/babylonchain/babylon/x/btclightclient/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btclightclient/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/babylon/btclightclient/v1/query.proto b/proto/babylon/btclightclient/v1/query.proto index 60ae07cc2..51ea46cf1 100644 --- a/proto/babylon/btclightclient/v1/query.proto +++ b/proto/babylon/btclightclient/v1/query.proto @@ -7,7 +7,7 @@ import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; import "babylon/btclightclient/v1/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/btclightclient/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btclightclient/types"; // Query defines the gRPC querier service. service Query { @@ -28,7 +28,7 @@ service Query { // ContainsBytes is a temporary method that // checks whether a hash is maintained by the module. - // See discussion at https://github.com/babylonchain/babylon/pull/132 + // See discussion at https://github.com/babylonlabs-io/babylon/pull/132 // for more details. rpc ContainsBytes(QueryContainsBytesRequest) returns (QueryContainsBytesResponse) { @@ -77,7 +77,7 @@ message QueryHashesRequest { message QueryHashesResponse { repeated bytes hashes = 1 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderHashBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" ]; cosmos.base.query.v1beta1.PageResponse pagination = 2; } @@ -86,7 +86,7 @@ message QueryHashesResponse { message QueryContainsRequest { bytes hash = 1 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderHashBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" ]; } // QueryContainsResponse is response type for the Query/Contains RPC method. diff --git a/proto/babylon/btclightclient/v1/tx.proto b/proto/babylon/btclightclient/v1/tx.proto index 1c884ba87..421508712 100644 --- a/proto/babylon/btclightclient/v1/tx.proto +++ b/proto/babylon/btclightclient/v1/tx.proto @@ -6,7 +6,7 @@ import "cosmos/msg/v1/msg.proto"; import "babylon/btclightclient/v1/params.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/babylonchain/babylon/x/btclightclient/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btclightclient/types"; // Msg defines the Msg service. service Msg { @@ -26,7 +26,7 @@ message MsgInsertHeaders { string signer = 1; repeated bytes headers = 2 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderBytes" ]; } // MsgInsertHeadersResponse defines the response for the InsertHeaders transaction message MsgInsertHeadersResponse {} diff --git a/proto/babylon/btcstaking/v1/btcstaking.proto b/proto/babylon/btcstaking/v1/btcstaking.proto index e8fcc14de..183694036 100644 --- a/proto/babylon/btcstaking/v1/btcstaking.proto +++ b/proto/babylon/btcstaking/v1/btcstaking.proto @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto"; import "cosmos/staking/v1beta1/staking.proto"; import "babylon/btcstaking/v1/pop.proto"; -option go_package = "github.com/babylonchain/babylon/x/btcstaking/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btcstaking/types"; // FinalityProvider defines a finality provider message FinalityProvider { @@ -21,7 +21,7 @@ message FinalityProvider { ]; // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // pop is the proof of possession of the btc_pk, where the BTC // private key signs the bech32 bbn addr of the finality provider. ProofOfPossessionBTC pop = 5; @@ -41,7 +41,7 @@ message FinalityProvider { message FinalityProviderWithMeta { // btc_pk is the Bitcoin secp256k1 PK of thisfinality provider // the PK follows encoding in BIP-340 spec - bytes btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // height is the queried Babylon height uint64 height = 2; // voting_power is the voting power of this finality provider at the given height @@ -64,14 +64,14 @@ message BTCDelegation { string staker_addr = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; // btc_pk is the Bitcoin secp256k1 PK of this BTC delegation // the PK follows encoding in BIP-340 spec - bytes btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // pop is the proof of possession of babylon_pk and btc_pk ProofOfPossessionBTC pop = 3; // fp_btc_pk_list is the list of BIP-340 PKs of the finality providers that // this BTC delegation delegates to // If there is more than 1 PKs, then this means the delegation is restaked // to multiple finality providers - repeated bytes fp_btc_pk_list = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + repeated bytes fp_btc_pk_list = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // start_height is the start BTC height of the BTC delegation // it is the start BTC height of the timelock uint64 start_height = 5; @@ -92,7 +92,7 @@ message BTCDelegation { // delegator_sig is the signature on the slashing tx // by the delegator (i.e., SK corresponding to btc_pk). // It will be a part of the witness for the staking tx output. - bytes delegator_sig = 11 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_sig = 11 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // covenant_sigs is a list of adaptor signatures on the slashing tx // by each covenant member // It will be a part of the witness for the staking tx output. @@ -121,11 +121,11 @@ message BTCUndelegation { // It effectively proves that the delegator wants to unbond and thus // Babylon will consider this BTC delegation unbonded. Delegator's BTC // on Bitcoin will be unbonded after timelock - bytes delegator_unbonding_sig = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_unbonding_sig = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // delegator_slashing_sig is the signature on the slashing tx // by the delegator (i.e., SK corresponding to btc_pk). // It will be a part of the witness for the unbonding tx output. - bytes delegator_slashing_sig = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_slashing_sig = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // covenant_slashing_sigs is a list of adaptor signatures on the slashing tx // by each covenant member // It will be a part of the witness for the staking tx output. @@ -165,15 +165,15 @@ enum BTCDelegationStatus { // SignatureInfo is a BIP-340 signature together with its signer's BIP-340 PK message SignatureInfo { - bytes pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; - bytes sig = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; + bytes sig = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; } // CovenantAdaptorSignatures is a list adaptor signatures signed by the // covenant with different finality provider's public keys as encryption keys message CovenantAdaptorSignatures { // cov_pk is the public key of the covenant emulator, used as the public key of the adaptor signature - bytes cov_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes cov_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // adaptor_sigs is a list of adaptor signatures, each encrypted by a restaked BTC finality provider's public key repeated bytes adaptor_sigs = 2; } @@ -190,7 +190,7 @@ message SelectiveSlashingEvidence { string staking_tx_hash = 1; // fp_btc_pk is the BTC PK of the finality provider who // launches the selective slashing offence - bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // recovered_fp_btc_sk is the finality provider's BTC SK recovered from // the covenant adaptor/Schnorr signature pair. It is the consequence // of selective slashing. diff --git a/proto/babylon/btcstaking/v1/events.proto b/proto/babylon/btcstaking/v1/events.proto index 1de3137a6..a8d4fb3e4 100644 --- a/proto/babylon/btcstaking/v1/events.proto +++ b/proto/babylon/btcstaking/v1/events.proto @@ -4,7 +4,7 @@ package babylon.btcstaking.v1; import "gogoproto/gogo.proto"; import "babylon/btcstaking/v1/btcstaking.proto"; -option go_package = "github.com/babylonchain/babylon/x/btcstaking/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btcstaking/types"; // EventNewFinalityProvider is the event emitted when a finality provider is created message EventNewFinalityProvider { FinalityProvider fp = 1; } @@ -37,7 +37,7 @@ message EventPowerDistUpdate { // is slashed // TODO: unify with existing slashing events message EventSlashedFinalityProvider { - bytes pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; } // ev is the event that affects voting power distribution diff --git a/proto/babylon/btcstaking/v1/genesis.proto b/proto/babylon/btcstaking/v1/genesis.proto index bc8529454..2e5d5966e 100644 --- a/proto/babylon/btcstaking/v1/genesis.proto +++ b/proto/babylon/btcstaking/v1/genesis.proto @@ -7,7 +7,7 @@ import "babylon/btcstaking/v1/btcstaking.proto"; import "babylon/btcstaking/v1/incentive.proto"; import "babylon/btcstaking/v1/events.proto"; -option go_package = "github.com/babylonchain/babylon/x/btcstaking/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btcstaking/types"; // GenesisState defines the btcstaking module's genesis state. message GenesisState { @@ -36,7 +36,7 @@ message VotingPowerFP { // block_height is the height of the block the voting power was stored. uint64 block_height = 1; // fp_btc_pk the finality provider btc public key. - bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // voting_power is the power of the finality provider at this specific block height. uint64 voting_power = 3; } @@ -62,9 +62,9 @@ message BTCDelegator { // idx the btc delegator index. BTCDelegatorDelegationIndex idx = 1; // fp_btc_pk the finality provider btc public key. - bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // del_btc_pk the delegator btc public key. - bytes del_btc_pk = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes del_btc_pk = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; } // EventIndex contains the event and its index. diff --git a/proto/babylon/btcstaking/v1/incentive.proto b/proto/babylon/btcstaking/v1/incentive.proto index 8072a5d44..7dcde01f8 100644 --- a/proto/babylon/btcstaking/v1/incentive.proto +++ b/proto/babylon/btcstaking/v1/incentive.proto @@ -4,7 +4,7 @@ package babylon.btcstaking.v1; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/babylonchain/babylon/x/btcstaking/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btcstaking/types"; // VotingPowerDistCache is the cache for voting power distribution of finality providers // and their BTC delegations at a height @@ -18,7 +18,7 @@ message VotingPowerDistCache { message FinalityProviderDistInfo { // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - bytes btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // addr is the address to receive commission from delegations. string addr = 2 [(cosmos_proto.scalar) = "cosmos.AddressString"]; // commission defines the commission rate of finality provider @@ -36,7 +36,7 @@ message FinalityProviderDistInfo { message BTCDelDistInfo { // btc_pk is the Bitcoin secp256k1 PK of this BTC delegation // the PK follows encoding in BIP-340 spec - bytes btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // staker_addr is the address to receive rewards from BTC delegation. string staker_addr = 2 [(cosmos_proto.scalar) = "cosmos.AddressString"]; // staking_tx_hash is the staking tx hash of the BTC delegation diff --git a/proto/babylon/btcstaking/v1/params.proto b/proto/babylon/btcstaking/v1/params.proto index d705a3c1f..5746ffb25 100644 --- a/proto/babylon/btcstaking/v1/params.proto +++ b/proto/babylon/btcstaking/v1/params.proto @@ -4,7 +4,7 @@ package babylon.btcstaking.v1; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/babylonchain/babylon/x/btcstaking/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btcstaking/types"; // Params defines the parameters for the module. message Params { @@ -12,7 +12,7 @@ message Params { // covenant_pks is the list of public keys held by the covenant committee // each PK follows encoding in BIP-340 spec on Bitcoin - repeated bytes covenant_pks = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + repeated bytes covenant_pks = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // covenant_quorum is the minimum number of signatures needed for the covenant // multisignature uint32 covenant_quorum = 2; diff --git a/proto/babylon/btcstaking/v1/pop.proto b/proto/babylon/btcstaking/v1/pop.proto index 4762d3c12..316bb1df7 100644 --- a/proto/babylon/btcstaking/v1/pop.proto +++ b/proto/babylon/btcstaking/v1/pop.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package babylon.btcstaking.v1; -option go_package = "github.com/babylonchain/babylon/x/btcstaking/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btcstaking/types"; // BTCSigType indicates the type of btc_sig in a pop enum BTCSigType { diff --git a/proto/babylon/btcstaking/v1/query.proto b/proto/babylon/btcstaking/v1/query.proto index 5b4417568..3f9aabe51 100644 --- a/proto/babylon/btcstaking/v1/query.proto +++ b/proto/babylon/btcstaking/v1/query.proto @@ -10,7 +10,7 @@ import "babylon/btcstaking/v1/params.proto"; import "babylon/btcstaking/v1/btcstaking.proto"; import "babylon/btcstaking/v1/pop.proto"; -option go_package = "github.com/babylonchain/babylon/x/btcstaking/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btcstaking/types"; // Query defines the gRPC querier service. service Query { @@ -247,10 +247,10 @@ message BTCDelegationResponse { string staker_addr = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; // btc_pk is the Bitcoin secp256k1 PK of this BTC delegation // the PK follows encoding in BIP-340 spec - bytes btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // fp_btc_pk_list is the list of BIP-340 PKs of the finality providers that // this BTC delegation delegates to - repeated bytes fp_btc_pk_list = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + repeated bytes fp_btc_pk_list = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // start_height is the start BTC height of the BTC delegation // it is the start BTC height of the timelock uint64 start_height = 4; @@ -333,7 +333,7 @@ message FinalityProviderResponse { string addr = 3 [(cosmos_proto.scalar) = "cosmos.AddressString"]; // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // pop is the proof of possession of the BTC_PK by the fp addr. // Essentially is the signature where the BTC SK sigs the fp addr. ProofOfPossessionBTC pop = 5; diff --git a/proto/babylon/btcstaking/v1/tx.proto b/proto/babylon/btcstaking/v1/tx.proto index e2cdcbf6b..61500d480 100644 --- a/proto/babylon/btcstaking/v1/tx.proto +++ b/proto/babylon/btcstaking/v1/tx.proto @@ -9,7 +9,7 @@ import "babylon/btccheckpoint/v1/btccheckpoint.proto"; import "cosmos/staking/v1beta1/staking.proto"; import "babylon/btcstaking/v1/pop.proto"; -option go_package = "github.com/babylonchain/babylon/x/btcstaking/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/btcstaking/types"; // Msg defines the Msg service. // TODO: handle unbonding tx with full witness @@ -48,7 +48,7 @@ message MsgCreateFinalityProvider { ]; // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // pop is the proof of possession of btc_pk over the FP signer address. ProofOfPossessionBTC pop = 5; } @@ -82,10 +82,10 @@ message MsgCreateBTCDelegation { // pop is the proof of possession of btc_pk by the staker_addr. ProofOfPossessionBTC pop = 2; // btc_pk is the Bitcoin secp256k1 PK of the BTC delegator - bytes btc_pk = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // fp_btc_pk_list is the list of Bitcoin secp256k1 PKs of the finality providers, if there is more than one // finality provider pk it means that delegation is re-staked - repeated bytes fp_btc_pk_list = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + repeated bytes fp_btc_pk_list = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // staking_time is the time lock used in staking transaction uint32 staking_time = 5; // staking_value is the amount of satoshis locked in staking output @@ -99,7 +99,7 @@ message MsgCreateBTCDelegation { // It will be a part of the witness for the staking tx output. // The staking tx output further needs signatures from covenant and finality provider in // order to be spendable. - bytes delegator_slashing_sig = 9 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_slashing_sig = 9 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // unbonding_time is the time lock used when funds are being unbonded. It is be used in: // - unbonding transaction, time lock spending path // - staking slashing transaction, change output @@ -117,7 +117,7 @@ message MsgCreateBTCDelegation { // Note that the tx itself does not contain signatures, which are off-chain. bytes unbonding_slashing_tx = 13 [ (gogoproto.customtype) = "BTCSlashingTx" ]; // delegator_unbonding_slashing_sig is the signature on the slashing tx by the delegator (i.e., SK corresponding to btc_pk). - bytes delegator_unbonding_slashing_sig = 14 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_unbonding_slashing_sig = 14 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; } // MsgCreateBTCDelegationResponse is the response for MsgCreateBTCDelegation message MsgCreateBTCDelegationResponse {} @@ -128,7 +128,7 @@ message MsgAddCovenantSigs { string signer = 1; // pk is the BTC public key of the covenant member - bytes pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // staking_tx_hash is the hash of the staking tx. // It uniquely identifies a BTC delegation string staking_tx_hash = 3; @@ -138,7 +138,7 @@ message MsgAddCovenantSigs { repeated bytes slashing_tx_sigs = 4; // unbonding_tx_sig is the signature of the covenant on the unbonding tx submitted to babylon // the signature follows encoding in BIP-340 spec - bytes unbonding_tx_sig = 5 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes unbonding_tx_sig = 5 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // slashing_unbonding_tx_sigs is a list of adaptor signatures of the covenant // on slashing tx corresponding to unbonding tx submitted to babylon // the order of sigs should respect the order of finality providers @@ -160,7 +160,7 @@ message MsgBTCUndelegate { string staking_tx_hash = 2; // unbonding_tx_sig is the signature of the staker on the unbonding tx submitted to babylon // the signature follows encoding in BIP-340 spec - bytes unbonding_tx_sig = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes unbonding_tx_sig = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; } // MsgBTCUndelegateResponse is the response for MsgBTCUndelegate message MsgBTCUndelegateResponse {} diff --git a/proto/babylon/checkpointing/v1/bls_key.proto b/proto/babylon/checkpointing/v1/bls_key.proto index 4ea1363c5..912f9dd63 100644 --- a/proto/babylon/checkpointing/v1/bls_key.proto +++ b/proto/babylon/checkpointing/v1/bls_key.proto @@ -3,14 +3,14 @@ package babylon.checkpointing.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/babylonchain/babylon/x/checkpointing/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/checkpointing/types"; // BlsKey wraps BLS public key with PoP message BlsKey { // pubkey is the BLS public key of a validator bytes pubkey = 1 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.PublicKey" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.PublicKey" ]; // pop is the proof-of-possession of the BLS key ProofOfPossession pop = 2; @@ -26,7 +26,7 @@ message ProofOfPossession { // ed25519_sig) bytes bls_sig = 2 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.Signature" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" ]; } // ValidatorWithBLSSet defines a set of validators with their BLS public keys @@ -58,5 +58,5 @@ message VoteExtension { // bls_sig is the BLS signature bytes bls_sig = 6 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.Signature" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" ]; } diff --git a/proto/babylon/checkpointing/v1/checkpoint.proto b/proto/babylon/checkpointing/v1/checkpoint.proto index 208a191d4..309447a7a 100644 --- a/proto/babylon/checkpointing/v1/checkpoint.proto +++ b/proto/babylon/checkpointing/v1/checkpoint.proto @@ -5,7 +5,7 @@ import "google/protobuf/timestamp.proto"; import "gogoproto/gogo.proto"; import "tendermint/abci/types.proto"; -option go_package = "github.com/babylonchain/babylon/x/checkpointing/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/checkpointing/types"; // RawCheckpoint wraps the BLS multi sig with metadata message RawCheckpoint { @@ -22,7 +22,7 @@ message RawCheckpoint { // sigs bytes bls_multi_sig = 4 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.Signature" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" ]; } // RawCheckpointWithMeta wraps the raw checkpoint with metadata. @@ -35,7 +35,7 @@ message RawCheckpointWithMeta { // bls_aggr_pk defines the aggregated BLS public key bytes bls_aggr_pk = 3 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.PublicKey" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.PublicKey" ]; // power_sum defines the accumulated voting power for the checkpoint uint64 power_sum = 4; // lifecycle defines the lifecycle of this checkpoint, i.e., each state @@ -94,7 +94,7 @@ message BlsSig { bytes block_hash = 2 [ (gogoproto.customtype) = "BlockHash" ]; bytes bls_sig = 3 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.Signature" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" ]; // can't find cosmos_proto.scalar when compiling due to cosmos v0.45.4 does // not support scalar string signer_address = 4 [(cosmos_proto.scalar) = // "cosmos.AddressString"] diff --git a/proto/babylon/checkpointing/v1/events.proto b/proto/babylon/checkpointing/v1/events.proto index 4e170c058..090888b0a 100644 --- a/proto/babylon/checkpointing/v1/events.proto +++ b/proto/babylon/checkpointing/v1/events.proto @@ -3,7 +3,7 @@ package babylon.checkpointing.v1; import "babylon/checkpointing/v1/checkpoint.proto"; -option go_package = "github.com/babylonchain/babylon/x/checkpointing/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/checkpointing/types"; // EventCheckpointAccumulating is emitted when a checkpoint reaches the // `Accumulating` state. diff --git a/proto/babylon/checkpointing/v1/genesis.proto b/proto/babylon/checkpointing/v1/genesis.proto index dd65d5017..dd96841a2 100644 --- a/proto/babylon/checkpointing/v1/genesis.proto +++ b/proto/babylon/checkpointing/v1/genesis.proto @@ -4,7 +4,7 @@ package babylon.checkpointing.v1; import "cosmos/crypto/ed25519/keys.proto"; import "babylon/checkpointing/v1/bls_key.proto"; -option go_package = "github.com/babylonchain/babylon/x/checkpointing/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/checkpointing/types"; // GenesisState defines the checkpointing module's genesis state. message GenesisState { diff --git a/proto/babylon/checkpointing/v1/query.proto b/proto/babylon/checkpointing/v1/query.proto index a7ee01e16..74c9853f7 100644 --- a/proto/babylon/checkpointing/v1/query.proto +++ b/proto/babylon/checkpointing/v1/query.proto @@ -8,7 +8,7 @@ import "babylon/checkpointing/v1/bls_key.proto"; import "babylon/checkpointing/v1/checkpoint.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/babylonchain/babylon/x/checkpointing/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/checkpointing/types"; // Query defines the gRPC querier service. service Query { @@ -177,7 +177,7 @@ message RawCheckpointResponse { // bls_multi_sig defines the multi sig that is aggregated from individual BLS // sigs bytes bls_multi_sig = 4 [ - (gogoproto.customtype) = "github.com/babylonchain/babylon/crypto/bls12381.Signature" + (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" ]; } @@ -205,7 +205,7 @@ message RawCheckpointWithMetaResponse { // bls_aggr_pk defines the aggregated BLS public key bytes bls_aggr_pk = 4 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.PublicKey" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.PublicKey" ]; // power_sum defines the accumulated voting power for the checkpoint uint64 power_sum = 5; // lifecycle defines the lifecycle of this checkpoint, i.e., each state diff --git a/proto/babylon/checkpointing/v1/tx.proto b/proto/babylon/checkpointing/v1/tx.proto index bfc00666e..14709eee3 100644 --- a/proto/babylon/checkpointing/v1/tx.proto +++ b/proto/babylon/checkpointing/v1/tx.proto @@ -6,7 +6,7 @@ import "babylon/checkpointing/v1/bls_key.proto"; import "cosmos/staking/v1beta1/tx.proto"; import "cosmos/msg/v1/msg.proto"; -option go_package = "github.com/babylonchain/babylon/x/checkpointing/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/checkpointing/types"; // Msg defines the checkpointing Msg service. service Msg { diff --git a/proto/babylon/epoching/v1/epoching.proto b/proto/babylon/epoching/v1/epoching.proto index 79e579119..a7f90c4a1 100644 --- a/proto/babylon/epoching/v1/epoching.proto +++ b/proto/babylon/epoching/v1/epoching.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "cosmos/staking/v1beta1/tx.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/babylonchain/babylon/x/epoching/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/epoching/types"; // Epoch is a structure that contains the metadata of an epoch message Epoch { diff --git a/proto/babylon/epoching/v1/events.proto b/proto/babylon/epoching/v1/events.proto index f41c527e3..79e0dfae2 100644 --- a/proto/babylon/epoching/v1/events.proto +++ b/proto/babylon/epoching/v1/events.proto @@ -3,7 +3,7 @@ package babylon.epoching.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/babylonchain/babylon/x/epoching/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/epoching/types"; // EventBeginEpoch is the event emitted when an epoch has started message EventBeginEpoch { uint64 epoch_number = 1; } diff --git a/proto/babylon/epoching/v1/genesis.proto b/proto/babylon/epoching/v1/genesis.proto index eea522cba..f9c44d5b5 100644 --- a/proto/babylon/epoching/v1/genesis.proto +++ b/proto/babylon/epoching/v1/genesis.proto @@ -4,7 +4,7 @@ package babylon.epoching.v1; import "gogoproto/gogo.proto"; import "babylon/epoching/v1/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/epoching/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/epoching/types"; // GenesisState defines the epoching module's genesis state. message GenesisState { Params params = 1 [ (gogoproto.nullable) = false ]; } diff --git a/proto/babylon/epoching/v1/params.proto b/proto/babylon/epoching/v1/params.proto index a9ce9a531..b315f37ca 100644 --- a/proto/babylon/epoching/v1/params.proto +++ b/proto/babylon/epoching/v1/params.proto @@ -3,7 +3,7 @@ package babylon.epoching.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/babylonchain/babylon/x/epoching/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/epoching/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/babylon/epoching/v1/query.proto b/proto/babylon/epoching/v1/query.proto index e86999302..7243da42c 100644 --- a/proto/babylon/epoching/v1/query.proto +++ b/proto/babylon/epoching/v1/query.proto @@ -8,7 +8,7 @@ import "cosmos/base/query/v1beta1/pagination.proto"; import "babylon/epoching/v1/params.proto"; import "babylon/epoching/v1/epoching.proto"; -option go_package = "github.com/babylonchain/babylon/x/epoching/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/epoching/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/babylon/epoching/v1/tx.proto b/proto/babylon/epoching/v1/tx.proto index 47f24da33..2157dea0c 100644 --- a/proto/babylon/epoching/v1/tx.proto +++ b/proto/babylon/epoching/v1/tx.proto @@ -8,7 +8,7 @@ import "babylon/epoching/v1/params.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/msg/v1/msg.proto"; -option go_package = "github.com/babylonchain/babylon/x/epoching/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/epoching/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/babylon/finality/v1/events.proto b/proto/babylon/finality/v1/events.proto index 436456dea..1c2fe0947 100644 --- a/proto/babylon/finality/v1/events.proto +++ b/proto/babylon/finality/v1/events.proto @@ -3,7 +3,7 @@ package babylon.finality.v1; import "babylon/finality/v1/finality.proto"; -option go_package = "github.com/babylonchain/babylon/x/finality/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/finality/types"; // EventSlashedFinalityProvider is the event emitted when a finality provider is slashed // due to signing two conflicting blocks diff --git a/proto/babylon/finality/v1/finality.proto b/proto/babylon/finality/v1/finality.proto index c833f5fc6..f6f56f6d9 100644 --- a/proto/babylon/finality/v1/finality.proto +++ b/proto/babylon/finality/v1/finality.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package babylon.finality.v1; -option go_package = "github.com/babylonchain/babylon/x/finality/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/finality/types"; import "gogoproto/gogo.proto"; @@ -33,11 +33,11 @@ message PubRandCommit { // signatures with correct public randomness on two conflicting Babylon headers message Evidence { // fp_btc_pk is the BTC PK of the finality provider that casts this vote - bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // block_height is the height of the conflicting blocks uint64 block_height = 2; // pub_rand is the public randomness the finality provider has committed to - bytes pub_rand = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrPubRand" ]; + bytes pub_rand = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrPubRand" ]; // canonical_app_hash is the AppHash of the canonical block bytes canonical_app_hash = 4; // fork_app_hash is the AppHash of the fork block @@ -46,17 +46,17 @@ message Evidence { // where finality signature is an EOTS signature, i.e., // the `s` in a Schnorr signature `(r, s)` // `r` is the public randomness that is already committed by the finality provider - bytes canonical_finality_sig = 6 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrEOTSSig" ]; + bytes canonical_finality_sig = 6 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" ]; // fork_finality_sig is the finality signature to the fork block // where finality signature is an EOTS signature - bytes fork_finality_sig = 7 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrEOTSSig" ]; + bytes fork_finality_sig = 7 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" ]; } // FinalityProviderSigningInfo defines a finality provider's signing info for monitoring their // liveness activity. message FinalityProviderSigningInfo { // fp_btc_pk is the BTC PK of the finality provider that casts this vote - bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // start_height is the block height at which finality provider become active int64 start_height = 2; // missed_blocks_counter defines a counter to avoid unnecessary array reads. diff --git a/proto/babylon/finality/v1/genesis.proto b/proto/babylon/finality/v1/genesis.proto index af3ef6cd6..4e40c9bd0 100644 --- a/proto/babylon/finality/v1/genesis.proto +++ b/proto/babylon/finality/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "babylon/finality/v1/params.proto"; import "babylon/finality/v1/finality.proto"; -option go_package = "github.com/babylonchain/babylon/x/finality/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/finality/types"; // GenesisState defines the finality module's genesis state. message GenesisState { @@ -35,10 +35,10 @@ message VoteSig { // block_height is the height of the voted block. uint64 block_height = 1; // fp_btc_pk is the BTC PK of the finality provider that casts this vote - bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // finality_sig is the finality signature to this block // where finality signature is an EOTS signature, i.e. - bytes finality_sig = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrEOTSSig" ]; + bytes finality_sig = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" ]; } // PublicRandomness the block height and public randomness that the finality provider has submitted. @@ -46,15 +46,15 @@ message PublicRandomness { // block_height is the height of block which the finality provider submited public randomness. uint64 block_height = 1; // fp_btc_pk is the BTC PK of the finality provider that casts this vote. - bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // pub_rand is the public randomness the finality provider has committed to. - bytes pub_rand = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrPubRand" ]; + bytes pub_rand = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrPubRand" ]; } // PubRandCommitWithPK is the public randomness commitment with the finality provider's BTC public key message PubRandCommitWithPK { // fp_btc_pk is the BTC PK of the finality provider that commits the public randomness - bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // pub_rand_commit is the public randomness commitment PubRandCommit pub_rand_commit = 2; } @@ -62,7 +62,7 @@ message PubRandCommitWithPK { // SigningInfo stores finality provider signing info of corresponding BTC public key. message SigningInfo { // fp_btc_pk is the BTC PK of the finality provider - bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // fp_signing_info represents the signing info of this finality provider. FinalityProviderSigningInfo fp_signing_info = 2 [(gogoproto.nullable) = false]; } @@ -71,7 +71,7 @@ message SigningInfo { // BTC public key. message FinalityProviderMissedBlocks { // fp_btc_pk is the BTC PK of the finality provider - bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // missed_blocks is an array of missed blocks by the finality provider. repeated MissedBlock missed_blocks = 2 [(gogoproto.nullable) = false]; } diff --git a/proto/babylon/finality/v1/params.proto b/proto/babylon/finality/v1/params.proto index 67751c58d..875497283 100644 --- a/proto/babylon/finality/v1/params.proto +++ b/proto/babylon/finality/v1/params.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "amino/amino.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/babylonchain/babylon/x/finality/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/finality/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/babylon/finality/v1/query.proto b/proto/babylon/finality/v1/query.proto index 270834f72..7b6c9fb0b 100644 --- a/proto/babylon/finality/v1/query.proto +++ b/proto/babylon/finality/v1/query.proto @@ -7,7 +7,7 @@ import "cosmos/base/query/v1beta1/pagination.proto"; import "babylon/finality/v1/params.proto"; import "babylon/finality/v1/finality.proto"; -option go_package = "github.com/babylonchain/babylon/x/finality/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/finality/types"; // Query defines the gRPC querier service. service Query { @@ -90,7 +90,7 @@ message QueryListPublicRandomnessRequest { message QueryListPublicRandomnessResponse { // pub_rand_map is the map where the key is the height and the value // is the public randomness at this height for the given finality provider - map pub_rand_map = 1 [(gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrPubRand" ]; + map pub_rand_map = 1 [(gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrPubRand" ]; // pagination defines the pagination in the response. cosmos.base.query.v1beta1.PageResponse pagination = 2; @@ -181,7 +181,7 @@ message QueryVotesAtHeightRequest { message QueryVotesAtHeightResponse { // btc_pk is the Bitcoin secp256k1 PK of finality providers who have signed the block at given height. // the PK follows encoding in BIP-340 spec - repeated bytes btc_pks = 1 [(gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey"]; + repeated bytes btc_pks = 1 [(gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey"]; } // QueryEvidenceRequest is the request type for the diff --git a/proto/babylon/finality/v1/tx.proto b/proto/babylon/finality/v1/tx.proto index c1ff68ea2..fd46f9f3a 100644 --- a/proto/babylon/finality/v1/tx.proto +++ b/proto/babylon/finality/v1/tx.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package babylon.finality.v1; -option go_package = "github.com/babylonchain/babylon/x/finality/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/finality/types"; import "gogoproto/gogo.proto"; import "tendermint/crypto/proof.proto"; @@ -28,7 +28,7 @@ message MsgCommitPubRandList { string signer = 1; // fp_btc_pk is the BTC PK of the finality provider that commits the public randomness - bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // start_height is the start block height of the list of public randomness uint64 start_height = 3; // num_pub_rand is the number of public randomness committed @@ -41,7 +41,7 @@ message MsgCommitPubRandList { // randomness on behalf of fp_btc_pk // TODO: another option is to restrict signer to correspond to fp_btc_pk. This restricts // the tx submitter to be the holder of fp_btc_pk. Decide this later - bytes sig = 6 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes sig = 6 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; } // MsgCommitPubRandListResponse is the response to the MsgCommitPubRandList message message MsgCommitPubRandListResponse{} @@ -52,11 +52,11 @@ message MsgAddFinalitySig { string signer = 1; // fp_btc_pk is the BTC PK of the finality provider that casts this vote - bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // block_height is the height of the voted block uint64 block_height = 3; // pub_rand is the public randomness committed at this height - bytes pub_rand = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrPubRand" ]; + bytes pub_rand = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrPubRand" ]; // proof is the proof that the given public randomness is committed under the commitment tendermint.crypto.Proof proof = 5; // block_app_hash is the AppHash of the voted block @@ -65,7 +65,7 @@ message MsgAddFinalitySig { // where finality signature is an EOTS signature, i.e., // the `s` in a Schnorr signature `(r, s)` // `r` is the public randomness that is already committed by the finality provider - bytes finality_sig = 7 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrEOTSSig" ]; + bytes finality_sig = 7 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" ]; } // MsgAddFinalitySigResponse is the response to the MsgAddFinalitySig message message MsgAddFinalitySigResponse{} diff --git a/proto/babylon/incentive/genesis.proto b/proto/babylon/incentive/genesis.proto index 04f82d21a..efe84b06f 100644 --- a/proto/babylon/incentive/genesis.proto +++ b/proto/babylon/incentive/genesis.proto @@ -4,7 +4,7 @@ package babylon.incentive; import "gogoproto/gogo.proto"; import "babylon/incentive/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/incentive/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/incentive/types"; // GenesisState defines the incentive module's genesis state. message GenesisState { diff --git a/proto/babylon/incentive/incentive.proto b/proto/babylon/incentive/incentive.proto index ccc4c3a6c..1e606919f 100644 --- a/proto/babylon/incentive/incentive.proto +++ b/proto/babylon/incentive/incentive.proto @@ -4,7 +4,7 @@ package babylon.incentive; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/babylonchain/babylon/x/incentive/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/incentive/types"; // Gauge is an object that stores rewards to be distributed // code adapted from https://github.com/osmosis-labs/osmosis/blob/v18.0.0/proto/osmosis/incentives/gauge.proto diff --git a/proto/babylon/incentive/params.proto b/proto/babylon/incentive/params.proto index c576cb9a4..8f5f6d54a 100644 --- a/proto/babylon/incentive/params.proto +++ b/proto/babylon/incentive/params.proto @@ -4,7 +4,7 @@ package babylon.incentive; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/babylonchain/babylon/x/incentive/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/incentive/types"; // Params defines the parameters for the module, including portions of rewards // distributed to each type of stakeholder. Note that sum of the portions should diff --git a/proto/babylon/incentive/query.proto b/proto/babylon/incentive/query.proto index 1239786e1..f31a511cb 100644 --- a/proto/babylon/incentive/query.proto +++ b/proto/babylon/incentive/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "babylon/incentive/params.proto"; import "babylon/incentive/incentive.proto"; -option go_package = "github.com/babylonchain/babylon/x/incentive/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/incentive/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/babylon/incentive/tx.proto b/proto/babylon/incentive/tx.proto index 965147bd5..13810102e 100644 --- a/proto/babylon/incentive/tx.proto +++ b/proto/babylon/incentive/tx.proto @@ -7,7 +7,7 @@ import "cosmos/msg/v1/msg.proto"; import "cosmos/base/v1beta1/coin.proto"; import "babylon/incentive/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/incentive/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/incentive/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/babylon/monitor/v1/genesis.proto b/proto/babylon/monitor/v1/genesis.proto index 66a259f15..b1e60078d 100644 --- a/proto/babylon/monitor/v1/genesis.proto +++ b/proto/babylon/monitor/v1/genesis.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package babylon.monitor.v1; -option go_package = "github.com/babylonchain/babylon/x/monitor/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/monitor/types"; // GenesisState defines the monitor module's genesis state. message GenesisState {} diff --git a/proto/babylon/monitor/v1/query.proto b/proto/babylon/monitor/v1/query.proto index 622305a34..c77bfc8f2 100644 --- a/proto/babylon/monitor/v1/query.proto +++ b/proto/babylon/monitor/v1/query.proto @@ -3,7 +3,7 @@ package babylon.monitor.v1; import "google/api/annotations.proto"; -option go_package = "github.com/babylonchain/babylon/x/monitor/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/monitor/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/babylon/zoneconcierge/v1/genesis.proto b/proto/babylon/zoneconcierge/v1/genesis.proto index 468fa02eb..8277e9e8a 100644 --- a/proto/babylon/zoneconcierge/v1/genesis.proto +++ b/proto/babylon/zoneconcierge/v1/genesis.proto @@ -4,7 +4,7 @@ package babylon.zoneconcierge.v1; import "gogoproto/gogo.proto"; import "babylon/zoneconcierge/v1/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/zoneconcierge/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/zoneconcierge/types"; // GenesisState defines the zoneconcierge module's genesis state. message GenesisState { diff --git a/proto/babylon/zoneconcierge/v1/packet.proto b/proto/babylon/zoneconcierge/v1/packet.proto index a9b4ef163..9576b951c 100644 --- a/proto/babylon/zoneconcierge/v1/packet.proto +++ b/proto/babylon/zoneconcierge/v1/packet.proto @@ -7,7 +7,7 @@ import "babylon/btclightclient/v1/btclightclient.proto"; import "babylon/epoching/v1/epoching.proto"; import "babylon/zoneconcierge/v1/zoneconcierge.proto"; -option go_package = "github.com/babylonchain/babylon/x/zoneconcierge/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/zoneconcierge/types"; // ZoneconciergePacketData is the message that defines the IBC packets of // ZoneConcierge diff --git a/proto/babylon/zoneconcierge/v1/params.proto b/proto/babylon/zoneconcierge/v1/params.proto index bb3e23738..48fa6c9e5 100644 --- a/proto/babylon/zoneconcierge/v1/params.proto +++ b/proto/babylon/zoneconcierge/v1/params.proto @@ -3,7 +3,7 @@ package babylon.zoneconcierge.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/babylonchain/babylon/x/zoneconcierge/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/zoneconcierge/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/babylon/zoneconcierge/v1/query.proto b/proto/babylon/zoneconcierge/v1/query.proto index aa65a805f..690ab0182 100644 --- a/proto/babylon/zoneconcierge/v1/query.proto +++ b/proto/babylon/zoneconcierge/v1/query.proto @@ -10,7 +10,7 @@ import "babylon/epoching/v1/epoching.proto"; import "babylon/zoneconcierge/v1/zoneconcierge.proto"; import "babylon/zoneconcierge/v1/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/zoneconcierge/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/zoneconcierge/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/babylon/zoneconcierge/v1/tx.proto b/proto/babylon/zoneconcierge/v1/tx.proto index 105a29107..5e94ee9f4 100644 --- a/proto/babylon/zoneconcierge/v1/tx.proto +++ b/proto/babylon/zoneconcierge/v1/tx.proto @@ -7,7 +7,7 @@ import "cosmos_proto/cosmos.proto"; import "cosmos/msg/v1/msg.proto"; import "babylon/zoneconcierge/v1/params.proto"; -option go_package = "github.com/babylonchain/babylon/x/zoneconcierge/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/zoneconcierge/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/babylon/zoneconcierge/v1/zoneconcierge.proto b/proto/babylon/zoneconcierge/v1/zoneconcierge.proto index 47e316a0f..b6c1dde8c 100644 --- a/proto/babylon/zoneconcierge/v1/zoneconcierge.proto +++ b/proto/babylon/zoneconcierge/v1/zoneconcierge.proto @@ -10,7 +10,7 @@ import "babylon/checkpointing/v1/checkpoint.proto"; import "babylon/epoching/v1/epoching.proto"; import "babylon/btclightclient/v1/btclightclient.proto"; -option go_package = "github.com/babylonchain/babylon/x/zoneconcierge/types"; +option go_package = "github.com/babylonlabs-io/babylon/x/zoneconcierge/types"; // IndexedHeader is the metadata of a CZ header message IndexedHeader { diff --git a/proto/scripts/protocgen.sh b/proto/scripts/protocgen.sh index 9cbce2e51..a61d0e936 100755 --- a/proto/scripts/protocgen.sh +++ b/proto/scripts/protocgen.sh @@ -16,7 +16,7 @@ done cd .. # move proto files to the right places -cp -r github.com/babylonchain/babylon/* ./ +cp -r github.com/babylonlabs-io/babylon/* ./ rm -rf github.com go mod tidy -compat=1.21 diff --git a/test/e2e/README.md b/test/e2e/README.md index d29a6539a..dacd487f7 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -9,7 +9,7 @@ approach. ### Wasm contract used for e2e testing -Wasm contract located in `bytecode/babylon_contract.wasm` is compiled from most recent commit `main` branch - https://github.com/babylonchain/babylon-contract +Wasm contract located in `bytecode/babylon_contract.wasm` is compiled from most recent commit `main` branch - https://github.com/babylonlabs-io/babylon-contract This contract uses feature specific to Babylon, through Babylon bindings library. diff --git a/test/e2e/btc_staking_e2e_test.go b/test/e2e/btc_staking_e2e_test.go index e76a83c11..d4bcf2775 100644 --- a/test/e2e/btc_staking_e2e_test.go +++ b/test/e2e/btc_staking_e2e_test.go @@ -17,17 +17,17 @@ import ( feegrantcli "cosmossdk.io/x/feegrant/client/cli" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/crypto/eots" - "github.com/babylonchain/babylon/test/e2e/configurer" - "github.com/babylonchain/babylon/test/e2e/configurer/chain" - "github.com/babylonchain/babylon/test/e2e/initialization" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" - ftypes "github.com/babylonchain/babylon/x/finality/types" - itypes "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/crypto/eots" + "github.com/babylonlabs-io/babylon/test/e2e/configurer" + "github.com/babylonlabs-io/babylon/test/e2e/configurer/chain" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + ftypes "github.com/babylonlabs-io/babylon/x/finality/types" + itypes "github.com/babylonlabs-io/babylon/x/incentive/types" ) var ( @@ -666,7 +666,7 @@ func (s *BTCStakingTestSuite) Test8BTCDelegationFeeGrantTyped() { // tries to create a send transaction putting the freegranter as feepayer, it should FAIL // since we only gave grant for BTC delegation msgs. - // TODO: Uncomment the next lines when issue: https://github.com/babylonchain/babylon/issues/693 + // TODO: Uncomment the next lines when issue: https://github.com/babylonlabs-io/babylon/issues/693 // is fixed on cosmos-sdk side // outBuff, errBuff, err := node.BankSendOutput( // wGratee, node.PublicAddress, stakerBalance.String(), diff --git a/test/e2e/btc_timestamping_e2e_test.go b/test/e2e/btc_timestamping_e2e_test.go index db447f5d5..6b8282311 100644 --- a/test/e2e/btc_timestamping_e2e_test.go +++ b/test/e2e/btc_timestamping_e2e_test.go @@ -8,11 +8,11 @@ import ( "strconv" "time" - "github.com/babylonchain/babylon/test/e2e/configurer" - "github.com/babylonchain/babylon/test/e2e/initialization" - bbn "github.com/babylonchain/babylon/types" - ct "github.com/babylonchain/babylon/x/checkpointing/types" - itypes "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/test/e2e/configurer" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" + bbn "github.com/babylonlabs-io/babylon/types" + ct "github.com/babylonlabs-io/babylon/x/checkpointing/types" + itypes "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" ) diff --git a/test/e2e/btc_timestamping_phase2_hermes_test.go b/test/e2e/btc_timestamping_phase2_hermes_test.go index 1a9cf8945..cfae910f4 100644 --- a/test/e2e/btc_timestamping_phase2_hermes_test.go +++ b/test/e2e/btc_timestamping_phase2_hermes_test.go @@ -3,9 +3,9 @@ package e2e import ( "time" - "github.com/babylonchain/babylon/test/e2e/configurer" - "github.com/babylonchain/babylon/test/e2e/initialization" - ct "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/test/e2e/configurer" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" + ct "github.com/babylonlabs-io/babylon/x/checkpointing/types" "github.com/cosmos/cosmos-sdk/types/query" channeltypes "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types" "github.com/stretchr/testify/suite" diff --git a/test/e2e/btc_timestamping_phase2_rly_test.go b/test/e2e/btc_timestamping_phase2_rly_test.go index 8bc1e5352..091eabc06 100644 --- a/test/e2e/btc_timestamping_phase2_rly_test.go +++ b/test/e2e/btc_timestamping_phase2_rly_test.go @@ -3,9 +3,9 @@ package e2e import ( "time" - "github.com/babylonchain/babylon/test/e2e/configurer" - "github.com/babylonchain/babylon/test/e2e/initialization" - ct "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/test/e2e/configurer" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" + ct "github.com/babylonlabs-io/babylon/x/checkpointing/types" "github.com/cosmos/cosmos-sdk/types/query" channeltypes "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types" "github.com/stretchr/testify/suite" diff --git a/test/e2e/bytecode/README.md b/test/e2e/bytecode/README.md index e0926f743..0655fa11f 100644 --- a/test/e2e/bytecode/README.md +++ b/test/e2e/bytecode/README.md @@ -1 +1 @@ -Contract built from https://github.com/babylonchain/babylon-contract/tree/main/contracts +Contract built from https://github.com/babylonlabs-io/babylon-contract/tree/main/contracts diff --git a/test/e2e/configurer/base.go b/test/e2e/configurer/base.go index 6744fff94..302fd8ca9 100644 --- a/test/e2e/configurer/base.go +++ b/test/e2e/configurer/base.go @@ -12,12 +12,12 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/test/e2e/configurer/chain" - "github.com/babylonchain/babylon/test/e2e/containers" - "github.com/babylonchain/babylon/test/e2e/initialization" - "github.com/babylonchain/babylon/test/e2e/util" - "github.com/babylonchain/babylon/types" - types2 "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/test/e2e/configurer/chain" + "github.com/babylonlabs-io/babylon/test/e2e/containers" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/test/e2e/util" + "github.com/babylonlabs-io/babylon/types" + types2 "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/stretchr/testify/require" ) diff --git a/test/e2e/configurer/chain/chain.go b/test/e2e/configurer/chain/chain.go index 4d5e1ec03..a6d92dc3f 100644 --- a/test/e2e/configurer/chain/chain.go +++ b/test/e2e/configurer/chain/chain.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/test/e2e/configurer/config" - "github.com/babylonchain/babylon/test/e2e/containers" - "github.com/babylonchain/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/test/e2e/configurer/config" + "github.com/babylonlabs-io/babylon/test/e2e/containers" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" ) type Config struct { diff --git a/test/e2e/configurer/chain/commands.go b/test/e2e/configurer/chain/commands.go index 8d8c59b1a..36155d45c 100644 --- a/test/e2e/configurer/chain/commands.go +++ b/test/e2e/configurer/chain/commands.go @@ -12,15 +12,15 @@ import ( "strings" "time" - txformat "github.com/babylonchain/babylon/btctxformatter" - "github.com/babylonchain/babylon/test/e2e/containers" - "github.com/babylonchain/babylon/test/e2e/initialization" - "github.com/babylonchain/babylon/test/e2e/util" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - btccheckpointtypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - blc "github.com/babylonchain/babylon/x/btclightclient/types" - cttypes "github.com/babylonchain/babylon/x/checkpointing/types" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/test/e2e/containers" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/test/e2e/util" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + btccheckpointtypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + blc "github.com/babylonlabs-io/babylon/x/btclightclient/types" + cttypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/bech32" sdkquerytypes "github.com/cosmos/cosmos-sdk/types/query" diff --git a/test/e2e/configurer/chain/commands_btcstaking.go b/test/e2e/configurer/chain/commands_btcstaking.go index f42041b7e..f7586d812 100644 --- a/test/e2e/configurer/chain/commands_btcstaking.go +++ b/test/e2e/configurer/chain/commands_btcstaking.go @@ -16,11 +16,11 @@ import ( sdkmath "cosmossdk.io/math" cmtcrypto "github.com/cometbft/cometbft/proto/tendermint/crypto" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - "github.com/babylonchain/babylon/test/e2e/containers" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + "github.com/babylonlabs-io/babylon/test/e2e/containers" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) func (n *NodeConfig) CreateFinalityProvider(walletAddrOrName string, btcPK *bbn.BIP340PubKey, pop *bstypes.ProofOfPossessionBTC, moniker, identity, website, securityContract, details string, commission *sdkmath.LegacyDec) { diff --git a/test/e2e/configurer/chain/node.go b/test/e2e/configurer/chain/node.go index 8e185ec51..f849ac5ab 100644 --- a/test/e2e/configurer/chain/node.go +++ b/test/e2e/configurer/chain/node.go @@ -13,8 +13,8 @@ import ( coretypes "github.com/cometbft/cometbft/rpc/core/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/test/e2e/containers" - "github.com/babylonchain/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/test/e2e/containers" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" ) type NodeConfig struct { diff --git a/test/e2e/configurer/chain/queries.go b/test/e2e/configurer/chain/queries.go index c0bb049f8..ff4ae0302 100644 --- a/test/e2e/configurer/chain/queries.go +++ b/test/e2e/configurer/chain/queries.go @@ -21,12 +21,12 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/test/e2e/util" - blc "github.com/babylonchain/babylon/x/btclightclient/types" - ct "github.com/babylonchain/babylon/x/checkpointing/types" - etypes "github.com/babylonchain/babylon/x/epoching/types" - mtypes "github.com/babylonchain/babylon/x/monitor/types" - zctypes "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/test/e2e/util" + blc "github.com/babylonlabs-io/babylon/x/btclightclient/types" + ct "github.com/babylonlabs-io/babylon/x/checkpointing/types" + etypes "github.com/babylonlabs-io/babylon/x/epoching/types" + mtypes "github.com/babylonlabs-io/babylon/x/monitor/types" + zctypes "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) func (n *NodeConfig) QueryGRPCGateway(path string, queryParams url.Values) ([]byte, error) { diff --git a/test/e2e/configurer/chain/queries_btcstaking.go b/test/e2e/configurer/chain/queries_btcstaking.go index 8e3cec5e0..f7a735c8f 100644 --- a/test/e2e/configurer/chain/queries_btcstaking.go +++ b/test/e2e/configurer/chain/queries_btcstaking.go @@ -6,10 +6,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/test/e2e/util" - bbn "github.com/babylonchain/babylon/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" - ftypes "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/test/e2e/util" + bbn "github.com/babylonlabs-io/babylon/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + ftypes "github.com/babylonlabs-io/babylon/x/finality/types" ) func (n *NodeConfig) QueryBTCStakingParams() *bstypes.Params { diff --git a/test/e2e/configurer/chain/queries_ibc.go b/test/e2e/configurer/chain/queries_ibc.go index 621f5867c..f5889b229 100644 --- a/test/e2e/configurer/chain/queries_ibc.go +++ b/test/e2e/configurer/chain/queries_ibc.go @@ -4,7 +4,7 @@ import ( "fmt" "net/url" - "github.com/babylonchain/babylon/test/e2e/util" + "github.com/babylonlabs-io/babylon/test/e2e/util" channeltypes "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types" ) diff --git a/test/e2e/configurer/chain/queries_incentive.go b/test/e2e/configurer/chain/queries_incentive.go index 9416d9866..152c42352 100644 --- a/test/e2e/configurer/chain/queries_incentive.go +++ b/test/e2e/configurer/chain/queries_incentive.go @@ -4,8 +4,8 @@ import ( "fmt" "net/url" - "github.com/babylonchain/babylon/test/e2e/util" - incentivetypes "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/test/e2e/util" + incentivetypes "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" ) diff --git a/test/e2e/configurer/current.go b/test/e2e/configurer/current.go index 32572e12e..ca2c26ae6 100644 --- a/test/e2e/configurer/current.go +++ b/test/e2e/configurer/current.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/test/e2e/configurer/chain" - "github.com/babylonchain/babylon/test/e2e/containers" - "github.com/babylonchain/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/test/e2e/configurer/chain" + "github.com/babylonlabs-io/babylon/test/e2e/containers" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" ) type CurrentBranchConfigurer struct { diff --git a/test/e2e/configurer/factory.go b/test/e2e/configurer/factory.go index bcac549e5..a04a834cd 100644 --- a/test/e2e/configurer/factory.go +++ b/test/e2e/configurer/factory.go @@ -3,10 +3,10 @@ package configurer import ( "testing" - "github.com/babylonchain/babylon/test/e2e/configurer/chain" - "github.com/babylonchain/babylon/test/e2e/containers" - "github.com/babylonchain/babylon/test/e2e/initialization" - zctypes "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/test/e2e/configurer/chain" + "github.com/babylonlabs-io/babylon/test/e2e/containers" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" + zctypes "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ibctesting "github.com/cosmos/ibc-go/v8/testing" ) diff --git a/test/e2e/containers/config.go b/test/e2e/containers/config.go index 964367871..9f15dcb1c 100644 --- a/test/e2e/containers/config.go +++ b/test/e2e/containers/config.go @@ -10,14 +10,14 @@ type ImageConfig struct { //nolint:deadcode const ( // name of babylon container produced by running `make localnet-build-env` - BabylonContainerName = "babylonchain/babylond" + BabylonContainerName = "babylonlabs-io/babylond" hermesRelayerRepository = "informalsystems/hermes" hermesRelayerTag = "v1.8.2" // Built using the `build-cosmos-relayer-docker` target on an Intel (amd64) machine and pushed to ECR cosmosRelayerRepository = "public.ecr.aws/t9e9i3h0/cosmos-relayer" // TODO: Replace with version tag once we have a working version - cosmosRelayerTag = "main" + cosmosRelayerTag = "main" ) // NewImageConfig returns ImageConfig needed for running e2e test. diff --git a/test/e2e/ibc_transfer_e2e_test.go b/test/e2e/ibc_transfer_e2e_test.go index 8f1848c54..c1521a467 100644 --- a/test/e2e/ibc_transfer_e2e_test.go +++ b/test/e2e/ibc_transfer_e2e_test.go @@ -3,8 +3,8 @@ package e2e import ( "time" - "github.com/babylonchain/babylon/test/e2e/configurer" - "github.com/babylonchain/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/test/e2e/configurer" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" ) diff --git a/test/e2e/initialization/chain/main.go b/test/e2e/initialization/chain/main.go index 074b7968f..6d22e8e78 100644 --- a/test/e2e/initialization/chain/main.go +++ b/test/e2e/initialization/chain/main.go @@ -7,7 +7,7 @@ import ( "os" "time" - "github.com/babylonchain/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" ) func main() { diff --git a/test/e2e/initialization/config.go b/test/e2e/initialization/config.go index 9e5f95a16..3e7119ae0 100644 --- a/test/e2e/initialization/config.go +++ b/test/e2e/initialization/config.go @@ -21,13 +21,13 @@ import ( staketypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/cosmos/gogoproto/proto" - "github.com/babylonchain/babylon/privval" - bbn "github.com/babylonchain/babylon/types" - btccheckpointtypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - blctypes "github.com/babylonchain/babylon/x/btclightclient/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/privval" + bbn "github.com/babylonlabs-io/babylon/types" + btccheckpointtypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + blctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" - "github.com/babylonchain/babylon/test/e2e/util" + "github.com/babylonlabs-io/babylon/test/e2e/util" ) // NodeConfig is a confiuration for the node supplied from the test runner diff --git a/test/e2e/initialization/init.go b/test/e2e/initialization/init.go index 0a4f2b62b..94e8ca3e5 100644 --- a/test/e2e/initialization/init.go +++ b/test/e2e/initialization/init.go @@ -6,8 +6,8 @@ import ( "path/filepath" "time" - appkeepers "github.com/babylonchain/babylon/app/keepers" - "github.com/babylonchain/babylon/test/e2e/util" + appkeepers "github.com/babylonlabs-io/babylon/app/keepers" + "github.com/babylonlabs-io/babylon/test/e2e/util" ) func InitChain(id, dataDir string, nodeConfigs []*NodeConfig, votingPeriod, expeditedVotingPeriod time.Duration, forkHeight int) (*Chain, error) { diff --git a/test/e2e/initialization/init_test.go b/test/e2e/initialization/init_test.go index cdebd2ef1..8d21b1b4d 100644 --- a/test/e2e/initialization/init_test.go +++ b/test/e2e/initialization/init_test.go @@ -13,7 +13,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" ) const forkHeight = 10 diff --git a/test/e2e/initialization/node.go b/test/e2e/initialization/node.go index d2a8dc1bf..4346e7b31 100644 --- a/test/e2e/initialization/node.go +++ b/test/e2e/initialization/node.go @@ -31,12 +31,12 @@ import ( "github.com/cosmos/go-bip39" "github.com/spf13/viper" - babylonApp "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/cmd/babylond/cmd" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/privval" - "github.com/babylonchain/babylon/test/e2e/util" - bbn "github.com/babylonchain/babylon/types" + babylonApp "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/cmd/babylond/cmd" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/privval" + "github.com/babylonlabs-io/babylon/test/e2e/util" + bbn "github.com/babylonlabs-io/babylon/types" ) type internalNode struct { diff --git a/test/e2e/initialization/node/main.go b/test/e2e/initialization/node/main.go index cfa43b6c5..3a3a0a858 100644 --- a/test/e2e/initialization/node/main.go +++ b/test/e2e/initialization/node/main.go @@ -7,7 +7,7 @@ import ( "strings" "time" - "github.com/babylonchain/babylon/test/e2e/initialization" + "github.com/babylonlabs-io/babylon/test/e2e/initialization" ) func main() { diff --git a/test/e2e/initialization/util.go b/test/e2e/initialization/util.go index 3346f2b5d..fbcc6714a 100644 --- a/test/e2e/initialization/util.go +++ b/test/e2e/initialization/util.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec/unknownproto" sdktx "github.com/cosmos/cosmos-sdk/types/tx" - "github.com/babylonchain/babylon/test/e2e/util" + "github.com/babylonlabs-io/babylon/test/e2e/util" ) func decodeTx(txBytes []byte) (*sdktx.Tx, error) { diff --git a/test/e2e/scripts/download_release.sh b/test/e2e/scripts/download_release.sh index 77e35985d..060dcb1d3 100755 --- a/test/e2e/scripts/download_release.sh +++ b/test/e2e/scripts/download_release.sh @@ -2,7 +2,7 @@ set -o nounset -o pipefail command -v shellcheck >/dev/null && shellcheck "$0" -OWNER="babylonchain" +OWNER="babylonlabs-io" REPO="babylon-contract" CONTRACT="babylon_contract" OUTPUT_FOLDER="$(dirname "$0")/../bytecode" @@ -20,7 +20,10 @@ GH_TAGS="$GH_REPO/releases/tags/$TAG" AUTH="Authorization: token $GITHUB_API_TOKEN" # Validate token -curl -o /dev/null -sH "$AUTH" $GH_REPO || { echo "Error: Invalid repo, token or network issue!"; exit 1; } +curl -o /dev/null -sH "$AUTH" $GH_REPO || { + echo "Error: Invalid repo, token or network issue!" + exit 1 +} # Read asset tags RESPONSE=$(curl -sH "$AUTH" "$GH_TAGS") diff --git a/test/e2e/util/codec.go b/test/e2e/util/codec.go index fd633f711..3e078ffdc 100644 --- a/test/e2e/util/codec.go +++ b/test/e2e/util/codec.go @@ -1,8 +1,8 @@ package util import ( - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/app/params" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/app/params" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" diff --git a/testutil/datagen/account_balance.go b/testutil/datagen/account_balance.go index 5530ecea5..d748c2939 100644 --- a/testutil/datagen/account_balance.go +++ b/testutil/datagen/account_balance.go @@ -2,7 +2,7 @@ package datagen import ( sdkmath "cosmossdk.io/math" - appparams "github.com/babylonchain/babylon/app/params" + appparams "github.com/babylonlabs-io/babylon/app/params" sec256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" diff --git a/testutil/datagen/btc_address_test.go b/testutil/datagen/btc_address_test.go index b1da6d13e..8a560c66e 100644 --- a/testutil/datagen/btc_address_test.go +++ b/testutil/datagen/btc_address_test.go @@ -4,7 +4,7 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/datagen" "github.com/btcsuite/btcd/btcutil" "github.com/btcsuite/btcd/chaincfg" "github.com/stretchr/testify/require" diff --git a/testutil/datagen/btc_blockchain.go b/testutil/datagen/btc_blockchain.go index 1beb797cd..3e3ee42ec 100644 --- a/testutil/datagen/btc_blockchain.go +++ b/testutil/datagen/btc_blockchain.go @@ -4,7 +4,7 @@ import ( "math/big" "math/rand" - "github.com/babylonchain/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/btctxformatter" "github.com/btcsuite/btcd/blockchain" "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcd/chaincfg/chainhash" diff --git a/testutil/datagen/btc_header_chain.go b/testutil/datagen/btc_header_chain.go index 339fef508..e28421ef3 100644 --- a/testutil/datagen/btc_header_chain.go +++ b/testutil/datagen/btc_header_chain.go @@ -4,8 +4,8 @@ import ( "math/rand" sdkmath "cosmossdk.io/math" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btclightclient/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcd/wire" ) diff --git a/testutil/datagen/btc_header_info.go b/testutil/datagen/btc_header_info.go index d8a773acf..91230a1dd 100644 --- a/testutil/datagen/btc_header_info.go +++ b/testutil/datagen/btc_header_info.go @@ -8,9 +8,9 @@ import ( "time" sdkmath "cosmossdk.io/math" - bbn "github.com/babylonchain/babylon/types" - btclightclientk "github.com/babylonchain/babylon/x/btclightclient/keeper" - btclightclienttypes "github.com/babylonchain/babylon/x/btclightclient/types" + bbn "github.com/babylonlabs-io/babylon/types" + btclightclientk "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + btclightclienttypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/btcsuite/btcd/blockchain" "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcd/chaincfg/chainhash" diff --git a/testutil/datagen/btc_schnorr.go b/testutil/datagen/btc_schnorr.go index 1eec8d047..3068d0923 100644 --- a/testutil/datagen/btc_schnorr.go +++ b/testutil/datagen/btc_schnorr.go @@ -3,7 +3,7 @@ package datagen import ( "math/rand" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/decred/dcrd/dcrec/secp256k1/v4" ) diff --git a/testutil/datagen/btc_transaction.go b/testutil/datagen/btc_transaction.go index 9bcdad7f9..ae6a58947 100644 --- a/testutil/datagen/btc_transaction.go +++ b/testutil/datagen/btc_transaction.go @@ -17,9 +17,9 @@ import ( "github.com/btcsuite/btcd/wire" sdk "github.com/cosmos/cosmos-sdk/types" - txformat "github.com/babylonchain/babylon/btctxformatter" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) var ( diff --git a/testutil/datagen/btcstaking.go b/testutil/datagen/btcstaking.go index 810be2364..ed2ed828a 100644 --- a/testutil/datagen/btcstaking.go +++ b/testutil/datagen/btcstaking.go @@ -15,9 +15,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/btcstaking" - bbn "github.com/babylonchain/babylon/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/btcstaking" + bbn "github.com/babylonlabs-io/babylon/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) const ( diff --git a/testutil/datagen/covenant.go b/testutil/datagen/covenant.go index 9961b5055..03f2944ac 100644 --- a/testutil/datagen/covenant.go +++ b/testutil/datagen/covenant.go @@ -1,10 +1,10 @@ package datagen import ( - "github.com/babylonchain/babylon/btcstaking" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - bbn "github.com/babylonchain/babylon/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/btcstaking" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + bbn "github.com/babylonlabs-io/babylon/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/btcec/v2/schnorr" "github.com/btcsuite/btcd/wire" diff --git a/testutil/datagen/epoching.go b/testutil/datagen/epoching.go index 6cec642f1..3e4dc40b3 100644 --- a/testutil/datagen/epoching.go +++ b/testutil/datagen/epoching.go @@ -3,7 +3,7 @@ package datagen import ( "math/rand" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) // getFirstBlockHeight returns the height of the first block of a given epoch and epoch interval diff --git a/testutil/datagen/finality.go b/testutil/datagen/finality.go index 9216dd6d0..ad6a6f12e 100644 --- a/testutil/datagen/finality.go +++ b/testutil/datagen/finality.go @@ -3,9 +3,9 @@ package datagen import ( "math/rand" - "github.com/babylonchain/babylon/crypto/eots" - bbn "github.com/babylonchain/babylon/types" - ftypes "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/crypto/eots" + bbn "github.com/babylonlabs-io/babylon/types" + ftypes "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/btcec/v2/schnorr" "github.com/cometbft/cometbft/crypto/merkle" diff --git a/testutil/datagen/genesiskey.go b/testutil/datagen/genesiskey.go index aff771d1b..77bffb8af 100644 --- a/testutil/datagen/genesiskey.go +++ b/testutil/datagen/genesiskey.go @@ -1,11 +1,11 @@ package datagen import ( - "github.com/babylonchain/babylon/app" - appkeepers "github.com/babylonchain/babylon/app/keepers" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/privval" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/app" + appkeepers "github.com/babylonlabs-io/babylon/app/keepers" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/privval" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" cmtcrypto "github.com/cometbft/cometbft/crypto" cmted25519 "github.com/cometbft/cometbft/crypto/ed25519" "github.com/cosmos/cosmos-sdk/crypto/codec" diff --git a/testutil/datagen/incentive.go b/testutil/datagen/incentive.go index b970f1ca2..2cd0e10b6 100644 --- a/testutil/datagen/incentive.go +++ b/testutil/datagen/incentive.go @@ -4,9 +4,9 @@ import ( "math/rand" sdkmath "cosmossdk.io/math" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" - itypes "github.com/babylonchain/babylon/x/incentive/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + itypes "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/testutil/datagen/init_val.go b/testutil/datagen/init_val.go index 5870ca8cf..46e883b46 100644 --- a/testutil/datagen/init_val.go +++ b/testutil/datagen/init_val.go @@ -11,8 +11,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/go-bip39" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/privval" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/privval" ) // InitializeNodeValidatorFiles creates private validator and p2p configuration files. diff --git a/testutil/datagen/raw_checkpoint.go b/testutil/datagen/raw_checkpoint.go index 88512ab0f..cc6d8d80a 100644 --- a/testutil/datagen/raw_checkpoint.go +++ b/testutil/datagen/raw_checkpoint.go @@ -5,9 +5,9 @@ import ( "github.com/boljen/go-bitmap" - txformat "github.com/babylonchain/babylon/btctxformatter" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/x/checkpointing/types" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) const ( diff --git a/testutil/datagen/tendermint.go b/testutil/datagen/tendermint.go index cea24c2e5..c09368739 100644 --- a/testutil/datagen/tendermint.go +++ b/testutil/datagen/tendermint.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" ibctmtypes "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint" - zctypes "github.com/babylonchain/babylon/x/zoneconcierge/types" + zctypes "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) func GenRandomTMHeader(r *rand.Rand, chainID string, height uint64) *cmtproto.Header { diff --git a/testutil/datagen/val_set.go b/testutil/datagen/val_set.go index 8c55f9bec..b98429e29 100644 --- a/testutil/datagen/val_set.go +++ b/testutil/datagen/val_set.go @@ -5,9 +5,9 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/crypto/bls12381" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) func GenRandomValSet(n int) epochingtypes.ValidatorSet { diff --git a/testutil/datagen/vote_ext.go b/testutil/datagen/vote_ext.go index 1f0e35f8d..f33917204 100644 --- a/testutil/datagen/vote_ext.go +++ b/testutil/datagen/vote_ext.go @@ -5,7 +5,7 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) func GenRandomVoteExtension( diff --git a/testutil/helper/gen_blocks.go b/testutil/helper/gen_blocks.go index def52b924..edb3b54d8 100644 --- a/testutil/helper/gen_blocks.go +++ b/testutil/helper/gen_blocks.go @@ -15,7 +15,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/datagen" ) // adapted from https://github.com/cosmos/cosmos-sdk/blob/v0.50.6/baseapp/abci_utils_test.go diff --git a/testutil/helper/helper.go b/testutil/helper/helper.go index 2a0390e09..6ae1de0d9 100644 --- a/testutil/helper/helper.go +++ b/testutil/helper/helper.go @@ -7,10 +7,10 @@ import ( "testing" "cosmossdk.io/core/header" - appkeepers "github.com/babylonchain/babylon/app/keepers" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/testutil/datagen" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + appkeepers "github.com/babylonlabs-io/babylon/app/keepers" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/testutil/datagen" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" abci "github.com/cometbft/cometbft/abci/types" cmtproto "github.com/cometbft/cometbft/proto/tendermint/types" "github.com/cosmos/cosmos-sdk/baseapp" @@ -26,11 +26,11 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/babylonchain/babylon/app" - appparams "github.com/babylonchain/babylon/app/params" - btcstakingtypes "github.com/babylonchain/babylon/x/btcstaking/types" - "github.com/babylonchain/babylon/x/epoching/keeper" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/app" + appparams "github.com/babylonlabs-io/babylon/app/params" + btcstakingtypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/epoching/keeper" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) // Helper is a structure which wraps the entire app and exposes functionalities for testing the epoching module diff --git a/testutil/keeper/btccheckpoint.go b/testutil/keeper/btccheckpoint.go index 528c059f5..9049041af 100644 --- a/testutil/keeper/btccheckpoint.go +++ b/testutil/keeper/btccheckpoint.go @@ -19,8 +19,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/btccheckpoint/keeper" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/keeper" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) func NewBTCCheckpointKeeper( diff --git a/testutil/keeper/btclightclient.go b/testutil/keeper/btclightclient.go index 484c275ee..ebacf965e 100644 --- a/testutil/keeper/btclightclient.go +++ b/testutil/keeper/btclightclient.go @@ -20,10 +20,10 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - bapp "github.com/babylonchain/babylon/app" - bbn "github.com/babylonchain/babylon/types" - btclightclientk "github.com/babylonchain/babylon/x/btclightclient/keeper" - btclightclientt "github.com/babylonchain/babylon/x/btclightclient/types" + bapp "github.com/babylonlabs-io/babylon/app" + bbn "github.com/babylonlabs-io/babylon/types" + btclightclientk "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + btclightclientt "github.com/babylonlabs-io/babylon/x/btclightclient/types" ) func BTCLightClientKeeper(t testing.TB) (*btclightclientk.Keeper, sdk.Context) { diff --git a/testutil/keeper/btcstaking.go b/testutil/keeper/btcstaking.go index 4402aa477..fd00fbf7f 100644 --- a/testutil/keeper/btcstaking.go +++ b/testutil/keeper/btcstaking.go @@ -19,8 +19,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/btcstaking/keeper" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/keeper" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) func BTCStakingKeeper( diff --git a/testutil/keeper/checkpointing.go b/testutil/keeper/checkpointing.go index 9014c328d..f9ec59271 100644 --- a/testutil/keeper/checkpointing.go +++ b/testutil/keeper/checkpointing.go @@ -16,8 +16,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/checkpointing/keeper" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) func CheckpointingKeeper(t testing.TB, ek types.EpochingKeeper, signer keeper.BlsSigner) (*keeper.Keeper, sdk.Context, *codec.ProtoCodec) { diff --git a/testutil/keeper/epoching.go b/testutil/keeper/epoching.go index 902a11593..716761886 100644 --- a/testutil/keeper/epoching.go +++ b/testutil/keeper/epoching.go @@ -18,8 +18,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/epoching/keeper" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/keeper" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) func EpochingKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/finality.go b/testutil/keeper/finality.go index 83b6ce264..fc15a866e 100644 --- a/testutil/keeper/finality.go +++ b/testutil/keeper/finality.go @@ -18,8 +18,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/finality/keeper" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" ) func FinalityKeeper(t testing.TB, bsKeeper types.BTCStakingKeeper, iKeeper types.IncentiveKeeper) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/incentive.go b/testutil/keeper/incentive.go index f5a23be90..2a6d2017b 100644 --- a/testutil/keeper/incentive.go +++ b/testutil/keeper/incentive.go @@ -18,8 +18,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/incentive/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" ) func IncentiveKeeper(t testing.TB, bankKeeper types.BankKeeper, accountKeeper types.AccountKeeper, epochingKeeper types.EpochingKeeper) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/zoneconcierge.go b/testutil/keeper/zoneconcierge.go index 1c5478db4..30ed2679e 100644 --- a/testutil/keeper/zoneconcierge.go +++ b/testutil/keeper/zoneconcierge.go @@ -23,8 +23,8 @@ import ( ibcexported "github.com/cosmos/ibc-go/v8/modules/core/exported" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/zoneconcierge/keeper" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/keeper" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) // zoneconciergeChannelKeeper is a stub of ChannelKeeper diff --git a/testutil/mocks/bls_signer.go b/testutil/mocks/bls_signer.go index 094e5b89c..c59a2fcd7 100644 --- a/testutil/mocks/bls_signer.go +++ b/testutil/mocks/bls_signer.go @@ -7,7 +7,7 @@ package mocks import ( reflect "reflect" - bls12381 "github.com/babylonchain/babylon/crypto/bls12381" + bls12381 "github.com/babylonlabs-io/babylon/crypto/bls12381" crypto "github.com/cometbft/cometbft/crypto" types "github.com/cosmos/cosmos-sdk/types" gomock "github.com/golang/mock/gomock" diff --git a/testutil/mocks/checkpointing_expected_keepers.go b/testutil/mocks/checkpointing_expected_keepers.go index 80f0345f2..c4975364a 100644 --- a/testutil/mocks/checkpointing_expected_keepers.go +++ b/testutil/mocks/checkpointing_expected_keepers.go @@ -8,8 +8,8 @@ import ( context "context" reflect "reflect" - types "github.com/babylonchain/babylon/x/checkpointing/types" - types0 "github.com/babylonchain/babylon/x/epoching/types" + types "github.com/babylonlabs-io/babylon/x/checkpointing/types" + types0 "github.com/babylonlabs-io/babylon/x/epoching/types" crypto "github.com/cometbft/cometbft/proto/tendermint/crypto" types1 "github.com/cosmos/cosmos-sdk/types" types2 "github.com/cosmos/cosmos-sdk/x/staking/types" diff --git a/testutil/mocks/proposal_keeper.go b/testutil/mocks/proposal_keeper.go index 89becc9ea..0afdfeab4 100644 --- a/testutil/mocks/proposal_keeper.go +++ b/testutil/mocks/proposal_keeper.go @@ -8,9 +8,9 @@ import ( context "context" reflect "reflect" - bls12381 "github.com/babylonchain/babylon/crypto/bls12381" - types "github.com/babylonchain/babylon/x/checkpointing/types" - types0 "github.com/babylonchain/babylon/x/epoching/types" + bls12381 "github.com/babylonlabs-io/babylon/crypto/bls12381" + types "github.com/babylonlabs-io/babylon/x/checkpointing/types" + types0 "github.com/babylonlabs-io/babylon/x/epoching/types" crypto "github.com/cometbft/cometbft/proto/tendermint/crypto" types1 "github.com/cosmos/cosmos-sdk/types" gomock "github.com/golang/mock/gomock" diff --git a/types/btc_header_bytes_test.go b/types/btc_header_bytes_test.go index df0b00dcd..7e2eb638e 100644 --- a/types/btc_header_bytes_test.go +++ b/types/btc_header_bytes_test.go @@ -6,8 +6,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/types" ) func FuzzBTCHeaderBytesBytesOps(f *testing.F) { diff --git a/types/btc_header_hash_bytes_test.go b/types/btc_header_hash_bytes_test.go index 83305e969..ba7367821 100644 --- a/types/btc_header_hash_bytes_test.go +++ b/types/btc_header_hash_bytes_test.go @@ -6,8 +6,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/chaincfg/chainhash" ) diff --git a/types/btc_schnorr_eots_test.go b/types/btc_schnorr_eots_test.go index d6fe38575..27e6397f9 100644 --- a/types/btc_schnorr_eots_test.go +++ b/types/btc_schnorr_eots_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/stretchr/testify/require" ) diff --git a/types/btc_schnorr_pk_test.go b/types/btc_schnorr_pk_test.go index 6daf60629..3efbb125e 100644 --- a/types/btc_schnorr_pk_test.go +++ b/types/btc_schnorr_pk_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/types" "github.com/stretchr/testify/require" ) diff --git a/types/btc_schnorr_pub_rand.go b/types/btc_schnorr_pub_rand.go index 154c6dee6..6cbe4b8d3 100644 --- a/types/btc_schnorr_pub_rand.go +++ b/types/btc_schnorr_pub_rand.go @@ -4,7 +4,7 @@ import ( "encoding/hex" "fmt" - "github.com/babylonchain/babylon/crypto/eots" + "github.com/babylonlabs-io/babylon/crypto/eots" "github.com/btcsuite/btcd/btcec/v2" "github.com/decred/dcrd/dcrec/secp256k1/v4" ) diff --git a/types/btc_schnorr_pub_rand_test.go b/types/btc_schnorr_pub_rand_test.go index 06e22387e..a1fc3966c 100644 --- a/types/btc_schnorr_pub_rand_test.go +++ b/types/btc_schnorr_pub_rand_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/stretchr/testify/require" ) diff --git a/types/btc_schnorr_sig_test.go b/types/btc_schnorr_sig_test.go index c8a7f2ad8..68a001937 100644 --- a/types/btc_schnorr_sig_test.go +++ b/types/btc_schnorr_sig_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/btcec/v2/schnorr" "github.com/stretchr/testify/require" ) diff --git a/types/btcutils_test.go b/types/btcutils_test.go index e9890b0a7..7bd100a53 100644 --- a/types/btcutils_test.go +++ b/types/btcutils_test.go @@ -1,7 +1,7 @@ package types_test import ( - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/types" btcchaincfg "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcd/wire" "github.com/stretchr/testify/suite" diff --git a/types/retry/retry.go b/types/retry/retry.go index 05cf78bcf..e193a83a9 100644 --- a/types/retry/retry.go +++ b/types/retry/retry.go @@ -6,9 +6,9 @@ import ( "math/big" "time" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // unrecoverableErrors is a list of errors which are unsafe and should not be retried. diff --git a/wasmbinding/bindings/utils.go b/wasmbinding/bindings/utils.go index a4c278cd9..51eb450fa 100644 --- a/wasmbinding/bindings/utils.go +++ b/wasmbinding/bindings/utils.go @@ -1,7 +1,7 @@ package bindings import ( - lcTypes "github.com/babylonchain/babylon/x/btclightclient/types" + lcTypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" ) // AsBtcBlockHeaderInfo translates BTCHeaderInfo to BtcBlockHeaderInfo diff --git a/wasmbinding/test/custom_query_test.go b/wasmbinding/test/custom_query_test.go index 6237edaf6..a21d9c04d 100644 --- a/wasmbinding/test/custom_query_test.go +++ b/wasmbinding/test/custom_query_test.go @@ -19,9 +19,9 @@ import ( minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/wasmbinding/bindings" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/wasmbinding/bindings" ) // TODO consider doing it by enviromental variables as currently it may fail on some diff --git a/wasmbinding/wasm.go b/wasmbinding/wasm.go index 3dbdbb7e6..8896e0ec0 100644 --- a/wasmbinding/wasm.go +++ b/wasmbinding/wasm.go @@ -7,11 +7,11 @@ import ( errorsmod "cosmossdk.io/errors" wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper" wasmvmtypes "github.com/CosmWasm/wasmvm/v2/types" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/wasmbinding/bindings" - lcKeeper "github.com/babylonchain/babylon/x/btclightclient/keeper" - epochingkeeper "github.com/babylonchain/babylon/x/epoching/keeper" - zckeeper "github.com/babylonchain/babylon/x/zoneconcierge/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/wasmbinding/bindings" + lcKeeper "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + epochingkeeper "github.com/babylonlabs-io/babylon/x/epoching/keeper" + zckeeper "github.com/babylonlabs-io/babylon/x/zoneconcierge/keeper" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btccheckpoint/abci.go b/x/btccheckpoint/abci.go index 2307557f2..cb5579985 100644 --- a/x/btccheckpoint/abci.go +++ b/x/btccheckpoint/abci.go @@ -2,7 +2,7 @@ package btccheckpoint import ( "context" - "github.com/babylonchain/babylon/x/btccheckpoint/keeper" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/keeper" ) // EndBlocker checks if during block execution btc light client head had been diff --git a/x/btccheckpoint/client/cli/query.go b/x/btccheckpoint/client/cli/query.go index 07d645da6..43124c93c 100644 --- a/x/btccheckpoint/client/cli/query.go +++ b/x/btccheckpoint/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/btccheckpoint/client/cli/query_params.go b/x/btccheckpoint/client/cli/query_params.go index 3519dc58a..0dc96de8b 100644 --- a/x/btccheckpoint/client/cli/query_params.go +++ b/x/btccheckpoint/client/cli/query_params.go @@ -3,7 +3,7 @@ package cli import ( "context" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" diff --git a/x/btccheckpoint/client/cli/tx.go b/x/btccheckpoint/client/cli/tx.go index 9d9f5b608..d463dd636 100644 --- a/x/btccheckpoint/client/cli/tx.go +++ b/x/btccheckpoint/client/cli/tx.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/btccheckpoint/genesis.go b/x/btccheckpoint/genesis.go index 7b55f84a0..1b66e2251 100644 --- a/x/btccheckpoint/genesis.go +++ b/x/btccheckpoint/genesis.go @@ -2,8 +2,8 @@ package btccheckpoint import ( "context" - "github.com/babylonchain/babylon/x/btccheckpoint/keeper" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/keeper" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/btccheckpoint/genesis_test.go b/x/btccheckpoint/genesis_test.go index 5266094df..62b36760c 100644 --- a/x/btccheckpoint/genesis_test.go +++ b/x/btccheckpoint/genesis_test.go @@ -3,11 +3,11 @@ package btccheckpoint_test import ( "testing" - "github.com/babylonchain/babylon/x/btccheckpoint" + "github.com/babylonlabs-io/babylon/x/btccheckpoint" "github.com/stretchr/testify/require" - simapp "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + simapp "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) func TestExportGenesis(t *testing.T) { diff --git a/x/btccheckpoint/keeper/grpc_query.go b/x/btccheckpoint/keeper/grpc_query.go index 81986aea5..2ee4ad676 100644 --- a/x/btccheckpoint/keeper/grpc_query.go +++ b/x/btccheckpoint/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" "google.golang.org/grpc/codes" diff --git a/x/btccheckpoint/keeper/grpc_query_params.go b/x/btccheckpoint/keeper/grpc_query_params.go index 630c5e454..63923bf96 100644 --- a/x/btccheckpoint/keeper/grpc_query_params.go +++ b/x/btccheckpoint/keeper/grpc_query_params.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/x/btccheckpoint/keeper/grpc_query_params_test.go b/x/btccheckpoint/keeper/grpc_query_params_test.go index b9db61836..9624ef04a 100644 --- a/x/btccheckpoint/keeper/grpc_query_params_test.go +++ b/x/btccheckpoint/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/stretchr/testify/require" ) diff --git a/x/btccheckpoint/keeper/grpc_query_test.go b/x/btccheckpoint/keeper/grpc_query_test.go index b9917de18..f1b32d76d 100644 --- a/x/btccheckpoint/keeper/grpc_query_test.go +++ b/x/btccheckpoint/keeper/grpc_query_test.go @@ -9,8 +9,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - dg "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + dg "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) func TestBtcCheckpointInfo(t *testing.T) { diff --git a/x/btccheckpoint/keeper/hooks.go b/x/btccheckpoint/keeper/hooks.go index 3fd096a46..9dfbef441 100644 --- a/x/btccheckpoint/keeper/hooks.go +++ b/x/btccheckpoint/keeper/hooks.go @@ -2,8 +2,8 @@ package keeper import ( "context" - ltypes "github.com/babylonchain/babylon/x/btclightclient/types" - etypes "github.com/babylonchain/babylon/x/epoching/types" + ltypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + etypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) // HandledHooks Helper interface to ensure Hooks implements diff --git a/x/btccheckpoint/keeper/incentive.go b/x/btccheckpoint/keeper/incentive.go index 36c17f035..259af1ae4 100644 --- a/x/btccheckpoint/keeper/incentive.go +++ b/x/btccheckpoint/keeper/incentive.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) // rewardBTCTimestamping finds the (submitter, reporter) pairs of all submissions at the diff --git a/x/btccheckpoint/keeper/keeper.go b/x/btccheckpoint/keeper/keeper.go index 7f01dad7a..9d345cebd 100644 --- a/x/btccheckpoint/keeper/keeper.go +++ b/x/btccheckpoint/keeper/keeper.go @@ -11,9 +11,9 @@ import ( "cosmossdk.io/log" "cosmossdk.io/store/prefix" - txformat "github.com/babylonchain/babylon/btctxformatter" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btccheckpoint/keeper/keeper_test.go b/x/btccheckpoint/keeper/keeper_test.go index 5eed1abd6..5ed112659 100644 --- a/x/btccheckpoint/keeper/keeper_test.go +++ b/x/btccheckpoint/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/stretchr/testify/require" ) diff --git a/x/btccheckpoint/keeper/msg_server.go b/x/btccheckpoint/keeper/msg_server.go index 17480a698..d2cc65310 100644 --- a/x/btccheckpoint/keeper/msg_server.go +++ b/x/btccheckpoint/keeper/msg_server.go @@ -4,7 +4,7 @@ import ( "context" errorsmod "cosmossdk.io/errors" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" ) diff --git a/x/btccheckpoint/keeper/msg_server_test.go b/x/btccheckpoint/keeper/msg_server_test.go index 651eedb7d..c74e939c7 100644 --- a/x/btccheckpoint/keeper/msg_server_test.go +++ b/x/btccheckpoint/keeper/msg_server_test.go @@ -8,11 +8,11 @@ import ( "testing" "time" - dg "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - bbn "github.com/babylonchain/babylon/types" - bkeeper "github.com/babylonchain/babylon/x/btccheckpoint/keeper" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" + dg "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + bkeeper "github.com/babylonlabs-io/babylon/x/btccheckpoint/keeper" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/btcsuite/btcd/chaincfg" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" diff --git a/x/btccheckpoint/keeper/params.go b/x/btccheckpoint/keeper/params.go index a4333facb..c1fa0d068 100644 --- a/x/btccheckpoint/keeper/params.go +++ b/x/btccheckpoint/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) // SetParams sets the x/btccheckpoint module parameters. diff --git a/x/btccheckpoint/keeper/params_test.go b/x/btccheckpoint/keeper/params_test.go index 444e46eb9..08b049012 100644 --- a/x/btccheckpoint/keeper/params_test.go +++ b/x/btccheckpoint/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/stretchr/testify/require" ) diff --git a/x/btccheckpoint/keeper/submissions.go b/x/btccheckpoint/keeper/submissions.go index bcdb3e8c9..5e3f99b89 100644 --- a/x/btccheckpoint/keeper/submissions.go +++ b/x/btccheckpoint/keeper/submissions.go @@ -7,8 +7,8 @@ import ( "math" "cosmossdk.io/store/prefix" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) func (k Keeper) HasSubmission(ctx context.Context, sk types.SubmissionKey) bool { diff --git a/x/btccheckpoint/module.go b/x/btccheckpoint/module.go index 40db44228..47b73657c 100644 --- a/x/btccheckpoint/module.go +++ b/x/btccheckpoint/module.go @@ -12,9 +12,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/babylonchain/babylon/x/btccheckpoint/client/cli" - "github.com/babylonchain/babylon/x/btccheckpoint/keeper" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/client/cli" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/keeper" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/btccheckpoint/types/btccheckpoint.pb.go b/x/btccheckpoint/types/btccheckpoint.pb.go index 1f1882d7a..4e9ac7678 100644 --- a/x/btccheckpoint/types/btccheckpoint.pb.go +++ b/x/btccheckpoint/types/btccheckpoint.pb.go @@ -5,7 +5,7 @@ package types import ( fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" io "io" @@ -90,7 +90,7 @@ type BTCSpvProof struct { MerkleNodes []byte `protobuf:"bytes,3,opt,name=merkle_nodes,json=merkleNodes,proto3" json:"merkle_nodes,omitempty"` // Valid btc header which confirms btc_transaction. // Should have exactly 80 bytes - ConfirmingBtcHeader *github_com_babylonchain_babylon_types.BTCHeaderBytes `protobuf:"bytes,4,opt,name=confirming_btc_header,json=confirmingBtcHeader,proto3,customtype=github.com/babylonchain/babylon/types.BTCHeaderBytes" json:"confirming_btc_header,omitempty"` + ConfirmingBtcHeader *github_com_babylonlabs_io_babylon_types.BTCHeaderBytes `protobuf:"bytes,4,opt,name=confirming_btc_header,json=confirmingBtcHeader,proto3,customtype=github.com/babylonlabs-io/babylon/types.BTCHeaderBytes" json:"confirming_btc_header,omitempty"` } func (m *BTCSpvProof) Reset() { *m = BTCSpvProof{} } @@ -150,8 +150,8 @@ func (m *BTCSpvProof) GetMerkleNodes() []byte { // Each provided OP_RETURN transaction can be identified by hash of block in // which transaction was included and transaction index in the block type TransactionKey struct { - Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` - Hash *github_com_babylonchain_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,2,opt,name=hash,proto3,customtype=github.com/babylonchain/babylon/types.BTCHeaderHashBytes" json:"hash,omitempty"` + Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` + Hash *github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,2,opt,name=hash,proto3,customtype=github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" json:"hash,omitempty"` } func (m *TransactionKey) Reset() { *m = TransactionKey{} } @@ -516,7 +516,7 @@ type BTCCheckpointInfo struct { BestSubmissionBtcBlockHeight uint64 `protobuf:"varint,2,opt,name=best_submission_btc_block_height,json=bestSubmissionBtcBlockHeight,proto3" json:"best_submission_btc_block_height,omitempty"` // hash of the btc block which determines checkpoint btc block height i.e. // youngest block of best submission - BestSubmissionBtcBlockHash *github_com_babylonchain_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,3,opt,name=best_submission_btc_block_hash,json=bestSubmissionBtcBlockHash,proto3,customtype=github.com/babylonchain/babylon/types.BTCHeaderHashBytes" json:"best_submission_btc_block_hash,omitempty"` + BestSubmissionBtcBlockHash *github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,3,opt,name=best_submission_btc_block_hash,json=bestSubmissionBtcBlockHash,proto3,customtype=github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" json:"best_submission_btc_block_hash,omitempty"` // the BTC checkpoint transactions of the best submission BestSubmissionTransactions []*TransactionInfo `protobuf:"bytes,4,rep,name=best_submission_transactions,json=bestSubmissionTransactions,proto3" json:"best_submission_transactions,omitempty"` // list of vigilantes' addresses of the best submission @@ -601,58 +601,58 @@ func init() { } var fileDescriptor_e096cac78d49b0a6 = []byte{ - // 814 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcd, 0x8f, 0x22, 0x45, - 0x14, 0xa7, 0xa0, 0x67, 0x5d, 0x0a, 0x86, 0x1d, 0x8b, 0x59, 0xd3, 0x21, 0x93, 0x5e, 0xb6, 0x4d, - 0x5c, 0xd6, 0x28, 0x64, 0x47, 0x4d, 0x36, 0xae, 0x97, 0x69, 0x3e, 0x02, 0xd9, 0x5d, 0x98, 0x34, - 0xbd, 0x1e, 0xf6, 0x60, 0xa7, 0xbb, 0x29, 0xe8, 0x0a, 0xd0, 0x45, 0xba, 0x0a, 0x02, 0x9e, 0xf4, - 0x60, 0x62, 0x3c, 0x19, 0xef, 0x9e, 0xfc, 0x67, 0x3c, 0x78, 0xd8, 0xa3, 0xd9, 0xc3, 0xc4, 0xcc, - 0xfc, 0x07, 0x5e, 0xbd, 0x98, 0xaa, 0xee, 0xe1, 0x6b, 0x06, 0x95, 0xc4, 0x1b, 0xef, 0xd5, 0xef, - 0x7d, 0xfc, 0x7e, 0xef, 0x3d, 0x1a, 0x7e, 0xe4, 0x3a, 0xee, 0x62, 0x44, 0x83, 0x8a, 0xcb, 0x3d, - 0xcf, 0xc7, 0xde, 0x70, 0x42, 0x49, 0xc0, 0x2b, 0xb3, 0x27, 0x9b, 0x8e, 0xf2, 0x24, 0xa4, 0x9c, - 0x22, 0x35, 0x46, 0x97, 0x37, 0x1f, 0x67, 0x4f, 0x0a, 0xc7, 0x03, 0x3a, 0xa0, 0x12, 0x54, 0x11, - 0xbf, 0x22, 0xbc, 0xfe, 0x17, 0x80, 0x19, 0xc3, 0xaa, 0x76, 0x27, 0xb3, 0xf3, 0x90, 0xd2, 0x3e, - 0x7a, 0x04, 0xef, 0xb9, 0xdc, 0xb3, 0x79, 0xe8, 0x04, 0xcc, 0xf1, 0x38, 0xa1, 0x81, 0x0a, 0x8a, - 0xa0, 0x94, 0x35, 0x73, 0x2e, 0xf7, 0xac, 0x95, 0x17, 0x9d, 0xc2, 0xfb, 0x5b, 0x40, 0x9b, 0x04, - 0x3d, 0x3c, 0x57, 0x93, 0x45, 0x50, 0x3a, 0x34, 0xf3, 0x9b, 0xf0, 0x96, 0x78, 0x42, 0x0f, 0x61, - 0x76, 0x8c, 0xc3, 0xe1, 0x08, 0xdb, 0x01, 0xed, 0x61, 0xa6, 0xa6, 0x64, 0xe6, 0x4c, 0xe4, 0x6b, - 0x0b, 0x17, 0x1a, 0xc1, 0xfb, 0x1e, 0x0d, 0xfa, 0x24, 0x1c, 0x93, 0x60, 0x60, 0x8b, 0x0a, 0x3e, - 0x76, 0x7a, 0x38, 0x54, 0x15, 0x81, 0x35, 0x9e, 0xbe, 0xbd, 0x78, 0xf0, 0xe9, 0x80, 0x70, 0x7f, - 0xea, 0x96, 0x3d, 0x3a, 0xae, 0xc4, 0x6c, 0x3d, 0xdf, 0x21, 0xc1, 0xb5, 0x51, 0xe1, 0x8b, 0x09, - 0x66, 0x65, 0xc3, 0xaa, 0x36, 0x65, 0xa8, 0xb1, 0xe0, 0x98, 0x99, 0xf9, 0x55, 0x5a, 0x83, 0x7b, - 0xd1, 0x8b, 0x3e, 0x87, 0xb9, 0xb5, 0x26, 0x9f, 0xe3, 0x05, 0x3a, 0x86, 0x07, 0x11, 0x0d, 0x20, - 0x69, 0x44, 0x06, 0x3a, 0x87, 0x8a, 0xef, 0x30, 0x5f, 0x72, 0xcb, 0x1a, 0x5f, 0xbc, 0xbd, 0x78, - 0xf0, 0x74, 0xcf, 0x26, 0x9a, 0x0e, 0xf3, 0xa3, 0x46, 0x64, 0x26, 0xfd, 0x39, 0x3c, 0xec, 0x4e, - 0xdd, 0x31, 0x61, 0x2c, 0x2e, 0xfc, 0x39, 0x4c, 0x0d, 0xf1, 0x42, 0x05, 0xc5, 0x54, 0x29, 0x73, - 0x5a, 0x2a, 0xef, 0x1a, 0x63, 0x79, 0xb3, 0x5f, 0x53, 0x04, 0xe9, 0xdf, 0x01, 0x78, 0x6f, 0x43, - 0xec, 0x3e, 0x5d, 0xe5, 0x03, 0x7b, 0xe7, 0x43, 0x45, 0x98, 0x59, 0x5f, 0x80, 0x64, 0x34, 0xa6, - 0x35, 0x97, 0x90, 0x69, 0x22, 0xf6, 0x25, 0x1e, 0x61, 0x64, 0xe8, 0xbf, 0x01, 0x98, 0x5b, 0xb1, - 0xaa, 0x39, 0xdc, 0x41, 0x5f, 0xc1, 0xfc, 0x8c, 0x0c, 0xc8, 0xc8, 0x09, 0x38, 0xb6, 0x9d, 0x5e, - 0x2f, 0xc4, 0x8c, 0x61, 0x16, 0xb7, 0xf5, 0xf1, 0xee, 0xb6, 0xaa, 0x4b, 0xeb, 0xec, 0x3a, 0xc8, - 0x44, 0xcb, 0x4c, 0x4b, 0x1f, 0xaa, 0xc1, 0xbb, 0x7c, 0xce, 0x6c, 0x12, 0xf4, 0xa9, 0x9a, 0x94, - 0xda, 0x3d, 0xfe, 0x4f, 0x5c, 0x85, 0x46, 0xe6, 0x3b, 0x7c, 0xce, 0xa4, 0x58, 0xc7, 0xf0, 0x00, - 0x4f, 0xa8, 0xe7, 0x4b, 0x3a, 0x8a, 0x19, 0x19, 0x42, 0xd6, 0x74, 0x5d, 0xfc, 0x92, 0x4c, 0x9e, - 0x41, 0x65, 0x88, 0x17, 0x2c, 0x9e, 0xd0, 0xa3, 0xdd, 0x55, 0x36, 0xe6, 0x6a, 0xca, 0x20, 0xf4, - 0x0c, 0xde, 0x61, 0xdc, 0xe1, 0x53, 0x26, 0xc5, 0xcc, 0x9d, 0xbe, 0xbf, 0x3b, 0xdc, 0xe0, 0x5e, - 0x57, 0x42, 0xcd, 0x38, 0x44, 0xef, 0xc0, 0xfc, 0x2d, 0x72, 0xa0, 0x13, 0x98, 0x66, 0xa2, 0x14, - 0xe7, 0x38, 0x8c, 0x8f, 0x74, 0xe5, 0x40, 0x05, 0x78, 0x37, 0xc4, 0x13, 0x1a, 0x8a, 0xc7, 0x68, - 0x80, 0x4b, 0x5b, 0xff, 0x33, 0x05, 0xdf, 0x35, 0xac, 0xea, 0x2a, 0xa9, 0x14, 0xe1, 0x21, 0xcc, - 0x4a, 0xde, 0x76, 0x30, 0x1d, 0xbb, 0x71, 0x4a, 0xc5, 0xcc, 0x48, 0x5f, 0x5b, 0xba, 0x50, 0x03, - 0x16, 0x5d, 0xcc, 0xb8, 0xcd, 0x96, 0x14, 0xe5, 0x89, 0xba, 0x23, 0xea, 0x0d, 0x6d, 0x1f, 0x93, - 0x81, 0xcf, 0x65, 0x31, 0xc5, 0x3c, 0x11, 0xb8, 0x95, 0x12, 0x06, 0xf7, 0x0c, 0x01, 0x6a, 0x4a, - 0x0c, 0xfa, 0x06, 0x40, 0xed, 0x1f, 0x12, 0x89, 0x53, 0x4b, 0xfd, 0x0f, 0xa7, 0x56, 0xd8, 0xd1, - 0x84, 0xc3, 0x7c, 0x34, 0x84, 0x27, 0xdb, 0x1d, 0xac, 0x2d, 0x38, 0x53, 0x95, 0x7d, 0x97, 0x69, - 0xab, 0xd8, 0xda, 0x33, 0x43, 0xdf, 0x02, 0xf8, 0xc1, 0x76, 0xb5, 0x1b, 0x67, 0x61, 0x8f, 0x08, - 0xe3, 0xea, 0x81, 0xac, 0xbb, 0xe7, 0x65, 0xe8, 0x9b, 0xb5, 0xbf, 0xdc, 0xba, 0x93, 0x17, 0x84, - 0xf1, 0x0f, 0x7f, 0x02, 0x30, 0xbd, 0xdc, 0x2d, 0xf4, 0x18, 0xbe, 0x57, 0x3f, 0xef, 0x54, 0x9b, - 0x76, 0xd7, 0x3a, 0xb3, 0x5e, 0x75, 0xed, 0xee, 0x2b, 0xe3, 0x65, 0xcb, 0xb2, 0xea, 0xb5, 0xa3, - 0x44, 0xe1, 0xf0, 0x87, 0x9f, 0x8b, 0xe9, 0x6e, 0xbc, 0x49, 0xbd, 0x1b, 0xd0, 0x6a, 0xa7, 0xdd, - 0x68, 0x99, 0x2f, 0xeb, 0xb5, 0x23, 0x10, 0x41, 0xab, 0xd1, 0x3f, 0xeb, 0x2d, 0xd0, 0x46, 0xab, - 0x7d, 0xf6, 0xa2, 0xf5, 0xba, 0x5e, 0x3b, 0x4a, 0x46, 0xd0, 0x06, 0x09, 0x9c, 0x11, 0xf9, 0x1a, - 0xf7, 0x0a, 0xca, 0xf7, 0xbf, 0x68, 0x09, 0xa3, 0xf3, 0xeb, 0xa5, 0x06, 0xde, 0x5c, 0x6a, 0xe0, - 0x8f, 0x4b, 0x0d, 0xfc, 0x78, 0xa5, 0x25, 0xde, 0x5c, 0x69, 0x89, 0xdf, 0xaf, 0xb4, 0xc4, 0xeb, - 0xcf, 0xfe, 0x6d, 0xea, 0xf3, 0xad, 0x0f, 0xa2, 0xdc, 0x02, 0xf7, 0x8e, 0xfc, 0xac, 0x7d, 0xf2, - 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7b, 0x55, 0x92, 0x5f, 0x36, 0x07, 0x00, 0x00, + // 816 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcd, 0x8b, 0xdb, 0x46, + 0x14, 0xf7, 0xd8, 0xda, 0x34, 0x1e, 0x7b, 0x9d, 0xed, 0x78, 0x53, 0x84, 0x59, 0x14, 0x47, 0x85, + 0xc6, 0x29, 0x8d, 0x4d, 0xb6, 0xd0, 0xc2, 0x06, 0x0a, 0x2b, 0x7f, 0x60, 0x93, 0xc4, 0x9b, 0xca, + 0x4a, 0x0f, 0x39, 0x54, 0x48, 0xf2, 0xd8, 0x1a, 0x6c, 0x6b, 0x8c, 0x66, 0x6c, 0xec, 0xdc, 0x5a, + 0x28, 0x94, 0x9e, 0x4a, 0xef, 0x3d, 0xf5, 0x9f, 0xe9, 0xa1, 0x87, 0x1c, 0xcb, 0x1e, 0x96, 0xb2, + 0xfb, 0x2f, 0xf4, 0x5a, 0x28, 0x33, 0xd2, 0xfa, 0x6b, 0xd7, 0x6d, 0x0d, 0xbd, 0xf9, 0xbd, 0xf9, + 0xbd, 0x8f, 0xdf, 0xef, 0xbd, 0x67, 0xc1, 0x4f, 0x5c, 0xc7, 0x9d, 0x0f, 0x69, 0x50, 0x71, 0xb9, + 0xe7, 0xf9, 0xd8, 0x1b, 0x8c, 0x29, 0x09, 0x78, 0x65, 0xfa, 0x74, 0xdd, 0x51, 0x1e, 0x87, 0x94, + 0x53, 0xa4, 0xc6, 0xe8, 0xf2, 0xfa, 0xe3, 0xf4, 0x69, 0xe1, 0xb0, 0x4f, 0xfb, 0x54, 0x82, 0x2a, + 0xe2, 0x57, 0x84, 0xd7, 0xff, 0x02, 0x30, 0x63, 0x58, 0xd5, 0xce, 0x78, 0xfa, 0x2a, 0xa4, 0xb4, + 0x87, 0x1e, 0xc1, 0x7b, 0x2e, 0xf7, 0x6c, 0x1e, 0x3a, 0x01, 0x73, 0x3c, 0x4e, 0x68, 0xa0, 0x82, + 0x22, 0x28, 0x65, 0xcd, 0x9c, 0xcb, 0x3d, 0x6b, 0xe9, 0x45, 0xc7, 0xf0, 0xfe, 0x06, 0xd0, 0x26, + 0x41, 0x17, 0xcf, 0xd4, 0x64, 0x11, 0x94, 0xf6, 0xcd, 0xfc, 0x3a, 0xbc, 0x25, 0x9e, 0xd0, 0x43, + 0x98, 0x1d, 0xe1, 0x70, 0x30, 0xc4, 0x76, 0x40, 0xbb, 0x98, 0xa9, 0x29, 0x99, 0x39, 0x13, 0xf9, + 0xda, 0xc2, 0x85, 0x02, 0x78, 0xdf, 0xa3, 0x41, 0x8f, 0x84, 0x23, 0x12, 0xf4, 0x6d, 0x51, 0xc1, + 0xc7, 0x4e, 0x17, 0x87, 0xaa, 0x22, 0xb0, 0xc6, 0xc9, 0xf9, 0xc5, 0x83, 0xcf, 0xfa, 0x84, 0xfb, + 0x13, 0xb7, 0xec, 0xd1, 0x51, 0x25, 0x66, 0x3b, 0x74, 0x5c, 0xf6, 0x84, 0xd0, 0x6b, 0xb3, 0xc2, + 0xe7, 0x63, 0xcc, 0xca, 0x86, 0x55, 0x6d, 0xca, 0x60, 0x63, 0xce, 0x31, 0x33, 0xf3, 0xcb, 0xc4, + 0x06, 0xf7, 0xa2, 0x17, 0xfd, 0x2d, 0xcc, 0xad, 0xb4, 0xf9, 0x1c, 0xcf, 0xd1, 0x21, 0xdc, 0x8b, + 0x88, 0x00, 0x49, 0x24, 0x32, 0x90, 0x09, 0x15, 0xdf, 0x61, 0xbe, 0x64, 0x97, 0x35, 0xbe, 0x38, + 0xbf, 0x78, 0x70, 0xb2, 0x73, 0x1b, 0x4d, 0x87, 0xf9, 0x51, 0x2b, 0x32, 0x97, 0xfe, 0x1c, 0xee, + 0x77, 0x26, 0xee, 0x88, 0x30, 0x16, 0x97, 0x3e, 0x81, 0xa9, 0x01, 0x9e, 0xab, 0xa0, 0x98, 0x2a, + 0x65, 0x8e, 0x4b, 0xe5, 0x6d, 0xa3, 0x2c, 0xaf, 0x77, 0x6c, 0x8a, 0x20, 0xfd, 0x3b, 0x00, 0xef, + 0xad, 0x09, 0xde, 0xa3, 0xcb, 0x7c, 0x60, 0xe7, 0x7c, 0xa8, 0x08, 0x33, 0xab, 0x4b, 0x90, 0x8c, + 0x46, 0xb5, 0xe2, 0x12, 0x42, 0x8d, 0xc5, 0xce, 0xc4, 0x63, 0x8c, 0x0c, 0xfd, 0x37, 0x00, 0x73, + 0x4b, 0x56, 0x35, 0x87, 0x3b, 0xe8, 0x6b, 0x98, 0x9f, 0x92, 0x3e, 0x19, 0x3a, 0x01, 0xc7, 0xb6, + 0xd3, 0xed, 0x86, 0x98, 0x31, 0xcc, 0xe2, 0xb6, 0x9e, 0x6c, 0x6f, 0xab, 0xba, 0xb0, 0x4e, 0xaf, + 0x83, 0x4c, 0xb4, 0xc8, 0xb4, 0xf0, 0xa1, 0x1a, 0xbc, 0xcb, 0x67, 0xcc, 0x26, 0x41, 0x8f, 0xaa, + 0x49, 0xa9, 0xdd, 0xe3, 0xff, 0xc4, 0x55, 0x68, 0x64, 0xbe, 0xc7, 0x67, 0x4c, 0x8a, 0x75, 0x08, + 0xf7, 0xf0, 0x98, 0x7a, 0xbe, 0xa4, 0xa3, 0x98, 0x91, 0x21, 0x64, 0x4d, 0xd7, 0xc5, 0x2f, 0xc9, + 0xe4, 0x19, 0x54, 0x06, 0x78, 0xce, 0xe2, 0x09, 0x3d, 0xda, 0x5e, 0x65, 0x6d, 0xae, 0xa6, 0x0c, + 0x42, 0xcf, 0xe0, 0x1d, 0xc6, 0x1d, 0x3e, 0x61, 0x52, 0xcc, 0xdc, 0xf1, 0x87, 0xdb, 0xc3, 0x0d, + 0xee, 0x75, 0x24, 0xd4, 0x8c, 0x43, 0xf4, 0x33, 0x98, 0xbf, 0x45, 0x0e, 0x74, 0x04, 0xd3, 0x4c, + 0x94, 0xe2, 0x1c, 0x87, 0xf1, 0xa1, 0x2e, 0x1d, 0xa8, 0x00, 0xef, 0x86, 0x78, 0x4c, 0x43, 0xf1, + 0x18, 0x0d, 0x70, 0x61, 0xeb, 0x7f, 0xa6, 0xe0, 0xfb, 0x86, 0x55, 0x5d, 0x26, 0x95, 0x22, 0x3c, + 0x84, 0x59, 0xc9, 0xdb, 0x0e, 0x26, 0x23, 0x37, 0x4e, 0xa9, 0x98, 0x19, 0xe9, 0x6b, 0x4b, 0x17, + 0x6a, 0xc0, 0xa2, 0x8b, 0x19, 0xb7, 0xd9, 0x82, 0xa2, 0x3c, 0x53, 0x77, 0x48, 0xbd, 0x81, 0xed, + 0x63, 0xd2, 0xf7, 0xb9, 0x2c, 0xa6, 0x98, 0x47, 0x02, 0xb7, 0x54, 0xc2, 0xe0, 0x9e, 0x21, 0x40, + 0x4d, 0x89, 0x41, 0xdf, 0x02, 0xa8, 0xfd, 0x43, 0x22, 0x71, 0x6c, 0xa9, 0xff, 0xe5, 0xd8, 0x0a, + 0x5b, 0xda, 0x70, 0x98, 0x8f, 0x06, 0xf0, 0x68, 0xb3, 0x87, 0x95, 0x15, 0x67, 0xaa, 0xb2, 0xeb, + 0x3a, 0x6d, 0x14, 0x5b, 0x79, 0x66, 0xe8, 0x1b, 0x00, 0x3f, 0xda, 0xac, 0x76, 0xe3, 0x30, 0xec, + 0x21, 0x61, 0x5c, 0xdd, 0x93, 0x75, 0x77, 0xbc, 0x0d, 0x7d, 0xbd, 0xf6, 0x57, 0x1b, 0x97, 0xf2, + 0x82, 0x30, 0xfe, 0xf1, 0x4f, 0x00, 0xa6, 0x17, 0xdb, 0x85, 0x1e, 0xc3, 0x0f, 0xea, 0xaf, 0xce, + 0xaa, 0x4d, 0xbb, 0x63, 0x9d, 0x5a, 0xaf, 0x3b, 0x76, 0xe7, 0xb5, 0xf1, 0xb2, 0x65, 0x59, 0xf5, + 0xda, 0x41, 0xa2, 0xb0, 0xff, 0xc3, 0xcf, 0xc5, 0x74, 0x27, 0xde, 0xa5, 0xee, 0x0d, 0x68, 0xf5, + 0xac, 0xdd, 0x68, 0x99, 0x2f, 0xeb, 0xb5, 0x03, 0x10, 0x41, 0xab, 0xd1, 0xbf, 0xeb, 0x2d, 0xd0, + 0x46, 0xab, 0x7d, 0xfa, 0xa2, 0xf5, 0xa6, 0x5e, 0x3b, 0x48, 0x46, 0xd0, 0x06, 0x09, 0x9c, 0x21, + 0x79, 0x8b, 0xbb, 0x05, 0xe5, 0xfb, 0x5f, 0xb4, 0x84, 0xf1, 0xe5, 0xaf, 0x97, 0x1a, 0x78, 0x77, + 0xa9, 0x81, 0x3f, 0x2e, 0x35, 0xf0, 0xe3, 0x95, 0x96, 0x78, 0x77, 0xa5, 0x25, 0x7e, 0xbf, 0xd2, + 0x12, 0x6f, 0x3e, 0xff, 0xf7, 0xb9, 0xcf, 0x36, 0x3e, 0x8c, 0x72, 0x0f, 0xdc, 0x3b, 0xf2, 0xf3, + 0xf6, 0xe9, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x35, 0x29, 0x9d, 0x36, 0x3e, 0x07, 0x00, 0x00, } func (m *BTCSpvProof) Marshal() (dAtA []byte, err error) { @@ -1367,7 +1367,7 @@ func (m *BTCSpvProof) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BTCHeaderBytes + var v github_com_babylonlabs_io_babylon_types.BTCHeaderBytes m.ConfirmingBtcHeader = &v if err := m.ConfirmingBtcHeader.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1471,7 +1471,7 @@ func (m *TransactionKey) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BTCHeaderHashBytes + var v github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes m.Hash = &v if err := m.Hash.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2192,7 +2192,7 @@ func (m *BTCCheckpointInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BTCHeaderHashBytes + var v github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes m.BestSubmissionBtcBlockHash = &v if err := m.BestSubmissionBtcBlockHash.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btccheckpoint/types/btcutils.go b/x/btccheckpoint/types/btcutils.go index 9fc55702c..b03d476ae 100644 --- a/x/btccheckpoint/types/btcutils.go +++ b/x/btccheckpoint/types/btcutils.go @@ -6,7 +6,7 @@ import ( "fmt" "math/big" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/blockchain" "github.com/btcsuite/btcd/btcutil" "github.com/btcsuite/btcd/chaincfg/chainhash" diff --git a/x/btccheckpoint/types/btcutils_test.go b/x/btccheckpoint/types/btcutils_test.go index 803750dd4..405b7bde3 100644 --- a/x/btccheckpoint/types/btcutils_test.go +++ b/x/btccheckpoint/types/btcutils_test.go @@ -7,9 +7,9 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/btcsuite/btcd/btcutil" btcchaincfg "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcd/chaincfg/chainhash" diff --git a/x/btccheckpoint/types/expected_keepers.go b/x/btccheckpoint/types/expected_keepers.go index 1d9da3675..324fccefc 100644 --- a/x/btccheckpoint/types/expected_keepers.go +++ b/x/btccheckpoint/types/expected_keepers.go @@ -2,8 +2,8 @@ package types import ( "context" - txformat "github.com/babylonchain/babylon/btctxformatter" - bbn "github.com/babylonchain/babylon/types" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" + bbn "github.com/babylonlabs-io/babylon/types" ) type BTCLightClientKeeper interface { diff --git a/x/btccheckpoint/types/genesis.pb.go b/x/btccheckpoint/types/genesis.pb.go index a99ce5d8d..804cc55d5 100644 --- a/x/btccheckpoint/types/genesis.pb.go +++ b/x/btccheckpoint/types/genesis.pb.go @@ -77,7 +77,7 @@ func init() { } var fileDescriptor_9776220697c13f63 = []byte{ - // 205 bytes of a gzipped FileDescriptorProto + // 207 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4b, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2a, 0x49, 0x4e, 0xce, 0x48, 0x4d, 0xce, 0x2e, 0xc8, 0xcf, 0xcc, 0x2b, 0xd1, 0x2f, 0x33, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, @@ -86,11 +86,11 @@ var fileDescriptor_9776220697c13f63 = []byte{ 0x28, 0x31, 0x17, 0x6a, 0xac, 0x92, 0x1f, 0x17, 0x8f, 0x3b, 0xc4, 0x9e, 0xe0, 0x92, 0xc4, 0x92, 0x54, 0x21, 0x3b, 0x2e, 0x36, 0x88, 0xbc, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0xb7, 0x91, 0x82, 0x1e, 0x2e, 0x7b, 0xf5, 0x02, 0xc0, 0xea, 0x9c, 0x58, 0x4e, 0xdc, 0x93, 0x67, 0x08, 0x82, 0xea, 0x72, - 0xf2, 0x3f, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, - 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xd3, 0xf4, 0xcc, 0x92, - 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xa8, 0x99, 0xc9, 0x19, 0x89, 0x99, 0x79, 0x30, - 0x8e, 0x7e, 0x05, 0x9a, 0x53, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xee, 0x34, 0x06, - 0x04, 0x00, 0x00, 0xff, 0xff, 0x60, 0x50, 0x97, 0x1e, 0x28, 0x01, 0x00, 0x00, + 0x0a, 0x3c, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, + 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xf3, 0xf4, 0xcc, 0x92, + 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xa8, 0x99, 0x39, 0x89, 0x49, 0xc5, 0xba, 0x99, + 0xf9, 0x30, 0xae, 0x7e, 0x05, 0x9a, 0x63, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x2e, + 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xf5, 0xa9, 0x6b, 0x00, 0x2a, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/btccheckpoint/types/genesis_test.go b/x/btccheckpoint/types/genesis_test.go index 068fd4e15..aa5c98b5d 100644 --- a/x/btccheckpoint/types/genesis_test.go +++ b/x/btccheckpoint/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/stretchr/testify/require" ) diff --git a/x/btccheckpoint/types/mock_keepers.go b/x/btccheckpoint/types/mock_keepers.go index 3d533d24f..8d58c3dc3 100644 --- a/x/btccheckpoint/types/mock_keepers.go +++ b/x/btccheckpoint/types/mock_keepers.go @@ -4,8 +4,8 @@ import ( "context" "errors" - txformat "github.com/babylonchain/babylon/btctxformatter" - bbn "github.com/babylonchain/babylon/types" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" + bbn "github.com/babylonlabs-io/babylon/types" ) type MockBTCLightClientKeeper struct { diff --git a/x/btccheckpoint/types/msgs.go b/x/btccheckpoint/types/msgs.go index 312f7cc68..ee645c24e 100644 --- a/x/btccheckpoint/types/msgs.go +++ b/x/btccheckpoint/types/msgs.go @@ -5,7 +5,7 @@ import ( fmt "fmt" "math/big" - txformat "github.com/babylonchain/babylon/btctxformatter" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" ) diff --git a/x/btccheckpoint/types/params.go b/x/btccheckpoint/types/params.go index 6a72e6e32..68b62f4b7 100644 --- a/x/btccheckpoint/types/params.go +++ b/x/btccheckpoint/types/params.go @@ -4,7 +4,7 @@ import ( "encoding/hex" "fmt" - txformat "github.com/babylonchain/babylon/btctxformatter" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" ) const ( diff --git a/x/btccheckpoint/types/params.pb.go b/x/btccheckpoint/types/params.pb.go index 4f6d10a6c..a2f432d08 100644 --- a/x/btccheckpoint/types/params.pb.go +++ b/x/btccheckpoint/types/params.pb.go @@ -104,7 +104,7 @@ func init() { } var fileDescriptor_5445a19005ae983c = []byte{ - // 306 bytes of a gzipped FileDescriptorProto + // 308 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4d, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2a, 0x49, 0x4e, 0xce, 0x48, 0x4d, 0xce, 0x2e, 0xc8, 0xcf, 0xcc, 0x2b, 0xd1, 0x2f, 0x33, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, @@ -119,12 +119,12 @@ var fileDescriptor_5445a19005ae983c = []byte{ 0xa5, 0x20, 0x59, 0x84, 0x0a, 0x37, 0x24, 0x05, 0x21, 0x10, 0x79, 0x21, 0x07, 0x2e, 0x3e, 0x24, 0x23, 0x4a, 0x12, 0xd3, 0x25, 0x98, 0x15, 0x18, 0x35, 0x38, 0x9d, 0x24, 0x3f, 0xdd, 0x93, 0x17, 0xc5, 0xb0, 0xa2, 0x24, 0x31, 0x5d, 0x29, 0x88, 0x17, 0x21, 0x10, 0x92, 0x98, 0x6e, 0xc5, 0xf2, - 0x62, 0x81, 0x3c, 0xa3, 0x93, 0xff, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, + 0x62, 0x81, 0x3c, 0xa3, 0x53, 0xe0, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, - 0x99, 0xa6, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x03, 0x3d, 0x39, - 0x23, 0x31, 0x33, 0x0f, 0xc6, 0xd1, 0xaf, 0x40, 0x8b, 0xaa, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, - 0x36, 0x70, 0xb8, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x78, 0xcb, 0x81, 0xd0, 0x01, - 0x00, 0x00, + 0x99, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x03, 0x3d, 0x27, + 0x31, 0xa9, 0x58, 0x37, 0x33, 0x1f, 0xc6, 0xd5, 0xaf, 0x40, 0x8b, 0xac, 0x92, 0xca, 0x82, 0xd4, + 0xe2, 0x24, 0x36, 0x70, 0xc8, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x8e, 0x82, 0xde, 0x0b, + 0xd2, 0x01, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/btccheckpoint/types/params_test.go b/x/btccheckpoint/types/params_test.go index e22e25245..a534b9a0a 100644 --- a/x/btccheckpoint/types/params_test.go +++ b/x/btccheckpoint/types/params_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" "github.com/stretchr/testify/require" ) diff --git a/x/btccheckpoint/types/query.pb.go b/x/btccheckpoint/types/query.pb.go index 05ce91205..88a83251e 100644 --- a/x/btccheckpoint/types/query.pb.go +++ b/x/btccheckpoint/types/query.pb.go @@ -720,67 +720,67 @@ func init() { } var fileDescriptor_6b9a2f46ada7d854 = []byte{ - // 949 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x41, 0x6f, 0xdc, 0x44, - 0x14, 0x8e, 0x37, 0x4e, 0x94, 0x7d, 0x69, 0xa1, 0x9d, 0x2e, 0x62, 0xb3, 0x09, 0xdb, 0xad, 0xd5, - 0xa6, 0x11, 0x22, 0xb6, 0xb6, 0xa1, 0x2d, 0x15, 0x08, 0x89, 0x8d, 0x68, 0xa9, 0x40, 0x10, 0xdc, - 0xc0, 0x81, 0x8b, 0x35, 0xf6, 0x4e, 0xec, 0x51, 0x76, 0x3d, 0xae, 0x67, 0x36, 0xca, 0xaa, 0xe2, + // 950 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x41, 0x6f, 0x1b, 0x45, + 0x14, 0xce, 0x3a, 0x9b, 0x28, 0x7e, 0x69, 0xa1, 0x9d, 0x1a, 0xe1, 0x38, 0xc1, 0x75, 0x57, 0x6d, + 0x1a, 0x21, 0xbc, 0x2b, 0x37, 0xd0, 0x50, 0x81, 0x90, 0x70, 0x44, 0x4b, 0x05, 0x42, 0xe9, 0x36, + 0x70, 0xe0, 0xb2, 0x9a, 0x5d, 0x4f, 0xd6, 0xa3, 0xd8, 0x3b, 0xdb, 0x9d, 0x71, 0x14, 0xab, 0xe2, 0xc2, 0x0d, 0x71, 0x00, 0x89, 0xbf, 0xc1, 0x11, 0x6e, 0x08, 0x89, 0x03, 0x52, 0x25, 0x2e, 0x15, - 0x5c, 0x38, 0x21, 0x94, 0xf0, 0x43, 0x2a, 0xcf, 0xcc, 0xae, 0xbd, 0x9b, 0xb8, 0x9b, 0xf4, 0xb6, - 0xf6, 0x7c, 0xdf, 0xf7, 0xbe, 0xf9, 0xde, 0x8b, 0x5f, 0xe0, 0xba, 0x8f, 0xfd, 0x61, 0x8f, 0xc5, - 0x8e, 0x2f, 0x82, 0x20, 0x22, 0xc1, 0x7e, 0xc2, 0x68, 0x2c, 0x9c, 0x83, 0xb6, 0xf3, 0x78, 0x40, - 0xd2, 0xa1, 0x9d, 0xa4, 0x4c, 0x30, 0x54, 0xd7, 0x28, 0x7b, 0x02, 0x65, 0x1f, 0xb4, 0x1b, 0xb5, - 0x90, 0x85, 0x4c, 0x82, 0x9c, 0xec, 0x97, 0xc2, 0x37, 0x56, 0x02, 0xc6, 0xfb, 0x8c, 0x7b, 0xea, - 0x40, 0x3d, 0xe8, 0xa3, 0xb5, 0x90, 0xb1, 0xb0, 0x47, 0x1c, 0x9c, 0x50, 0x07, 0xc7, 0x31, 0x13, - 0x58, 0x50, 0x16, 0x8f, 0x4e, 0xdf, 0x54, 0x58, 0xc7, 0xc7, 0x9c, 0x28, 0x07, 0xce, 0x41, 0xdb, - 0x27, 0x02, 0xb7, 0x9d, 0x04, 0x87, 0x34, 0x96, 0x60, 0x8d, 0xbd, 0x51, 0x6a, 0x3d, 0xc1, 0x29, - 0xee, 0x6b, 0x49, 0xab, 0x06, 0xe8, 0xf3, 0x4c, 0x68, 0x47, 0xbe, 0x74, 0xc9, 0xe3, 0x01, 0xe1, - 0xc2, 0xfa, 0x02, 0xae, 0x4c, 0xbc, 0xe5, 0x09, 0x8b, 0x39, 0x41, 0xef, 0xc3, 0xa2, 0x22, 0xd7, - 0x8d, 0x96, 0xb1, 0xb1, 0x7c, 0xab, 0x65, 0x97, 0xdd, 0xdc, 0x56, 0xcc, 0x8e, 0xf9, 0xf4, 0xdf, - 0xab, 0x73, 0xae, 0x66, 0x59, 0xef, 0xc1, 0x1b, 0x52, 0xb6, 0x23, 0x82, 0xed, 0x31, 0xfa, 0x61, - 0xbc, 0xc7, 0x74, 0x5d, 0xb4, 0x0a, 0x55, 0x92, 0xb0, 0x20, 0xf2, 0xe2, 0x41, 0x5f, 0xd6, 0x30, - 0xdd, 0x25, 0xf9, 0xe2, 0xd3, 0x41, 0xdf, 0xa2, 0xd0, 0x2c, 0x63, 0x6b, 0x7f, 0x0f, 0xc0, 0xa4, - 0xf1, 0x1e, 0xd3, 0xee, 0xb6, 0xca, 0xdd, 0x75, 0x76, 0xb7, 0x4f, 0x97, 0x70, 0xa5, 0x80, 0x15, - 0x9d, 0x56, 0x8a, 0x17, 0x9d, 0xde, 0x07, 0xc8, 0x23, 0xd7, 0x05, 0xd7, 0x6d, 0xdd, 0xcb, 0xac, - 0x3f, 0xb6, 0x9a, 0x10, 0xdd, 0x1f, 0x7b, 0x07, 0x87, 0x44, 0x73, 0xdd, 0x02, 0xd3, 0xfa, 0xd5, - 0x80, 0xab, 0xa5, 0xa5, 0xf4, 0xb5, 0x76, 0xa0, 0x9a, 0xb9, 0xf2, 0x7a, 0x94, 0x8b, 0xba, 0xd1, - 0x9a, 0x7f, 0xd9, 0xbb, 0x2d, 0x65, 0x2a, 0x9f, 0x50, 0x2e, 0xd0, 0x83, 0x09, 0xf7, 0x15, 0xe9, - 0xfe, 0xe6, 0x4c, 0xf7, 0x5a, 0xa6, 0x68, 0xff, 0x5d, 0x58, 0x93, 0xee, 0x3f, 0xcc, 0x9a, 0xf4, - 0x68, 0xe0, 0xf7, 0x29, 0xe7, 0xd9, 0xc0, 0x9e, 0xa9, 0xa1, 0x5d, 0x3d, 0x0e, 0x27, 0xc9, 0xfa, - 0xe2, 0xdb, 0x60, 0xee, 0x93, 0x21, 0xd7, 0x77, 0x76, 0xca, 0xef, 0x9c, 0x93, 0x3f, 0x26, 0xc3, - 0xbc, 0x97, 0x19, 0xd9, 0xfa, 0x73, 0x1e, 0x56, 0x4a, 0x33, 0x41, 0xd7, 0xe0, 0xc2, 0xd8, 0xa0, - 0x4f, 0x52, 0xed, 0x71, 0x79, 0xe4, 0xd1, 0x27, 0x29, 0xba, 0x0f, 0x2d, 0x9f, 0x70, 0xe1, 0xf1, - 0x71, 0x11, 0xcf, 0x17, 0x81, 0xe7, 0xf7, 0x58, 0xb0, 0xef, 0x45, 0x84, 0x86, 0x91, 0x90, 0x11, - 0x9a, 0xee, 0x5a, 0x86, 0xcb, 0xbd, 0x74, 0x44, 0xd0, 0xc9, 0x40, 0x1f, 0x49, 0x0c, 0xea, 0x40, - 0xf3, 0x05, 0x3a, 0x98, 0x47, 0xf5, 0xf9, 0x96, 0xb1, 0x51, 0x75, 0x1b, 0x25, 0x2a, 0x98, 0x47, - 0x88, 0xc3, 0xda, 0xb4, 0x86, 0x48, 0x71, 0xcc, 0x71, 0x20, 0xbf, 0x13, 0x75, 0x53, 0x26, 0xd5, - 0x2e, 0x4f, 0x6a, 0x37, 0x47, 0x4f, 0xcc, 0xc6, 0x54, 0xd1, 0x02, 0x8c, 0xa3, 0x6f, 0x0d, 0x58, - 0x9f, 0xae, 0x7a, 0x40, 0x43, 0xda, 0xc3, 0xb1, 0x20, 0x1e, 0xee, 0x76, 0x53, 0xc2, 0xb9, 0x9a, - 0xce, 0x05, 0x59, 0xff, 0x76, 0x79, 0xfd, 0xbc, 0x0d, 0x1f, 0x28, 0x1e, 0x19, 0xb7, 0xdb, 0xb5, - 0x26, 0x3d, 0x7c, 0x39, 0x2a, 0xa1, 0x91, 0xd9, 0xe4, 0x5a, 0x4f, 0xe0, 0xf5, 0x92, 0x2b, 0xa0, - 0x1a, 0x2c, 0xd0, 0xb8, 0x4b, 0x0e, 0x65, 0x0f, 0x2f, 0xba, 0xea, 0x01, 0x21, 0x30, 0x65, 0xb6, - 0x15, 0x99, 0xad, 0xfc, 0x8d, 0x5a, 0xb0, 0x5c, 0x48, 0x4d, 0xc7, 0x5e, 0x7c, 0x95, 0x69, 0x25, - 0x29, 0x63, 0x7b, 0x75, 0x53, 0x9e, 0xa9, 0x07, 0xeb, 0x3b, 0x03, 0x56, 0x5f, 0x70, 0x01, 0x74, - 0x07, 0xaa, 0x32, 0x22, 0x21, 0xf4, 0x24, 0x55, 0x3b, 0xf5, 0xbf, 0x7e, 0xde, 0xac, 0xe9, 0x3f, - 0x2c, 0x4d, 0x78, 0x24, 0x52, 0x1a, 0x87, 0x6e, 0x0e, 0x45, 0x6f, 0xc3, 0x52, 0x4a, 0x12, 0x96, - 0x66, 0xb4, 0xca, 0x0c, 0xda, 0x18, 0x69, 0xfd, 0x61, 0xc0, 0x6b, 0xa7, 0x0e, 0x3e, 0xda, 0x84, - 0x2b, 0x7b, 0x34, 0xe5, 0xc2, 0x13, 0x87, 0xc5, 0xf1, 0x92, 0x8e, 0xdc, 0x4b, 0xf2, 0x68, 0xf7, - 0x30, 0x1f, 0xaa, 0xeb, 0xf0, 0xca, 0x18, 0xae, 0x12, 0xac, 0xc8, 0x04, 0x2f, 0x68, 0xe4, 0x43, - 0x19, 0xa4, 0x03, 0x35, 0x4e, 0x02, 0x16, 0x77, 0xa7, 0x54, 0x55, 0x7a, 0x97, 0xd5, 0x59, 0x51, - 0x76, 0x1d, 0x5e, 0xcd, 0x09, 0x4a, 0xd7, 0x94, 0xba, 0x17, 0x47, 0x58, 0x29, 0x7c, 0xeb, 0xf7, - 0x05, 0x58, 0x90, 0xdf, 0x01, 0xf4, 0xbd, 0x01, 0x8b, 0x6a, 0x71, 0xa0, 0xb7, 0xca, 0x47, 0xe8, - 0xe4, 0xbe, 0x6a, 0x6c, 0x9e, 0x11, 0xad, 0xf2, 0xb1, 0x36, 0xbe, 0xf9, 0xfb, 0xff, 0x1f, 0x2b, - 0x16, 0x6a, 0x39, 0x33, 0x96, 0x24, 0xfa, 0xc5, 0x80, 0xcb, 0x27, 0xf6, 0x0d, 0xba, 0x3b, 0xa3, - 0x5c, 0xd9, 0x7e, 0x6b, 0xbc, 0x73, 0x7e, 0xa2, 0xb6, 0xbc, 0x29, 0x2d, 0xdf, 0x44, 0x37, 0xca, - 0x2d, 0x3f, 0x19, 0x7f, 0xc8, 0xbe, 0x46, 0x3f, 0x19, 0x80, 0x4e, 0x6e, 0x14, 0x74, 0xae, 0xfa, - 0xc5, 0x7d, 0xd7, 0xb8, 0xf7, 0x12, 0x4c, 0x6d, 0xfd, 0x9a, 0xb4, 0xbe, 0x8a, 0x56, 0x4a, 0xad, - 0xa3, 0xdf, 0x0c, 0xb8, 0x34, 0xbd, 0x05, 0xd0, 0x9d, 0x19, 0x25, 0x4b, 0x76, 0x4e, 0xe3, 0xee, - 0xb9, 0x79, 0xda, 0xe8, 0x3d, 0x69, 0x74, 0x0b, 0xb5, 0xcf, 0x94, 0xb1, 0x93, 0x7f, 0x0d, 0x79, - 0xe7, 0xb3, 0xa7, 0x47, 0x4d, 0xe3, 0xd9, 0x51, 0xd3, 0xf8, 0xef, 0xa8, 0x69, 0xfc, 0x70, 0xdc, - 0x9c, 0x7b, 0x76, 0xdc, 0x9c, 0xfb, 0xe7, 0xb8, 0x39, 0xf7, 0xd5, 0xed, 0x90, 0x8a, 0x68, 0xe0, - 0xdb, 0x01, 0xeb, 0x8f, 0x64, 0x83, 0x08, 0xd3, 0x78, 0x5c, 0xe3, 0x70, 0xaa, 0x8a, 0x18, 0x26, - 0x84, 0xfb, 0x8b, 0xf2, 0xdf, 0xb3, 0xad, 0xe7, 0x01, 0x00, 0x00, 0xff, 0xff, 0x07, 0x9f, 0x31, - 0x97, 0x82, 0x0a, 0x00, 0x00, + 0x5c, 0x38, 0x21, 0x94, 0xf0, 0x43, 0xd0, 0xce, 0x8c, 0xbd, 0x6b, 0x3b, 0x5b, 0x27, 0xbd, 0x79, + 0x77, 0xbe, 0xef, 0x7b, 0xdf, 0x7c, 0xef, 0x65, 0x5f, 0xe0, 0xa6, 0x8f, 0xfd, 0x61, 0x8f, 0x45, + 0x8e, 0x2f, 0x82, 0xa0, 0x4b, 0x82, 0xc3, 0x98, 0xd1, 0x48, 0x38, 0x47, 0x2d, 0xe7, 0xc9, 0x80, + 0x24, 0x43, 0x3b, 0x4e, 0x98, 0x60, 0xa8, 0xaa, 0x51, 0xf6, 0x04, 0xca, 0x3e, 0x6a, 0xd5, 0x2a, + 0x21, 0x0b, 0x99, 0x04, 0x39, 0xe9, 0x2f, 0x85, 0xaf, 0xad, 0x05, 0x8c, 0xf7, 0x19, 0xf7, 0xd4, + 0x81, 0x7a, 0xd0, 0x47, 0x1b, 0x21, 0x63, 0x61, 0x8f, 0x38, 0x38, 0xa6, 0x0e, 0x8e, 0x22, 0x26, + 0xb0, 0xa0, 0x2c, 0x1a, 0x9d, 0xbe, 0xa9, 0xb0, 0x8e, 0x8f, 0x39, 0x51, 0x0e, 0x9c, 0xa3, 0x96, + 0x4f, 0x04, 0x6e, 0x39, 0x31, 0x0e, 0x69, 0x24, 0xc1, 0x1a, 0x7b, 0xab, 0xd0, 0x7a, 0x8c, 0x13, + 0xdc, 0xd7, 0x92, 0x56, 0x05, 0xd0, 0xa3, 0x54, 0x68, 0x4f, 0xbe, 0x74, 0xc9, 0x93, 0x01, 0xe1, + 0xc2, 0xfa, 0x1c, 0xae, 0x4d, 0xbc, 0xe5, 0x31, 0x8b, 0x38, 0x41, 0x1f, 0xc0, 0xb2, 0x22, 0x57, + 0x8d, 0x86, 0xb1, 0xb5, 0x7a, 0xa7, 0x61, 0x17, 0xdd, 0xdc, 0x56, 0xcc, 0xb6, 0xf9, 0xec, 0x9f, + 0xeb, 0x0b, 0xae, 0x66, 0x59, 0xef, 0xc3, 0x1b, 0x52, 0xb6, 0x2d, 0x82, 0xdd, 0x31, 0xfa, 0x61, + 0x74, 0xc0, 0x74, 0x5d, 0xb4, 0x0e, 0x65, 0x12, 0xb3, 0xa0, 0xeb, 0x45, 0x83, 0xbe, 0xac, 0x61, + 0xba, 0x2b, 0xf2, 0xc5, 0x67, 0x83, 0xbe, 0x45, 0xa1, 0x5e, 0xc4, 0xd6, 0xfe, 0x1e, 0x80, 0x49, + 0xa3, 0x03, 0xa6, 0xdd, 0x6d, 0x17, 0xbb, 0x6b, 0xef, 0xef, 0x9e, 0x2d, 0xe1, 0x4a, 0x01, 0xab, + 0x7b, 0x56, 0x29, 0x9e, 0x77, 0x7a, 0x1f, 0x20, 0x8b, 0x5c, 0x17, 0xdc, 0xb4, 0x75, 0x2f, 0xd3, + 0xfe, 0xd8, 0x6a, 0x42, 0x74, 0x7f, 0xec, 0x3d, 0x1c, 0x12, 0xcd, 0x75, 0x73, 0x4c, 0xeb, 0x17, + 0x03, 0xae, 0x17, 0x96, 0xd2, 0xd7, 0xda, 0x83, 0x72, 0xea, 0xca, 0xeb, 0x51, 0x2e, 0xaa, 0x46, + 0x63, 0xf1, 0x65, 0xef, 0xb6, 0x92, 0xaa, 0x7c, 0x4a, 0xb9, 0x40, 0x0f, 0x26, 0xdc, 0x97, 0xa4, + 0xfb, 0xdb, 0x73, 0xdd, 0x6b, 0x99, 0xbc, 0xfd, 0xf7, 0x60, 0x43, 0xba, 0xff, 0x28, 0x6d, 0xd2, + 0xe3, 0x81, 0xdf, 0xa7, 0x9c, 0xa7, 0x03, 0x7b, 0xae, 0x86, 0x76, 0xf4, 0x38, 0xcc, 0x92, 0xf5, + 0xc5, 0x77, 0xc1, 0x3c, 0x24, 0x43, 0xae, 0xef, 0xec, 0x14, 0xdf, 0x39, 0x23, 0x7f, 0x42, 0x86, + 0x59, 0x2f, 0x53, 0xb2, 0xf5, 0xc7, 0x22, 0xac, 0x15, 0x66, 0x82, 0x6e, 0xc0, 0xa5, 0xb1, 0x41, + 0x9f, 0x24, 0xda, 0xe3, 0xea, 0xc8, 0xa3, 0x4f, 0x12, 0x74, 0x1f, 0x1a, 0x3e, 0xe1, 0xc2, 0xe3, + 0xe3, 0x22, 0x9e, 0x2f, 0x02, 0xcf, 0xef, 0xb1, 0xe0, 0xd0, 0xeb, 0x12, 0x1a, 0x76, 0x85, 0x8c, + 0xd0, 0x74, 0x37, 0x52, 0x5c, 0xe6, 0xa5, 0x2d, 0x82, 0x76, 0x0a, 0xfa, 0x58, 0x62, 0x50, 0x1b, + 0xea, 0x2f, 0xd0, 0xc1, 0xbc, 0x5b, 0x5d, 0x6c, 0x18, 0x5b, 0x65, 0xb7, 0x56, 0xa0, 0x82, 0x79, + 0x17, 0x71, 0xd8, 0x98, 0xd6, 0x10, 0x09, 0x8e, 0x38, 0x0e, 0xe4, 0x77, 0xa2, 0x6a, 0xca, 0xa4, + 0x5a, 0xc5, 0x49, 0xed, 0x67, 0xe8, 0x89, 0xd9, 0x98, 0x2a, 0x9a, 0x83, 0x71, 0xf4, 0x8d, 0x01, + 0x9b, 0xd3, 0x55, 0x8f, 0x68, 0x48, 0x7b, 0x38, 0x12, 0xc4, 0xc3, 0x9d, 0x4e, 0x42, 0x38, 0x57, + 0xd3, 0xb9, 0x24, 0xeb, 0xbf, 0x53, 0x5c, 0x3f, 0x6b, 0xc3, 0x87, 0x8a, 0x47, 0xc6, 0xed, 0x76, + 0xad, 0x49, 0x0f, 0x5f, 0x8c, 0x4a, 0x68, 0x64, 0x3a, 0xb9, 0xd6, 0x53, 0x78, 0xbd, 0xe0, 0x0a, + 0xa8, 0x02, 0x4b, 0x34, 0xea, 0x90, 0x63, 0xd9, 0xc3, 0xcb, 0xae, 0x7a, 0x40, 0x08, 0x4c, 0x99, + 0x6d, 0x49, 0x66, 0x2b, 0x7f, 0xa3, 0x06, 0xac, 0xe6, 0x52, 0xd3, 0xb1, 0xe7, 0x5f, 0xa5, 0x5a, + 0x71, 0xc2, 0xd8, 0x41, 0xd5, 0x94, 0x67, 0xea, 0xc1, 0xfa, 0xd6, 0x80, 0xf5, 0x17, 0x5c, 0x00, + 0xdd, 0x85, 0xb2, 0x8c, 0x48, 0x08, 0x3d, 0x49, 0xe5, 0x76, 0xf5, 0xcf, 0x9f, 0x9a, 0x15, 0xfd, + 0x87, 0xa5, 0x09, 0x8f, 0x45, 0x42, 0xa3, 0xd0, 0xcd, 0xa0, 0xe8, 0x6d, 0x58, 0x49, 0x48, 0xcc, + 0x92, 0x94, 0x56, 0x9a, 0x43, 0x1b, 0x23, 0xad, 0xdf, 0x0d, 0x78, 0xed, 0xcc, 0xc1, 0x47, 0x4d, + 0xb8, 0x76, 0x40, 0x13, 0x2e, 0x3c, 0x71, 0x9c, 0x1f, 0x2f, 0xe9, 0xc8, 0xbd, 0x22, 0x8f, 0xf6, + 0x8f, 0xb3, 0xa1, 0xba, 0x09, 0xaf, 0x8c, 0xe1, 0x2a, 0xc1, 0x92, 0x4c, 0xf0, 0x92, 0x46, 0x3e, + 0x94, 0x41, 0x3a, 0x50, 0xe1, 0x24, 0x60, 0x51, 0x67, 0x4a, 0x55, 0xa5, 0x77, 0x55, 0x9d, 0xe5, + 0x65, 0x37, 0xe1, 0xd5, 0x8c, 0xa0, 0x74, 0x4d, 0xa9, 0x7b, 0x79, 0x84, 0x95, 0xc2, 0x77, 0x7e, + 0x5b, 0x82, 0x25, 0xf9, 0x1d, 0x40, 0xdf, 0x19, 0xb0, 0xac, 0x16, 0x07, 0x7a, 0xab, 0x78, 0x84, + 0x66, 0xf7, 0x55, 0xad, 0x79, 0x4e, 0xb4, 0xca, 0xc7, 0xda, 0xfa, 0xfa, 0xaf, 0xff, 0x7e, 0x28, + 0x59, 0xa8, 0xe1, 0xcc, 0x59, 0x92, 0xe8, 0x67, 0x03, 0xae, 0xce, 0xec, 0x1b, 0xb4, 0x33, 0xa7, + 0x5c, 0xd1, 0x7e, 0xab, 0xbd, 0x7b, 0x71, 0xa2, 0xb6, 0xdc, 0x94, 0x96, 0x6f, 0xa3, 0x5b, 0xc5, + 0x96, 0x9f, 0x8e, 0x3f, 0x64, 0x5f, 0xa1, 0x1f, 0x0d, 0x40, 0xb3, 0x1b, 0x05, 0x5d, 0xa8, 0x7e, + 0x7e, 0xdf, 0xd5, 0xee, 0xbd, 0x04, 0x53, 0x5b, 0xbf, 0x21, 0xad, 0xaf, 0xa3, 0xb5, 0x42, 0xeb, + 0xe8, 0x57, 0x03, 0xae, 0x4c, 0x6f, 0x01, 0x74, 0x77, 0x4e, 0xc9, 0x82, 0x9d, 0x53, 0xdb, 0xb9, + 0x30, 0x4f, 0x1b, 0xbd, 0x27, 0x8d, 0x6e, 0xa3, 0xd6, 0xb9, 0x32, 0x76, 0xb2, 0xaf, 0x21, 0x6f, + 0x3f, 0x7a, 0x76, 0x52, 0x37, 0x9e, 0x9f, 0xd4, 0x8d, 0x7f, 0x4f, 0xea, 0xc6, 0xf7, 0xa7, 0xf5, + 0x85, 0xe7, 0xa7, 0xf5, 0x85, 0xbf, 0x4f, 0xeb, 0x0b, 0x5f, 0xee, 0x84, 0x54, 0x74, 0x07, 0xbe, + 0x1d, 0xb0, 0xfe, 0x48, 0xb6, 0x87, 0x7d, 0xde, 0xa4, 0x6c, 0x5c, 0xe5, 0x78, 0xaa, 0x8e, 0x18, + 0xc6, 0x84, 0xfb, 0xcb, 0xf2, 0x1f, 0xb4, 0xed, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x12, 0x02, + 0x0c, 0x21, 0x84, 0x0a, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/btccheckpoint/types/tx.pb.go b/x/btccheckpoint/types/tx.pb.go index f02e60b7d..3e3f75258 100644 --- a/x/btccheckpoint/types/tx.pb.go +++ b/x/btccheckpoint/types/tx.pb.go @@ -229,7 +229,7 @@ func init() { func init() { proto.RegisterFile("babylon/btccheckpoint/v1/tx.proto", fileDescriptor_69a562325f8b35c5) } var fileDescriptor_69a562325f8b35c5 = []byte{ - // 439 bytes of a gzipped FileDescriptorProto + // 441 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4c, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2a, 0x49, 0x4e, 0xce, 0x48, 0x4d, 0xce, 0x2e, 0xc8, 0xcf, 0xcc, 0x2b, 0xd1, 0x2f, 0x33, 0xd4, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x80, @@ -252,12 +252,12 @@ var fileDescriptor_69a562325f8b35c5 = []byte{ 0xcd, 0x69, 0x30, 0x67, 0x1b, 0x7d, 0x67, 0xe4, 0x62, 0xf6, 0x2d, 0x4e, 0x17, 0xaa, 0xe6, 0x12, 0xc4, 0x0c, 0x60, 0x3d, 0xdc, 0xf6, 0x62, 0x0b, 0x0b, 0x29, 0x33, 0xd2, 0xd4, 0xc3, 0x1c, 0x21, 0x94, 0xc3, 0xc5, 0x83, 0x12, 0x6e, 0x9a, 0x78, 0xcd, 0x41, 0x56, 0x2a, 0x65, 0x48, 0xb4, 0x52, - 0x98, 0x6d, 0x52, 0xac, 0x0d, 0xcf, 0x37, 0x68, 0x31, 0x3a, 0xf9, 0x9f, 0x78, 0x24, 0xc7, 0x78, + 0x98, 0x6d, 0x52, 0xac, 0x0d, 0xcf, 0x37, 0x68, 0x31, 0x3a, 0x05, 0x9e, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, - 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x69, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, - 0xae, 0x3e, 0xd4, 0xf4, 0xe4, 0x8c, 0xc4, 0xcc, 0x3c, 0x18, 0x47, 0xbf, 0x02, 0x2d, 0x1d, 0x97, - 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x93, 0xab, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x00, - 0x2e, 0x80, 0x63, 0x8c, 0x03, 0x00, 0x00, + 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x79, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, + 0xae, 0x3e, 0xd4, 0xf4, 0x9c, 0xc4, 0xa4, 0x62, 0xdd, 0xcc, 0x7c, 0x18, 0x57, 0xbf, 0x02, 0x2d, + 0x25, 0x97, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x13, 0xac, 0x31, 0x20, 0x00, 0x00, 0xff, + 0xff, 0x7e, 0xe3, 0x2b, 0xd2, 0x8e, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/btccheckpoint/types/types.go b/x/btccheckpoint/types/types.go index fa7423a56..e70846158 100644 --- a/x/btccheckpoint/types/types.go +++ b/x/btccheckpoint/types/types.go @@ -5,8 +5,8 @@ import ( "fmt" "math/big" - "github.com/babylonchain/babylon/btctxformatter" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btclightclient/README.md b/x/btclightclient/README.md index 65609d6f1..7b7134b97 100644 --- a/x/btclightclient/README.md +++ b/x/btclightclient/README.md @@ -115,10 +115,10 @@ which contains the BTC header along with some metadata. message BTCHeaderInfo { bytes header = 1 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderBytes" ]; bytes hash = 2 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderHashBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" ]; uint64 height = 3; bytes work = 4 [ (gogoproto.customtype) = "cosmossdk.io/math.Uint" ]; @@ -153,7 +153,7 @@ message MsgInsertHeaders { string signer = 1; repeated bytes headers = 2 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/types.BTCHeaderBytes" ]; + "github.com/babylonlabs-io/babylon/types.BTCHeaderBytes" ]; } ``` diff --git a/x/btclightclient/client/cli/query.go b/x/btclightclient/client/cli/query.go index 17faccb2b..fa956d287 100644 --- a/x/btclightclient/client/cli/query.go +++ b/x/btclightclient/client/cli/query.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" diff --git a/x/btclightclient/client/cli/tx.go b/x/btclightclient/client/cli/tx.go index bcf27f541..d2e20d367 100644 --- a/x/btclightclient/client/cli/tx.go +++ b/x/btclightclient/client/cli/tx.go @@ -3,7 +3,7 @@ package cli import ( "fmt" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" diff --git a/x/btclightclient/genesis.go b/x/btclightclient/genesis.go index 81d2f3ff5..a87edd838 100644 --- a/x/btclightclient/genesis.go +++ b/x/btclightclient/genesis.go @@ -3,8 +3,8 @@ package btclightclient import ( "context" - "github.com/babylonchain/babylon/x/btclightclient/keeper" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/btclightclient/genesis_test.go b/x/btclightclient/genesis_test.go index a91066e4f..98ffd13a4 100644 --- a/x/btclightclient/genesis_test.go +++ b/x/btclightclient/genesis_test.go @@ -5,13 +5,13 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/testutil/datagen" - thelper "github.com/babylonchain/babylon/testutil/helper" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/testutil/nullify" - "github.com/babylonchain/babylon/x/btclightclient" - "github.com/babylonchain/babylon/x/btclightclient/keeper" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + thelper "github.com/babylonlabs-io/babylon/testutil/helper" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/testutil/nullify" + "github.com/babylonlabs-io/babylon/x/btclightclient" + "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cometbft/cometbft/crypto/secp256k1" "github.com/stretchr/testify/require" diff --git a/x/btclightclient/keeper/base_btc_header.go b/x/btclightclient/keeper/base_btc_header.go index 6c860a512..b1d98710c 100644 --- a/x/btclightclient/keeper/base_btc_header.go +++ b/x/btclightclient/keeper/base_btc_header.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" ) func (k Keeper) GetBaseBTCHeader(ctx context.Context) *types.BTCHeaderInfo { diff --git a/x/btclightclient/keeper/base_btc_header_test.go b/x/btclightclient/keeper/base_btc_header_test.go index 8fa2eca7f..b6e94f81b 100644 --- a/x/btclightclient/keeper/base_btc_header_test.go +++ b/x/btclightclient/keeper/base_btc_header_test.go @@ -1,8 +1,8 @@ package keeper_test import ( - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/keeper" "math/rand" "testing" ) diff --git a/x/btclightclient/keeper/grpc_query.go b/x/btclightclient/keeper/grpc_query.go index 567c51b19..91d3792e8 100644 --- a/x/btclightclient/keeper/grpc_query.go +++ b/x/btclightclient/keeper/grpc_query.go @@ -3,8 +3,8 @@ package keeper import ( "context" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btclightclient/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" "google.golang.org/grpc/codes" diff --git a/x/btclightclient/keeper/grpc_query_test.go b/x/btclightclient/keeper/grpc_query_test.go index 1d2829614..6a6fed783 100644 --- a/x/btclightclient/keeper/grpc_query_test.go +++ b/x/btclightclient/keeper/grpc_query_test.go @@ -4,12 +4,12 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/cosmos/cosmos-sdk/types/query" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/btclightclient/types" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" ) func FuzzHashesQuery(f *testing.F) { diff --git a/x/btclightclient/keeper/hooks.go b/x/btclightclient/keeper/hooks.go index 17ff31d24..076b15da0 100644 --- a/x/btclightclient/keeper/hooks.go +++ b/x/btclightclient/keeper/hooks.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" ) // Implements BTCLightClientHooks interface diff --git a/x/btclightclient/keeper/keeper.go b/x/btclightclient/keeper/keeper.go index 9cb0330bc..64b7508ba 100644 --- a/x/btclightclient/keeper/keeper.go +++ b/x/btclightclient/keeper/keeper.go @@ -7,11 +7,11 @@ import ( corestoretypes "cosmossdk.io/core/store" "cosmossdk.io/log" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcd/wire" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" proto "github.com/cosmos/gogoproto/proto" diff --git a/x/btclightclient/keeper/keeper_test.go b/x/btclightclient/keeper/keeper_test.go index 93e1ff905..90ddeaa96 100644 --- a/x/btclightclient/keeper/keeper_test.go +++ b/x/btclightclient/keeper/keeper_test.go @@ -6,12 +6,12 @@ import ( "testing" sdkmath "cosmossdk.io/math" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btclightclient/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/btcsuite/btcd/chaincfg" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" ) diff --git a/x/btclightclient/keeper/msg_server.go b/x/btclightclient/keeper/msg_server.go index cd8fff632..90de17942 100644 --- a/x/btclightclient/keeper/msg_server.go +++ b/x/btclightclient/keeper/msg_server.go @@ -4,7 +4,7 @@ import ( "context" errorsmod "cosmossdk.io/errors" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" ) diff --git a/x/btclightclient/keeper/msg_server_test.go b/x/btclightclient/keeper/msg_server_test.go index 8d9bd3735..343b6859a 100644 --- a/x/btclightclient/keeper/msg_server_test.go +++ b/x/btclightclient/keeper/msg_server_test.go @@ -6,12 +6,12 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/datagen" "github.com/stretchr/testify/require" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/btclightclient/keeper" - "github.com/babylonchain/babylon/x/btclightclient/types" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btclightclient/keeper/params.go b/x/btclightclient/keeper/params.go index bd68dd5d6..4e2847d13 100644 --- a/x/btclightclient/keeper/params.go +++ b/x/btclightclient/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" ) // SetParams sets the x/btclightclient module parameters. diff --git a/x/btclightclient/keeper/params_test.go b/x/btclightclient/keeper/params_test.go index 4dc68b70f..15129bd3a 100644 --- a/x/btclightclient/keeper/params_test.go +++ b/x/btclightclient/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/btclightclient/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/stretchr/testify/require" ) diff --git a/x/btclightclient/keeper/state.go b/x/btclightclient/keeper/state.go index 27c869cea..55ddb4e71 100644 --- a/x/btclightclient/keeper/state.go +++ b/x/btclightclient/keeper/state.go @@ -8,8 +8,8 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" "cosmossdk.io/store/prefix" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btclightclient/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btclightclient/keeper/state_test.go b/x/btclightclient/keeper/state_test.go index eb1e3c892..10d5e34e8 100644 --- a/x/btclightclient/keeper/state_test.go +++ b/x/btclightclient/keeper/state_test.go @@ -4,11 +4,11 @@ import ( "math/rand" "testing" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/stretchr/testify/require" ) diff --git a/x/btclightclient/keeper/triggers.go b/x/btclightclient/keeper/triggers.go index e01a102c9..15f91f0b6 100644 --- a/x/btclightclient/keeper/triggers.go +++ b/x/btclightclient/keeper/triggers.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" ) func (k Keeper) triggerHeaderInserted(ctx context.Context, headerInfo *types.BTCHeaderInfo) { diff --git a/x/btclightclient/keeper/utils.go b/x/btclightclient/keeper/utils.go index 55d353cbf..9cc340ab4 100644 --- a/x/btclightclient/keeper/utils.go +++ b/x/btclightclient/keeper/utils.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/codec" ) diff --git a/x/btclightclient/keeper/utils_test.go b/x/btclightclient/keeper/utils_test.go index ec1131655..cbf1a3421 100644 --- a/x/btclightclient/keeper/utils_test.go +++ b/x/btclightclient/keeper/utils_test.go @@ -6,8 +6,8 @@ import ( "testing" sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/x/btclightclient/keeper" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/btcsuite/btcd/blockchain" "github.com/btcsuite/btcd/wire" "github.com/stretchr/testify/require" diff --git a/x/btclightclient/module.go b/x/btclightclient/module.go index 6c6982d4a..74957909b 100644 --- a/x/btclightclient/module.go +++ b/x/btclightclient/module.go @@ -12,9 +12,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/babylonchain/babylon/x/btclightclient/client/cli" - "github.com/babylonchain/babylon/x/btclightclient/keeper" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/client/cli" + "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/btclightclient/types/btc_header_info.go b/x/btclightclient/types/btc_header_info.go index 17f6a1517..2cfdb00f6 100644 --- a/x/btclightclient/types/btc_header_info.go +++ b/x/btclightclient/types/btc_header_info.go @@ -5,7 +5,7 @@ import ( "fmt" sdkmath "cosmossdk.io/math" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" ) func NewBTCHeaderInfo(header *bbn.BTCHeaderBytes, headerHash *bbn.BTCHeaderHashBytes, height uint64, work *sdkmath.Uint) *BTCHeaderInfo { diff --git a/x/btclightclient/types/btc_header_info_test.go b/x/btclightclient/types/btc_header_info_test.go index f0afe81cd..10bea02f1 100644 --- a/x/btclightclient/types/btc_header_info_test.go +++ b/x/btclightclient/types/btc_header_info_test.go @@ -9,9 +9,9 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/stretchr/testify/require" ) diff --git a/x/btclightclient/types/btc_light_client.go b/x/btclightclient/types/btc_light_client.go index dbbd19204..69440383f 100644 --- a/x/btclightclient/types/btc_light_client.go +++ b/x/btclightclient/types/btc_light_client.go @@ -5,7 +5,7 @@ import ( "time" sdkmath "cosmossdk.io/math" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/blockchain" "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcd/chaincfg/chainhash" diff --git a/x/btclightclient/types/btclightclient.pb.go b/x/btclightclient/types/btclightclient.pb.go index dd50ff83e..5384959e7 100644 --- a/x/btclightclient/types/btclightclient.pb.go +++ b/x/btclightclient/types/btclightclient.pb.go @@ -6,7 +6,7 @@ package types import ( cosmossdk_io_math "cosmossdk.io/math" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" io "io" @@ -34,10 +34,10 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // to the header Bits field // and the total work of the header. type BTCHeaderInfo struct { - Header *github_com_babylonchain_babylon_types.BTCHeaderBytes `protobuf:"bytes,1,opt,name=header,proto3,customtype=github.com/babylonchain/babylon/types.BTCHeaderBytes" json:"header,omitempty"` - Hash *github_com_babylonchain_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,2,opt,name=hash,proto3,customtype=github.com/babylonchain/babylon/types.BTCHeaderHashBytes" json:"hash,omitempty"` - Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` - Work *cosmossdk_io_math.Uint `protobuf:"bytes,4,opt,name=work,proto3,customtype=cosmossdk.io/math.Uint" json:"work,omitempty"` + Header *github_com_babylonlabs_io_babylon_types.BTCHeaderBytes `protobuf:"bytes,1,opt,name=header,proto3,customtype=github.com/babylonlabs-io/babylon/types.BTCHeaderBytes" json:"header,omitempty"` + Hash *github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,2,opt,name=hash,proto3,customtype=github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" json:"hash,omitempty"` + Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` + Work *cosmossdk_io_math.Uint `protobuf:"bytes,4,opt,name=work,proto3,customtype=cosmossdk.io/math.Uint" json:"work,omitempty"` } func (m *BTCHeaderInfo) Reset() { *m = BTCHeaderInfo{} } @@ -89,25 +89,25 @@ func init() { } var fileDescriptor_84bf438d909b681d = []byte{ - // 282 bytes of a gzipped FileDescriptorProto + // 284 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4b, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2a, 0x49, 0xce, 0xc9, 0x4c, 0xcf, 0x00, 0x91, 0xa9, 0x79, 0x25, 0xfa, 0x65, 0x86, 0x68, 0x22, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x92, 0x50, 0xf5, 0x7a, 0x68, 0xb2, 0x65, 0x86, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0x55, 0xfa, 0x20, 0x16, 0x44, - 0x83, 0xd2, 0x6f, 0x46, 0x2e, 0x5e, 0xa7, 0x10, 0x67, 0x8f, 0xd4, 0xc4, 0x94, 0xd4, 0x22, 0xcf, - 0xbc, 0xb4, 0x7c, 0xa1, 0x00, 0x2e, 0xb6, 0x0c, 0x30, 0x4f, 0x82, 0x51, 0x81, 0x51, 0x83, 0xc7, - 0xc9, 0xe2, 0xd6, 0x3d, 0x79, 0x93, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, - 0x7d, 0xa8, 0x0d, 0xc9, 0x19, 0x89, 0x99, 0x79, 0x30, 0x8e, 0x7e, 0x49, 0x65, 0x41, 0x6a, 0xb1, - 0x1e, 0xdc, 0x20, 0xa7, 0xca, 0x92, 0xd4, 0xe2, 0x20, 0xa8, 0x39, 0x42, 0x01, 0x5c, 0x2c, 0x19, - 0x89, 0xc5, 0x19, 0x12, 0x4c, 0x60, 0xf3, 0x6c, 0x6e, 0xdd, 0x93, 0xb7, 0x20, 0xd1, 0x3c, 0x8f, - 0xc4, 0xe2, 0x0c, 0x88, 0x99, 0x60, 0x93, 0x84, 0xc4, 0x40, 0x6e, 0x04, 0x79, 0x4f, 0x82, 0x59, - 0x81, 0x51, 0x83, 0x25, 0x08, 0xca, 0x13, 0xd2, 0xe3, 0x62, 0x29, 0xcf, 0x2f, 0xca, 0x96, 0x60, - 0x01, 0xdb, 0x24, 0x75, 0xeb, 0x9e, 0xbc, 0x58, 0x72, 0x7e, 0x71, 0x6e, 0x7e, 0x71, 0x71, 0x4a, - 0xb6, 0x5e, 0x66, 0xbe, 0x7e, 0x6e, 0x62, 0x49, 0x86, 0x5e, 0x68, 0x66, 0x5e, 0x49, 0x10, 0x58, - 0x9d, 0x53, 0xc0, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, - 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x99, 0x11, 0x72, - 0x61, 0x05, 0x7a, 0x94, 0x80, 0x9d, 0x9c, 0xc4, 0x06, 0x0e, 0x56, 0x63, 0x40, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x13, 0xc6, 0x69, 0x40, 0xb9, 0x01, 0x00, 0x00, + 0x83, 0xd2, 0x7f, 0x46, 0x2e, 0x5e, 0xa7, 0x10, 0x67, 0x8f, 0xd4, 0xc4, 0x94, 0xd4, 0x22, 0xcf, + 0xbc, 0xb4, 0x7c, 0xa1, 0x20, 0x2e, 0xb6, 0x0c, 0x30, 0x4f, 0x82, 0x51, 0x81, 0x51, 0x83, 0xc7, + 0xc9, 0xea, 0xd6, 0x3d, 0x79, 0xb3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, + 0x7d, 0xa8, 0x0d, 0x39, 0x89, 0x49, 0xc5, 0xba, 0x99, 0xf9, 0x30, 0xae, 0x7e, 0x49, 0x65, 0x41, + 0x6a, 0xb1, 0x1e, 0xdc, 0x28, 0xa7, 0xca, 0x92, 0xd4, 0xe2, 0x20, 0xa8, 0x49, 0x42, 0x41, 0x5c, + 0x2c, 0x19, 0x89, 0xc5, 0x19, 0x12, 0x4c, 0x60, 0x13, 0xed, 0x6e, 0xdd, 0x93, 0xb7, 0x22, 0xd9, + 0x44, 0x8f, 0xc4, 0xe2, 0x0c, 0x88, 0xa9, 0x60, 0xb3, 0x84, 0xc4, 0x40, 0xee, 0x04, 0x79, 0x51, + 0x82, 0x59, 0x81, 0x51, 0x83, 0x25, 0x08, 0xca, 0x13, 0xd2, 0xe3, 0x62, 0x29, 0xcf, 0x2f, 0xca, + 0x96, 0x60, 0x01, 0xdb, 0x25, 0x75, 0xeb, 0x9e, 0xbc, 0x58, 0x72, 0x7e, 0x71, 0x6e, 0x7e, 0x71, + 0x71, 0x4a, 0xb6, 0x5e, 0x66, 0xbe, 0x7e, 0x6e, 0x62, 0x49, 0x86, 0x5e, 0x68, 0x66, 0x5e, 0x49, + 0x10, 0x58, 0x9d, 0x53, 0xd0, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, + 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x59, + 0x10, 0x76, 0x63, 0x05, 0x7a, 0xc4, 0x80, 0x1d, 0x9d, 0xc4, 0x06, 0x0e, 0x5c, 0x63, 0x40, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x93, 0x3f, 0xdd, 0x6c, 0xbf, 0x01, 0x00, 0x00, } func (m *BTCHeaderInfo) Marshal() (dAtA []byte, err error) { @@ -273,7 +273,7 @@ func (m *BTCHeaderInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BTCHeaderBytes + var v github_com_babylonlabs_io_babylon_types.BTCHeaderBytes m.Header = &v if err := m.Header.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -308,7 +308,7 @@ func (m *BTCHeaderInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BTCHeaderHashBytes + var v github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes m.Hash = &v if err := m.Hash.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btclightclient/types/event.pb.go b/x/btclightclient/types/event.pb.go index 71f8fcda3..aa0587758 100644 --- a/x/btclightclient/types/event.pb.go +++ b/x/btclightclient/types/event.pb.go @@ -176,7 +176,7 @@ func init() { } var fileDescriptor_519f2d655b639c5a = []byte{ - // 228 bytes of a gzipped FileDescriptorProto + // 230 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4d, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2a, 0x49, 0xce, 0xc9, 0x4c, 0xcf, 0x00, 0x91, 0xa9, 0x79, 0x25, 0xfa, 0x65, 0x86, 0xfa, 0xa9, 0x65, 0xa9, 0x79, 0x25, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, @@ -186,12 +186,12 @@ var fileDescriptor_519f2d655b639c5a = []byte{ 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x0d, 0x3d, 0x9c, 0xf6, 0xe9, 0x39, 0x85, 0x38, 0x7b, 0x80, 0xd5, 0x7a, 0xe6, 0xa5, 0xe5, 0x07, 0x41, 0xf5, 0x29, 0x85, 0x73, 0x09, 0x23, 0x9b, 0xea, 0x96, 0x5f, 0x54, 0x9e, 0x58, 0x94, 0x42, 0x05, 0x83, 0xa3, 0xb8, 0xc4, 0x60, 0x06, 0xc3, 0x64, 0x8b, 0x53, - 0x8b, 0x4a, 0x52, 0xa9, 0x60, 0xb6, 0x53, 0xc0, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, + 0x8b, 0x4a, 0x52, 0xa9, 0x60, 0xb6, 0x53, 0xd0, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, - 0x31, 0x44, 0x99, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x4d, - 0x4d, 0xce, 0x48, 0xcc, 0xcc, 0x83, 0x71, 0xf4, 0x2b, 0xd0, 0x83, 0xbb, 0xa4, 0xb2, 0x20, 0xb5, - 0x38, 0x89, 0x0d, 0x1c, 0xc6, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x16, 0x0b, 0x33, 0xea, - 0xd7, 0x01, 0x00, 0x00, + 0x31, 0x44, 0x59, 0xa4, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x4d, + 0xcd, 0x49, 0x4c, 0x2a, 0xd6, 0xcd, 0xcc, 0x87, 0x71, 0xf5, 0x2b, 0xd0, 0x03, 0xbc, 0xa4, 0xb2, + 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0xca, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xba, 0x96, + 0x2b, 0x51, 0xd9, 0x01, 0x00, 0x00, } func (m *EventBTCRollBack) Marshal() (dAtA []byte, err error) { diff --git a/x/btclightclient/types/genesis.go b/x/btclightclient/types/genesis.go index 8cd976143..13835fa2b 100644 --- a/x/btclightclient/types/genesis.go +++ b/x/btclightclient/types/genesis.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/chaincfg" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/btclightclient/types/genesis.pb.go b/x/btclightclient/types/genesis.pb.go index df669279a..cabb6090e 100644 --- a/x/btclightclient/types/genesis.pb.go +++ b/x/btclightclient/types/genesis.pb.go @@ -85,7 +85,7 @@ func init() { } var fileDescriptor_4f95902e4096217a = []byte{ - // 256 bytes of a gzipped FileDescriptorProto + // 258 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4f, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2a, 0x49, 0xce, 0xc9, 0x4c, 0xcf, 0x00, 0x91, 0xa9, 0x79, 0x25, 0xfa, 0x65, 0x86, 0xfa, 0xe9, 0xa9, 0x79, 0xa9, 0xc5, 0x99, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, @@ -97,11 +97,12 @@ var fileDescriptor_4f95902e4096217a = []byte{ 0x13, 0xf7, 0xe4, 0x19, 0x82, 0xa0, 0xda, 0x84, 0x3c, 0xb9, 0xb8, 0x93, 0x4a, 0x92, 0xe3, 0x33, 0x52, 0x13, 0x53, 0x52, 0x8b, 0x8a, 0x25, 0x98, 0x14, 0x98, 0x35, 0xb8, 0x8d, 0x34, 0xf0, 0x98, 0xe2, 0x14, 0xe2, 0xec, 0x01, 0x56, 0xec, 0x99, 0x97, 0x96, 0x1f, 0xc4, 0x95, 0x54, 0x92, 0x0c, - 0xe1, 0x16, 0x3b, 0x05, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, - 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x59, - 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0xd4, 0xe4, 0xe4, 0x8c, 0xc4, - 0xcc, 0x3c, 0x18, 0x47, 0xbf, 0x02, 0xdd, 0xe3, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, - 0x5f, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xed, 0x4f, 0xca, 0x25, 0xa9, 0x01, 0x00, 0x00, + 0xe1, 0x16, 0x3b, 0x05, 0x9d, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, + 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x45, + 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0xd4, 0xe4, 0x9c, 0xc4, 0xa4, + 0x62, 0xdd, 0xcc, 0x7c, 0x18, 0x57, 0xbf, 0x02, 0xdd, 0xeb, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, + 0x6c, 0x60, 0x7f, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xbc, 0xe4, 0xd2, 0xd7, 0xab, 0x01, + 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/btclightclient/types/genesis_test.go b/x/btclightclient/types/genesis_test.go index 29695c129..3d64269ce 100644 --- a/x/btclightclient/types/genesis_test.go +++ b/x/btclightclient/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/stretchr/testify/require" ) diff --git a/x/btclightclient/types/keys.go b/x/btclightclient/types/keys.go index b0844f440..4761c2be8 100644 --- a/x/btclightclient/types/keys.go +++ b/x/btclightclient/types/keys.go @@ -1,7 +1,7 @@ package types import ( - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btclightclient/types/keys_test.go b/x/btclightclient/types/keys_test.go index e075a6c4e..e7095b95c 100644 --- a/x/btclightclient/types/keys_test.go +++ b/x/btclightclient/types/keys_test.go @@ -5,9 +5,9 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btclightclient/types/msgs.go b/x/btclightclient/types/msgs.go index 038b9ac8c..7b6bfbdd8 100644 --- a/x/btclightclient/types/msgs.go +++ b/x/btclightclient/types/msgs.go @@ -5,7 +5,7 @@ import ( "fmt" "math/big" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btclightclient/types/msgs_test.go b/x/btclightclient/types/msgs_test.go index a55240fa0..9a4766fd8 100644 --- a/x/btclightclient/types/msgs_test.go +++ b/x/btclightclient/types/msgs_test.go @@ -7,9 +7,9 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" ) diff --git a/x/btclightclient/types/params.pb.go b/x/btclightclient/types/params.pb.go index bdd917254..483235b12 100644 --- a/x/btclightclient/types/params.pb.go +++ b/x/btclightclient/types/params.pb.go @@ -79,7 +79,7 @@ func init() { } var fileDescriptor_1e4c5f7a17079e1f = []byte{ - // 211 bytes of a gzipped FileDescriptorProto + // 213 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4b, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2a, 0x49, 0xce, 0xc9, 0x4c, 0xcf, 0x00, 0x91, 0xa9, 0x79, 0x25, 0xfa, 0x65, 0x86, 0xfa, 0x05, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, @@ -88,12 +88,12 @@ var fileDescriptor_1e4c5f7a17079e1f = []byte{ 0x5c, 0x92, 0x99, 0x79, 0xc5, 0xa9, 0x45, 0x25, 0xf1, 0x19, 0xa9, 0x89, 0x29, 0xa9, 0x45, 0xc5, 0xf1, 0x89, 0x39, 0x39, 0xf9, 0xe5, 0xf1, 0x39, 0x99, 0xc5, 0x25, 0x12, 0x8c, 0x0a, 0xcc, 0x1a, 0x9c, 0x41, 0x62, 0x10, 0x05, 0x1e, 0x10, 0x79, 0x47, 0x90, 0xb4, 0x4f, 0x66, 0x71, 0x89, 0x15, - 0xcb, 0x8b, 0x05, 0xf2, 0x8c, 0x4e, 0x01, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, + 0xcb, 0x8b, 0x05, 0xf2, 0x8c, 0x4e, 0x41, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, - 0x10, 0x65, 0x96, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x0f, 0x75, 0x60, - 0x72, 0x46, 0x62, 0x66, 0x1e, 0x8c, 0xa3, 0x5f, 0x81, 0xee, 0xaf, 0x92, 0xca, 0x82, 0xd4, 0xe2, - 0x24, 0x36, 0xb0, 0x1b, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x30, 0xe4, 0x07, 0x29, 0xfe, - 0x00, 0x00, 0x00, + 0x10, 0x65, 0x91, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x0f, 0x75, 0x60, + 0x4e, 0x62, 0x52, 0xb1, 0x6e, 0x66, 0x3e, 0x8c, 0xab, 0x5f, 0x81, 0xee, 0xb3, 0x92, 0xca, 0x82, + 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x2b, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x43, 0x29, 0x40, + 0xa2, 0x00, 0x01, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/btclightclient/types/querier.go b/x/btclightclient/types/querier.go index a35893026..6636f1eff 100644 --- a/x/btclightclient/types/querier.go +++ b/x/btclightclient/types/querier.go @@ -1,7 +1,7 @@ package types import ( - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/types" "github.com/cosmos/cosmos-sdk/types/query" ) diff --git a/x/btclightclient/types/querier_test.go b/x/btclightclient/types/querier_test.go index 5a23c0c12..a60c514fd 100644 --- a/x/btclightclient/types/querier_test.go +++ b/x/btclightclient/types/querier_test.go @@ -5,9 +5,9 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/types/query" ) diff --git a/x/btclightclient/types/query.pb.go b/x/btclightclient/types/query.pb.go index 6148e7143..b8eb8bb97 100644 --- a/x/btclightclient/types/query.pb.go +++ b/x/btclightclient/types/query.pb.go @@ -7,7 +7,7 @@ import ( context "context" cosmossdk_io_math "cosmossdk.io/math" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/cosmos-proto" query "github.com/cosmos/cosmos-sdk/types/query" _ "github.com/cosmos/gogoproto/gogoproto" @@ -164,8 +164,8 @@ func (m *QueryHashesRequest) GetPagination() *query.PageRequest { // QueryHashesResponse is response type for the Query/Hashes RPC method. type QueryHashesResponse struct { - Hashes []github_com_babylonchain_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,1,rep,name=hashes,proto3,customtype=github.com/babylonchain/babylon/types.BTCHeaderHashBytes" json:"hashes,omitempty"` - Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` + Hashes []github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,1,rep,name=hashes,proto3,customtype=github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" json:"hashes,omitempty"` + Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` } func (m *QueryHashesResponse) Reset() { *m = QueryHashesResponse{} } @@ -211,7 +211,7 @@ func (m *QueryHashesResponse) GetPagination() *query.PageResponse { // QueryContainsRequest is request type for the Query/Contains RPC method. // It involves checking whether a hash is maintained by the module. type QueryContainsRequest struct { - Hash *github_com_babylonchain_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,1,opt,name=hash,proto3,customtype=github.com/babylonchain/babylon/types.BTCHeaderHashBytes" json:"hash,omitempty"` + Hash *github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes `protobuf:"bytes,1,opt,name=hash,proto3,customtype=github.com/babylonlabs-io/babylon/types.BTCHeaderHashBytes" json:"hash,omitempty"` } func (m *QueryContainsRequest) Reset() { *m = QueryContainsRequest{} } @@ -836,65 +836,65 @@ func init() { } var fileDescriptor_3961270631e52721 = []byte{ - // 920 bytes of a gzipped FileDescriptorProto + // 924 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xcf, 0x6f, 0x1b, 0x45, 0x14, 0xc7, 0x33, 0x89, 0xeb, 0x26, 0x2f, 0x20, 0x60, 0x48, 0x83, 0xb3, 0x02, 0x27, 0xdd, 0x92, - 0x1f, 0x4d, 0xf1, 0x4e, 0x9c, 0x00, 0xea, 0x01, 0x09, 0xe1, 0x20, 0x30, 0x48, 0x48, 0xc6, 0x32, - 0x1c, 0x50, 0xa5, 0x68, 0xec, 0x0c, 0xbb, 0xab, 0xc6, 0x3b, 0x5b, 0xef, 0x26, 0xc4, 0x42, 0x5c, - 0x38, 0x70, 0x46, 0x70, 0xe3, 0xc0, 0x81, 0x0b, 0x17, 0xe0, 0xd4, 0x3f, 0xa2, 0xc7, 0x0a, 0x2e, - 0xa8, 0x87, 0x08, 0x25, 0xfc, 0x11, 0x1c, 0xd1, 0xcc, 0xbc, 0xb5, 0xbd, 0x76, 0xea, 0xb5, 0xd5, - 0x5c, 0xa2, 0xcc, 0xcc, 0x7b, 0xef, 0xfb, 0x79, 0xcf, 0xb3, 0xdf, 0x5d, 0x58, 0x6f, 0xf2, 0x66, - 0xf7, 0x48, 0x06, 0xac, 0x19, 0xb7, 0x8e, 0x7c, 0xd7, 0x53, 0x7f, 0x45, 0x10, 0xb3, 0x93, 0x32, - 0x7b, 0x70, 0x2c, 0x3a, 0x5d, 0x27, 0xec, 0xc8, 0x58, 0xd2, 0x15, 0x0c, 0x73, 0xd2, 0x61, 0xce, - 0x49, 0xd9, 0x5a, 0x72, 0xa5, 0x2b, 0x75, 0x14, 0x53, 0xff, 0x99, 0x04, 0x6b, 0xa5, 0x25, 0xa3, - 0xb6, 0x8c, 0x0e, 0xcc, 0x81, 0x59, 0xe0, 0xd1, 0xab, 0xae, 0x94, 0xee, 0x91, 0x60, 0x3c, 0xf4, - 0x19, 0x0f, 0x02, 0x19, 0xf3, 0xd8, 0x97, 0x41, 0x72, 0xba, 0x6d, 0x62, 0x59, 0x93, 0x47, 0xc2, - 0x20, 0xb0, 0x93, 0x72, 0x53, 0xc4, 0xbc, 0xcc, 0x42, 0xee, 0xfa, 0x81, 0x0e, 0xc6, 0xd8, 0x8d, - 0xa7, 0xc3, 0x87, 0xbc, 0xc3, 0xdb, 0x58, 0xd3, 0x5e, 0x02, 0xfa, 0xa9, 0xaa, 0x54, 0xd3, 0x9b, - 0x75, 0xf1, 0xe0, 0x58, 0x44, 0xb1, 0xfd, 0x39, 0xbc, 0x9c, 0xda, 0x8d, 0x42, 0x19, 0x44, 0x82, - 0xbe, 0x0b, 0x79, 0x93, 0x5c, 0x20, 0x6b, 0x64, 0x6b, 0x71, 0xf7, 0xa6, 0xf3, 0xd4, 0xde, 0x1d, - 0x93, 0x5a, 0xc9, 0x3d, 0x3a, 0x5b, 0x9d, 0xa9, 0x63, 0x9a, 0x7d, 0x0f, 0xd5, 0xaa, 0x3c, 0xf2, - 0x44, 0xa2, 0x46, 0x3f, 0x00, 0xe8, 0xf3, 0x63, 0xe9, 0x0d, 0x07, 0x07, 0xa3, 0x9a, 0x75, 0xcc, - 0xbc, 0xb1, 0x59, 0xa7, 0xc6, 0x5d, 0x81, 0xb9, 0xf5, 0x81, 0x4c, 0xfb, 0x21, 0x41, 0xec, 0xa4, - 0x3c, 0x62, 0x37, 0x20, 0xef, 0xe9, 0x9d, 0x02, 0x59, 0x9b, 0xdb, 0x7a, 0xae, 0xf2, 0xce, 0x93, - 0xb3, 0xd5, 0xbb, 0xae, 0x1f, 0x7b, 0xc7, 0x4d, 0xa7, 0x25, 0xdb, 0x0c, 0x9b, 0x68, 0x79, 0xdc, - 0x0f, 0x92, 0x05, 0x8b, 0xbb, 0xa1, 0x88, 0x9c, 0x4a, 0x63, 0xbf, 0x2a, 0xf8, 0xa1, 0xe8, 0xa8, - 0x92, 0x95, 0x6e, 0x2c, 0xa2, 0x3a, 0xd6, 0xa2, 0x1f, 0xa6, 0xa8, 0x67, 0x35, 0xf5, 0x66, 0x26, - 0xb5, 0x41, 0x4a, 0x61, 0x7b, 0xb0, 0xa4, 0xa9, 0xf7, 0x65, 0x10, 0x73, 0x3f, 0xe8, 0x8d, 0xa5, - 0x06, 0x39, 0x25, 0xa5, 0x07, 0xf2, 0xac, 0xd0, 0xba, 0x92, 0xbd, 0x07, 0x37, 0x86, 0x94, 0x70, - 0x42, 0x16, 0xcc, 0xb7, 0x70, 0x4f, 0xcb, 0xcd, 0xd7, 0x7b, 0x6b, 0x9b, 0xc1, 0x4a, 0x2a, 0xc9, - 0x14, 0x44, 0x46, 0x3a, 0xc8, 0x88, 0x2a, 0x77, 0xc1, 0xba, 0x2c, 0x61, 0x02, 0xa9, 0x03, 0xe4, - 0xfb, 0x84, 0xfb, 0xc1, 0xbe, 0x6a, 0xec, 0xaa, 0x6f, 0xc8, 0xef, 0x04, 0x96, 0x87, 0x15, 0x90, - 0xeb, 0x63, 0xb8, 0xee, 0xe9, 0xa1, 0x99, 0x5b, 0xb2, 0xb8, 0xbb, 0x33, 0xe6, 0x72, 0xf7, 0x26, - 0xfc, 0x51, 0xf0, 0xa5, 0xec, 0xfd, 0xa8, 0x49, 0x81, 0xab, 0xbb, 0x1a, 0x2f, 0xc1, 0x0b, 0x1a, - 0xb7, 0xe1, 0x87, 0xc9, 0xa3, 0x79, 0x0f, 0x5e, 0xec, 0x6f, 0x21, 0x7b, 0x15, 0xf2, 0x46, 0x1a, - 0x47, 0x33, 0x3d, 0x3a, 0xe6, 0xdb, 0x05, 0x9c, 0x4f, 0x85, 0x47, 0xc2, 0x84, 0x25, 0xba, 0x2d, - 0x78, 0x65, 0xe4, 0xe4, 0xca, 0xe5, 0x4b, 0x28, 0x62, 0x42, 0xde, 0x17, 0x61, 0xec, 0x5d, 0x76, - 0xd3, 0x16, 0xf0, 0xa6, 0xed, 0x40, 0x61, 0x34, 0x1c, 0xa1, 0x96, 0xe0, 0xda, 0xa1, 0xda, 0xd0, - 0x09, 0xb9, 0xba, 0x59, 0xd8, 0xbf, 0x11, 0xb8, 0x71, 0x29, 0x02, 0x7d, 0x0d, 0xc0, 0x40, 0x1c, - 0x78, 0xe2, 0x14, 0x55, 0x16, 0xcc, 0x4e, 0x55, 0x9c, 0xd2, 0x15, 0x98, 0x57, 0x92, 0xfa, 0x70, - 0x56, 0x1f, 0x5e, 0x57, 0x6b, 0x75, 0xb4, 0xac, 0xda, 0x57, 0x5d, 0x16, 0xe6, 0xb4, 0x14, 0xae, - 0xe8, 0x7b, 0x90, 0xfb, 0x4a, 0x76, 0xee, 0x17, 0x72, 0x2a, 0xbc, 0x52, 0x52, 0x46, 0xf8, 0xe4, - 0x6c, 0x75, 0xd9, 0x5c, 0x83, 0xe8, 0xf0, 0xbe, 0xe3, 0x4b, 0xd6, 0xe6, 0xb1, 0xe7, 0x7c, 0xe6, - 0x07, 0xf1, 0x9f, 0x0f, 0x4b, 0x8b, 0x78, 0x41, 0xd4, 0xb2, 0xae, 0x53, 0x77, 0xff, 0x5b, 0x80, - 0x6b, 0xba, 0x43, 0xfa, 0x03, 0x81, 0xbc, 0xb1, 0x54, 0x5a, 0x1a, 0x33, 0xde, 0x51, 0x2f, 0xb7, - 0x9c, 0x49, 0xc3, 0xcd, 0x20, 0xec, 0xdb, 0xdf, 0xfe, 0xf5, 0xef, 0x8f, 0xb3, 0xb7, 0xe8, 0x4d, - 0x96, 0xf5, 0x0a, 0xd1, 0x50, 0xc6, 0x6b, 0xb3, 0xa1, 0x52, 0x96, 0x9f, 0x0d, 0x95, 0xb6, 0xf0, - 0x89, 0xa0, 0xd0, 0x97, 0x7f, 0x22, 0x30, 0x9f, 0x58, 0x0f, 0x65, 0x59, 0x3a, 0x43, 0xa6, 0x6b, - 0xed, 0x4c, 0x9e, 0x80, 0x68, 0x77, 0x34, 0xda, 0x3a, 0xbd, 0x35, 0x06, 0x2d, 0x71, 0x38, 0xfa, - 0x07, 0x81, 0xe7, 0x53, 0xbe, 0x48, 0xdf, 0x9c, 0x54, 0x70, 0xd0, 0x77, 0xad, 0xb7, 0xa6, 0xcc, - 0x42, 0xd6, 0x1d, 0xcd, 0xba, 0x4d, 0xb7, 0x26, 0x60, 0x35, 0x78, 0x3f, 0x13, 0x58, 0xe8, 0x99, - 0x25, 0xcd, 0x9c, 0xce, 0xb0, 0x73, 0x5b, 0xe5, 0x29, 0x32, 0x10, 0xf2, 0x0d, 0x0d, 0xb9, 0x41, - 0x5f, 0x1f, 0x03, 0xd9, 0xe6, 0xbe, 0x79, 0xf5, 0xd1, 0xef, 0x08, 0xcc, 0x35, 0xfc, 0x90, 0x6e, - 0x67, 0x09, 0xf5, 0x3d, 0xd4, 0xba, 0x33, 0x51, 0x2c, 0xe2, 0x6c, 0x68, 0x9c, 0x35, 0x5a, 0x1c, - 0x83, 0x13, 0xfb, 0x21, 0xfd, 0x85, 0x00, 0xf4, 0xcd, 0x91, 0x66, 0x36, 0x3e, 0x62, 0xb1, 0xd6, - 0xee, 0x34, 0x29, 0x48, 0x57, 0xd2, 0x74, 0x9b, 0x74, 0x7d, 0x0c, 0x9d, 0x7a, 0xe3, 0x18, 0x27, - 0xa3, 0xbf, 0x12, 0x58, 0x1c, 0x70, 0x4b, 0x9a, 0x29, 0x39, 0xea, 0xc4, 0xd6, 0xde, 0x54, 0x39, - 0xc8, 0xc9, 0x34, 0xe7, 0x6d, 0xba, 0x39, 0x86, 0x53, 0x5b, 0x34, 0xfb, 0x5a, 0x3d, 0xc7, 0xdf, - 0x54, 0x6a, 0x8f, 0xce, 0x8b, 0xe4, 0xf1, 0x79, 0x91, 0xfc, 0x73, 0x5e, 0x24, 0xdf, 0x5f, 0x14, - 0x67, 0x1e, 0x5f, 0x14, 0x67, 0xfe, 0xbe, 0x28, 0xce, 0x7c, 0xf1, 0x76, 0xd6, 0x57, 0xd0, 0xe9, - 0x70, 0x6d, 0xfd, 0x59, 0xd4, 0xcc, 0xeb, 0x2f, 0xde, 0xbd, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, - 0x93, 0xd5, 0xc3, 0x8e, 0xd8, 0x0b, 0x00, 0x00, + 0x1f, 0x4d, 0xf1, 0x4e, 0x9c, 0x80, 0x54, 0x71, 0x00, 0xe1, 0x20, 0x08, 0x48, 0x48, 0x65, 0x15, + 0x7a, 0x40, 0x95, 0xa2, 0x59, 0x67, 0xd8, 0x5d, 0x1a, 0xef, 0x6c, 0xbd, 0x9b, 0x90, 0x08, 0x71, + 0xe1, 0xc0, 0x19, 0xc1, 0x8d, 0x03, 0x07, 0x2e, 0x5c, 0x80, 0x13, 0xe2, 0x6f, 0xe8, 0xb1, 0x82, + 0x0b, 0xea, 0x21, 0x42, 0x09, 0x7f, 0x04, 0x47, 0x34, 0x33, 0x6f, 0x6d, 0xaf, 0x9d, 0x7a, 0x6d, + 0x35, 0x97, 0x28, 0x33, 0xf3, 0xde, 0xfb, 0x7e, 0xe6, 0xf9, 0xed, 0x77, 0x17, 0x96, 0x3d, 0xee, + 0x9d, 0x1c, 0xc8, 0x88, 0x79, 0x69, 0xf3, 0x20, 0xf4, 0x03, 0xf5, 0x57, 0x44, 0x29, 0x3b, 0xaa, + 0xb3, 0x07, 0x87, 0xa2, 0x7d, 0xe2, 0xc4, 0x6d, 0x99, 0x4a, 0xba, 0x80, 0x61, 0x4e, 0x3e, 0xcc, + 0x39, 0xaa, 0x5b, 0x73, 0xbe, 0xf4, 0xa5, 0x8e, 0x62, 0xea, 0x3f, 0x93, 0x60, 0x2d, 0x34, 0x65, + 0xd2, 0x92, 0xc9, 0x9e, 0x39, 0x30, 0x0b, 0x3c, 0x7a, 0xd9, 0x97, 0xd2, 0x3f, 0x10, 0x8c, 0xc7, + 0x21, 0xe3, 0x51, 0x24, 0x53, 0x9e, 0x86, 0x32, 0xca, 0x4e, 0xd7, 0x4d, 0x2c, 0xf3, 0x78, 0x22, + 0x0c, 0x02, 0x3b, 0xaa, 0x7b, 0x22, 0xe5, 0x75, 0x16, 0x73, 0x3f, 0x8c, 0x74, 0x30, 0xc6, 0xae, + 0x3c, 0x19, 0x3e, 0xe6, 0x6d, 0xde, 0xc2, 0x9a, 0xf6, 0x1c, 0xd0, 0x8f, 0x55, 0xa5, 0x3b, 0x7a, + 0xd3, 0x15, 0x0f, 0x0e, 0x45, 0x92, 0xda, 0x77, 0xe1, 0xc5, 0xdc, 0x6e, 0x12, 0xcb, 0x28, 0x11, + 0xf4, 0x6d, 0x28, 0x9b, 0xe4, 0x0a, 0x59, 0x22, 0x6b, 0xb3, 0x9b, 0xd7, 0x9d, 0x27, 0xde, 0xdd, + 0x31, 0xa9, 0x8d, 0xd2, 0xc3, 0xd3, 0xc5, 0x09, 0x17, 0xd3, 0xec, 0x7b, 0xa8, 0xb6, 0xc3, 0x93, + 0x40, 0x64, 0x6a, 0xf4, 0x3d, 0x80, 0x2e, 0x3f, 0x96, 0x5e, 0x71, 0xb0, 0x31, 0xea, 0xb2, 0x8e, + 0xe9, 0x37, 0x5e, 0xd6, 0xb9, 0xc3, 0x7d, 0x81, 0xb9, 0x6e, 0x4f, 0xa6, 0xfd, 0x07, 0x41, 0xec, + 0xac, 0x3c, 0x62, 0xdf, 0x85, 0x72, 0xa0, 0x77, 0x2a, 0x64, 0x69, 0x6a, 0xed, 0x99, 0xc6, 0x5b, + 0x8f, 0x4f, 0x17, 0xdf, 0xf4, 0xc3, 0x34, 0x38, 0xf4, 0x9c, 0xa6, 0x6c, 0x31, 0xbc, 0xc4, 0x01, + 0xf7, 0x92, 0x5a, 0x28, 0xb3, 0x25, 0x4b, 0x4f, 0x62, 0x91, 0x38, 0x8d, 0xdd, 0xed, 0x1d, 0xc1, + 0xf7, 0x45, 0x5b, 0x15, 0x6d, 0x9c, 0xa4, 0x22, 0x71, 0xb1, 0x1a, 0x7d, 0x3f, 0xc7, 0x3d, 0xa9, + 0xb9, 0x57, 0x0b, 0xb9, 0x0d, 0x54, 0x0e, 0xfc, 0x73, 0x98, 0xd3, 0xdc, 0xdb, 0x32, 0x4a, 0x79, + 0x18, 0x75, 0x1a, 0xe3, 0x42, 0x49, 0x49, 0xe9, 0x96, 0x3c, 0x3d, 0xb6, 0xae, 0x65, 0x6f, 0xc1, + 0xb5, 0x3e, 0x2d, 0xec, 0x92, 0x05, 0xd3, 0x4d, 0xdc, 0xd3, 0x82, 0xd3, 0x6e, 0x67, 0x6d, 0x33, + 0x58, 0xc8, 0x25, 0x99, 0x82, 0x48, 0x49, 0x7b, 0x29, 0x51, 0xe5, 0x36, 0x58, 0x17, 0x25, 0x8c, + 0x20, 0xb5, 0x87, 0x7c, 0x1f, 0xf1, 0x30, 0xda, 0x0e, 0x78, 0x18, 0x5d, 0xf6, 0x94, 0xfc, 0x4a, + 0x60, 0xbe, 0x5f, 0x01, 0xb9, 0x3e, 0x84, 0xab, 0x81, 0x6e, 0x9a, 0x99, 0x94, 0xd9, 0xcd, 0x8d, + 0x21, 0x03, 0xde, 0xe9, 0xf0, 0x07, 0xd1, 0x67, 0xb2, 0xf3, 0xb3, 0x66, 0x05, 0x2e, 0x6f, 0x38, + 0x5e, 0x80, 0xe7, 0x34, 0xee, 0x6e, 0x18, 0x67, 0x8f, 0xe7, 0x3d, 0x78, 0xbe, 0xbb, 0x85, 0xec, + 0x3b, 0x50, 0x36, 0xd2, 0xd8, 0x9a, 0xf1, 0xd1, 0x31, 0xdf, 0xae, 0x60, 0x7f, 0x1a, 0x3c, 0x11, + 0x26, 0x2c, 0xd3, 0x6d, 0xc2, 0x4b, 0x03, 0x27, 0x97, 0x2e, 0x5f, 0x43, 0x11, 0x13, 0xf2, 0xae, + 0x88, 0xd3, 0xe0, 0xa2, 0x49, 0x9b, 0xc1, 0x49, 0xdb, 0x80, 0xca, 0x60, 0x38, 0x42, 0xcd, 0xc1, + 0x95, 0x7d, 0xb5, 0xa1, 0x13, 0x4a, 0xae, 0x59, 0xd8, 0xbf, 0x10, 0xb8, 0x76, 0x21, 0x02, 0x7d, + 0x05, 0xc0, 0x40, 0xec, 0x05, 0xe2, 0x18, 0x55, 0x66, 0xcc, 0xce, 0x8e, 0x38, 0xa6, 0x0b, 0x30, + 0xad, 0x24, 0xf5, 0xe1, 0xa4, 0x3e, 0xbc, 0xaa, 0xd6, 0xea, 0x68, 0x5e, 0x5d, 0x5f, 0xdd, 0xb2, + 0x32, 0xa5, 0xa5, 0x70, 0x45, 0xdf, 0x81, 0xd2, 0x17, 0xb2, 0x7d, 0xbf, 0x52, 0x52, 0xe1, 0x8d, + 0x9a, 0x32, 0xc3, 0xc7, 0xa7, 0x8b, 0xf3, 0x66, 0x0c, 0x92, 0xfd, 0xfb, 0x4e, 0x28, 0x59, 0x8b, + 0xa7, 0x81, 0xf3, 0x49, 0x18, 0xa5, 0x7f, 0xfe, 0x5e, 0x9b, 0xc5, 0x01, 0x51, 0x4b, 0x57, 0xa7, + 0x6e, 0xfe, 0x37, 0x03, 0x57, 0xf4, 0x0d, 0xe9, 0x77, 0x04, 0xca, 0xc6, 0x56, 0x69, 0x6d, 0x48, + 0x7b, 0x07, 0xfd, 0xdc, 0x72, 0x46, 0x0d, 0x37, 0x8d, 0xb0, 0x6f, 0x7e, 0xfd, 0xd7, 0xbf, 0xdf, + 0x4f, 0xde, 0xa0, 0xd7, 0x59, 0xd1, 0x6b, 0x44, 0x43, 0x19, 0xbf, 0x2d, 0x86, 0xca, 0xd9, 0x7e, + 0x31, 0x54, 0xde, 0xc6, 0x47, 0x82, 0x42, 0x67, 0xfe, 0x81, 0xc0, 0x74, 0x66, 0x3d, 0x94, 0x15, + 0xe9, 0xf4, 0xd9, 0xae, 0xb5, 0x31, 0x7a, 0x02, 0xa2, 0xdd, 0xd2, 0x68, 0xcb, 0xf4, 0xc6, 0x10, + 0xb4, 0xcc, 0xe1, 0xe8, 0x6f, 0x04, 0x9e, 0xcd, 0xf9, 0x22, 0x7d, 0x7d, 0x54, 0xc1, 0x5e, 0xdf, + 0xb5, 0xde, 0x18, 0x33, 0x0b, 0x59, 0x37, 0x34, 0xeb, 0x3a, 0x5d, 0x1b, 0x81, 0xd5, 0xe0, 0xfd, + 0x48, 0x60, 0xa6, 0x63, 0x96, 0xb4, 0xb0, 0x3b, 0xfd, 0xce, 0x6d, 0xd5, 0xc7, 0xc8, 0x40, 0xc8, + 0xd7, 0x34, 0xe4, 0x0a, 0x7d, 0x75, 0x08, 0x64, 0x8b, 0x87, 0x51, 0x53, 0x23, 0x7d, 0x43, 0x60, + 0x6a, 0x37, 0x8c, 0xe9, 0x7a, 0x91, 0x50, 0xd7, 0x43, 0xad, 0x5b, 0x23, 0xc5, 0x22, 0xce, 0x8a, + 0xc6, 0x59, 0xa2, 0xd5, 0x21, 0x38, 0x69, 0x18, 0xd3, 0x9f, 0x08, 0x40, 0xd7, 0x1c, 0x69, 0xe1, + 0xc5, 0x07, 0x2c, 0xd6, 0xda, 0x1c, 0x27, 0x05, 0xe9, 0x6a, 0x9a, 0x6e, 0x95, 0x2e, 0x0f, 0xa1, + 0x53, 0x6f, 0x1c, 0xe3, 0x64, 0xf4, 0x67, 0x02, 0xb3, 0x3d, 0x6e, 0x49, 0x0b, 0x25, 0x07, 0x9d, + 0xd8, 0xda, 0x1a, 0x2b, 0x07, 0x39, 0x99, 0xe6, 0xbc, 0x49, 0x57, 0x87, 0x70, 0x6a, 0x8b, 0x66, + 0x5f, 0xaa, 0xe7, 0xf8, 0xab, 0x86, 0xfb, 0xf0, 0xac, 0x4a, 0x1e, 0x9d, 0x55, 0xc9, 0x3f, 0x67, + 0x55, 0xf2, 0xed, 0x79, 0x75, 0xe2, 0xd1, 0x79, 0x75, 0xe2, 0xef, 0xf3, 0xea, 0xc4, 0xa7, 0xb7, + 0x8b, 0xbf, 0x83, 0x8e, 0xfb, 0xab, 0xeb, 0x0f, 0x23, 0xaf, 0xac, 0xbf, 0x7b, 0xb7, 0xfe, 0x0f, + 0x00, 0x00, 0xff, 0xff, 0x10, 0x5c, 0x80, 0x4f, 0xde, 0x0b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -917,7 +917,7 @@ type QueryClient interface { Contains(ctx context.Context, in *QueryContainsRequest, opts ...grpc.CallOption) (*QueryContainsResponse, error) // ContainsBytes is a temporary method that // checks whether a hash is maintained by the module. - // See discussion at https://github.com/babylonchain/babylon/pull/132 + // See discussion at https://github.com/babylonlabs-io/babylon/pull/132 // for more details. ContainsBytes(ctx context.Context, in *QueryContainsBytesRequest, opts ...grpc.CallOption) (*QueryContainsBytesResponse, error) // MainChain returns the canonical chain @@ -1022,7 +1022,7 @@ type QueryServer interface { Contains(context.Context, *QueryContainsRequest) (*QueryContainsResponse, error) // ContainsBytes is a temporary method that // checks whether a hash is maintained by the module. - // See discussion at https://github.com/babylonchain/babylon/pull/132 + // See discussion at https://github.com/babylonlabs-io/babylon/pull/132 // for more details. ContainsBytes(context.Context, *QueryContainsBytesRequest) (*QueryContainsBytesResponse, error) // MainChain returns the canonical chain @@ -2355,7 +2355,7 @@ func (m *QueryHashesResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BTCHeaderHashBytes + var v github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes m.Hashes = append(m.Hashes, v) if err := m.Hashes[len(m.Hashes)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2476,7 +2476,7 @@ func (m *QueryContainsRequest) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BTCHeaderHashBytes + var v github_com_babylonlabs_io_babylon_types.BTCHeaderHashBytes m.Hash = &v if err := m.Hash.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btclightclient/types/tx.pb.go b/x/btclightclient/types/tx.pb.go index 3f22f09f1..4527a6b07 100644 --- a/x/btclightclient/types/tx.pb.go +++ b/x/btclightclient/types/tx.pb.go @@ -6,7 +6,7 @@ package types import ( context "context" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/cosmos-proto" _ "github.com/cosmos/cosmos-sdk/types/msgservice" _ "github.com/cosmos/gogoproto/gogoproto" @@ -33,8 +33,8 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // MsgInsertHeaders defines the message for multiple incoming header bytes type MsgInsertHeaders struct { - Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` - Headers []github_com_babylonchain_babylon_types.BTCHeaderBytes `protobuf:"bytes,2,rep,name=headers,proto3,customtype=github.com/babylonchain/babylon/types.BTCHeaderBytes" json:"headers,omitempty"` + Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` + Headers []github_com_babylonlabs_io_babylon_types.BTCHeaderBytes `protobuf:"bytes,2,rep,name=headers,proto3,customtype=github.com/babylonlabs-io/babylon/types.BTCHeaderBytes" json:"headers,omitempty"` } func (m *MsgInsertHeaders) Reset() { *m = MsgInsertHeaders{} } @@ -223,35 +223,35 @@ func init() { } var fileDescriptor_5f638eee60234021 = []byte{ - // 443 bytes of a gzipped FileDescriptorProto + // 445 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4a, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2a, 0x49, 0xce, 0xc9, 0x4c, 0xcf, 0x00, 0x91, 0xa9, 0x79, 0x25, 0xfa, 0x65, 0x86, 0xfa, 0x25, 0x15, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x92, 0x50, 0x35, 0x7a, 0xa8, 0x6a, 0xf4, 0xca, 0x0c, 0xa5, 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0xaa, 0xf4, 0x41, 0x2c, 0x88, 0x06, 0x29, 0xf1, 0xe4, 0xfc, 0xe2, 0xdc, 0xfc, 0x62, 0xfd, 0xdc, 0xe2, 0x74, 0x90, 0x41, 0xb9, 0xc5, 0xe9, 0x50, 0x09, 0x35, 0xdc, 0xb6, 0x15, 0x24, 0x16, 0x25, 0xe6, 0x16, 0x43, - 0xd5, 0x49, 0x42, 0x0c, 0x88, 0x87, 0x98, 0x0c, 0xe1, 0x40, 0xa4, 0x94, 0xba, 0x19, 0xb9, 0x04, + 0xd5, 0x49, 0x42, 0x0c, 0x88, 0x87, 0x98, 0x0c, 0xe1, 0x40, 0xa4, 0x94, 0x7a, 0x19, 0xb9, 0x04, 0x7c, 0x8b, 0xd3, 0x3d, 0xf3, 0x8a, 0x53, 0x8b, 0x4a, 0x3c, 0x52, 0x13, 0x53, 0x52, 0x8b, 0x8a, 0x85, 0xc4, 0xb8, 0xd8, 0x8a, 0x33, 0xd3, 0xf3, 0x52, 0x8b, 0x24, 0x18, 0x15, 0x18, 0x35, 0x38, - 0x83, 0xa0, 0x3c, 0xa1, 0x20, 0x2e, 0xf6, 0x0c, 0x88, 0x12, 0x09, 0x26, 0x05, 0x66, 0x0d, 0x1e, - 0x27, 0x8b, 0x5b, 0xf7, 0xe4, 0x4d, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, - 0xf5, 0xa1, 0xee, 0x49, 0xce, 0x48, 0xcc, 0xcc, 0x83, 0x71, 0xf4, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, - 0xf5, 0x9c, 0x42, 0x9c, 0x21, 0xc6, 0x3b, 0x55, 0x96, 0xa4, 0x16, 0x07, 0xc1, 0x0c, 0xb2, 0xe2, - 0x6e, 0x7a, 0xbe, 0x41, 0x0b, 0x6a, 0x81, 0x92, 0x14, 0x97, 0x04, 0xba, 0x63, 0x82, 0x52, 0x8b, - 0x0b, 0xf2, 0xf3, 0x8a, 0x53, 0x95, 0x66, 0x31, 0x72, 0xf1, 0xfb, 0x16, 0xa7, 0x87, 0x16, 0xa4, - 0x24, 0x96, 0xa4, 0x06, 0x80, 0xbd, 0x27, 0x64, 0xc6, 0xc5, 0x99, 0x58, 0x5a, 0x92, 0x91, 0x5f, - 0x94, 0x59, 0x52, 0x09, 0x71, 0xab, 0x93, 0xc4, 0xa5, 0x2d, 0xba, 0x22, 0x50, 0x2f, 0x3a, 0xa6, - 0xa4, 0x14, 0xa5, 0x16, 0x17, 0x07, 0x97, 0x14, 0x65, 0xe6, 0xa5, 0x07, 0x21, 0x94, 0x0a, 0xd9, - 0x73, 0xb1, 0x41, 0x02, 0x48, 0x82, 0x49, 0x81, 0x51, 0x83, 0xdb, 0x48, 0x51, 0x0f, 0x67, 0x9c, - 0xe8, 0x41, 0xac, 0x72, 0x62, 0x39, 0x71, 0x4f, 0x9e, 0x21, 0x08, 0xaa, 0xcd, 0x8a, 0x0f, 0xe4, - 0x6a, 0x84, 0x81, 0x4a, 0x92, 0x5c, 0xe2, 0x68, 0x6e, 0x83, 0xb9, 0xdb, 0xe8, 0x23, 0x23, 0x17, - 0xb3, 0x6f, 0x71, 0xba, 0x50, 0x31, 0x17, 0x2f, 0x6a, 0x28, 0x6b, 0xe3, 0xb1, 0x14, 0x3d, 0x14, - 0xa4, 0x8c, 0x49, 0x50, 0x0c, 0x0f, 0x32, 0x06, 0xa1, 0x3c, 0x2e, 0x1e, 0x94, 0x00, 0xd3, 0xc2, - 0x6f, 0x0c, 0xb2, 0x5a, 0x29, 0x23, 0xe2, 0xd5, 0xc2, 0x6c, 0x94, 0x62, 0x6d, 0x78, 0xbe, 0x41, - 0x8b, 0xd1, 0x29, 0xe0, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, - 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0xcc, 0x08, - 0xa5, 0x96, 0x0a, 0xf4, 0xc4, 0x0c, 0x4e, 0x3e, 0x49, 0x6c, 0xe0, 0xe4, 0x6a, 0x0c, 0x08, 0x00, - 0x00, 0xff, 0xff, 0x64, 0x60, 0x2a, 0x32, 0x61, 0x03, 0x00, 0x00, + 0x83, 0xa0, 0x3c, 0xa1, 0x10, 0x2e, 0xf6, 0x0c, 0x88, 0x12, 0x09, 0x26, 0x05, 0x66, 0x0d, 0x1e, + 0x27, 0xab, 0x5b, 0xf7, 0xe4, 0xcd, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, + 0xf5, 0xa1, 0xee, 0xc9, 0x49, 0x4c, 0x2a, 0xd6, 0xcd, 0xcc, 0x87, 0x71, 0xf5, 0x4b, 0x2a, 0x0b, + 0x52, 0x8b, 0xf5, 0x9c, 0x42, 0x9c, 0x21, 0x16, 0x38, 0x55, 0x96, 0xa4, 0x16, 0x07, 0xc1, 0x8c, + 0xb2, 0xe2, 0x6e, 0x7a, 0xbe, 0x41, 0x0b, 0x6a, 0x85, 0x92, 0x14, 0x97, 0x04, 0xba, 0x73, 0x82, + 0x52, 0x8b, 0x0b, 0xf2, 0xf3, 0x8a, 0x53, 0x95, 0x66, 0x31, 0x72, 0xf1, 0xfb, 0x16, 0xa7, 0x87, + 0x16, 0xa4, 0x24, 0x96, 0xa4, 0x06, 0x80, 0x3d, 0x28, 0x64, 0xc6, 0xc5, 0x99, 0x58, 0x5a, 0x92, + 0x91, 0x5f, 0x94, 0x59, 0x52, 0x09, 0x71, 0xad, 0x93, 0xc4, 0xa5, 0x2d, 0xba, 0x22, 0x50, 0x4f, + 0x3a, 0xa6, 0xa4, 0x14, 0xa5, 0x16, 0x17, 0x07, 0x97, 0x14, 0x65, 0xe6, 0xa5, 0x07, 0x21, 0x94, + 0x0a, 0xd9, 0x73, 0xb1, 0x41, 0x82, 0x48, 0x82, 0x49, 0x81, 0x51, 0x83, 0xdb, 0x48, 0x51, 0x0f, + 0x67, 0xac, 0xe8, 0x41, 0xac, 0x72, 0x62, 0x39, 0x71, 0x4f, 0x9e, 0x21, 0x08, 0xaa, 0xcd, 0x8a, + 0x0f, 0xe4, 0x6a, 0x84, 0x81, 0x4a, 0x92, 0x5c, 0xe2, 0x68, 0x6e, 0x83, 0xb9, 0xdb, 0xe8, 0x23, + 0x23, 0x17, 0xb3, 0x6f, 0x71, 0xba, 0x50, 0x31, 0x17, 0x2f, 0x6a, 0x38, 0x6b, 0xe3, 0xb1, 0x14, + 0x3d, 0x14, 0xa4, 0x8c, 0x49, 0x50, 0x0c, 0x0f, 0x32, 0x06, 0xa1, 0x3c, 0x2e, 0x1e, 0x94, 0x00, + 0xd3, 0xc2, 0x6f, 0x0c, 0xb2, 0x5a, 0x29, 0x23, 0xe2, 0xd5, 0xc2, 0x6c, 0x94, 0x62, 0x6d, 0x78, + 0xbe, 0x41, 0x8b, 0xd1, 0x29, 0xe8, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, + 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, + 0x2c, 0x08, 0xa7, 0x97, 0x0a, 0xf4, 0x04, 0x0d, 0x4e, 0x40, 0x49, 0x6c, 0xe0, 0x24, 0x6b, 0x0c, + 0x08, 0x00, 0x00, 0xff, 0xff, 0x7a, 0xa1, 0x1d, 0x4d, 0x65, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -663,7 +663,7 @@ func (m *MsgInsertHeaders) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BTCHeaderBytes + var v github_com_babylonlabs_io_babylon_types.BTCHeaderBytes m.Headers = append(m.Headers, v) if err := m.Headers[len(m.Headers)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btclightclient/types/work.go b/x/btclightclient/types/work.go index b5ef4148a..3dadf9c1d 100644 --- a/x/btclightclient/types/work.go +++ b/x/btclightclient/types/work.go @@ -2,7 +2,7 @@ package types import ( sdkmath "cosmossdk.io/math" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/blockchain" "github.com/btcsuite/btcd/wire" ) diff --git a/x/btclightclient/types/work_test.go b/x/btclightclient/types/work_test.go index a68410244..efed2a5ce 100644 --- a/x/btclightclient/types/work_test.go +++ b/x/btclightclient/types/work_test.go @@ -2,8 +2,8 @@ package types_test import ( sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/x/btclightclient/types" "math/rand" "testing" ) diff --git a/x/btcstaking/README.md b/x/btcstaking/README.md index 69d7d9932..b07b297d5 100644 --- a/x/btcstaking/README.md +++ b/x/btcstaking/README.md @@ -105,7 +105,7 @@ message Params { // covenant_pks is the list of public keys held by the covenant committee // each PK follows encoding in BIP-340 spec on Bitcoin - repeated bytes covenant_pks = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + repeated bytes covenant_pks = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // covenant_quorum is the minimum number of signatures needed for the covenant // multisignature uint32 covenant_quorum = 2; @@ -168,7 +168,7 @@ message FinalityProvider { ]; // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // pop is the proof of possession of the btc_pk, where the BTC // private key signs the bech32 bbn addr of the finality provider. ProofOfPossessionBTC pop = 5; @@ -201,14 +201,14 @@ message BTCDelegation { string staker_addr = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"]; // btc_pk is the Bitcoin secp256k1 PK of this BTC delegation // the PK follows encoding in BIP-340 spec - bytes btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // pop is the proof of possession of babylon_pk and btc_pk ProofOfPossessionBTC pop = 3; // fp_btc_pk_list is the list of BIP-340 PKs of the finality providers that // this BTC delegation delegates to // If there is more than 1 PKs, then this means the delegation is restaked // to multiple finality providers - repeated bytes fp_btc_pk_list = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + repeated bytes fp_btc_pk_list = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // start_height is the start BTC height of the BTC delegation // it is the start BTC height of the timelock uint64 start_height = 5; @@ -229,7 +229,7 @@ message BTCDelegation { // delegator_sig is the signature on the slashing tx // by the delegator (i.e., SK corresponding to btc_pk). // It will be a part of the witness for the staking tx output. - bytes delegator_sig = 11 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_sig = 11 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // covenant_sigs is a list of adaptor signatures on the slashing tx // by each covenant member // It will be a part of the witness for the staking tx output. @@ -258,11 +258,11 @@ message BTCUndelegation { // It effectively proves that the delegator wants to unbond and thus // Babylon will consider this BTC delegation unbonded. Delegator's BTC // on Bitcoin will be unbonded after timelock - bytes delegator_unbonding_sig = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_unbonding_sig = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // delegator_slashing_sig is the signature on the slashing tx // by the delegator (i.e., SK corresponding to btc_pk). // It will be a part of the witness for the unbonding tx output. - bytes delegator_slashing_sig = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_slashing_sig = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // covenant_slashing_sigs is a list of adaptor signatures on the slashing tx // by each covenant member // It will be a part of the witness for the staking tx output. @@ -310,7 +310,7 @@ message Params { // covenant_pks is the list of public keys held by the covenant committee // each PK follows encoding in BIP-340 spec on Bitcoin - repeated bytes covenant_pks = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + repeated bytes covenant_pks = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // covenant_quorum is the minimum number of signatures needed for the covenant // multisignature uint32 covenant_quorum = 2; @@ -370,7 +370,7 @@ message MsgCreateFinalityProvider { ]; // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // pop is the proof of possession of btc_pk over the FP signer address. ProofOfPossessionBTC pop = 5; } @@ -462,10 +462,10 @@ message MsgCreateBTCDelegation { // pop is the proof of possession of btc_pk by the staker_addr. ProofOfPossessionBTC pop = 2; // btc_pk is the Bitcoin secp256k1 PK of the BTC delegator - bytes btc_pk = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes btc_pk = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // fp_btc_pk_list is the list of Bitcoin secp256k1 PKs of the finality providers, if there is more than one // finality provider pk it means that delegation is re-staked - repeated bytes fp_btc_pk_list = 4 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + repeated bytes fp_btc_pk_list = 4 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // staking_time is the time lock used in staking transaction uint32 staking_time = 5; // staking_value is the amount of satoshis locked in staking output @@ -479,7 +479,7 @@ message MsgCreateBTCDelegation { // It will be a part of the witness for the staking tx output. // The staking tx output further needs signatures from covenant and finality provider in // order to be spendable. - bytes delegator_slashing_sig = 9 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_slashing_sig = 9 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // unbonding_time is the time lock used when funds are being unbonded. It is be used in: // - unbonding transaction, time lock spending path // - staking slashing transaction, change output @@ -497,7 +497,7 @@ message MsgCreateBTCDelegation { // Note that the tx itself does not contain signatures, which are off-chain. bytes unbonding_slashing_tx = 13 [ (gogoproto.customtype) = "BTCSlashingTx" ]; // delegator_unbonding_slashing_sig is the signature on the slashing tx by the delegator (i.e., SK corresponding to btc_pk). - bytes delegator_unbonding_slashing_sig = 14 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes delegator_unbonding_slashing_sig = 14 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; } ``` @@ -555,7 +555,7 @@ message MsgAddCovenantSigs { string signer = 1; // pk is the BTC public key of the covenant member - bytes pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // staking_tx_hash is the hash of the staking tx. // It uniquely identifies a BTC delegation string staking_tx_hash = 3; @@ -565,7 +565,7 @@ message MsgAddCovenantSigs { repeated bytes slashing_tx_sigs = 4; // unbonding_tx_sig is the signature of the covenant on the unbonding tx submitted to babylon // the signature follows encoding in BIP-340 spec - bytes unbonding_tx_sig = 5 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes unbonding_tx_sig = 5 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; // slashing_unbonding_tx_sigs is a list of adaptor signatures of the covenant // on slashing tx corresponding to unbonding tx submitted to babylon // the order of sigs should respect the order of finality providers @@ -607,7 +607,7 @@ message MsgBTCUndelegate { string staking_tx_hash = 2; // unbonding_tx_sig is the signature of the staker on the unbonding tx submitted to babylon // the signature follows encoding in BIP-340 spec - bytes unbonding_tx_sig = 3 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340Signature" ]; + bytes unbonding_tx_sig = 3 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340Signature" ]; } ``` @@ -746,7 +746,7 @@ message EventPowerDistUpdate { // is slashed // TODO: unify with existing slashing events message EventSlashedFinalityProvider { - bytes pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; } // ev is the event that affects voting power distribution diff --git a/x/btcstaking/abci.go b/x/btcstaking/abci.go index b81a4cc7c..210f3ad0d 100644 --- a/x/btcstaking/abci.go +++ b/x/btcstaking/abci.go @@ -4,8 +4,8 @@ import ( "context" "time" - "github.com/babylonchain/babylon/x/btcstaking/keeper" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/keeper" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" abci "github.com/cometbft/cometbft/abci/types" "github.com/cosmos/cosmos-sdk/telemetry" ) diff --git a/x/btcstaking/client/cli/query.go b/x/btcstaking/client/cli/query.go index 3f5ba70a9..7f3b19126 100644 --- a/x/btcstaking/client/cli/query.go +++ b/x/btcstaking/client/cli/query.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" ) diff --git a/x/btcstaking/client/cli/query_params.go b/x/btcstaking/client/cli/query_params.go index 1672274c1..bec7606ae 100644 --- a/x/btcstaking/client/cli/query_params.go +++ b/x/btcstaking/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/btcstaking/client/cli/tx.go b/x/btcstaking/client/cli/tx.go index 813e70a50..7ce982784 100644 --- a/x/btcstaking/client/cli/tx.go +++ b/x/btcstaking/client/cli/tx.go @@ -12,10 +12,10 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/spf13/cobra" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) const ( diff --git a/x/btcstaking/genesis.go b/x/btcstaking/genesis.go index 4b89af9ff..5d37bec53 100644 --- a/x/btcstaking/genesis.go +++ b/x/btcstaking/genesis.go @@ -3,8 +3,8 @@ package btcstaking import ( "context" - "github.com/babylonchain/babylon/x/btcstaking/keeper" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/keeper" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) // InitGenesis initializes the module's state from a provided genesis state. diff --git a/x/btcstaking/genesis_test.go b/x/btcstaking/genesis_test.go index 357ccfe0d..dc034bdf3 100644 --- a/x/btcstaking/genesis_test.go +++ b/x/btcstaking/genesis_test.go @@ -3,10 +3,10 @@ package btcstaking_test import ( "testing" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/testutil/nullify" - "github.com/babylonchain/babylon/x/btcstaking" - "github.com/babylonchain/babylon/x/btcstaking/types" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/testutil/nullify" + "github.com/babylonlabs-io/babylon/x/btcstaking" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/btcstaking/keeper/bench_test.go b/x/btcstaking/keeper/bench_test.go index 9e217a7aa..27fe36b65 100644 --- a/x/btcstaking/keeper/bench_test.go +++ b/x/btcstaking/keeper/bench_test.go @@ -8,10 +8,10 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/testutil/datagen" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - bsmodule "github.com/babylonchain/babylon/x/btcstaking" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + bsmodule "github.com/babylonlabs-io/babylon/x/btcstaking" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/golang/mock/gomock" ) diff --git a/x/btcstaking/keeper/btc_delegations.go b/x/btcstaking/keeper/btc_delegations.go index 9ebcb6bea..4e98d1a81 100644 --- a/x/btcstaking/keeper/btc_delegations.go +++ b/x/btcstaking/keeper/btc_delegations.go @@ -5,9 +5,9 @@ import ( "fmt" "cosmossdk.io/store/prefix" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/btcsuite/btcd/chaincfg/chainhash" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/btcstaking/keeper/btc_delegators.go b/x/btcstaking/keeper/btc_delegators.go index a8023166a..550a899fa 100644 --- a/x/btcstaking/keeper/btc_delegators.go +++ b/x/btcstaking/keeper/btc_delegators.go @@ -8,8 +8,8 @@ import ( "cosmossdk.io/store/prefix" "github.com/btcsuite/btcd/chaincfg/chainhash" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) // getBTCDelegatorDelegationIndex gets the BTC delegation index with a given BTC PK under a given finality provider diff --git a/x/btcstaking/keeper/btc_height_index.go b/x/btcstaking/keeper/btc_height_index.go index 60b3ce84f..1f7adcc64 100644 --- a/x/btcstaking/keeper/btc_height_index.go +++ b/x/btcstaking/keeper/btc_height_index.go @@ -4,7 +4,7 @@ import ( "context" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btcstaking/keeper/btc_height_index_test.go b/x/btcstaking/keeper/btc_height_index_test.go index 819e92dd3..a40b5d4d3 100644 --- a/x/btcstaking/keeper/btc_height_index_test.go +++ b/x/btcstaking/keeper/btc_height_index_test.go @@ -4,10 +4,10 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) diff --git a/x/btcstaking/keeper/finality_providers.go b/x/btcstaking/keeper/finality_providers.go index b978dda34..f590ffc94 100644 --- a/x/btcstaking/keeper/finality_providers.go +++ b/x/btcstaking/keeper/finality_providers.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) // SetFinalityProvider adds the given finality provider to KVStore diff --git a/x/btcstaking/keeper/genesis.go b/x/btcstaking/keeper/genesis.go index 211329c43..1e4a59a58 100644 --- a/x/btcstaking/keeper/genesis.go +++ b/x/btcstaking/keeper/genesis.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - btcstk "github.com/babylonchain/babylon/btcstaking" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + btcstk "github.com/babylonlabs-io/babylon/btcstaking" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btcstaking/keeper/genesis_test.go b/x/btcstaking/keeper/genesis_test.go index cbcc60ead..f9d5e7d0f 100644 --- a/x/btcstaking/keeper/genesis_test.go +++ b/x/btcstaking/keeper/genesis_test.go @@ -6,10 +6,10 @@ import ( "strings" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/testutil/helper" - btclightclientt "github.com/babylonchain/babylon/x/btclightclient/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/helper" + btclightclientt "github.com/babylonlabs-io/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/btcstaking/keeper/grpc_query.go b/x/btcstaking/keeper/grpc_query.go index f687cdb36..714515ebe 100644 --- a/x/btcstaking/keeper/grpc_query.go +++ b/x/btcstaking/keeper/grpc_query.go @@ -11,8 +11,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/btcstaking/keeper/grpc_query_test.go b/x/btcstaking/keeper/grpc_query_test.go index 661836a97..af2b03d47 100644 --- a/x/btcstaking/keeper/grpc_query_test.go +++ b/x/btcstaking/keeper/grpc_query_test.go @@ -12,12 +12,12 @@ import ( "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) func FuzzActivatedHeight(f *testing.F) { diff --git a/x/btcstaking/keeper/hooks.go b/x/btcstaking/keeper/hooks.go index 1ae540dc9..c7283e95a 100644 --- a/x/btcstaking/keeper/hooks.go +++ b/x/btcstaking/keeper/hooks.go @@ -4,8 +4,8 @@ import ( "context" "fmt" - bbntypes "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/types" + bbntypes "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) var _ types.FinalityHooks = Hooks{} diff --git a/x/btcstaking/keeper/incentive.go b/x/btcstaking/keeper/incentive.go index d55135281..ac65638b9 100644 --- a/x/btcstaking/keeper/incentive.go +++ b/x/btcstaking/keeper/incentive.go @@ -4,7 +4,7 @@ import ( "context" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btcstaking/keeper/incentive_test.go b/x/btcstaking/keeper/incentive_test.go index ec60f11c1..ea7d699d5 100644 --- a/x/btcstaking/keeper/incentive_test.go +++ b/x/btcstaking/keeper/incentive_test.go @@ -7,9 +7,9 @@ import ( "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) func FuzzRecordVotingPowerDistCache(f *testing.F) { diff --git a/x/btcstaking/keeper/keeper.go b/x/btcstaking/keeper/keeper.go index 56d1ac41f..5a992423a 100644 --- a/x/btcstaking/keeper/keeper.go +++ b/x/btcstaking/keeper/keeper.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) type ( diff --git a/x/btcstaking/keeper/keeper_test.go b/x/btcstaking/keeper/keeper_test.go index 49da3cdaf..1ce64721e 100644 --- a/x/btcstaking/keeper/keeper_test.go +++ b/x/btcstaking/keeper/keeper_test.go @@ -13,13 +13,13 @@ import ( "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - "github.com/babylonchain/babylon/x/btcstaking/keeper" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/keeper" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) var ( diff --git a/x/btcstaking/keeper/msg_server.go b/x/btcstaking/keeper/msg_server.go index 2a97b6662..a1617d9ed 100644 --- a/x/btcstaking/keeper/msg_server.go +++ b/x/btcstaking/keeper/msg_server.go @@ -8,9 +8,9 @@ import ( errorsmod "cosmossdk.io/errors" sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/btcstaking" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/btcstaking" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/btcutil" "github.com/btcsuite/btcd/wire" diff --git a/x/btcstaking/keeper/msg_server_test.go b/x/btcstaking/keeper/msg_server_test.go index 5038d7d58..24d2b2cec 100644 --- a/x/btcstaking/keeper/msg_server_test.go +++ b/x/btcstaking/keeper/msg_server_test.go @@ -17,13 +17,13 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - "github.com/babylonchain/babylon/x/btcstaking/keeper" - "github.com/babylonchain/babylon/x/btcstaking/types" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/keeper" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) func FuzzMsgCreateFinalityProvider(f *testing.F) { diff --git a/x/btcstaking/keeper/params.go b/x/btcstaking/keeper/params.go index 4a9978c7a..0f47ba169 100644 --- a/x/btcstaking/keeper/params.go +++ b/x/btcstaking/keeper/params.go @@ -7,7 +7,7 @@ import ( "cosmossdk.io/math" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/cosmos/cosmos-sdk/runtime" ) diff --git a/x/btcstaking/keeper/params_test.go b/x/btcstaking/keeper/params_test.go index 18056c153..58f8500f4 100644 --- a/x/btcstaking/keeper/params_test.go +++ b/x/btcstaking/keeper/params_test.go @@ -5,9 +5,9 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/btcstaking/keeper/power_dist_change.go b/x/btcstaking/keeper/power_dist_change.go index 0d6aa3e2c..bde774ce7 100644 --- a/x/btcstaking/keeper/power_dist_change.go +++ b/x/btcstaking/keeper/power_dist_change.go @@ -10,8 +10,8 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) /* power distribution update */ diff --git a/x/btcstaking/keeper/power_dist_change_test.go b/x/btcstaking/keeper/power_dist_change_test.go index da4ec9502..65320c5df 100644 --- a/x/btcstaking/keeper/power_dist_change_test.go +++ b/x/btcstaking/keeper/power_dist_change_test.go @@ -4,9 +4,9 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" diff --git a/x/btcstaking/keeper/query.go b/x/btcstaking/keeper/query.go index 7a46601f8..ae817f28f 100644 --- a/x/btcstaking/keeper/query.go +++ b/x/btcstaking/keeper/query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/btcstaking/keeper/query_params.go b/x/btcstaking/keeper/query_params.go index 51e391d52..eed444b02 100644 --- a/x/btcstaking/keeper/query_params.go +++ b/x/btcstaking/keeper/query_params.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/x/btcstaking/keeper/query_params_test.go b/x/btcstaking/keeper/query_params_test.go index fefd0ae45..6d0239d0b 100644 --- a/x/btcstaking/keeper/query_params_test.go +++ b/x/btcstaking/keeper/query_params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/btcstaking/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/btcstaking/keeper/voting_power_table.go b/x/btcstaking/keeper/voting_power_table.go index 7b5297c5e..f7abc715b 100644 --- a/x/btcstaking/keeper/voting_power_table.go +++ b/x/btcstaking/keeper/voting_power_table.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" "cosmossdk.io/store/prefix" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btcstaking/keeper/voting_power_table_test.go b/x/btcstaking/keeper/voting_power_table_test.go index 82ac32e6d..a8c743afe 100644 --- a/x/btcstaking/keeper/voting_power_table_test.go +++ b/x/btcstaking/keeper/voting_power_table_test.go @@ -5,9 +5,9 @@ import ( "sort" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) diff --git a/x/btcstaking/module.go b/x/btcstaking/module.go index a415eee5a..e8e431b76 100644 --- a/x/btcstaking/module.go +++ b/x/btcstaking/module.go @@ -11,9 +11,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/babylonchain/babylon/x/btcstaking/client/cli" - "github.com/babylonchain/babylon/x/btcstaking/keeper" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/client/cli" + "github.com/babylonlabs-io/babylon/x/btcstaking/keeper" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/btcstaking/types/btc_delegation.go b/x/btcstaking/types/btc_delegation.go index 66a621751..b17ef18ee 100644 --- a/x/btcstaking/types/btc_delegation.go +++ b/x/btcstaking/types/btc_delegation.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/btcstaking" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - bbn "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/btcstaking" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/btcec/v2/schnorr" "github.com/btcsuite/btcd/btcutil" diff --git a/x/btcstaking/types/btc_delegation_test.go b/x/btcstaking/types/btc_delegation_test.go index c2b53094c..a97535c43 100644 --- a/x/btcstaking/types/btc_delegation_test.go +++ b/x/btcstaking/types/btc_delegation_test.go @@ -5,15 +5,15 @@ import ( "testing" sdkmath "cosmossdk.io/math" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/chaincfg" "github.com/stretchr/testify/require" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - btctest "github.com/babylonchain/babylon/testutil/bitcoin" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/x/btcstaking/types" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + btctest "github.com/babylonlabs-io/babylon/testutil/bitcoin" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) func FuzzBTCDelegation(f *testing.F) { diff --git a/x/btcstaking/types/btc_slashing_tx.go b/x/btcstaking/types/btc_slashing_tx.go index e6c249d63..2bd135905 100644 --- a/x/btcstaking/types/btc_slashing_tx.go +++ b/x/btcstaking/types/btc_slashing_tx.go @@ -10,9 +10,9 @@ import ( "github.com/btcsuite/btcd/chaincfg/chainhash" "github.com/btcsuite/btcd/wire" - "github.com/babylonchain/babylon/btcstaking" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - bbn "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/btcstaking" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + bbn "github.com/babylonlabs-io/babylon/types" ) type BTCSlashingTx []byte diff --git a/x/btcstaking/types/btc_slashing_tx_test.go b/x/btcstaking/types/btc_slashing_tx_test.go index adee66e84..aa90099ad 100644 --- a/x/btcstaking/types/btc_slashing_tx_test.go +++ b/x/btcstaking/types/btc_slashing_tx_test.go @@ -5,11 +5,11 @@ import ( "testing" sdkmath "cosmossdk.io/math" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - btctest "github.com/babylonchain/babylon/testutil/bitcoin" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + btctest "github.com/babylonlabs-io/babylon/testutil/bitcoin" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/btcsuite/btcd/chaincfg" "github.com/stretchr/testify/require" ) diff --git a/x/btcstaking/types/btc_undelegation.go b/x/btcstaking/types/btc_undelegation.go index fdbee5495..177bcbf0e 100644 --- a/x/btcstaking/types/btc_undelegation.go +++ b/x/btcstaking/types/btc_undelegation.go @@ -1,8 +1,8 @@ package types import ( - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - bbn "github.com/babylonchain/babylon/types" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + bbn "github.com/babylonlabs-io/babylon/types" ) func (ud *BTCUndelegation) HasCovenantQuorumOnSlashing(quorum uint32) bool { diff --git a/x/btcstaking/types/btc_undelegation_test.go b/x/btcstaking/types/btc_undelegation_test.go index 1306184d0..75b72c7bf 100644 --- a/x/btcstaking/types/btc_undelegation_test.go +++ b/x/btcstaking/types/btc_undelegation_test.go @@ -5,11 +5,11 @@ import ( "testing" sdkmath "cosmossdk.io/math" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - btctest "github.com/babylonchain/babylon/testutil/bitcoin" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + btctest "github.com/babylonlabs-io/babylon/testutil/bitcoin" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/btcsuite/btcd/chaincfg" "github.com/stretchr/testify/require" ) diff --git a/x/btcstaking/types/btcstaking.go b/x/btcstaking/types/btcstaking.go index 8f22d7838..f907537f2 100644 --- a/x/btcstaking/types/btcstaking.go +++ b/x/btcstaking/types/btcstaking.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - asig "github.com/babylonchain/babylon/crypto/schnorr-adaptor-signature" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" + asig "github.com/babylonlabs-io/babylon/crypto/schnorr-adaptor-signature" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" ) func (fp *FinalityProvider) IsSlashed() bool { diff --git a/x/btcstaking/types/btcstaking.pb.go b/x/btcstaking/types/btcstaking.pb.go index 5fd7ae838..09e42a299 100644 --- a/x/btcstaking/types/btcstaking.pb.go +++ b/x/btcstaking/types/btcstaking.pb.go @@ -6,7 +6,7 @@ package types import ( cosmossdk_io_math "cosmossdk.io/math" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/cosmos-proto" types "github.com/cosmos/cosmos-sdk/x/staking/types" _ "github.com/cosmos/gogoproto/gogoproto" @@ -78,7 +78,7 @@ type FinalityProvider struct { Commission *cosmossdk_io_math.LegacyDec `protobuf:"bytes,3,opt,name=commission,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"commission,omitempty"` // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - BtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,4,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` + BtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,4,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` // pop is the proof of possession of the btc_pk, where the BTC // private key signs the bech32 bbn addr of the finality provider. Pop *ProofOfPossessionBTC `protobuf:"bytes,5,opt,name=pop,proto3" json:"pop,omitempty"` @@ -173,7 +173,7 @@ func (m *FinalityProvider) GetSluggish() bool { type FinalityProviderWithMeta struct { // btc_pk is the Bitcoin secp256k1 PK of thisfinality provider // the PK follows encoding in BIP-340 spec - BtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` + BtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` // height is the queried Babylon height Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` // voting_power is the voting power of this finality provider at the given height @@ -264,14 +264,14 @@ type BTCDelegation struct { StakerAddr string `protobuf:"bytes,1,opt,name=staker_addr,json=stakerAddr,proto3" json:"staker_addr,omitempty"` // btc_pk is the Bitcoin secp256k1 PK of this BTC delegation // the PK follows encoding in BIP-340 spec - BtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` + BtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` // pop is the proof of possession of babylon_pk and btc_pk Pop *ProofOfPossessionBTC `protobuf:"bytes,3,opt,name=pop,proto3" json:"pop,omitempty"` // fp_btc_pk_list is the list of BIP-340 PKs of the finality providers that // this BTC delegation delegates to // If there is more than 1 PKs, then this means the delegation is restaked // to multiple finality providers - FpBtcPkList []github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,4,rep,name=fp_btc_pk_list,json=fpBtcPkList,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk_list,omitempty"` + FpBtcPkList []github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,4,rep,name=fp_btc_pk_list,json=fpBtcPkList,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk_list,omitempty"` // start_height is the start BTC height of the BTC delegation // it is the start BTC height of the timelock StartHeight uint64 `protobuf:"varint,5,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` @@ -292,7 +292,7 @@ type BTCDelegation struct { // delegator_sig is the signature on the slashing tx // by the delegator (i.e., SK corresponding to btc_pk). // It will be a part of the witness for the staking tx output. - DelegatorSig *github_com_babylonchain_babylon_types.BIP340Signature `protobuf:"bytes,11,opt,name=delegator_sig,json=delegatorSig,proto3,customtype=github.com/babylonchain/babylon/types.BIP340Signature" json:"delegator_sig,omitempty"` + DelegatorSig *github_com_babylonlabs_io_babylon_types.BIP340Signature `protobuf:"bytes,11,opt,name=delegator_sig,json=delegatorSig,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340Signature" json:"delegator_sig,omitempty"` // covenant_sigs is a list of adaptor signatures on the slashing tx // by each covenant member // It will be a part of the witness for the staking tx output. @@ -431,11 +431,11 @@ type BTCUndelegation struct { // It effectively proves that the delegator wants to unbond and thus // Babylon will consider this BTC delegation unbonded. Delegator's BTC // on Bitcoin will be unbonded after timelock - DelegatorUnbondingSig *github_com_babylonchain_babylon_types.BIP340Signature `protobuf:"bytes,3,opt,name=delegator_unbonding_sig,json=delegatorUnbondingSig,proto3,customtype=github.com/babylonchain/babylon/types.BIP340Signature" json:"delegator_unbonding_sig,omitempty"` + DelegatorUnbondingSig *github_com_babylonlabs_io_babylon_types.BIP340Signature `protobuf:"bytes,3,opt,name=delegator_unbonding_sig,json=delegatorUnbondingSig,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340Signature" json:"delegator_unbonding_sig,omitempty"` // delegator_slashing_sig is the signature on the slashing tx // by the delegator (i.e., SK corresponding to btc_pk). // It will be a part of the witness for the unbonding tx output. - DelegatorSlashingSig *github_com_babylonchain_babylon_types.BIP340Signature `protobuf:"bytes,4,opt,name=delegator_slashing_sig,json=delegatorSlashingSig,proto3,customtype=github.com/babylonchain/babylon/types.BIP340Signature" json:"delegator_slashing_sig,omitempty"` + DelegatorSlashingSig *github_com_babylonlabs_io_babylon_types.BIP340Signature `protobuf:"bytes,4,opt,name=delegator_slashing_sig,json=delegatorSlashingSig,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340Signature" json:"delegator_slashing_sig,omitempty"` // covenant_slashing_sigs is a list of adaptor signatures on the slashing tx // by each covenant member // It will be a part of the witness for the staking tx output. @@ -592,8 +592,8 @@ func (m *BTCDelegatorDelegationIndex) GetStakingTxHashList() [][]byte { // SignatureInfo is a BIP-340 signature together with its signer's BIP-340 PK type SignatureInfo struct { - Pk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=pk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"pk,omitempty"` - Sig *github_com_babylonchain_babylon_types.BIP340Signature `protobuf:"bytes,2,opt,name=sig,proto3,customtype=github.com/babylonchain/babylon/types.BIP340Signature" json:"sig,omitempty"` + Pk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=pk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"pk,omitempty"` + Sig *github_com_babylonlabs_io_babylon_types.BIP340Signature `protobuf:"bytes,2,opt,name=sig,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340Signature" json:"sig,omitempty"` } func (m *SignatureInfo) Reset() { *m = SignatureInfo{} } @@ -633,7 +633,7 @@ var xxx_messageInfo_SignatureInfo proto.InternalMessageInfo // covenant with different finality provider's public keys as encryption keys type CovenantAdaptorSignatures struct { // cov_pk is the public key of the covenant emulator, used as the public key of the adaptor signature - CovPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=cov_pk,json=covPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"cov_pk,omitempty"` + CovPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=cov_pk,json=covPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"cov_pk,omitempty"` // adaptor_sigs is a list of adaptor signatures, each encrypted by a restaked BTC finality provider's public key AdaptorSigs [][]byte `protobuf:"bytes,2,rep,name=adaptor_sigs,json=adaptorSigs,proto3" json:"adaptor_sigs,omitempty"` } @@ -690,7 +690,7 @@ type SelectiveSlashingEvidence struct { StakingTxHash string `protobuf:"bytes,1,opt,name=staking_tx_hash,json=stakingTxHash,proto3" json:"staking_tx_hash,omitempty"` // fp_btc_pk is the BTC PK of the finality provider who // launches the selective slashing offence - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // recovered_fp_btc_sk is the finality provider's BTC SK recovered from // the covenant adaptor/Schnorr signature pair. It is the consequence // of selective slashing. @@ -762,83 +762,83 @@ func init() { } var fileDescriptor_3851ae95ccfaf7db = []byte{ - // 1210 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x4f, 0x6f, 0x13, 0xc7, - 0x1b, 0xce, 0xda, 0x8e, 0x93, 0xbc, 0xb6, 0x89, 0x19, 0x42, 0x58, 0x12, 0xfd, 0x12, 0xff, 0x5c, - 0x8a, 0xac, 0x96, 0xd8, 0x10, 0x68, 0x55, 0x0e, 0x3d, 0xc4, 0x71, 0x28, 0x11, 0x10, 0xdc, 0xb5, - 0x43, 0xd5, 0x56, 0xea, 0x6a, 0xbc, 0x3b, 0x59, 0x8f, 0x6c, 0xef, 0x6c, 0x77, 0xc6, 0xae, 0xf3, - 0x21, 0x2a, 0xf5, 0xda, 0x3b, 0x1f, 0x81, 0xcf, 0x50, 0xf5, 0x88, 0x38, 0x55, 0x39, 0x44, 0x15, - 0xf4, 0xda, 0xef, 0x50, 0xcd, 0xec, 0x7a, 0x77, 0x9d, 0x12, 0x0a, 0x98, 0x9b, 0xe7, 0xfd, 0xf7, - 0xbc, 0xf3, 0x3e, 0x8f, 0xdf, 0x59, 0xb8, 0xde, 0xc1, 0x9d, 0xe3, 0x3e, 0x73, 0x6b, 0x1d, 0x61, - 0x71, 0x81, 0x7b, 0xd4, 0x75, 0x6a, 0xa3, 0x5b, 0x89, 0x53, 0xd5, 0xf3, 0x99, 0x60, 0xe8, 0x72, - 0x18, 0x57, 0x4d, 0x78, 0x46, 0xb7, 0xd6, 0x56, 0x1c, 0xe6, 0x30, 0x15, 0x51, 0x93, 0xbf, 0x82, - 0xe0, 0xb5, 0xab, 0x16, 0xe3, 0x03, 0xc6, 0xcd, 0xc0, 0x11, 0x1c, 0x42, 0xd7, 0xb5, 0xe0, 0x54, - 0x8b, 0xb1, 0x3a, 0x44, 0xe0, 0x5b, 0xb5, 0x29, 0xb4, 0xb5, 0xcd, 0xd7, 0x77, 0xe5, 0x31, 0x2f, - 0x08, 0x28, 0xff, 0x95, 0x86, 0xe2, 0x3d, 0xea, 0xe2, 0x3e, 0x15, 0xc7, 0x4d, 0x9f, 0x8d, 0xa8, - 0x4d, 0x7c, 0x74, 0x03, 0x32, 0xd8, 0xb6, 0x7d, 0x5d, 0x2b, 0x69, 0x95, 0xa5, 0xba, 0xfe, 0xe2, - 0xd9, 0xd6, 0x4a, 0x88, 0xbd, 0x63, 0xdb, 0x3e, 0xe1, 0xbc, 0x25, 0x7c, 0xea, 0x3a, 0x86, 0x8a, - 0x42, 0x7b, 0x90, 0xb3, 0x09, 0xb7, 0x7c, 0xea, 0x09, 0xca, 0x5c, 0x3d, 0x55, 0xd2, 0x2a, 0xb9, - 0xed, 0x8f, 0xaa, 0x61, 0x46, 0x7c, 0x47, 0xd5, 0x5f, 0xb5, 0x11, 0x87, 0x1a, 0xc9, 0x3c, 0xf4, - 0x08, 0xc0, 0x62, 0x83, 0x01, 0xe5, 0x5c, 0x56, 0x49, 0x2b, 0xe8, 0xad, 0x93, 0xd3, 0xcd, 0xf5, - 0xa0, 0x10, 0xb7, 0x7b, 0x55, 0xca, 0x6a, 0x03, 0x2c, 0xba, 0xd5, 0x87, 0xc4, 0xc1, 0xd6, 0x71, - 0x83, 0x58, 0x2f, 0x9e, 0x6d, 0x41, 0x88, 0xd3, 0x20, 0x96, 0x91, 0x28, 0x80, 0x1e, 0x41, 0xb6, - 0x23, 0x2c, 0xd3, 0xeb, 0xe9, 0x99, 0x92, 0x56, 0xc9, 0xd7, 0x3f, 0x3f, 0x39, 0xdd, 0xdc, 0x76, - 0xa8, 0xe8, 0x0e, 0x3b, 0x55, 0x8b, 0x0d, 0x6a, 0xe1, 0x60, 0xac, 0x2e, 0xa6, 0xee, 0xe4, 0x50, - 0x13, 0xc7, 0x1e, 0xe1, 0xd5, 0xfa, 0x7e, 0xf3, 0xf6, 0x9d, 0x9b, 0xcd, 0x61, 0xe7, 0x01, 0x39, - 0x36, 0xe6, 0x3b, 0xc2, 0x6a, 0xf6, 0xd0, 0x97, 0x90, 0xf6, 0x98, 0xa7, 0xcf, 0xab, 0xcb, 0x7d, - 0x5a, 0x7d, 0x2d, 0x89, 0xd5, 0xa6, 0xcf, 0xd8, 0xd1, 0xe3, 0xa3, 0x26, 0xe3, 0x9c, 0xa8, 0x2e, - 0xea, 0xed, 0x5d, 0x43, 0xe6, 0xa1, 0x3b, 0xb0, 0xca, 0xfb, 0x98, 0x77, 0x89, 0x6d, 0x86, 0xa9, - 0x66, 0x97, 0x50, 0xa7, 0x2b, 0xf4, 0x6c, 0x49, 0xab, 0x64, 0x8c, 0x95, 0xd0, 0x5b, 0x0f, 0x9c, - 0xf7, 0x95, 0x0f, 0xdd, 0x00, 0x14, 0x65, 0x09, 0x6b, 0x92, 0xb1, 0xa0, 0x32, 0x8a, 0x93, 0x0c, - 0x61, 0x85, 0xd1, 0x6b, 0xb0, 0xc8, 0xfb, 0x43, 0xc7, 0xa1, 0xbc, 0xab, 0x2f, 0x96, 0xb4, 0xca, - 0xa2, 0x11, 0x9d, 0xcb, 0x4f, 0x53, 0xa0, 0x9f, 0xa5, 0xf9, 0x1b, 0x2a, 0xba, 0x8f, 0x88, 0xc0, - 0x89, 0x51, 0x69, 0x1f, 0x62, 0x54, 0xab, 0x90, 0x0d, 0x3b, 0x4d, 0xa9, 0x4e, 0xc3, 0x13, 0xfa, - 0x3f, 0xe4, 0x47, 0x4c, 0x50, 0xd7, 0x31, 0x3d, 0xf6, 0x13, 0xf1, 0x15, 0xc5, 0x19, 0x23, 0x17, - 0xd8, 0x9a, 0xd2, 0xf4, 0x86, 0x31, 0x65, 0xde, 0x79, 0x4c, 0xf3, 0x6f, 0x31, 0xa6, 0xec, 0x99, - 0x31, 0xfd, 0x9d, 0x85, 0x42, 0xbd, 0xbd, 0xdb, 0x20, 0x7d, 0xe2, 0x60, 0xa5, 0xca, 0xbb, 0x90, - 0x93, 0x04, 0x13, 0xdf, 0x7c, 0xab, 0x7f, 0x04, 0x04, 0xc1, 0xd2, 0x98, 0x18, 0x6b, 0xea, 0x03, - 0x2a, 0x30, 0xfd, 0x9e, 0x0a, 0xfc, 0x1e, 0x2e, 0x1c, 0x79, 0x66, 0xd0, 0x90, 0xd9, 0xa7, 0x5c, - 0x8e, 0x34, 0x3d, 0x43, 0x57, 0xb9, 0x23, 0xaf, 0x2e, 0xfb, 0x7a, 0x48, 0xb9, 0xa2, 0x96, 0x0b, - 0xec, 0x8b, 0xe9, 0xd9, 0xe7, 0x94, 0x2d, 0x1c, 0xfb, 0xff, 0x00, 0x88, 0x6b, 0x4f, 0xab, 0x7e, - 0x89, 0xb8, 0x76, 0xe8, 0x5e, 0x87, 0x25, 0xc1, 0x04, 0xee, 0x9b, 0x1c, 0x4f, 0x14, 0xbe, 0xa8, - 0x0c, 0x2d, 0xac, 0x72, 0xc3, 0x3b, 0x9a, 0x62, 0xac, 0xb4, 0x9d, 0x37, 0x96, 0x42, 0x4b, 0x7b, - 0xac, 0xf8, 0x0f, 0xdd, 0x6c, 0x28, 0xbc, 0xa1, 0x30, 0xa9, 0x3d, 0xd6, 0x97, 0x4a, 0x5a, 0xa5, - 0x60, 0x14, 0x43, 0xcf, 0x63, 0xe5, 0xd8, 0xb7, 0xc7, 0x68, 0x1b, 0x72, 0x4a, 0x13, 0x61, 0x35, - 0x50, 0xdc, 0x5c, 0x3c, 0x39, 0xdd, 0x94, 0xcc, 0xb7, 0x42, 0x4f, 0x7b, 0x6c, 0x00, 0x8f, 0x7e, - 0xa3, 0x1f, 0xa0, 0x60, 0x07, 0x9a, 0x60, 0xbe, 0xc9, 0xa9, 0xa3, 0xe7, 0x54, 0xd6, 0xdd, 0x93, - 0xd3, 0xcd, 0xcf, 0xde, 0x65, 0x76, 0x2d, 0xea, 0xb8, 0x58, 0x0c, 0x7d, 0x62, 0xe4, 0xa3, 0x7a, - 0x2d, 0xea, 0xa0, 0x43, 0x28, 0x58, 0x6c, 0x44, 0x5c, 0xec, 0x0a, 0x59, 0x9e, 0xeb, 0xf9, 0x52, - 0xba, 0x92, 0xdb, 0xbe, 0x79, 0x0e, 0xcb, 0xbb, 0x61, 0xec, 0x8e, 0x8d, 0xbd, 0xa0, 0x42, 0x50, - 0x95, 0x1b, 0xf9, 0x49, 0x99, 0x16, 0x75, 0x38, 0xfa, 0x18, 0x2e, 0x0c, 0xdd, 0x0e, 0x73, 0x6d, - 0x75, 0x57, 0x3a, 0x20, 0x7a, 0x41, 0x0d, 0xa5, 0x10, 0x59, 0xdb, 0x74, 0x40, 0xd0, 0xd7, 0x50, - 0x94, 0xba, 0x18, 0xba, 0x76, 0xa4, 0x7b, 0xfd, 0x82, 0x92, 0xd9, 0xf5, 0x73, 0x1a, 0xa8, 0xb7, - 0x77, 0x0f, 0x13, 0xd1, 0xc6, 0x72, 0x47, 0x58, 0x49, 0x83, 0x44, 0xf6, 0xb0, 0x8f, 0x07, 0xdc, - 0x1c, 0x11, 0x5f, 0x2d, 0xf4, 0xe5, 0x00, 0x39, 0xb0, 0x3e, 0x09, 0x8c, 0xe5, 0x5f, 0x33, 0xb0, - 0x7c, 0xa6, 0x96, 0xd4, 0x52, 0xa2, 0xe9, 0x71, 0xb0, 0x93, 0x8c, 0x5c, 0xdc, 0xf2, 0xbf, 0x28, - 0x4c, 0xbd, 0x0d, 0x85, 0x3f, 0xc2, 0x95, 0x98, 0xc2, 0x18, 0x40, 0x92, 0x99, 0x9e, 0x95, 0xcc, - 0xcb, 0x51, 0xe5, 0xc3, 0x49, 0x61, 0xc9, 0x2a, 0x83, 0xd5, 0x84, 0x6a, 0x26, 0x0d, 0x4b, 0xc4, - 0xcc, 0xac, 0x88, 0x2b, 0xb1, 0x7c, 0xc2, 0xba, 0x12, 0xf0, 0x08, 0x56, 0x63, 0x19, 0x25, 0xf0, - 0xb8, 0x3e, 0xff, 0x9e, 0x7a, 0x5a, 0x89, 0xf4, 0x14, 0xc3, 0x70, 0x64, 0xc1, 0x7a, 0x84, 0x33, - 0x35, 0xca, 0x60, 0xb1, 0x64, 0x15, 0xd8, 0xb5, 0x73, 0xc0, 0xa2, 0xea, 0xfb, 0xee, 0x11, 0x33, - 0xf4, 0x49, 0xa1, 0xe4, 0xe4, 0xe4, 0x4e, 0x29, 0xb7, 0xe0, 0x4a, 0xbc, 0x8a, 0x99, 0x1f, 0xef, - 0x64, 0x8e, 0xbe, 0x80, 0x8c, 0x4d, 0xfa, 0x5c, 0xd7, 0xde, 0x08, 0x34, 0xb5, 0xc8, 0x0d, 0x95, - 0x51, 0x3e, 0x80, 0xf5, 0xd7, 0x17, 0xdd, 0x77, 0x6d, 0x32, 0x46, 0x35, 0x58, 0x89, 0x17, 0x8d, - 0xd9, 0xc5, 0xbc, 0x1b, 0xdc, 0x48, 0x02, 0xe5, 0x8d, 0x8b, 0xd1, 0xca, 0xb9, 0x8f, 0x79, 0x57, - 0x35, 0xf9, 0x54, 0x83, 0xc2, 0xd4, 0x85, 0xd0, 0x3d, 0x48, 0xcd, 0xfc, 0x90, 0xa6, 0xbc, 0x1e, - 0x7a, 0x00, 0x69, 0xa9, 0x94, 0xd4, 0xac, 0x4a, 0x91, 0x55, 0xca, 0x3f, 0x6b, 0x70, 0xf5, 0x5c, - 0x92, 0xe5, 0x43, 0x65, 0xb1, 0xd1, 0x07, 0x78, 0xff, 0x2d, 0x36, 0x6a, 0xf6, 0xe4, 0x1f, 0x18, - 0x07, 0x18, 0x81, 0xf6, 0x52, 0x6a, 0x78, 0x39, 0x1c, 0xe1, 0xf2, 0xf2, 0x6f, 0x1a, 0x5c, 0x6d, - 0x91, 0x3e, 0xb1, 0x04, 0x1d, 0x91, 0x89, 0xb4, 0xf6, 0xe4, 0x57, 0x89, 0x6b, 0x11, 0x74, 0x1d, - 0x96, 0xcf, 0xb0, 0x10, 0xbc, 0xbb, 0x46, 0x61, 0x8a, 0x00, 0x64, 0xc0, 0x52, 0xf4, 0xa4, 0xcd, - 0xf8, 0xc6, 0x2e, 0x84, 0xaf, 0x19, 0xda, 0x82, 0x4b, 0x3e, 0x91, 0x9a, 0xf4, 0x89, 0x6d, 0x86, - 0xd5, 0x79, 0x2f, 0x58, 0x11, 0x46, 0x31, 0x72, 0xdd, 0x93, 0xe1, 0xad, 0xde, 0x27, 0x7b, 0x70, - 0x69, 0x4a, 0x66, 0x2d, 0x81, 0xc5, 0x90, 0xa3, 0x1c, 0x2c, 0x34, 0xf7, 0x0e, 0x1a, 0xfb, 0x07, - 0x5f, 0x15, 0xe7, 0x10, 0x40, 0x76, 0x67, 0xb7, 0xbd, 0xff, 0x64, 0xaf, 0xa8, 0xa1, 0x3c, 0x2c, - 0x1e, 0x1e, 0xd4, 0x1f, 0x1f, 0x34, 0xf6, 0x1a, 0xc5, 0x14, 0x5a, 0x80, 0xf4, 0xce, 0xc1, 0xb7, - 0xc5, 0x74, 0xfd, 0xe1, 0xef, 0x2f, 0x37, 0xb4, 0xe7, 0x2f, 0x37, 0xb4, 0x3f, 0x5f, 0x6e, 0x68, - 0xbf, 0xbc, 0xda, 0x98, 0x7b, 0xfe, 0x6a, 0x63, 0xee, 0x8f, 0x57, 0x1b, 0x73, 0xdf, 0xfd, 0xe7, - 0x65, 0xc6, 0xc9, 0x4f, 0x7b, 0x75, 0xb3, 0x4e, 0x56, 0x7d, 0xda, 0xdf, 0xfe, 0x27, 0x00, 0x00, - 0xff, 0xff, 0xbf, 0xab, 0xbe, 0x1d, 0x93, 0x0c, 0x00, 0x00, + // 1213 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdf, 0x6e, 0x1a, 0xc7, + 0x17, 0xf6, 0x02, 0xc6, 0xf6, 0x01, 0x62, 0x32, 0x71, 0x9c, 0x8d, 0xad, 0x9f, 0xcd, 0x8f, 0xa6, + 0x11, 0x6a, 0x63, 0xc8, 0x3f, 0xa9, 0xa9, 0xaa, 0x5e, 0x18, 0xe3, 0x34, 0x56, 0x13, 0x4c, 0x17, + 0x9c, 0xaa, 0x95, 0xaa, 0xed, 0xb0, 0x3b, 0x2c, 0x23, 0x60, 0x67, 0xbb, 0x33, 0x50, 0xfc, 0x14, + 0xed, 0x0b, 0xf4, 0xb6, 0xea, 0x03, 0xe4, 0x21, 0x72, 0x19, 0xe5, 0xaa, 0xf2, 0x85, 0x55, 0x25, + 0x52, 0x5f, 0xa0, 0x2f, 0x50, 0xcd, 0xec, 0xb2, 0x2c, 0xae, 0x1d, 0x39, 0xb1, 0xef, 0x98, 0xf3, + 0xef, 0x3b, 0x73, 0xbe, 0x8f, 0x33, 0x0b, 0xb7, 0xdb, 0xb8, 0x7d, 0xd8, 0x67, 0x6e, 0xa5, 0x2d, + 0x2c, 0x2e, 0x70, 0x8f, 0xba, 0x4e, 0x65, 0x74, 0x2f, 0x76, 0x2a, 0x7b, 0x3e, 0x13, 0x0c, 0x5d, + 0x0f, 0xe3, 0xca, 0x31, 0xcf, 0xe8, 0xde, 0xda, 0x8a, 0xc3, 0x1c, 0xa6, 0x22, 0x2a, 0xf2, 0x57, + 0x10, 0xbc, 0x76, 0xd3, 0x62, 0x7c, 0xc0, 0xb8, 0x19, 0x38, 0x82, 0x43, 0xe8, 0xba, 0x15, 0x9c, + 0x2a, 0x53, 0xac, 0x36, 0x11, 0xf8, 0x5e, 0x65, 0x06, 0x6d, 0x6d, 0xf3, 0xf4, 0xae, 0x3c, 0xe6, + 0x05, 0x01, 0xc5, 0xbf, 0x93, 0x90, 0x7f, 0x4c, 0x5d, 0xdc, 0xa7, 0xe2, 0xb0, 0xe1, 0xb3, 0x11, + 0xb5, 0x89, 0x8f, 0xee, 0x40, 0x0a, 0xdb, 0xb6, 0xaf, 0x6b, 0x05, 0xad, 0xb4, 0x54, 0xd5, 0x5f, + 0xbf, 0xd8, 0x5a, 0x09, 0xb1, 0xb7, 0x6d, 0xdb, 0x27, 0x9c, 0x37, 0x85, 0x4f, 0x5d, 0xc7, 0x50, + 0x51, 0x68, 0x17, 0x32, 0x36, 0xe1, 0x96, 0x4f, 0x3d, 0x41, 0x99, 0xab, 0x27, 0x0a, 0x5a, 0x29, + 0x73, 0xff, 0xa3, 0x72, 0x98, 0x31, 0xbd, 0xa3, 0xea, 0xaf, 0x5c, 0x9b, 0x86, 0x1a, 0xf1, 0x3c, + 0xf4, 0x0c, 0xc0, 0x62, 0x83, 0x01, 0xe5, 0x5c, 0x56, 0x49, 0x2a, 0xe8, 0xad, 0xa3, 0xe3, 0xcd, + 0xf5, 0xa0, 0x10, 0xb7, 0x7b, 0x65, 0xca, 0x2a, 0x03, 0x2c, 0xba, 0xe5, 0xa7, 0xc4, 0xc1, 0xd6, + 0x61, 0x8d, 0x58, 0xaf, 0x5f, 0x6c, 0x41, 0x88, 0x53, 0x23, 0x96, 0x11, 0x2b, 0x80, 0xf6, 0x21, + 0xdd, 0x16, 0x96, 0xe9, 0xf5, 0xf4, 0x54, 0x41, 0x2b, 0x65, 0xab, 0x8f, 0x8e, 0x8e, 0x37, 0x1f, + 0x3a, 0x54, 0x74, 0x87, 0xed, 0xb2, 0xc5, 0x06, 0x95, 0x70, 0x30, 0x7d, 0xdc, 0xe6, 0x5b, 0x94, + 0x4d, 0x8e, 0x15, 0x71, 0xe8, 0x11, 0x5e, 0xae, 0xee, 0x35, 0x1e, 0x3c, 0xbc, 0xdb, 0x18, 0xb6, + 0xbf, 0x26, 0x87, 0xc6, 0x7c, 0x5b, 0x58, 0x8d, 0x1e, 0xfa, 0x12, 0x92, 0x1e, 0xf3, 0xf4, 0x79, + 0x75, 0xbd, 0x4f, 0xcb, 0xa7, 0xd2, 0x58, 0x6e, 0xf8, 0x8c, 0x75, 0xf6, 0x3b, 0x0d, 0xc6, 0x39, + 0x51, 0x7d, 0x54, 0x5b, 0x3b, 0x86, 0xcc, 0x43, 0x0f, 0x61, 0x95, 0xf7, 0x31, 0xef, 0x12, 0xdb, + 0x0c, 0x53, 0xcd, 0x2e, 0xa1, 0x4e, 0x57, 0xe8, 0xe9, 0x82, 0x56, 0x4a, 0x19, 0x2b, 0xa1, 0xb7, + 0x1a, 0x38, 0x9f, 0x28, 0x1f, 0xba, 0x03, 0x28, 0xca, 0x12, 0xd6, 0x24, 0x63, 0x41, 0x65, 0xe4, + 0x27, 0x19, 0xc2, 0x0a, 0xa3, 0xd7, 0x60, 0x91, 0xf7, 0x87, 0x8e, 0x43, 0x79, 0x57, 0x5f, 0x2c, + 0x68, 0xa5, 0x45, 0x23, 0x3a, 0x17, 0x7f, 0x4f, 0x80, 0x7e, 0x92, 0xe8, 0x6f, 0xa9, 0xe8, 0x3e, + 0x23, 0x02, 0xc7, 0x86, 0xa5, 0x5d, 0xce, 0xb0, 0x56, 0x21, 0x1d, 0xf6, 0x9a, 0x50, 0xbd, 0x86, + 0x27, 0xf4, 0x7f, 0xc8, 0x8e, 0x98, 0xa0, 0xae, 0x63, 0x7a, 0xec, 0x67, 0xe2, 0x2b, 0x9a, 0x53, + 0x46, 0x26, 0xb0, 0x35, 0xa4, 0xe9, 0x1d, 0x83, 0x4a, 0xbd, 0xf7, 0xa0, 0xe6, 0xcf, 0x31, 0xa8, + 0xf4, 0x89, 0x41, 0xfd, 0x93, 0x86, 0x5c, 0xb5, 0xb5, 0x53, 0x23, 0x7d, 0xe2, 0x60, 0xa5, 0xcc, + 0xcf, 0x21, 0x23, 0x29, 0x26, 0xbe, 0x79, 0xae, 0x7f, 0x05, 0x04, 0xc1, 0xd2, 0x18, 0x1b, 0x6c, + 0xe2, 0x52, 0x55, 0x98, 0xfc, 0x40, 0x15, 0xfe, 0x00, 0x57, 0x3a, 0x9e, 0x19, 0xb4, 0x64, 0xf6, + 0x29, 0x97, 0x43, 0x4d, 0x5e, 0xa8, 0xaf, 0x4c, 0xc7, 0xab, 0xca, 0xce, 0x9e, 0x52, 0xae, 0xe8, + 0xe5, 0x02, 0xfb, 0x62, 0x76, 0xfe, 0x19, 0x65, 0x0b, 0x47, 0xff, 0x3f, 0x00, 0xe2, 0xda, 0xb3, + 0xda, 0x5f, 0x22, 0xae, 0x1d, 0xba, 0xd7, 0x61, 0x49, 0x30, 0x81, 0xfb, 0x26, 0xc7, 0x13, 0x9d, + 0x2f, 0x2a, 0x43, 0x13, 0xab, 0xdc, 0xf0, 0x96, 0xa6, 0x18, 0x2b, 0x85, 0x67, 0x8d, 0xa5, 0xd0, + 0xd2, 0x1a, 0x2b, 0x0d, 0x84, 0x6e, 0x36, 0x14, 0xde, 0x50, 0x98, 0xd4, 0x1e, 0xeb, 0x4b, 0x05, + 0xad, 0x94, 0x33, 0xf2, 0xa1, 0x67, 0x5f, 0x39, 0xf6, 0xec, 0x31, 0xba, 0x0f, 0x19, 0xa5, 0x8b, + 0xb0, 0x1a, 0x28, 0x7e, 0xae, 0x1e, 0x1d, 0x6f, 0x4a, 0xf6, 0x9b, 0xa1, 0xa7, 0x35, 0x36, 0x80, + 0x47, 0xbf, 0xd1, 0x8f, 0x90, 0xb3, 0x03, 0x5d, 0x30, 0xdf, 0xe4, 0xd4, 0xd1, 0x33, 0x2a, 0xeb, + 0x8b, 0xa3, 0xe3, 0xcd, 0xcf, 0xde, 0x6f, 0x7a, 0x4d, 0xea, 0xb8, 0x58, 0x0c, 0x7d, 0x62, 0x64, + 0xa3, 0x8a, 0x4d, 0xea, 0xa0, 0x03, 0xc8, 0x59, 0x6c, 0x44, 0x5c, 0xec, 0x0a, 0x09, 0xc0, 0xf5, + 0x6c, 0x21, 0x59, 0xca, 0xdc, 0xbf, 0x7b, 0x06, 0xd3, 0x3b, 0x61, 0xec, 0xb6, 0x8d, 0xbd, 0xa0, + 0x42, 0x50, 0x95, 0x1b, 0xd9, 0x49, 0x99, 0x26, 0x75, 0x38, 0xfa, 0x18, 0xae, 0x0c, 0xdd, 0x36, + 0x73, 0x6d, 0x75, 0x5b, 0x3a, 0x20, 0x7a, 0x4e, 0x8d, 0x25, 0x17, 0x59, 0x5b, 0x74, 0x40, 0xd0, + 0x37, 0x90, 0x97, 0xda, 0x18, 0xba, 0x76, 0xa4, 0x7e, 0xfd, 0x8a, 0x92, 0xda, 0xed, 0x33, 0x1a, + 0xa8, 0xb6, 0x76, 0x0e, 0x62, 0xd1, 0xc6, 0x72, 0x5b, 0x58, 0x71, 0x83, 0x44, 0xf6, 0xb0, 0x8f, + 0x07, 0xdc, 0x1c, 0x11, 0x5f, 0xad, 0xf6, 0xe5, 0x00, 0x39, 0xb0, 0x3e, 0x0f, 0x8c, 0xc5, 0xdf, + 0x52, 0xb0, 0x7c, 0xa2, 0x96, 0x54, 0x53, 0xac, 0xe9, 0x71, 0xb0, 0x9b, 0x8c, 0xcc, 0xb4, 0xe5, + 0xff, 0x90, 0x98, 0x38, 0x0f, 0x89, 0x1c, 0x6e, 0x4c, 0x49, 0x9c, 0x02, 0x48, 0x3a, 0x93, 0x17, + 0xa7, 0xf3, 0x7a, 0x54, 0xfb, 0x60, 0x52, 0x5a, 0xf2, 0xfa, 0x13, 0xac, 0xc6, 0x94, 0x33, 0x69, + 0x59, 0x62, 0xa6, 0x2e, 0x8e, 0xb9, 0x32, 0x95, 0x50, 0x58, 0x59, 0x42, 0x76, 0x60, 0x75, 0x2a, + 0xa5, 0x18, 0x22, 0xd7, 0xe7, 0x3f, 0x50, 0x53, 0x2b, 0x91, 0xa6, 0xa6, 0x30, 0x1c, 0x59, 0xb0, + 0x1e, 0xe1, 0xcc, 0x8c, 0x33, 0x58, 0x30, 0x69, 0x05, 0x76, 0xeb, 0x0c, 0xb0, 0xa8, 0xfa, 0x9e, + 0xdb, 0x61, 0x86, 0x3e, 0x29, 0x14, 0x9f, 0x9d, 0xdc, 0x2c, 0xc5, 0x26, 0xdc, 0x98, 0x2e, 0x65, + 0xe6, 0x4f, 0xb7, 0x33, 0x47, 0x8f, 0x20, 0x65, 0x93, 0x3e, 0xd7, 0xb5, 0x77, 0x02, 0xcd, 0xac, + 0x74, 0x43, 0x65, 0x14, 0xeb, 0xb0, 0x7e, 0x7a, 0xd1, 0x3d, 0xd7, 0x26, 0x63, 0x54, 0x81, 0x95, + 0xe9, 0xba, 0x31, 0xbb, 0x98, 0x77, 0x83, 0x1b, 0x49, 0xa0, 0xac, 0x71, 0x35, 0x5a, 0x3c, 0x4f, + 0x30, 0xef, 0xaa, 0x26, 0xff, 0xd0, 0x20, 0x37, 0x73, 0x21, 0xf4, 0x04, 0x12, 0x97, 0xf0, 0xa8, + 0x26, 0xbc, 0x1e, 0x7a, 0x06, 0x49, 0xa9, 0x96, 0xc4, 0xc5, 0xd5, 0x22, 0xeb, 0x14, 0x7f, 0xd1, + 0xe0, 0xe6, 0x99, 0x44, 0xcb, 0x67, 0xcb, 0x62, 0xa3, 0x4b, 0xf9, 0x1e, 0xb0, 0xd8, 0xa8, 0xd1, + 0x93, 0x7f, 0x65, 0x1c, 0xa0, 0x04, 0x0a, 0x4c, 0xa8, 0x11, 0x66, 0x70, 0x84, 0xcc, 0x8b, 0x2f, + 0x35, 0xb8, 0xd9, 0x24, 0x7d, 0x62, 0x09, 0x3a, 0x22, 0x13, 0x81, 0xed, 0xca, 0xef, 0x14, 0xd7, + 0x22, 0xe8, 0x36, 0x2c, 0x9f, 0xe0, 0x22, 0x78, 0x87, 0x8d, 0xdc, 0x0c, 0x0d, 0xa8, 0x05, 0x4b, + 0xd1, 0x03, 0x77, 0xe1, 0x37, 0x77, 0x21, 0x7c, 0xdb, 0xd0, 0x16, 0x5c, 0xf3, 0x89, 0xd4, 0xa6, + 0x4f, 0x6c, 0x33, 0xac, 0xcf, 0x7b, 0xc1, 0xba, 0x30, 0xf2, 0x91, 0xeb, 0xb1, 0x0c, 0x6f, 0xf6, + 0x3e, 0xd9, 0x85, 0x6b, 0x33, 0x72, 0x6b, 0x0a, 0x2c, 0x86, 0x1c, 0x65, 0x60, 0xa1, 0xb1, 0x5b, + 0xaf, 0xed, 0xd5, 0xbf, 0xca, 0xcf, 0x21, 0x80, 0xf4, 0xf6, 0x4e, 0x6b, 0xef, 0xf9, 0x6e, 0x5e, + 0x43, 0x59, 0x58, 0x3c, 0xa8, 0x57, 0xf7, 0xeb, 0xb5, 0xdd, 0x5a, 0x3e, 0x81, 0x16, 0x20, 0xb9, + 0x5d, 0xff, 0x2e, 0x9f, 0xac, 0xd6, 0x5f, 0xbe, 0xd9, 0xd0, 0x5e, 0xbd, 0xd9, 0xd0, 0xfe, 0x7a, + 0xb3, 0xa1, 0xfd, 0xfa, 0x76, 0x63, 0xee, 0xd5, 0xdb, 0x8d, 0xb9, 0x3f, 0xdf, 0x6e, 0xcc, 0x7d, + 0x7f, 0x8e, 0xeb, 0x8c, 0xe3, 0x9f, 0xfc, 0xea, 0x6e, 0xed, 0xb4, 0xfa, 0xe4, 0x7f, 0xf0, 0x6f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0x12, 0x9b, 0x63, 0xae, 0xab, 0x0c, 0x00, 0x00, } func (m *FinalityProvider) Marshal() (dAtA []byte, err error) { @@ -1898,7 +1898,7 @@ func (m *FinalityProvider) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPk = &v if err := m.BtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2077,7 +2077,7 @@ func (m *FinalityProviderWithMeta) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPk = &v if err := m.BtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2290,7 +2290,7 @@ func (m *BTCDelegation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPk = &v if err := m.BtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2361,7 +2361,7 @@ func (m *BTCDelegation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPkList = append(m.FpBtcPkList, v) if err := m.FpBtcPkList[len(m.FpBtcPkList)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2541,7 +2541,7 @@ func (m *BTCDelegation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340Signature + var v github_com_babylonlabs_io_babylon_types.BIP340Signature m.DelegatorSig = &v if err := m.DelegatorSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2803,7 +2803,7 @@ func (m *BTCUndelegation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340Signature + var v github_com_babylonlabs_io_babylon_types.BIP340Signature m.DelegatorUnbondingSig = &v if err := m.DelegatorUnbondingSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2838,7 +2838,7 @@ func (m *BTCUndelegation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340Signature + var v github_com_babylonlabs_io_babylon_types.BIP340Signature m.DelegatorSlashingSig = &v if err := m.DelegatorSlashingSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -3157,7 +3157,7 @@ func (m *SignatureInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.Pk = &v if err := m.Pk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -3192,7 +3192,7 @@ func (m *SignatureInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340Signature + var v github_com_babylonlabs_io_babylon_types.BIP340Signature m.Sig = &v if err := m.Sig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -3277,7 +3277,7 @@ func (m *CovenantAdaptorSignatures) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.CovPk = &v if err := m.CovPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -3426,7 +3426,7 @@ func (m *SelectiveSlashingEvidence) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btcstaking/types/events.go b/x/btcstaking/types/events.go index 6b94d3ca2..a87dbf10e 100644 --- a/x/btcstaking/types/events.go +++ b/x/btcstaking/types/events.go @@ -1,7 +1,7 @@ package types import ( - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" ) func NewEventPowerDistUpdateWithBTCDel(ev *EventBTCDelegationStateUpdate) *EventPowerDistUpdate { diff --git a/x/btcstaking/types/events.pb.go b/x/btcstaking/types/events.pb.go index 38b23f396..c945e1f8d 100644 --- a/x/btcstaking/types/events.pb.go +++ b/x/btcstaking/types/events.pb.go @@ -5,7 +5,7 @@ package types import ( fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" io "io" @@ -270,7 +270,7 @@ func (*EventPowerDistUpdate) XXX_OneofWrappers() []interface{} { // is slashed // TODO: unify with existing slashing events type EventPowerDistUpdate_EventSlashedFinalityProvider struct { - Pk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=pk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"pk,omitempty"` + Pk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=pk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"pk,omitempty"` } func (m *EventPowerDistUpdate_EventSlashedFinalityProvider) Reset() { @@ -323,36 +323,37 @@ func init() { } var fileDescriptor_74118427820fff75 = []byte{ - // 463 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0x4f, 0x6f, 0xd3, 0x40, - 0x10, 0xc5, 0x6d, 0x0b, 0xa1, 0x66, 0xcb, 0x1f, 0x61, 0x05, 0x14, 0x45, 0x60, 0x2a, 0x1f, 0x4a, - 0xc5, 0xc1, 0x6e, 0xd3, 0x0a, 0xee, 0x26, 0x0d, 0x41, 0x54, 0x28, 0xb2, 0xcb, 0x85, 0x8b, 0xb5, - 0x76, 0x26, 0xf6, 0x2a, 0x66, 0xd7, 0xca, 0x4e, 0x9c, 0xe4, 0x5b, 0xf4, 0x63, 0x71, 0xec, 0xb1, - 0xe2, 0x80, 0x50, 0xf2, 0x45, 0x90, 0x37, 0xa6, 0x44, 0x6d, 0x1c, 0x6e, 0xc9, 0xe8, 0xbd, 0xf7, - 0x7b, 0x33, 0xb6, 0x89, 0x1d, 0xd1, 0x68, 0x91, 0x09, 0xee, 0x46, 0x18, 0x4b, 0xa4, 0x63, 0xc6, - 0x13, 0xb7, 0x38, 0x71, 0xa1, 0x00, 0x8e, 0xd2, 0xc9, 0x27, 0x02, 0x85, 0xf9, 0xbc, 0xd2, 0x38, - 0xff, 0x34, 0x4e, 0x71, 0xd2, 0x6e, 0x26, 0x22, 0x11, 0x4a, 0xe1, 0x96, 0xbf, 0xd6, 0xe2, 0xf6, - 0xe1, 0xf6, 0xc0, 0x0d, 0xab, 0xd2, 0xd9, 0x01, 0x69, 0x9d, 0x97, 0x90, 0x2f, 0x30, 0xeb, 0x31, - 0x4e, 0x33, 0x86, 0x8b, 0xc1, 0x44, 0x14, 0x6c, 0x08, 0x13, 0xf3, 0x3d, 0x31, 0x46, 0x79, 0x4b, - 0x3f, 0xd0, 0x8f, 0xf6, 0x3b, 0x6f, 0x9c, 0xad, 0x74, 0xe7, 0xae, 0xc9, 0x37, 0x46, 0xb9, 0x7d, - 0xa5, 0x93, 0x57, 0x2a, 0xd5, 0xbb, 0xfc, 0xd0, 0x85, 0x0c, 0x12, 0x8a, 0x4c, 0xf0, 0x00, 0x29, - 0xc2, 0xd7, 0x7c, 0x48, 0x11, 0xcc, 0x43, 0xf2, 0xb4, 0x0a, 0x09, 0x71, 0x1e, 0xa6, 0x54, 0xa6, - 0x8a, 0xd3, 0xf0, 0x1f, 0x57, 0xe3, 0xcb, 0x79, 0x9f, 0xca, 0xd4, 0xfc, 0x48, 0x1a, 0x1c, 0x66, - 0xa1, 0x2c, 0xad, 0x2d, 0xe3, 0x40, 0x3f, 0x7a, 0xd2, 0x79, 0x5b, 0xd3, 0xe4, 0x1e, 0x6b, 0x2a, - 0xfd, 0x3d, 0x0e, 0x33, 0x85, 0xb5, 0x47, 0xe4, 0x85, 0x6a, 0x14, 0x40, 0x06, 0x31, 0xb2, 0x02, - 0x82, 0x8c, 0xca, 0x94, 0xf1, 0xc4, 0xbc, 0x20, 0x7b, 0x50, 0x56, 0xe7, 0x31, 0x54, 0xbb, 0x1e, - 0xd7, 0x10, 0xee, 0x79, 0xcf, 0x2b, 0x9f, 0x7f, 0x9b, 0x60, 0xdf, 0x18, 0xa4, 0xa9, 0x40, 0x03, - 0x31, 0x83, 0x49, 0x97, 0x49, 0xac, 0x36, 0x66, 0x84, 0xc8, 0xd2, 0x06, 0xc3, 0xf0, 0xf6, 0xa8, - 0xfd, 0x1a, 0xd0, 0xb6, 0x80, 0xf5, 0x30, 0x58, 0x47, 0xdc, 0xbd, 0x7a, 0x5f, 0xf3, 0x1b, 0x55, - 0x7a, 0x2f, 0x37, 0x13, 0xd2, 0x8c, 0x30, 0x0e, 0x87, 0x90, 0xad, 0x0f, 0x17, 0x4e, 0x55, 0x82, - 0xba, 0xdf, 0x7e, 0xe7, 0x6c, 0x17, 0xb4, 0xee, 0x81, 0xf5, 0x35, 0xff, 0x59, 0x84, 0x71, 0x17, - 0xb2, 0x8d, 0x61, 0x7b, 0x44, 0x5e, 0xee, 0x6a, 0x65, 0xf6, 0x88, 0x91, 0x8f, 0xd5, 0xae, 0x8f, - 0xbc, 0x77, 0x3f, 0x7f, 0xbd, 0xee, 0x24, 0x0c, 0xd3, 0x69, 0xe4, 0xc4, 0xe2, 0xbb, 0x5b, 0x95, - 0x88, 0x53, 0xca, 0xf8, 0xdf, 0x3f, 0x2e, 0x2e, 0x72, 0x90, 0x8e, 0xf7, 0x69, 0x70, 0x7a, 0x76, - 0x3c, 0x98, 0x46, 0x9f, 0x61, 0xe1, 0x1b, 0xf9, 0xd8, 0x7b, 0x40, 0x0c, 0x28, 0xbc, 0x8b, 0x1f, - 0x4b, 0x4b, 0xbf, 0x5e, 0x5a, 0xfa, 0xef, 0xa5, 0xa5, 0x5f, 0xad, 0x2c, 0xed, 0x7a, 0x65, 0x69, - 0x37, 0x2b, 0x4b, 0xfb, 0xf6, 0xdf, 0xdc, 0xf9, 0xe6, 0x67, 0xa0, 0x20, 0xd1, 0x43, 0xf5, 0xfe, - 0x9f, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0xc4, 0xc4, 0x7d, 0x08, 0x7a, 0x03, 0x00, 0x00, + // 466 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xcd, 0x6e, 0xd3, 0x40, + 0x14, 0x85, 0x6d, 0x0b, 0xa1, 0x66, 0xca, 0x8f, 0xb0, 0x02, 0x8a, 0x22, 0x30, 0x95, 0x17, 0xa5, + 0x42, 0xc2, 0x6e, 0xd3, 0x48, 0xb0, 0x36, 0x69, 0x31, 0x02, 0x55, 0x91, 0x5d, 0x36, 0x6c, 0xac, + 0x19, 0xe7, 0xc6, 0x1e, 0xc5, 0xcc, 0x58, 0x99, 0x89, 0x93, 0xbc, 0x45, 0x1f, 0x8b, 0x65, 0x97, + 0xa8, 0x0b, 0x84, 0x92, 0x17, 0x41, 0x9e, 0x0c, 0x25, 0x6a, 0x93, 0xaa, 0xbb, 0xe4, 0xea, 0x9c, + 0xf3, 0x9d, 0x7b, 0xad, 0x41, 0x2e, 0xc1, 0x64, 0x5e, 0x70, 0xe6, 0x13, 0x99, 0x0a, 0x89, 0x47, + 0x94, 0x65, 0x7e, 0x75, 0xe4, 0x43, 0x05, 0x4c, 0x0a, 0xaf, 0x1c, 0x73, 0xc9, 0xed, 0xe7, 0x5a, + 0xe3, 0xfd, 0xd7, 0x78, 0xd5, 0x51, 0xbb, 0x99, 0xf1, 0x8c, 0x2b, 0x85, 0x5f, 0xff, 0x5a, 0x89, + 0xdb, 0xfb, 0x9b, 0x03, 0xd7, 0xac, 0x4a, 0xe7, 0xc6, 0xa8, 0x75, 0x52, 0x43, 0xce, 0x60, 0x7a, + 0x4a, 0x19, 0x2e, 0xa8, 0x9c, 0xf7, 0xc7, 0xbc, 0xa2, 0x03, 0x18, 0xdb, 0xef, 0x91, 0x35, 0x2c, + 0x5b, 0xe6, 0x9e, 0x79, 0xb0, 0xdb, 0x79, 0xe3, 0x6d, 0xa4, 0x7b, 0x37, 0x4d, 0x91, 0x35, 0x2c, + 0xdd, 0x0b, 0x13, 0xbd, 0x52, 0xa9, 0xc1, 0xf9, 0xc7, 0x1e, 0x14, 0x90, 0x61, 0x49, 0x39, 0x8b, + 0x25, 0x96, 0xf0, 0xad, 0x1c, 0x60, 0x09, 0xf6, 0x3e, 0x7a, 0xaa, 0x43, 0x12, 0x39, 0x4b, 0x72, + 0x2c, 0x72, 0xc5, 0x69, 0x44, 0x8f, 0xf5, 0xf8, 0x7c, 0x16, 0x62, 0x91, 0xdb, 0x9f, 0x50, 0x83, + 0xc1, 0x34, 0x11, 0xb5, 0xb5, 0x65, 0xed, 0x99, 0x07, 0x4f, 0x3a, 0x6f, 0xb7, 0x34, 0xb9, 0xc5, + 0x9a, 0x88, 0x68, 0x87, 0xc1, 0x54, 0x61, 0xdd, 0x21, 0x7a, 0xa1, 0x1a, 0xc5, 0x50, 0x40, 0x2a, + 0x69, 0x05, 0x71, 0x81, 0x45, 0x4e, 0x59, 0x66, 0x7f, 0x45, 0x3b, 0x50, 0x57, 0x67, 0x29, 0xe8, + 0x5d, 0x0f, 0xb7, 0x10, 0x6e, 0x79, 0x4f, 0xb4, 0x2f, 0xba, 0x4e, 0x70, 0xaf, 0x2c, 0xd4, 0x54, + 0xa0, 0x3e, 0x9f, 0xc2, 0xb8, 0x47, 0x85, 0xd4, 0x1b, 0x53, 0x84, 0x44, 0x6d, 0x83, 0x41, 0x72, + 0x7d, 0xd4, 0x70, 0x0b, 0x68, 0x53, 0xc0, 0x6a, 0x18, 0xaf, 0x22, 0x6e, 0x5e, 0x3d, 0x34, 0xa2, + 0x86, 0x4e, 0x3f, 0x2d, 0xed, 0x0c, 0x35, 0x89, 0x4c, 0x93, 0x01, 0x14, 0xab, 0xc3, 0x25, 0x13, + 0x95, 0xa0, 0xee, 0xb7, 0xdb, 0xe9, 0xde, 0x05, 0xdd, 0xf6, 0xc1, 0x42, 0x23, 0x7a, 0x46, 0x64, + 0xda, 0x83, 0x62, 0x6d, 0xd8, 0xce, 0xd1, 0xcb, 0xbb, 0x5a, 0xd9, 0x21, 0xb2, 0xca, 0x91, 0xda, + 0xf5, 0x51, 0xf0, 0xe1, 0xea, 0xf7, 0xeb, 0x6e, 0x46, 0x65, 0x3e, 0x21, 0x5e, 0xca, 0x7f, 0xf8, + 0xba, 0x44, 0x81, 0x89, 0x78, 0x47, 0xf9, 0xbf, 0xbf, 0xbe, 0x9c, 0x97, 0x20, 0xbc, 0xe0, 0x73, + 0xff, 0xb8, 0x7b, 0xd8, 0x9f, 0x90, 0x2f, 0x30, 0x8f, 0xac, 0x72, 0x14, 0x3c, 0x40, 0x16, 0x54, + 0xc1, 0xd9, 0xcf, 0x85, 0x63, 0x5e, 0x2e, 0x1c, 0xf3, 0xcf, 0xc2, 0x31, 0x2f, 0x96, 0x8e, 0x71, + 0xb9, 0x74, 0x8c, 0x5f, 0x4b, 0xc7, 0xf8, 0x7e, 0x8f, 0xe4, 0xd9, 0xfa, 0x53, 0x50, 0x18, 0xf2, + 0x50, 0xbd, 0x81, 0xe3, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xbc, 0x5a, 0xe3, 0x63, 0x7e, 0x03, + 0x00, 0x00, } func (m *EventNewFinalityProvider) Marshal() (dAtA []byte, err error) { @@ -1128,7 +1129,7 @@ func (m *EventPowerDistUpdate_EventSlashedFinalityProvider) Unmarshal(dAtA []byt if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.Pk = &v if err := m.Pk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btcstaking/types/expected_keepers.go b/x/btcstaking/types/expected_keepers.go index c36571416..237879011 100644 --- a/x/btcstaking/types/expected_keepers.go +++ b/x/btcstaking/types/expected_keepers.go @@ -4,10 +4,10 @@ import ( "context" "math/big" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - etypes "github.com/babylonchain/babylon/x/epoching/types" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + etypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) type BTCLightClientKeeper interface { diff --git a/x/btcstaking/types/genesis.pb.go b/x/btcstaking/types/genesis.pb.go index 087dcb664..3994319ac 100644 --- a/x/btcstaking/types/genesis.pb.go +++ b/x/btcstaking/types/genesis.pb.go @@ -5,7 +5,7 @@ package types import ( fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" io "io" @@ -140,7 +140,7 @@ type VotingPowerFP struct { // block_height is the height of the block the voting power was stored. BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // fp_btc_pk the finality provider btc public key. - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // voting_power is the power of the finality provider at this specific block height. VotingPower uint64 `protobuf:"varint,3,opt,name=voting_power,json=votingPower,proto3" json:"voting_power,omitempty"` } @@ -307,9 +307,9 @@ type BTCDelegator struct { // idx the btc delegator index. Idx *BTCDelegatorDelegationIndex `protobuf:"bytes,1,opt,name=idx,proto3" json:"idx,omitempty"` // fp_btc_pk the finality provider btc public key. - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // del_btc_pk the delegator btc public key. - DelBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,3,opt,name=del_btc_pk,json=delBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"del_btc_pk,omitempty"` + DelBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,3,opt,name=del_btc_pk,json=delBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"del_btc_pk,omitempty"` } func (m *BTCDelegator) Reset() { *m = BTCDelegator{} } @@ -431,50 +431,50 @@ func init() { var fileDescriptor_85d7b95fa5620238 = []byte{ // 694 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x95, 0xdd, 0x4e, 0xd4, 0x4e, - 0x18, 0xc6, 0x29, 0xbb, 0x2c, 0xfc, 0x67, 0x97, 0x05, 0x86, 0xbf, 0x49, 0x43, 0xc2, 0x0a, 0xc5, - 0x8f, 0x8d, 0x26, 0x5d, 0x59, 0xd0, 0xc4, 0x43, 0xcb, 0x8a, 0xe2, 0x47, 0xd2, 0xd4, 0x95, 0x03, - 0x4e, 0x9a, 0x4e, 0x3b, 0xdb, 0x9d, 0x6c, 0x99, 0x69, 0x3a, 0x43, 0x65, 0xaf, 0xc1, 0x13, 0x0f, - 0xbd, 0x05, 0xef, 0xc4, 0x43, 0x0e, 0x8d, 0x07, 0xc6, 0xc0, 0x1d, 0x78, 0x01, 0xc6, 0x74, 0x5a, - 0x68, 0xc1, 0x5d, 0xc0, 0x18, 0xcf, 0x3a, 0x93, 0xe7, 0xfd, 0xcd, 0xfb, 0xbc, 0xf3, 0x4c, 0x0a, - 0xd6, 0x90, 0x83, 0x86, 0x01, 0xa3, 0x2d, 0x24, 0x5c, 0x2e, 0x9c, 0x01, 0xa1, 0x7e, 0x2b, 0x5e, - 0x6f, 0xf9, 0x98, 0x62, 0x4e, 0xb8, 0x1e, 0x46, 0x4c, 0x30, 0x78, 0x23, 0x13, 0xe9, 0xb9, 0x48, - 0x8f, 0xd7, 0x97, 0xfe, 0xf7, 0x99, 0xcf, 0xa4, 0xa2, 0x95, 0x7c, 0xa5, 0xe2, 0x25, 0x6d, 0x34, - 0x31, 0x74, 0x22, 0x67, 0x3f, 0x03, 0x2e, 0xdd, 0x19, 0xad, 0x29, 0xe0, 0x53, 0xdd, 0xed, 0xd1, - 0x3a, 0x42, 0x5d, 0x4c, 0x05, 0x89, 0xf1, 0xe5, 0x47, 0xe2, 0x18, 0x53, 0x91, 0x1d, 0xa9, 0xfd, - 0x28, 0x83, 0xda, 0xb3, 0xd4, 0xd5, 0x1b, 0xe1, 0x08, 0x0c, 0x1f, 0x82, 0x4a, 0xda, 0x93, 0xaa, - 0xac, 0x94, 0x9a, 0xd5, 0xf6, 0xb2, 0x3e, 0xd2, 0xa5, 0x6e, 0x4a, 0x91, 0x95, 0x89, 0xe1, 0x2e, - 0x80, 0x3d, 0x42, 0x9d, 0x80, 0x88, 0xa1, 0x1d, 0x46, 0x2c, 0x26, 0x1e, 0x8e, 0xb8, 0x3a, 0x29, - 0x11, 0x77, 0xc7, 0x20, 0xb6, 0xb3, 0x02, 0x33, 0xd3, 0x5b, 0x0b, 0xbd, 0x0b, 0x3b, 0x1c, 0xbe, - 0x06, 0x73, 0x48, 0xb8, 0xb6, 0x87, 0x03, 0xec, 0x3b, 0x82, 0x30, 0xca, 0xd5, 0x92, 0x84, 0xde, - 0x1a, 0x03, 0x35, 0xba, 0x5b, 0x9d, 0x33, 0xb1, 0x55, 0x47, 0xc2, 0xcd, 0x97, 0x1c, 0xee, 0x80, - 0xd9, 0x98, 0x09, 0x42, 0x7d, 0x3b, 0x64, 0xef, 0x92, 0x0e, 0xcb, 0x97, 0xc2, 0x76, 0xa5, 0xd6, - 0x4c, 0xa4, 0xdb, 0xa6, 0x55, 0x8b, 0xf3, 0x25, 0x87, 0x7b, 0x60, 0x11, 0x05, 0xcc, 0x1d, 0xd8, - 0x7d, 0x4c, 0xfc, 0xbe, 0xb0, 0xdd, 0xbe, 0x43, 0x28, 0x57, 0xa7, 0x24, 0xf0, 0xde, 0xb8, 0xee, - 0x92, 0x8a, 0xe7, 0xb2, 0xc0, 0x40, 0xb4, 0xcb, 0x0c, 0xe1, 0x5a, 0x0b, 0x28, 0xdf, 0xdc, 0x92, - 0x10, 0xf8, 0x02, 0xd4, 0x0b, 0xae, 0x59, 0xc4, 0xd5, 0x8a, 0xc4, 0xae, 0x5d, 0x69, 0x9a, 0x45, - 0xd6, 0x6c, 0xee, 0x99, 0x45, 0x1c, 0x3e, 0x06, 0x95, 0xf4, 0xc6, 0xd5, 0x69, 0xc9, 0x58, 0x1d, - 0xc3, 0x78, 0x9a, 0x88, 0x76, 0xa8, 0x87, 0x0f, 0xad, 0xac, 0x00, 0xee, 0x82, 0x5a, 0x1c, 0xda, - 0x1e, 0x17, 0xb6, 0xeb, 0xb8, 0x7d, 0xac, 0xce, 0x48, 0xc0, 0xe6, 0xd5, 0xc3, 0xea, 0x10, 0x2e, - 0xb6, 0x92, 0x12, 0x23, 0xc8, 0x8c, 0x59, 0x20, 0x0e, 0x3b, 0xd9, 0xa6, 0xf6, 0x49, 0x01, 0xb3, - 0xe7, 0x46, 0x0b, 0x57, 0x41, 0xad, 0x38, 0x4c, 0x55, 0x59, 0x51, 0x9a, 0x65, 0xab, 0x5a, 0x98, - 0x0c, 0xb4, 0xc0, 0x7f, 0xbd, 0xd0, 0x4e, 0xc6, 0x12, 0x0e, 0xd4, 0xc9, 0x15, 0xa5, 0x59, 0x33, - 0x1e, 0x7d, 0xfd, 0x76, 0xb3, 0xed, 0x13, 0xd1, 0x3f, 0x40, 0xba, 0xcb, 0xf6, 0x5b, 0x59, 0x5f, - 0xf2, 0x26, 0x4e, 0x17, 0x2d, 0x31, 0x0c, 0x31, 0xd7, 0x8d, 0x1d, 0x73, 0x63, 0xf3, 0x81, 0x79, - 0x80, 0x5e, 0xe2, 0xa1, 0x35, 0xdd, 0x0b, 0x0d, 0xe1, 0x9a, 0x83, 0xe4, 0xd8, 0x62, 0x1c, 0xd4, - 0x52, 0x7a, 0x6c, 0xe1, 0x9e, 0xb5, 0x8f, 0x0a, 0x58, 0xbe, 0xd4, 0xd9, 0x75, 0x7a, 0xef, 0x82, - 0xb9, 0x64, 0x90, 0x84, 0x8b, 0x88, 0xa0, 0x83, 0x24, 0x8a, 0xd2, 0x41, 0xb5, 0x7d, 0xff, 0x0f, - 0x66, 0x69, 0xd5, 0xe3, 0xb0, 0x53, 0x40, 0x68, 0x04, 0x2c, 0x8e, 0xc8, 0x13, 0x6c, 0x82, 0xf9, - 0x73, 0xc1, 0x44, 0x88, 0x66, 0x3d, 0xd5, 0xd1, 0x39, 0xf9, 0xef, 0x4a, 0xe1, 0xca, 0xbe, 0x2e, - 0x28, 0x85, 0xab, 0xfd, 0x54, 0x40, 0xad, 0x18, 0x32, 0xd8, 0x01, 0x25, 0xe2, 0x1d, 0x4a, 0x6e, - 0xb5, 0xdd, 0xbe, 0x46, 0x2c, 0xf3, 0x57, 0x98, 0x66, 0x2c, 0x29, 0xff, 0x27, 0x77, 0xda, 0x05, - 0xc0, 0xc3, 0xc1, 0x29, 0xb4, 0xf4, 0x57, 0xd0, 0x19, 0x0f, 0x07, 0x92, 0xaa, 0xbd, 0x57, 0x00, - 0xc8, 0x5f, 0x08, 0x9c, 0xcf, 0xed, 0x97, 0x53, 0x2b, 0xd7, 0x9e, 0x25, 0x7c, 0x02, 0xa6, 0xe4, - 0xfb, 0x92, 0xbd, 0x8d, 0x8f, 0x80, 0x3c, 0xed, 0x2c, 0x01, 0x6f, 0x43, 0xcf, 0x11, 0xd8, 0x4a, - 0x2b, 0x8d, 0x57, 0x9f, 0x8f, 0x1b, 0xca, 0xd1, 0x71, 0x43, 0xf9, 0x7e, 0xdc, 0x50, 0x3e, 0x9c, - 0x34, 0x26, 0x8e, 0x4e, 0x1a, 0x13, 0x5f, 0x4e, 0x1a, 0x13, 0x7b, 0x57, 0xba, 0x3c, 0x2c, 0xfe, - 0x0d, 0xa4, 0x65, 0x54, 0x91, 0xbf, 0x82, 0x8d, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x75, 0xe9, - 0x80, 0x92, 0xf5, 0x06, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x95, 0x4f, 0x4f, 0xd4, 0x40, + 0x18, 0xc6, 0x29, 0xbb, 0x2c, 0x38, 0xbb, 0x2c, 0x30, 0x68, 0xd2, 0x90, 0xb0, 0xc2, 0xe2, 0x9f, + 0x8d, 0xc6, 0xae, 0x2c, 0x98, 0xe8, 0xd1, 0xb2, 0xa2, 0x68, 0x34, 0x4d, 0xc5, 0x3d, 0x70, 0x69, + 0x3a, 0xed, 0x6c, 0x77, 0xb2, 0x65, 0xa6, 0xe9, 0x0c, 0x95, 0xbd, 0x7a, 0xf5, 0xe2, 0xd1, 0xef, + 0xe0, 0x17, 0xf1, 0xc8, 0xd1, 0x78, 0x30, 0x06, 0xbe, 0x81, 0x9f, 0xc0, 0x74, 0x5a, 0x68, 0xc1, + 0x5d, 0x58, 0x63, 0xbc, 0x75, 0x26, 0xcf, 0xfb, 0x9b, 0xf7, 0x79, 0xe7, 0x99, 0x14, 0xac, 0x21, + 0x1b, 0x0d, 0x7c, 0x46, 0x9b, 0x48, 0x38, 0x5c, 0xd8, 0x7d, 0x42, 0xbd, 0x66, 0xb4, 0xde, 0xf4, + 0x30, 0xc5, 0x9c, 0x70, 0x2d, 0x08, 0x99, 0x60, 0xf0, 0x46, 0x2a, 0xd2, 0x32, 0x91, 0x16, 0xad, + 0x2f, 0x5d, 0xf7, 0x98, 0xc7, 0xa4, 0xa2, 0x19, 0x7f, 0x25, 0xe2, 0xa5, 0xfa, 0x70, 0x62, 0x60, + 0x87, 0xf6, 0x7e, 0x0a, 0x5c, 0xba, 0x33, 0x5c, 0x93, 0xc3, 0x27, 0xba, 0xdb, 0xc3, 0x75, 0x84, + 0x3a, 0x98, 0x0a, 0x12, 0xe1, 0xcb, 0x8f, 0xc4, 0x11, 0xa6, 0x22, 0x3d, 0xb2, 0xfe, 0xab, 0x08, + 0x2a, 0xcf, 0x13, 0x57, 0x6f, 0x85, 0x2d, 0x30, 0x7c, 0x04, 0x4a, 0x49, 0x4f, 0xaa, 0xb2, 0x52, + 0x68, 0x94, 0x5b, 0xcb, 0xda, 0x50, 0x97, 0x9a, 0x21, 0x45, 0x66, 0x2a, 0x86, 0x1d, 0x00, 0xbb, + 0x84, 0xda, 0x3e, 0x11, 0x03, 0x2b, 0x08, 0x59, 0x44, 0x5c, 0x1c, 0x72, 0x75, 0x52, 0x22, 0xee, + 0x8e, 0x40, 0x6c, 0xa7, 0x05, 0x46, 0xaa, 0x37, 0x17, 0xba, 0x17, 0x76, 0x38, 0x7c, 0x0d, 0xe6, + 0x90, 0x70, 0x2c, 0x17, 0xfb, 0xd8, 0xb3, 0x05, 0x61, 0x94, 0xab, 0x05, 0x09, 0xbd, 0x35, 0x02, + 0xaa, 0xef, 0x6e, 0xb5, 0xcf, 0xc4, 0x66, 0x15, 0x09, 0x27, 0x5b, 0x72, 0xb8, 0x03, 0x66, 0x23, + 0x26, 0x08, 0xf5, 0xac, 0x80, 0xbd, 0x8f, 0x3b, 0x2c, 0x5e, 0x0a, 0xeb, 0x48, 0xad, 0x11, 0x4b, + 0xb7, 0x0d, 0xb3, 0x12, 0x65, 0x4b, 0x0e, 0xf7, 0xc0, 0x22, 0xf2, 0x99, 0xd3, 0xb7, 0x7a, 0x98, + 0x78, 0x3d, 0x61, 0x39, 0x3d, 0x9b, 0x50, 0xae, 0x4e, 0x49, 0xe0, 0xbd, 0x51, 0xdd, 0xc5, 0x15, + 0x2f, 0x64, 0x81, 0x8e, 0xe8, 0x2e, 0xd3, 0x85, 0x63, 0x2e, 0xa0, 0x6c, 0x73, 0x4b, 0x42, 0xe0, + 0x4b, 0x50, 0xcd, 0xb9, 0x66, 0x21, 0x57, 0x4b, 0x12, 0xbb, 0x76, 0xa5, 0x69, 0x16, 0x9a, 0xb3, + 0x99, 0x67, 0x16, 0x72, 0xf8, 0x04, 0x94, 0x92, 0x1b, 0x57, 0xa7, 0x25, 0x63, 0x75, 0x04, 0xe3, + 0x59, 0x2c, 0xda, 0xa1, 0x2e, 0x3e, 0x34, 0xd3, 0x02, 0xd8, 0x01, 0x95, 0x28, 0xb0, 0x5c, 0x2e, + 0x2c, 0xc7, 0x76, 0x7a, 0x58, 0x9d, 0x91, 0x80, 0xcd, 0xab, 0x87, 0xd5, 0x26, 0x5c, 0x6c, 0xc5, + 0x25, 0xba, 0x9f, 0x1a, 0x33, 0x41, 0x14, 0xb4, 0xd3, 0xcd, 0xfa, 0x17, 0x05, 0xcc, 0x9e, 0x1b, + 0x2d, 0x5c, 0x05, 0x95, 0xfc, 0x30, 0x55, 0x65, 0x45, 0x69, 0x14, 0xcd, 0x72, 0x6e, 0x32, 0x70, + 0x17, 0x5c, 0xeb, 0x06, 0x56, 0x3c, 0x96, 0xa0, 0xaf, 0x4e, 0xae, 0x28, 0x8d, 0x8a, 0xfe, 0xf8, + 0xfb, 0x8f, 0x9b, 0x9b, 0x1e, 0x11, 0xbd, 0x03, 0xa4, 0x39, 0x6c, 0xbf, 0x99, 0xf6, 0xe5, 0xdb, + 0x88, 0x3f, 0x20, 0xec, 0x74, 0xd9, 0x14, 0x83, 0x00, 0x73, 0x4d, 0xdf, 0x31, 0x36, 0x36, 0x1f, + 0x1a, 0x07, 0xe8, 0x15, 0x1e, 0x98, 0xd3, 0xdd, 0x40, 0x17, 0x8e, 0xd1, 0x8f, 0x0f, 0xce, 0x07, + 0x42, 0x2d, 0x24, 0x07, 0xe7, 0x6e, 0xba, 0xfe, 0x59, 0x01, 0xcb, 0x97, 0x7a, 0x1b, 0xaf, 0xfb, + 0xb9, 0x78, 0x94, 0x84, 0x8b, 0x90, 0xa0, 0x83, 0x38, 0x8c, 0xd2, 0x43, 0xb9, 0x75, 0xff, 0x2f, + 0xa6, 0x69, 0x56, 0xa3, 0xa0, 0x9d, 0x43, 0xd4, 0x09, 0x58, 0x1c, 0x92, 0x28, 0xd8, 0x00, 0xf3, + 0xe7, 0xa2, 0x89, 0x10, 0x4d, 0x7b, 0xaa, 0xa2, 0x73, 0xf2, 0x3f, 0x95, 0xc2, 0x91, 0x7d, 0x5d, + 0x50, 0x0a, 0xa7, 0xfe, 0x61, 0x12, 0x54, 0xf2, 0x31, 0x83, 0x6d, 0x50, 0x20, 0xee, 0xa1, 0xe4, + 0x96, 0x5b, 0xad, 0x31, 0x82, 0x99, 0xbd, 0xc3, 0x24, 0x65, 0x71, 0xf9, 0x7f, 0xba, 0xd5, 0x0e, + 0x00, 0x2e, 0xf6, 0x4f, 0xb1, 0x85, 0x7f, 0xc4, 0xce, 0xb8, 0xd8, 0x97, 0xdc, 0xfa, 0x47, 0x05, + 0x80, 0xec, 0x9d, 0xc0, 0xf9, 0x6c, 0x04, 0xc5, 0xc4, 0xce, 0xd8, 0xf3, 0x84, 0x4f, 0xc1, 0x94, + 0x7c, 0x65, 0xb2, 0xbb, 0xd1, 0x31, 0x90, 0xa7, 0x9d, 0xa5, 0xe0, 0x5d, 0xe0, 0xda, 0x02, 0x9b, + 0x49, 0xa5, 0xfe, 0xe6, 0xeb, 0x71, 0x4d, 0x39, 0x3a, 0xae, 0x29, 0x3f, 0x8f, 0x6b, 0xca, 0xa7, + 0x93, 0xda, 0xc4, 0xd1, 0x49, 0x6d, 0xe2, 0xdb, 0x49, 0x6d, 0x62, 0x6f, 0x0c, 0x9f, 0x87, 0xf9, + 0xbf, 0x82, 0x34, 0x8d, 0x4a, 0xf2, 0x97, 0xb0, 0xf1, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x9a, 0xc8, + 0x8f, 0x84, 0xfd, 0x06, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { @@ -1397,7 +1397,7 @@ func (m *VotingPowerFP) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1730,7 +1730,7 @@ func (m *BTCDelegator) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1765,7 +1765,7 @@ func (m *BTCDelegator) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.DelBtcPk = &v if err := m.DelBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btcstaking/types/genesis_test.go b/x/btcstaking/types/genesis_test.go index 6de9bc033..8e1720227 100644 --- a/x/btcstaking/types/genesis_test.go +++ b/x/btcstaking/types/genesis_test.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" "github.com/stretchr/testify/require" ) diff --git a/x/btcstaking/types/hooks.go b/x/btcstaking/types/hooks.go index 450ef8c26..89307fe1e 100644 --- a/x/btcstaking/types/hooks.go +++ b/x/btcstaking/types/hooks.go @@ -3,7 +3,7 @@ package types import ( "context" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/types" ) // combine multiple BTC staking hooks, all hook functions are run in array sequence diff --git a/x/btcstaking/types/incentive.pb.go b/x/btcstaking/types/incentive.pb.go index 4eba382f5..e1234e074 100644 --- a/x/btcstaking/types/incentive.pb.go +++ b/x/btcstaking/types/incentive.pb.go @@ -6,7 +6,7 @@ package types import ( cosmossdk_io_math "cosmossdk.io/math" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/cosmos-proto" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" @@ -85,7 +85,7 @@ func (m *VotingPowerDistCache) GetFinalityProviders() []*FinalityProviderDistInf type FinalityProviderDistInfo struct { // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - BtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` + BtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` // addr is the address to receive commission from delegations. Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"` // commission defines the commission rate of finality provider @@ -154,7 +154,7 @@ func (m *FinalityProviderDistInfo) GetBtcDels() []*BTCDelDistInfo { type BTCDelDistInfo struct { // btc_pk is the Bitcoin secp256k1 PK of this BTC delegation // the PK follows encoding in BIP-340 spec - BtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` + BtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` // staker_addr is the address to receive rewards from BTC delegation. StakerAddr string `protobuf:"bytes,2,opt,name=staker_addr,json=stakerAddr,proto3" json:"staker_addr,omitempty"` // staking_tx_hash is the staking tx hash of the BTC delegation @@ -228,39 +228,39 @@ func init() { } var fileDescriptor_ac354c3bd6d7a66b = []byte{ - // 502 bytes of a gzipped FileDescriptorProto + // 504 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0x9b, 0xae, 0x1b, 0xe0, 0x8e, 0x7f, 0x56, 0x91, 0xc2, 0x90, 0xb2, 0x52, 0x69, 0xa8, - 0x87, 0x35, 0x61, 0x1b, 0x42, 0xe2, 0x06, 0x59, 0x84, 0x98, 0xd8, 0xa4, 0x28, 0x4c, 0x1c, 0x38, - 0x10, 0x39, 0x8e, 0x9b, 0x58, 0x4d, 0xec, 0x2a, 0xf6, 0x42, 0xf3, 0x2d, 0xf8, 0x10, 0x7c, 0x84, - 0x7d, 0x08, 0x8e, 0xd3, 0x0e, 0x08, 0xed, 0x30, 0xa1, 0x56, 0x7c, 0x0f, 0x14, 0x27, 0xb0, 0x82, - 0x5a, 0xc1, 0x81, 0x9b, 0xed, 0xe7, 0x79, 0xfd, 0xbe, 0xcf, 0x4f, 0x7a, 0xc1, 0x56, 0x80, 0x82, - 0x22, 0xe1, 0xcc, 0x0a, 0x24, 0x16, 0x12, 0x8d, 0x28, 0x8b, 0xac, 0x7c, 0xc7, 0xa2, 0x0c, 0x13, - 0x26, 0x69, 0x4e, 0xcc, 0x71, 0xc6, 0x25, 0x87, 0xf7, 0x6a, 0x9b, 0x79, 0x65, 0x33, 0xf3, 0x9d, - 0x8d, 0x4e, 0xc4, 0x23, 0xae, 0x1c, 0x56, 0x79, 0xaa, 0xcc, 0x1b, 0xf7, 0x31, 0x17, 0x29, 0x17, - 0x7e, 0x25, 0x54, 0x97, 0x4a, 0xea, 0x7d, 0xd2, 0x40, 0xe7, 0x2d, 0x97, 0x94, 0x45, 0x2e, 0xff, - 0x40, 0x32, 0x87, 0x0a, 0xb9, 0x8f, 0x70, 0x4c, 0xe0, 0x36, 0x80, 0x92, 0x4b, 0x94, 0xf8, 0xb9, - 0x52, 0xfd, 0x71, 0x29, 0xeb, 0x5a, 0x57, 0xeb, 0xb7, 0xbc, 0x3b, 0x4a, 0x99, 0x2b, 0x83, 0xef, - 0x01, 0x1c, 0x52, 0x86, 0x12, 0x2a, 0x8b, 0xb2, 0x4b, 0x4e, 0x43, 0x92, 0x09, 0xbd, 0xd9, 0x5d, - 0xe9, 0xb7, 0x77, 0x2d, 0x73, 0xe1, 0xac, 0xe6, 0xcb, 0xba, 0xc0, 0xad, 0xfd, 0x65, 0xef, 0x03, - 0x36, 0xe4, 0xde, 0xdd, 0xe1, 0x1f, 0x8a, 0xe8, 0x7d, 0x69, 0x02, 0x7d, 0x99, 0x1f, 0x1e, 0x81, - 0xb5, 0x40, 0x62, 0x7f, 0x3c, 0x52, 0xe3, 0xad, 0xdb, 0x4f, 0x2f, 0x2e, 0x37, 0x77, 0x23, 0x2a, - 0xe3, 0x93, 0xc0, 0xc4, 0x3c, 0xb5, 0xea, 0xf6, 0x38, 0x46, 0x94, 0xfd, 0xbc, 0x58, 0xb2, 0x18, - 0x13, 0x61, 0xda, 0x07, 0xee, 0xde, 0x93, 0xc7, 0xee, 0x49, 0xf0, 0x9a, 0x14, 0xde, 0x6a, 0x20, - 0xb1, 0x3b, 0x82, 0xdb, 0xa0, 0x85, 0xc2, 0x30, 0xd3, 0x9b, 0x5d, 0xad, 0x7f, 0xc3, 0xd6, 0xcf, - 0x4f, 0x07, 0x9d, 0x1a, 0xd9, 0x8b, 0x30, 0xcc, 0x88, 0x10, 0x6f, 0x64, 0x46, 0x59, 0xe4, 0x29, - 0x17, 0x3c, 0x02, 0x00, 0xf3, 0x34, 0xa5, 0x42, 0x50, 0xce, 0xf4, 0x15, 0x55, 0x33, 0xb8, 0xb8, - 0xdc, 0x7c, 0x50, 0xd5, 0x88, 0x70, 0x64, 0x52, 0x6e, 0xa5, 0x48, 0xc6, 0xe6, 0x21, 0x89, 0x10, - 0x2e, 0x1c, 0x82, 0xcf, 0x4f, 0x07, 0xa0, 0xfe, 0xd2, 0x21, 0xd8, 0x9b, 0xfb, 0x60, 0x09, 0xf6, - 0xd6, 0x12, 0xec, 0xcf, 0xc1, 0xf5, 0x32, 0x79, 0x48, 0x12, 0xa1, 0xaf, 0x2a, 0xd8, 0x5b, 0x4b, - 0x60, 0xdb, 0xc7, 0xfb, 0x0e, 0x49, 0x7e, 0x21, 0xbe, 0x16, 0x48, 0xec, 0x90, 0x44, 0xf4, 0xbe, - 0x6b, 0xe0, 0xd6, 0xef, 0xda, 0xff, 0xc6, 0xf9, 0x0c, 0xb4, 0xcb, 0x39, 0x48, 0xe6, 0xff, 0x13, - 0x55, 0x50, 0x99, 0xcb, 0x47, 0xf8, 0x08, 0xdc, 0xae, 0x23, 0xf8, 0x72, 0xe2, 0xc7, 0x48, 0xc4, - 0x15, 0x60, 0xef, 0x66, 0xfd, 0x7c, 0x3c, 0x79, 0x85, 0x44, 0x0c, 0x1f, 0x82, 0xf5, 0x05, 0xb8, - 0xda, 0xf9, 0x15, 0x29, 0xfb, 0xf0, 0xf3, 0xd4, 0xd0, 0xce, 0xa6, 0x86, 0xf6, 0x6d, 0x6a, 0x68, - 0x1f, 0x67, 0x46, 0xe3, 0x6c, 0x66, 0x34, 0xbe, 0xce, 0x8c, 0xc6, 0xbb, 0xbf, 0x46, 0x9b, 0xcc, - 0xaf, 0xa2, 0xca, 0x19, 0xac, 0xa9, 0xe5, 0xd9, 0xfb, 0x11, 0x00, 0x00, 0xff, 0xff, 0x42, 0x6b, - 0x62, 0xab, 0xad, 0x03, 0x00, 0x00, + 0x87, 0x35, 0x61, 0x6c, 0x07, 0xb8, 0x41, 0x16, 0x21, 0x26, 0xfe, 0x45, 0x61, 0xe2, 0xc0, 0x81, + 0xc8, 0x76, 0xdc, 0xc4, 0x6a, 0x12, 0x57, 0xb1, 0x17, 0x9a, 0x6f, 0xc1, 0x87, 0xe0, 0x23, 0xec, + 0x43, 0x70, 0x9c, 0x76, 0x9a, 0x76, 0x98, 0x50, 0x7b, 0xe0, 0x6b, 0xa0, 0x38, 0x81, 0x15, 0xb4, + 0x4a, 0x3d, 0x70, 0xb3, 0xfd, 0x3c, 0xaf, 0xdf, 0xf7, 0xf9, 0x49, 0x2f, 0xd8, 0xc2, 0x08, 0x17, + 0x31, 0x4f, 0x2d, 0x2c, 0x89, 0x90, 0x68, 0xc4, 0xd2, 0xd0, 0xca, 0x77, 0x2c, 0x96, 0x12, 0x9a, + 0x4a, 0x96, 0x53, 0x73, 0x9c, 0x71, 0xc9, 0xe1, 0xbd, 0xda, 0x66, 0x5e, 0xda, 0xcc, 0x7c, 0x67, + 0xa3, 0x13, 0xf2, 0x90, 0x2b, 0x87, 0x55, 0x9e, 0x2a, 0xf3, 0xc6, 0x7d, 0xc2, 0x45, 0xc2, 0x85, + 0x5f, 0x09, 0xd5, 0xa5, 0x92, 0x7a, 0xdf, 0x34, 0xd0, 0xf9, 0xc8, 0x25, 0x4b, 0x43, 0x97, 0x7f, + 0xa1, 0x99, 0xc3, 0x84, 0xdc, 0x47, 0x24, 0xa2, 0x70, 0x1b, 0x40, 0xc9, 0x25, 0x8a, 0xfd, 0x5c, + 0xa9, 0xfe, 0xb8, 0x94, 0x75, 0xad, 0xab, 0xf5, 0x5b, 0xde, 0x1d, 0xa5, 0xcc, 0x95, 0xc1, 0xcf, + 0x00, 0x0e, 0x59, 0x8a, 0x62, 0x26, 0x8b, 0xb2, 0x4b, 0xce, 0x02, 0x9a, 0x09, 0xbd, 0xd9, 0x5d, + 0xe9, 0xb7, 0x9f, 0x58, 0xe6, 0x95, 0xb3, 0x9a, 0x2f, 0xeb, 0x02, 0xb7, 0xf6, 0x97, 0xbd, 0x0f, + 0xd2, 0x21, 0xf7, 0xee, 0x0e, 0xff, 0x51, 0x44, 0xef, 0xac, 0x09, 0xf4, 0x45, 0x7e, 0xf8, 0x1e, + 0xac, 0x61, 0x49, 0xfc, 0xf1, 0x48, 0x8d, 0xb7, 0x6e, 0x3f, 0x3d, 0xbf, 0xd8, 0xdc, 0x0b, 0x99, + 0x8c, 0x8e, 0xb0, 0x49, 0x78, 0x62, 0xd5, 0xed, 0x63, 0x84, 0xc5, 0x80, 0xf1, 0xdf, 0x57, 0x4b, + 0x16, 0x63, 0x2a, 0x4c, 0xfb, 0xc0, 0xdd, 0xdd, 0x7b, 0xec, 0x1e, 0xe1, 0xd7, 0xb4, 0xf0, 0x56, + 0xb1, 0x24, 0xee, 0x08, 0x6e, 0x83, 0x16, 0x0a, 0x82, 0x4c, 0x6f, 0x76, 0xb5, 0xfe, 0x0d, 0x5b, + 0x3f, 0x3d, 0x1e, 0x74, 0x6a, 0x68, 0x2f, 0x82, 0x20, 0xa3, 0x42, 0x7c, 0x90, 0x19, 0x4b, 0x43, + 0x4f, 0xb9, 0xe0, 0x5b, 0x00, 0x08, 0x4f, 0x12, 0x26, 0x04, 0xe3, 0xa9, 0xbe, 0xa2, 0x6a, 0x06, + 0xe7, 0x17, 0x9b, 0x0f, 0xaa, 0x1a, 0x11, 0x8c, 0x4c, 0xc6, 0xad, 0x04, 0xc9, 0xc8, 0x7c, 0x43, + 0x43, 0x44, 0x0a, 0x87, 0x92, 0xd3, 0xe3, 0x01, 0xa8, 0xbf, 0x74, 0x28, 0xf1, 0xe6, 0x3e, 0x58, + 0x00, 0xbe, 0xb5, 0x00, 0xfc, 0x73, 0x70, 0xbd, 0xcc, 0x1e, 0xd0, 0x58, 0xe8, 0xab, 0x0a, 0xf7, + 0xd6, 0x02, 0xdc, 0xf6, 0xe1, 0xbe, 0x43, 0xe3, 0x3f, 0x90, 0xaf, 0x61, 0x49, 0x1c, 0x1a, 0x8b, + 0xde, 0x4f, 0x0d, 0xdc, 0xfa, 0x5b, 0xfb, 0xff, 0x40, 0x9f, 0x81, 0x76, 0x39, 0x09, 0xcd, 0xfc, + 0xa5, 0xb8, 0x82, 0xca, 0x5c, 0x3e, 0xc2, 0x47, 0xe0, 0x76, 0x1d, 0xc2, 0x97, 0x13, 0x3f, 0x42, + 0x22, 0xaa, 0x10, 0x7b, 0x37, 0xeb, 0xe7, 0xc3, 0xc9, 0x2b, 0x24, 0x22, 0xf8, 0x10, 0xac, 0x5f, + 0x01, 0xac, 0x9d, 0x5f, 0xb2, 0xb2, 0xdf, 0x7d, 0x9f, 0x1a, 0xda, 0xc9, 0xd4, 0xd0, 0x7e, 0x4c, + 0x0d, 0xed, 0xeb, 0xcc, 0x68, 0x9c, 0xcc, 0x8c, 0xc6, 0xd9, 0xcc, 0x68, 0x7c, 0x5a, 0x22, 0xdc, + 0x64, 0x7e, 0x21, 0x55, 0x52, 0xbc, 0xa6, 0x56, 0x68, 0xf7, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, + 0x84, 0x61, 0x20, 0xde, 0xb3, 0x03, 0x00, 0x00, } func (m *VotingPowerDistCache) Marshal() (dAtA []byte, err error) { @@ -682,7 +682,7 @@ func (m *FinalityProviderDistInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPk = &v if err := m.BtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -888,7 +888,7 @@ func (m *BTCDelDistInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPk = &v if err := m.BtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btcstaking/types/mocked_keepers.go b/x/btcstaking/types/mocked_keepers.go index e3a42ecb0..d68d89080 100644 --- a/x/btcstaking/types/mocked_keepers.go +++ b/x/btcstaking/types/mocked_keepers.go @@ -9,10 +9,10 @@ import ( big "math/big" reflect "reflect" - types "github.com/babylonchain/babylon/types" - types0 "github.com/babylonchain/babylon/x/btccheckpoint/types" - types1 "github.com/babylonchain/babylon/x/btclightclient/types" - types2 "github.com/babylonchain/babylon/x/epoching/types" + types "github.com/babylonlabs-io/babylon/types" + types0 "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + types1 "github.com/babylonlabs-io/babylon/x/btclightclient/types" + types2 "github.com/babylonlabs-io/babylon/x/epoching/types" gomock "github.com/golang/mock/gomock" ) diff --git a/x/btcstaking/types/msg.go b/x/btcstaking/types/msg.go index 8abc851e5..e7e3efe46 100644 --- a/x/btcstaking/types/msg.go +++ b/x/btcstaking/types/msg.go @@ -4,8 +4,8 @@ import ( "fmt" math "math" - "github.com/babylonchain/babylon/btcstaking" - bbn "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/btcstaking" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/chaincfg/chainhash" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/btcstaking/types/msg_test.go b/x/btcstaking/types/msg_test.go index c6f66678a..ba69fd302 100644 --- a/x/btcstaking/types/msg_test.go +++ b/x/btcstaking/types/msg_test.go @@ -6,9 +6,9 @@ import ( "testing" "cosmossdk.io/errors" - "github.com/babylonchain/babylon/testutil/datagen" - bbntypes "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbntypes "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" stktypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/require" diff --git a/x/btcstaking/types/params.go b/x/btcstaking/types/params.go index cd1835a46..f3fc1fd92 100644 --- a/x/btcstaking/types/params.go +++ b/x/btcstaking/types/params.go @@ -5,8 +5,8 @@ import ( "math" sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/btcstaking" - bbn "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/btcstaking" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/btcutil" "github.com/btcsuite/btcd/chaincfg" diff --git a/x/btcstaking/types/params.pb.go b/x/btcstaking/types/params.pb.go index a8ccd45f3..097fff47a 100644 --- a/x/btcstaking/types/params.pb.go +++ b/x/btcstaking/types/params.pb.go @@ -6,7 +6,7 @@ package types import ( cosmossdk_io_math "cosmossdk.io/math" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/cosmos-proto" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" @@ -30,7 +30,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package type Params struct { // covenant_pks is the list of public keys held by the covenant committee // each PK follows encoding in BIP-340 spec on Bitcoin - CovenantPks []github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,rep,name=covenant_pks,json=covenantPks,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"covenant_pks,omitempty"` + CovenantPks []github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,rep,name=covenant_pks,json=covenantPks,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"covenant_pks,omitempty"` // covenant_quorum is the minimum number of signatures needed for the covenant // multisignature CovenantQuorum uint32 `protobuf:"varint,2,opt,name=covenant_quorum,json=covenantQuorum,proto3" json:"covenant_quorum,omitempty"` @@ -192,40 +192,40 @@ func init() { var fileDescriptor_8d1392776a3e15b9 = []byte{ // 547 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x53, 0xcd, 0x6e, 0xd3, 0x4c, - 0x14, 0x8d, 0xbf, 0xe4, 0x4b, 0xe9, 0x34, 0xa5, 0x65, 0x00, 0x61, 0x82, 0xea, 0x44, 0x61, 0x41, - 0x90, 0xc0, 0x26, 0x6d, 0xc5, 0x02, 0x56, 0x09, 0xa8, 0x12, 0xa2, 0x8b, 0xe0, 0x14, 0x24, 0xd8, - 0x8c, 0xc6, 0xf6, 0xd4, 0x19, 0x25, 0x33, 0x13, 0x3c, 0x13, 0xcb, 0x7e, 0x0b, 0x96, 0x2c, 0x79, - 0x08, 0x1e, 0xa2, 0xcb, 0x8a, 0x15, 0xea, 0x22, 0x42, 0xc9, 0x1b, 0xf0, 0x04, 0xc8, 0x63, 0x3b, - 0xfc, 0x08, 0x09, 0xc4, 0xce, 0xf7, 0xdc, 0x73, 0xcf, 0xfd, 0xf1, 0x19, 0xd0, 0xf1, 0xb0, 0x97, - 0x4e, 0x05, 0x77, 0x3c, 0xe5, 0x4b, 0x85, 0x27, 0x94, 0x87, 0x4e, 0xdc, 0x73, 0x66, 0x38, 0xc2, - 0x4c, 0xda, 0xb3, 0x48, 0x28, 0x01, 0xaf, 0x17, 0x1c, 0xfb, 0x3b, 0xc7, 0x8e, 0x7b, 0xcd, 0x6b, - 0xa1, 0x08, 0x85, 0x66, 0x38, 0xd9, 0x57, 0x4e, 0x6e, 0xde, 0xf4, 0x85, 0x64, 0x42, 0xa2, 0x3c, - 0x91, 0x07, 0x79, 0xaa, 0xf3, 0xb5, 0x06, 0xea, 0x43, 0x2d, 0x0c, 0x5f, 0x83, 0x86, 0x2f, 0x62, - 0xc2, 0x31, 0x57, 0x68, 0x36, 0x91, 0xa6, 0xd1, 0xae, 0x76, 0x1b, 0x83, 0x87, 0x17, 0x8b, 0xd6, - 0x7e, 0x48, 0xd5, 0x78, 0xee, 0xd9, 0xbe, 0x60, 0x4e, 0xd1, 0xd7, 0x1f, 0x63, 0xca, 0xcb, 0xc0, - 0x51, 0xe9, 0x8c, 0x48, 0x7b, 0xf0, 0x6c, 0x78, 0x70, 0xf8, 0x60, 0x38, 0xf7, 0x9e, 0x93, 0xd4, - 0xdd, 0x2a, 0xb5, 0x86, 0x13, 0x09, 0xef, 0x80, 0x9d, 0xb5, 0xf4, 0xdb, 0xb9, 0x88, 0xe6, 0xcc, - 0xfc, 0xaf, 0x6d, 0x74, 0xb7, 0xdd, 0xcb, 0x25, 0xfc, 0x42, 0xa3, 0xf0, 0x2e, 0xd8, 0x95, 0x53, - 0x2c, 0xc7, 0x94, 0x87, 0x08, 0x07, 0x41, 0x44, 0xa4, 0x34, 0xab, 0x6d, 0xa3, 0xbb, 0xe9, 0xee, - 0x94, 0x78, 0x3f, 0x87, 0xe1, 0x21, 0xb8, 0xc1, 0x28, 0x47, 0x6b, 0xba, 0x4a, 0xd0, 0x29, 0x21, - 0x48, 0x62, 0x65, 0xd6, 0xda, 0x46, 0xb7, 0xea, 0x5e, 0x65, 0x94, 0x8f, 0x8a, 0xec, 0x49, 0x72, - 0x44, 0xc8, 0x08, 0x2b, 0x38, 0x02, 0x19, 0x8c, 0x7c, 0xc1, 0x18, 0x95, 0x92, 0x0a, 0x8e, 0x22, - 0xac, 0x88, 0xf9, 0x7f, 0xd6, 0x63, 0x70, 0xfb, 0x6c, 0xd1, 0xaa, 0x5c, 0x2c, 0x5a, 0xb7, 0xf2, - 0x13, 0xc9, 0x60, 0x62, 0x53, 0xe1, 0x30, 0xac, 0xc6, 0xf6, 0x31, 0x09, 0xb1, 0x9f, 0x3e, 0x25, - 0xbe, 0x7b, 0x85, 0x51, 0xfe, 0x64, 0x5d, 0xee, 0x62, 0x45, 0xe0, 0x2b, 0xb0, 0xbd, 0x1e, 0x43, - 0xcb, 0xd5, 0xb5, 0x5c, 0xef, 0x2f, 0xe4, 0x3e, 0x7d, 0xbc, 0x0f, 0x8a, 0x1f, 0x92, 0x89, 0x37, - 0x4a, 0x1d, 0xad, 0xdb, 0x07, 0x7b, 0x0c, 0x27, 0x08, 0xfb, 0x8a, 0xc6, 0x04, 0x9d, 0x52, 0x8e, - 0xa7, 0x54, 0xa5, 0xd9, 0x6f, 0x8c, 0x69, 0x40, 0x22, 0x69, 0x6e, 0xe8, 0x23, 0x36, 0x19, 0x4e, - 0xfa, 0x9a, 0x73, 0x54, 0x50, 0x86, 0x25, 0x03, 0xde, 0x03, 0x30, 0xdb, 0x77, 0xce, 0x3d, 0xc1, - 0x03, 0x7d, 0x26, 0xca, 0x88, 0x79, 0x49, 0xd7, 0xed, 0x32, 0xca, 0x5f, 0x96, 0x89, 0x13, 0xca, - 0x08, 0x44, 0xbf, 0xb2, 0xf5, 0x36, 0x9b, 0xff, 0xba, 0xcd, 0x4f, 0x0d, 0xb2, 0x8d, 0x1e, 0xd5, - 0xde, 0x7f, 0x68, 0x55, 0x3a, 0x04, 0x34, 0x46, 0x4a, 0x44, 0x24, 0x28, 0x9c, 0x67, 0x82, 0x8d, - 0x98, 0x44, 0xd9, 0x39, 0x4d, 0x43, 0x4f, 0x56, 0x86, 0xf0, 0x31, 0xa8, 0xe7, 0xb6, 0xd7, 0x7e, - 0xd9, 0xda, 0xdf, 0xb3, 0x7f, 0xeb, 0x7b, 0x3b, 0x17, 0x1a, 0xd4, 0xb2, 0x19, 0xdd, 0xa2, 0x64, - 0x70, 0x7c, 0xb6, 0xb4, 0x8c, 0xf3, 0xa5, 0x65, 0x7c, 0x59, 0x5a, 0xc6, 0xbb, 0x95, 0x55, 0x39, - 0x5f, 0x59, 0x95, 0xcf, 0x2b, 0xab, 0xf2, 0xe6, 0x8f, 0x86, 0x4e, 0x7e, 0x7c, 0x7b, 0xda, 0xdd, - 0x5e, 0x5d, 0x3f, 0x98, 0x83, 0x6f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x6f, 0x91, 0xdb, 0xb2, 0x9e, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x53, 0xcb, 0x6e, 0xd3, 0x40, + 0x14, 0x8d, 0x49, 0x48, 0xe9, 0x34, 0xa5, 0x65, 0x00, 0x61, 0x82, 0xea, 0x44, 0x61, 0x41, 0x90, + 0xa8, 0x4d, 0x68, 0x16, 0x08, 0x56, 0x09, 0xa8, 0x12, 0x02, 0xa1, 0xe0, 0x14, 0x16, 0xb0, 0x18, + 0x8d, 0xed, 0xa9, 0x33, 0x4a, 0x66, 0x26, 0x78, 0x26, 0x56, 0xfc, 0x17, 0x2c, 0x59, 0xf2, 0x11, + 0x7c, 0x44, 0x97, 0x15, 0x2b, 0xd4, 0x45, 0x84, 0x92, 0x5f, 0xe0, 0x03, 0x90, 0xc7, 0x76, 0x78, + 0x88, 0x45, 0xd5, 0x9d, 0xef, 0xb9, 0xe7, 0x9e, 0xfb, 0xf0, 0x19, 0xd0, 0xf2, 0xb0, 0x97, 0x4c, + 0x04, 0x77, 0x3c, 0xe5, 0x4b, 0x85, 0xc7, 0x94, 0x87, 0x4e, 0xdc, 0x71, 0xa6, 0x38, 0xc2, 0x4c, + 0xda, 0xd3, 0x48, 0x28, 0x01, 0x6f, 0xe6, 0x1c, 0xfb, 0x37, 0xc7, 0x8e, 0x3b, 0xf5, 0x1b, 0xa1, + 0x08, 0x85, 0x66, 0x38, 0xe9, 0x57, 0x46, 0xae, 0xdf, 0xf6, 0x85, 0x64, 0x42, 0xa2, 0x2c, 0x91, + 0x05, 0x59, 0xaa, 0xf5, 0xb3, 0x02, 0xaa, 0x03, 0x2d, 0x0c, 0x3f, 0x80, 0x9a, 0x2f, 0x62, 0xc2, + 0x31, 0x57, 0x68, 0x3a, 0x96, 0xa6, 0xd1, 0x2c, 0xb7, 0x6b, 0xfd, 0xc7, 0x67, 0x8b, 0x46, 0x37, + 0xa4, 0x6a, 0x34, 0xf3, 0x6c, 0x5f, 0x30, 0x27, 0xef, 0x3b, 0xc1, 0x9e, 0xdc, 0xa7, 0xa2, 0x08, + 0x1d, 0x95, 0x4c, 0x89, 0xb4, 0xfb, 0x2f, 0x06, 0x07, 0xdd, 0x87, 0x83, 0x99, 0xf7, 0x92, 0x24, + 0xee, 0x56, 0xa1, 0x36, 0x18, 0x4b, 0x78, 0x0f, 0xec, 0xac, 0xc5, 0x3f, 0xce, 0x44, 0x34, 0x63, + 0xe6, 0xa5, 0xa6, 0xd1, 0xde, 0x76, 0xaf, 0x16, 0xf0, 0x1b, 0x8d, 0xc2, 0xfb, 0x60, 0x57, 0x4e, + 0xb0, 0x1c, 0x51, 0x1e, 0x22, 0x1c, 0x04, 0x11, 0x91, 0xd2, 0x2c, 0x37, 0x8d, 0xf6, 0xa6, 0xbb, + 0x53, 0xe0, 0xbd, 0x0c, 0x86, 0x5d, 0x70, 0x8b, 0x51, 0x8e, 0xd6, 0x74, 0x35, 0x47, 0xc7, 0x84, + 0x20, 0x89, 0x95, 0x59, 0x69, 0x1a, 0xed, 0xb2, 0x7b, 0x9d, 0x51, 0x3e, 0xcc, 0xb3, 0x47, 0xf3, + 0x43, 0x42, 0x86, 0x58, 0xc1, 0x21, 0x48, 0x61, 0xe4, 0x0b, 0xc6, 0xa8, 0x94, 0x54, 0x70, 0x14, + 0x61, 0x45, 0xcc, 0xcb, 0x69, 0x8f, 0xfe, 0xdd, 0x93, 0x45, 0xa3, 0x74, 0xb6, 0x68, 0xdc, 0xc9, + 0x8e, 0x24, 0x83, 0xb1, 0x4d, 0x85, 0xc3, 0xb0, 0x1a, 0xd9, 0xaf, 0x48, 0x88, 0xfd, 0xe4, 0x39, + 0xf1, 0xdd, 0x6b, 0x8c, 0xf2, 0x67, 0xeb, 0x72, 0x17, 0x2b, 0x02, 0xdf, 0x81, 0xed, 0xf5, 0x18, + 0x5a, 0xae, 0xaa, 0xe5, 0x3a, 0xe7, 0x90, 0xfb, 0xf6, 0x75, 0x1f, 0xe4, 0xbf, 0x24, 0x15, 0xaf, + 0x15, 0x3a, 0x5a, 0xb7, 0x07, 0xf6, 0x18, 0x9e, 0x23, 0xec, 0x2b, 0x1a, 0x13, 0x74, 0x4c, 0x39, + 0x9e, 0x50, 0x95, 0xa4, 0x3f, 0x32, 0xa6, 0x01, 0x89, 0xa4, 0xb9, 0xa1, 0x8f, 0x58, 0x67, 0x78, + 0xde, 0xd3, 0x9c, 0xc3, 0x9c, 0x32, 0x28, 0x18, 0xf0, 0x01, 0x80, 0xe9, 0xbe, 0x33, 0xee, 0x09, + 0x1e, 0xe8, 0x33, 0x51, 0x46, 0xcc, 0x2b, 0xba, 0x6e, 0x97, 0x51, 0xfe, 0xb6, 0x48, 0x1c, 0x51, + 0x46, 0x20, 0xfa, 0x97, 0xad, 0xb7, 0xd9, 0xbc, 0xe8, 0x36, 0x7f, 0x35, 0x48, 0x37, 0x7a, 0x52, + 0xf9, 0xfc, 0xa5, 0x51, 0x6a, 0x11, 0x50, 0x1b, 0x2a, 0x11, 0x91, 0x20, 0xf7, 0x9e, 0x09, 0x36, + 0x62, 0x12, 0xa5, 0xe7, 0x34, 0x0d, 0x3d, 0x59, 0x11, 0xc2, 0xa7, 0xa0, 0x9a, 0x19, 0x5f, 0xfb, + 0x65, 0xeb, 0xd1, 0x9e, 0xfd, 0x5f, 0xe7, 0xdb, 0x99, 0x50, 0xbf, 0x92, 0xce, 0xe8, 0xe6, 0x25, + 0xfd, 0xd7, 0x27, 0x4b, 0xcb, 0x38, 0x5d, 0x5a, 0xc6, 0x8f, 0xa5, 0x65, 0x7c, 0x5a, 0x59, 0xa5, + 0xd3, 0x95, 0x55, 0xfa, 0xbe, 0xb2, 0x4a, 0xef, 0xcf, 0x61, 0xe9, 0xf9, 0x9f, 0xef, 0x4f, 0xfb, + 0xdb, 0xab, 0xea, 0x47, 0x73, 0xf0, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x60, 0x31, 0x6e, 0xa0, 0xa2, 0x03, 0x00, 0x00, } @@ -487,7 +487,7 @@ func (m *Params) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.CovenantPks = append(m.CovenantPks, v) if err := m.CovenantPks[len(m.CovenantPks)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btcstaking/types/pop.go b/x/btcstaking/types/pop.go index dd5a562ae..004b31ca1 100644 --- a/x/btcstaking/types/pop.go +++ b/x/btcstaking/types/pop.go @@ -5,9 +5,9 @@ import ( "encoding/hex" "fmt" - "github.com/babylonchain/babylon/crypto/bip322" - "github.com/babylonchain/babylon/crypto/ecdsa" - bbn "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/crypto/bip322" + "github.com/babylonlabs-io/babylon/crypto/ecdsa" + bbn "github.com/babylonlabs-io/babylon/types" "github.com/btcsuite/btcd/btcec/v2" "github.com/btcsuite/btcd/btcec/v2/schnorr" "github.com/btcsuite/btcd/btcutil" diff --git a/x/btcstaking/types/pop.pb.go b/x/btcstaking/types/pop.pb.go index 32bfca102..f0d4519ef 100644 --- a/x/btcstaking/types/pop.pb.go +++ b/x/btcstaking/types/pop.pb.go @@ -178,25 +178,25 @@ func init() { func init() { proto.RegisterFile("babylon/btcstaking/v1/pop.proto", fileDescriptor_9d6ceb088d9e9f3a) } var fileDescriptor_9d6ceb088d9e9f3a = []byte{ - // 285 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x41, 0x4b, 0xc3, 0x30, - 0x1c, 0xc5, 0x9b, 0x89, 0x1b, 0xfb, 0x33, 0xa4, 0x04, 0xc5, 0x9d, 0xe2, 0xdc, 0x69, 0x78, 0x48, - 0x5c, 0x26, 0x78, 0xb6, 0xd5, 0x83, 0x20, 0x38, 0xd6, 0x9e, 0xbc, 0x8c, 0xa6, 0xeb, 0xba, 0xa0, - 0x36, 0xa5, 0x89, 0xc3, 0x7e, 0x0b, 0x3f, 0x96, 0xc7, 0x1d, 0x3d, 0x4a, 0xfb, 0x45, 0xa4, 0xb3, - 0xa5, 0x1e, 0xbc, 0xbd, 0x47, 0x5e, 0xde, 0xe3, 0xff, 0x83, 0x33, 0x11, 0x88, 0xfc, 0x45, 0x25, - 0x4c, 0x98, 0x50, 0x9b, 0xe0, 0x59, 0x26, 0x31, 0xdb, 0x4e, 0x59, 0xaa, 0x52, 0x9a, 0x66, 0xca, - 0x28, 0x7c, 0x52, 0x07, 0x68, 0x1b, 0xa0, 0xdb, 0xe9, 0xd8, 0xc0, 0xf1, 0x3c, 0x53, 0x6a, 0xfd, - 0xb8, 0x9e, 0x2b, 0xad, 0x23, 0xad, 0xa5, 0x4a, 0x1c, 0xdf, 0xc5, 0x2e, 0x0c, 0x84, 0x09, 0x97, - 0x5a, 0xc6, 0x4b, 0x93, 0xa7, 0xd1, 0x10, 0x8d, 0xd0, 0xe4, 0x88, 0x9f, 0xd3, 0x7f, 0x5b, 0xa8, - 0xe3, 0xbb, 0x9e, 0x8c, 0xfd, 0x3c, 0x8d, 0x16, 0x20, 0x4c, 0x58, 0x6b, 0x7c, 0x0a, 0xbd, 0xba, - 0x64, 0xd8, 0x19, 0xa1, 0xc9, 0x60, 0xd1, 0xfd, 0x7d, 0x1c, 0x5f, 0x43, 0xdf, 0xb9, 0x9f, 0xcf, - 0x38, 0xf7, 0x64, 0x8c, 0x87, 0xd0, 0x0b, 0x56, 0xab, 0x2c, 0xd2, 0x7a, 0xbf, 0xd2, 0x5f, 0x34, - 0x16, 0xdb, 0x70, 0xd0, 0xfe, 0xad, 0xe4, 0x05, 0x03, 0x68, 0xb7, 0x30, 0x40, 0xb7, 0xaa, 0xb9, - 0xba, 0xb4, 0xad, 0x46, 0x73, 0x6e, 0x23, 0xdc, 0x87, 0xc3, 0x3b, 0xf7, 0xd6, 0xbb, 0xb1, 0x3b, - 0xce, 0xc3, 0x67, 0x41, 0xd0, 0xae, 0x20, 0xe8, 0xbb, 0x20, 0xe8, 0xa3, 0x24, 0xd6, 0xae, 0x24, - 0xd6, 0x57, 0x49, 0xac, 0x27, 0x1e, 0x4b, 0xb3, 0x79, 0x13, 0x34, 0x54, 0xaf, 0xac, 0xbe, 0x2a, - 0xdc, 0x04, 0x32, 0x69, 0x0c, 0x7b, 0xff, 0xcb, 0xb2, 0x82, 0xa0, 0x45, 0x77, 0xcf, 0x72, 0xf6, - 0x13, 0x00, 0x00, 0xff, 0xff, 0x0d, 0x31, 0xf3, 0x97, 0x6e, 0x01, 0x00, 0x00, + // 287 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x31, 0x4b, 0xc3, 0x40, + 0x1c, 0xc5, 0x73, 0x15, 0x5b, 0xfa, 0xa7, 0x48, 0x38, 0x14, 0x3b, 0x9d, 0xb5, 0x53, 0x11, 0xbc, + 0xb3, 0x69, 0xc1, 0xd9, 0x44, 0x07, 0x17, 0x2d, 0x49, 0x26, 0x97, 0x92, 0x4b, 0xd3, 0x78, 0x58, + 0x73, 0x21, 0x77, 0x16, 0xf3, 0x2d, 0xfc, 0x58, 0x8e, 0x1d, 0x1d, 0x25, 0xf9, 0x22, 0x92, 0x9a, + 0x10, 0x07, 0xb7, 0xf7, 0xb8, 0x77, 0xef, 0xf1, 0xff, 0xc1, 0x19, 0x0f, 0x78, 0xbe, 0x91, 0x09, + 0xe3, 0x3a, 0x54, 0x3a, 0x78, 0x11, 0x49, 0xcc, 0xb6, 0x53, 0x96, 0xca, 0x94, 0xa6, 0x99, 0xd4, + 0x12, 0x9f, 0xd4, 0x01, 0xda, 0x06, 0xe8, 0x76, 0x3a, 0xd6, 0x70, 0xbc, 0xc8, 0xa4, 0x5c, 0x3f, + 0xae, 0x17, 0x52, 0xa9, 0x48, 0x29, 0x21, 0x13, 0xdb, 0x77, 0xb0, 0x03, 0x03, 0xae, 0xc3, 0xa5, + 0x12, 0xf1, 0x52, 0xe7, 0x69, 0x34, 0x44, 0x23, 0x34, 0x39, 0xb2, 0xce, 0xe9, 0xbf, 0x2d, 0xd4, + 0xf6, 0x1d, 0x4f, 0xc4, 0x7e, 0x9e, 0x46, 0x2e, 0x70, 0x1d, 0xd6, 0x1a, 0x9f, 0x42, 0xaf, 0x2e, + 0x19, 0x76, 0x46, 0x68, 0x32, 0x70, 0xbb, 0xbf, 0x8f, 0xe3, 0x6b, 0xe8, 0xdb, 0xf7, 0x8b, 0x99, + 0x65, 0x79, 0x22, 0xc6, 0x43, 0xe8, 0x05, 0xab, 0x55, 0x16, 0x29, 0xb5, 0x5f, 0xe9, 0xbb, 0x8d, + 0xc5, 0x26, 0x1c, 0xb4, 0x7f, 0x2b, 0x79, 0xc1, 0x00, 0xda, 0x2d, 0x0c, 0xd0, 0xad, 0x6a, 0xe6, + 0x57, 0xa6, 0xd1, 0x68, 0xcb, 0x32, 0x11, 0xee, 0xc3, 0xe1, 0x9d, 0x73, 0xeb, 0xdd, 0x98, 0x1d, + 0xfb, 0xe1, 0xb3, 0x20, 0x68, 0x57, 0x10, 0xf4, 0x5d, 0x10, 0xf4, 0x51, 0x12, 0x63, 0x57, 0x12, + 0xe3, 0xab, 0x24, 0xc6, 0xd3, 0x3c, 0x16, 0xfa, 0xf9, 0x8d, 0xd3, 0x50, 0xbe, 0xb2, 0xfa, 0xaa, + 0x4d, 0xc0, 0xd5, 0xa5, 0x90, 0x8d, 0x65, 0xef, 0x7f, 0x69, 0x56, 0x18, 0x14, 0xef, 0xee, 0x69, + 0xce, 0x7e, 0x02, 0x00, 0x00, 0xff, 0xff, 0x4c, 0xd5, 0x14, 0x5e, 0x70, 0x01, 0x00, 0x00, } func (m *ProofOfPossessionBTC) Marshal() (dAtA []byte, err error) { diff --git a/x/btcstaking/types/pop_test.go b/x/btcstaking/types/pop_test.go index dc58f6dfd..86bd8ceff 100644 --- a/x/btcstaking/types/pop_test.go +++ b/x/btcstaking/types/pop_test.go @@ -11,9 +11,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/testutil/datagen" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) var ( diff --git a/x/btcstaking/types/query.pb.go b/x/btcstaking/types/query.pb.go index 369f69ab9..dc710bb9f 100644 --- a/x/btcstaking/types/query.pb.go +++ b/x/btcstaking/types/query.pb.go @@ -7,7 +7,7 @@ import ( context "context" cosmossdk_io_math "cosmossdk.io/math" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/cosmos-proto" query "github.com/cosmos/cosmos-sdk/types/query" types "github.com/cosmos/cosmos-sdk/x/staking/types" @@ -1159,10 +1159,10 @@ type BTCDelegationResponse struct { StakerAddr string `protobuf:"bytes,1,opt,name=staker_addr,json=stakerAddr,proto3" json:"staker_addr,omitempty"` // btc_pk is the Bitcoin secp256k1 PK of this BTC delegation // the PK follows encoding in BIP-340 spec - BtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` + BtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` // fp_btc_pk_list is the list of BIP-340 PKs of the finality providers that // this BTC delegation delegates to - FpBtcPkList []github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,3,rep,name=fp_btc_pk_list,json=fpBtcPkList,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk_list,omitempty"` + FpBtcPkList []github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,3,rep,name=fp_btc_pk_list,json=fpBtcPkList,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk_list,omitempty"` // start_height is the start BTC height of the BTC delegation // it is the start BTC height of the timelock StartHeight uint64 `protobuf:"varint,4,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` @@ -1488,7 +1488,7 @@ type FinalityProviderResponse struct { Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - BtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,4,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` + BtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,4,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` // pop is the proof of possession of the BTC_PK by the fp addr. // Essentially is the signature where the BTC SK sigs the fp addr. Pop *ProofOfPossessionBTC `protobuf:"bytes,5,opt,name=pop,proto3" json:"pop,omitempty"` @@ -1629,125 +1629,126 @@ func init() { func init() { proto.RegisterFile("babylon/btcstaking/v1/query.proto", fileDescriptor_74d49d26f7429697) } var fileDescriptor_74d49d26f7429697 = []byte{ - // 1884 bytes of a gzipped FileDescriptorProto + // 1889 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0x4b, 0x6c, 0xdb, 0xc8, 0x19, 0x0e, 0x6d, 0x45, 0xb1, 0x7f, 0xd9, 0x8e, 0x33, 0xeb, 0x24, 0x8c, 0x1c, 0xdb, 0x09, 0x9b, - 0x4d, 0x9c, 0x97, 0x18, 0x2b, 0xde, 0x14, 0xed, 0x76, 0x37, 0xb1, 0xec, 0xdd, 0x24, 0xbb, 0x31, - 0xa2, 0xd2, 0x49, 0x0b, 0x74, 0x8b, 0x12, 0x14, 0x39, 0xa2, 0x88, 0xc8, 0x24, 0xc3, 0x19, 0xb9, - 0x32, 0x02, 0x5f, 0x7a, 0xe8, 0xad, 0x40, 0x81, 0xf6, 0xda, 0xf3, 0x16, 0xe8, 0xb1, 0x39, 0x15, - 0xe8, 0x7d, 0x7b, 0x5b, 0x64, 0x0f, 0x2d, 0xf6, 0x10, 0x14, 0x49, 0xd1, 0x02, 0x05, 0x7a, 0xed, - 0xb9, 0xe0, 0xcc, 0x50, 0xa4, 0x24, 0x52, 0x0f, 0xc7, 0xbd, 0x89, 0x33, 0xff, 0xfb, 0xf1, 0xcd, - 0xcc, 0x2f, 0xb8, 0x58, 0x33, 0x6a, 0xfb, 0x4d, 0xcf, 0x55, 0x6b, 0xd4, 0x24, 0xd4, 0x78, 0xe6, - 0xb8, 0xb6, 0xba, 0xb7, 0xa6, 0x3e, 0x6f, 0xe1, 0x60, 0xbf, 0xe4, 0x07, 0x1e, 0xf5, 0xd0, 0x69, - 0x41, 0x52, 0x8a, 0x49, 0x4a, 0x7b, 0x6b, 0xc5, 0x05, 0xdb, 0xb3, 0x3d, 0x46, 0xa1, 0x86, 0xbf, - 0x38, 0x71, 0xf1, 0xbc, 0xed, 0x79, 0x76, 0x13, 0xab, 0x86, 0xef, 0xa8, 0x86, 0xeb, 0x7a, 0xd4, - 0xa0, 0x8e, 0xe7, 0x12, 0xb1, 0x7b, 0xce, 0xf4, 0xc8, 0xae, 0x47, 0x74, 0xce, 0xc6, 0x3f, 0xc4, - 0xd6, 0x25, 0xfe, 0xa5, 0xc6, 0x46, 0xd4, 0x30, 0x35, 0xd6, 0xa2, 0x6f, 0x41, 0x75, 0x4d, 0x50, - 0xd5, 0x0c, 0x82, 0xb9, 0x91, 0x1d, 0x42, 0xdf, 0xb0, 0x1d, 0x97, 0x69, 0x13, 0xb4, 0x4a, 0xba, - 0x6b, 0xbe, 0x11, 0x18, 0xbb, 0x91, 0xd6, 0xcb, 0xe9, 0x34, 0x09, 0x4f, 0x39, 0xdd, 0x4a, 0x86, - 0x2c, 0xcf, 0xe7, 0x04, 0xca, 0x02, 0xa0, 0x1f, 0x86, 0xe6, 0x54, 0x99, 0x74, 0x0d, 0x3f, 0x6f, - 0x61, 0x42, 0x15, 0x0d, 0xde, 0xeb, 0x5a, 0x25, 0xbe, 0xe7, 0x12, 0x8c, 0x3e, 0x84, 0x3c, 0xb7, - 0x42, 0x96, 0x2e, 0x48, 0xab, 0x85, 0xf2, 0x52, 0x29, 0x35, 0xc4, 0x25, 0xce, 0x56, 0xc9, 0x7d, - 0xf5, 0x7a, 0xe5, 0x98, 0x26, 0x58, 0x94, 0xef, 0xc2, 0x62, 0x42, 0x66, 0x65, 0xff, 0x47, 0x38, - 0x20, 0x8e, 0xe7, 0x0a, 0x95, 0x48, 0x86, 0x13, 0x7b, 0x7c, 0x85, 0x09, 0x9f, 0xd5, 0xa2, 0x4f, - 0xe5, 0x0b, 0x38, 0x9f, 0xce, 0x78, 0x14, 0x56, 0xd9, 0xb0, 0xc4, 0x84, 0x7f, 0xea, 0xb8, 0x46, - 0xd3, 0xa1, 0xfb, 0xd5, 0xc0, 0xdb, 0x73, 0x2c, 0x1c, 0x44, 0xa1, 0x40, 0x9f, 0x02, 0xc4, 0x19, - 0x12, 0x1a, 0x2e, 0x97, 0x44, 0x09, 0x84, 0xe9, 0x2c, 0xf1, 0x9a, 0x13, 0xe9, 0x2c, 0x55, 0x0d, - 0x1b, 0x0b, 0x5e, 0x2d, 0xc1, 0xa9, 0xfc, 0x45, 0x82, 0xe5, 0x2c, 0x4d, 0xc2, 0x91, 0x9f, 0x01, - 0xaa, 0x8b, 0xcd, 0xb0, 0xd2, 0xf8, 0xae, 0x2c, 0x5d, 0x98, 0x5c, 0x2d, 0x94, 0xd5, 0x0c, 0xa7, - 0x7a, 0xa5, 0x45, 0xc2, 0xb4, 0x53, 0xf5, 0x5e, 0x3d, 0xe8, 0x7e, 0x97, 0x2b, 0x13, 0xcc, 0x95, - 0x2b, 0x43, 0x5d, 0x11, 0xf2, 0x92, 0xbe, 0x6c, 0x88, 0x8c, 0xf4, 0x2b, 0xe7, 0x31, 0xbb, 0x08, - 0xb3, 0x75, 0x5f, 0xaf, 0x51, 0x53, 0xf7, 0x9f, 0xe9, 0x0d, 0xdc, 0x66, 0x61, 0x9b, 0xd6, 0xa0, - 0xee, 0x57, 0xa8, 0x59, 0x7d, 0xf6, 0x00, 0xb7, 0x95, 0x83, 0x8c, 0xb8, 0x77, 0x82, 0xf1, 0x53, - 0x38, 0xd5, 0x17, 0x0c, 0x11, 0xfe, 0xb1, 0x63, 0x31, 0xdf, 0x1b, 0x0b, 0xe5, 0xf7, 0x12, 0x14, - 0x99, 0xfe, 0xca, 0x93, 0xcd, 0x2d, 0xdc, 0xc4, 0x36, 0x6f, 0xf7, 0xc8, 0x81, 0x0a, 0xe4, 0x09, - 0x35, 0x68, 0x8b, 0x97, 0xd4, 0x5c, 0xf9, 0x5a, 0x86, 0xc6, 0x2e, 0xee, 0x1d, 0xc6, 0xa1, 0x09, - 0xce, 0x9e, 0xc2, 0x99, 0x38, 0x74, 0xe1, 0xfc, 0x59, 0x12, 0x8d, 0xd3, 0x6b, 0xaa, 0x08, 0xd4, - 0x53, 0x38, 0x19, 0x46, 0xda, 0x8a, 0xb7, 0x44, 0xc9, 0xdc, 0x18, 0xc5, 0xe8, 0x4e, 0x8c, 0xe6, - 0x6a, 0xd4, 0x4c, 0x88, 0x3f, 0xba, 0x62, 0xa9, 0xc3, 0xd5, 0xd4, 0x4c, 0x57, 0xbd, 0x9f, 0xe3, - 0x60, 0x83, 0x3e, 0xc0, 0x8e, 0xdd, 0xa0, 0xa3, 0x57, 0x0e, 0x3a, 0x03, 0xf9, 0x06, 0xe3, 0x61, - 0x46, 0xe5, 0x34, 0xf1, 0xa5, 0x3c, 0x86, 0x6b, 0xa3, 0xe8, 0x11, 0x51, 0xbb, 0x08, 0x33, 0x7b, - 0x1e, 0x75, 0x5c, 0x5b, 0xf7, 0xc3, 0x7d, 0xa6, 0x27, 0xa7, 0x15, 0xf8, 0x1a, 0x63, 0x51, 0xb6, - 0x61, 0x35, 0x55, 0xe0, 0x66, 0x2b, 0x08, 0xb0, 0x4b, 0x19, 0xd1, 0x18, 0x15, 0x9f, 0x15, 0x87, - 0x6e, 0x71, 0xc2, 0xbc, 0xd8, 0x49, 0x29, 0xe9, 0x64, 0x9f, 0xd9, 0x13, 0xfd, 0x66, 0xff, 0x4a, - 0x82, 0xeb, 0x4c, 0xd1, 0x86, 0x49, 0x9d, 0x3d, 0xdc, 0x07, 0x37, 0xbd, 0x21, 0xcf, 0x52, 0x75, - 0x54, 0xf5, 0xfb, 0x57, 0x09, 0x6e, 0x8c, 0x66, 0xcf, 0x11, 0xc2, 0xe0, 0x8f, 0x1d, 0xda, 0xd8, - 0xc6, 0xd4, 0xf8, 0xbf, 0xc2, 0xe0, 0x92, 0x68, 0x4c, 0xe6, 0x98, 0x41, 0xb1, 0xd5, 0x15, 0x58, - 0xe5, 0x8e, 0x40, 0xc9, 0xbe, 0xed, 0xc1, 0x39, 0x56, 0x7e, 0x2b, 0xc1, 0x95, 0xd4, 0x4a, 0x49, - 0x01, 0xaa, 0x11, 0xfa, 0xe5, 0xa8, 0xf2, 0xf8, 0x2f, 0x29, 0xa3, 0x1f, 0xd2, 0x40, 0x29, 0x80, - 0x73, 0x09, 0x50, 0xf2, 0x82, 0x14, 0x78, 0xba, 0x33, 0x14, 0x9e, 0xbc, 0x34, 0xd1, 0xda, 0xd9, - 0x18, 0xa8, 0xba, 0x08, 0x8e, 0x2e, 0xaf, 0x9f, 0xc1, 0xb9, 0x7e, 0xc0, 0x8d, 0x22, 0x7e, 0x13, - 0xde, 0x13, 0xc6, 0xea, 0xb4, 0xad, 0x37, 0x0c, 0xd2, 0x48, 0xc4, 0x7d, 0x5e, 0x6c, 0x3d, 0x69, - 0x3f, 0x30, 0x48, 0x23, 0xec, 0xfa, 0xe7, 0x69, 0xe7, 0x4c, 0x27, 0x4c, 0x3b, 0x30, 0xd7, 0x8d, - 0xdd, 0xe2, 0x84, 0x1b, 0x0f, 0xba, 0x67, 0xbb, 0xa0, 0x5b, 0xf9, 0x26, 0x0f, 0xa7, 0xd3, 0xd5, - 0x7d, 0x0f, 0x0a, 0xa1, 0x30, 0x1c, 0xe8, 0x86, 0x65, 0x71, 0xcc, 0x9b, 0xae, 0xc8, 0xaf, 0x5e, - 0xde, 0x5c, 0x10, 0x51, 0xda, 0xb0, 0xac, 0x00, 0x13, 0xb2, 0x43, 0x03, 0xc7, 0xb5, 0x35, 0xe0, - 0xc4, 0xe1, 0x22, 0xda, 0x86, 0x3c, 0xaf, 0x32, 0x16, 0xd8, 0x99, 0xca, 0x9d, 0x6f, 0x5f, 0xaf, - 0x94, 0x6d, 0x87, 0x36, 0x5a, 0xb5, 0x92, 0xe9, 0xed, 0xaa, 0xc2, 0x5e, 0xb3, 0x61, 0x38, 0x6e, - 0xf4, 0xa1, 0xd2, 0x7d, 0x1f, 0x93, 0x52, 0xe5, 0x61, 0xf5, 0xf6, 0xfa, 0xad, 0x6a, 0xab, 0xf6, - 0x39, 0xde, 0xd7, 0x8e, 0xd7, 0xc2, 0xba, 0x44, 0x5f, 0xc0, 0x5c, 0x5c, 0xb7, 0x4d, 0x87, 0x50, - 0x79, 0xf2, 0xc2, 0xe4, 0x3b, 0x88, 0x2d, 0x88, 0x82, 0x7f, 0xe4, 0xb0, 0xa6, 0x98, 0x21, 0xd4, - 0x08, 0xa8, 0x2e, 0xda, 0x2b, 0xc7, 0x41, 0x92, 0xad, 0xf1, 0x1e, 0x44, 0x4b, 0x00, 0xd8, 0xb5, - 0x22, 0x82, 0xe3, 0x8c, 0x60, 0x1a, 0xbb, 0xa2, 0x45, 0xd1, 0x22, 0x4c, 0x53, 0x8f, 0x1a, 0x4d, - 0x9d, 0x18, 0x54, 0xce, 0xb3, 0xdd, 0x29, 0xb6, 0xb0, 0x63, 0x50, 0x74, 0x09, 0xe6, 0x92, 0x15, - 0x80, 0xdb, 0xf2, 0x09, 0x96, 0xfc, 0x99, 0x38, 0xf9, 0xb8, 0x8d, 0x2e, 0xc3, 0x49, 0xd2, 0x34, - 0x48, 0x23, 0x41, 0x36, 0xc5, 0xc8, 0x66, 0xa3, 0x65, 0x4e, 0xf7, 0x01, 0x9c, 0x8d, 0xbb, 0x84, - 0x6d, 0xe9, 0xc4, 0xb1, 0x19, 0xfd, 0x34, 0xa3, 0x5f, 0xe8, 0x6c, 0xef, 0x84, 0xbb, 0x3b, 0x8e, - 0x1d, 0xb2, 0x3d, 0x85, 0x59, 0xd3, 0xdb, 0xc3, 0xae, 0xe1, 0xd2, 0x90, 0x9e, 0xc8, 0xc0, 0x9a, - 0xea, 0x56, 0x46, 0xe1, 0x6c, 0x0a, 0xda, 0x0d, 0xcb, 0xf0, 0x43, 0x49, 0x8e, 0xed, 0x1a, 0xb4, - 0x15, 0x60, 0xa2, 0xcd, 0x44, 0x62, 0x76, 0x1c, 0x9b, 0xa0, 0x1b, 0x80, 0x22, 0xdf, 0xbc, 0x16, - 0xf5, 0x5b, 0x54, 0x77, 0xac, 0xb6, 0x5c, 0x60, 0x17, 0xf2, 0xa8, 0xb8, 0x1f, 0xb3, 0x8d, 0x87, - 0x16, 0x3b, 0x8a, 0x0d, 0x06, 0xea, 0xf2, 0xcc, 0x05, 0x69, 0x75, 0x4a, 0x13, 0x5f, 0x68, 0x85, - 0xd5, 0x19, 0x6d, 0x11, 0xdd, 0xc2, 0xc4, 0x94, 0x67, 0x39, 0x26, 0xf1, 0xa5, 0x2d, 0x4c, 0x4c, - 0xf4, 0x3e, 0xcc, 0xb5, 0xdc, 0x9a, 0xe7, 0x5a, 0x2c, 0x3a, 0xce, 0x2e, 0x96, 0xe7, 0x98, 0x8a, - 0xd9, 0xce, 0xea, 0x13, 0x67, 0x17, 0x23, 0x13, 0x4e, 0xb7, 0xdc, 0xb8, 0x39, 0xf4, 0x40, 0x14, - 0xb2, 0x7c, 0x92, 0x75, 0x49, 0x29, 0xbb, 0x4b, 0x9e, 0x26, 0xd8, 0x3a, 0x7d, 0xb2, 0xd0, 0x4a, - 0x59, 0x0d, 0x6d, 0xe1, 0x6f, 0x01, 0x3d, 0x7a, 0x7f, 0xcc, 0x73, 0x5b, 0xf8, 0xaa, 0x78, 0x6d, - 0x28, 0x2f, 0x27, 0xe1, 0x6c, 0x86, 0x60, 0xb4, 0x0a, 0xf3, 0x09, 0x77, 0xda, 0x09, 0x40, 0x88, - 0xdd, 0xe4, 0xd9, 0xfe, 0x08, 0x16, 0xe3, 0x6c, 0xc7, 0x3c, 0x51, 0xc6, 0x27, 0x18, 0x93, 0xdc, - 0x21, 0x79, 0x1a, 0x51, 0x88, 0xac, 0x9b, 0xb0, 0xd8, 0xc9, 0x7a, 0x37, 0x77, 0xa7, 0x87, 0x0a, - 0xe5, 0x4b, 0x19, 0x61, 0xe9, 0x24, 0xfd, 0xa1, 0x5b, 0xf7, 0x34, 0x39, 0x12, 0x94, 0xd4, 0xc1, - 0xda, 0x27, 0xa5, 0x72, 0x73, 0x69, 0x95, 0xfb, 0x21, 0x14, 0x7b, 0x2a, 0x37, 0xe9, 0xca, 0x71, - 0xc6, 0x72, 0xb6, 0xbb, 0x78, 0x63, 0x4f, 0xea, 0x70, 0x26, 0xae, 0xdf, 0x04, 0x2f, 0x91, 0xf3, - 0x87, 0x2c, 0xe4, 0x85, 0x4e, 0x21, 0xc7, 0x9a, 0x88, 0x62, 0xc2, 0xca, 0x90, 0x03, 0x05, 0xdd, - 0x83, 0x9c, 0x85, 0x9b, 0x87, 0xbb, 0x35, 0x33, 0x4e, 0xe5, 0xcb, 0x1c, 0xc8, 0x99, 0x0f, 0x99, - 0x4f, 0xa0, 0x10, 0x76, 0x41, 0xe0, 0xf8, 0x09, 0x80, 0xff, 0x4e, 0x74, 0x2e, 0xc5, 0x1a, 0xf8, - 0xa1, 0xb4, 0x15, 0x93, 0x6a, 0x49, 0x3e, 0xb4, 0x0d, 0x60, 0x7a, 0xbb, 0xbb, 0x0e, 0x21, 0xd1, - 0xe9, 0x36, 0x5d, 0xb9, 0xf9, 0xed, 0xeb, 0x95, 0x45, 0x2e, 0x88, 0x58, 0xcf, 0x4a, 0x8e, 0xa7, - 0xee, 0x1a, 0xb4, 0x51, 0x7a, 0x84, 0x6d, 0xc3, 0xdc, 0xdf, 0xc2, 0xe6, 0xab, 0x97, 0x37, 0x41, - 0xe8, 0xd9, 0xc2, 0xa6, 0x96, 0x10, 0x80, 0x6e, 0x40, 0x8e, 0x9d, 0x01, 0x93, 0x43, 0xce, 0x00, - 0x46, 0x95, 0x40, 0xff, 0xdc, 0x51, 0xa0, 0xff, 0x47, 0x30, 0xe9, 0x7b, 0x3e, 0x2b, 0x91, 0x42, - 0xf9, 0x7a, 0xd6, 0x73, 0x3d, 0xf0, 0xbc, 0xfa, 0xe3, 0x7a, 0xd5, 0x23, 0x04, 0x33, 0x9b, 0x2b, - 0x4f, 0x36, 0xb5, 0x90, 0x0f, 0xad, 0xc3, 0x19, 0x56, 0x32, 0xd8, 0xd2, 0x05, 0x6b, 0x04, 0xe4, - 0x1c, 0xaa, 0x17, 0xc4, 0x6e, 0x85, 0x6f, 0x0a, 0x4c, 0x0f, 0xa1, 0x2d, 0xe2, 0xa2, 0x66, 0xc4, - 0x71, 0x82, 0x71, 0xcc, 0x47, 0x1c, 0xd4, 0x14, 0xd4, 0xf1, 0xe5, 0x6c, 0x6a, 0xe0, 0x05, 0x7c, - 0xba, 0xef, 0x02, 0x8e, 0x8a, 0x30, 0x45, 0x9a, 0x2d, 0xdb, 0x76, 0x48, 0x43, 0x06, 0x86, 0x8b, - 0x9d, 0xef, 0xf2, 0xef, 0x4e, 0xc1, 0x71, 0x76, 0x1f, 0x40, 0xbf, 0x94, 0x20, 0xcf, 0x27, 0x12, - 0xe8, 0x6a, 0x46, 0x04, 0xfa, 0x07, 0x33, 0xc5, 0x6b, 0xa3, 0x90, 0xf2, 0xc2, 0x53, 0xde, 0xff, - 0xc5, 0x37, 0xff, 0xf8, 0xcd, 0xc4, 0x0a, 0x5a, 0x52, 0x07, 0x0d, 0x94, 0xd0, 0x1f, 0x24, 0x38, - 0xd9, 0x33, 0x5a, 0x41, 0xe5, 0xe1, 0x6a, 0x7a, 0x07, 0x38, 0xc5, 0xdb, 0x63, 0xf1, 0x08, 0x1b, - 0x55, 0x66, 0xe3, 0x55, 0x74, 0x65, 0xa0, 0x8d, 0xea, 0x0b, 0x01, 0xcd, 0x07, 0xe8, 0x8f, 0x12, - 0x9c, 0xea, 0x7b, 0x42, 0xa0, 0xf5, 0x41, 0xba, 0xb3, 0x46, 0x3b, 0xc5, 0x0f, 0xc6, 0xe4, 0x12, - 0x36, 0xaf, 0x31, 0x9b, 0xaf, 0xa3, 0xab, 0x19, 0x36, 0xf7, 0x3f, 0x5e, 0xd0, 0x2b, 0x09, 0xe6, - 0x7b, 0x05, 0xa2, 0xdb, 0xe3, 0xa8, 0x8f, 0x6c, 0x5e, 0x1f, 0x8f, 0x49, 0x98, 0xbc, 0xc3, 0x4c, - 0xde, 0x46, 0x9f, 0x8f, 0x6c, 0xb2, 0xfa, 0xa2, 0xeb, 0x5d, 0x71, 0xd0, 0x4f, 0x82, 0xbe, 0x94, - 0x60, 0xae, 0x7b, 0x26, 0x81, 0xd6, 0x06, 0x59, 0x97, 0x3a, 0x6a, 0x29, 0x96, 0xc7, 0x61, 0x11, - 0xee, 0x94, 0x98, 0x3b, 0xab, 0xe8, 0xb2, 0x9a, 0x39, 0x06, 0x4d, 0x3e, 0x38, 0xd0, 0x3f, 0x25, - 0x58, 0x19, 0xf2, 0xfa, 0x44, 0x95, 0x41, 0x76, 0x8c, 0xf6, 0x94, 0x2e, 0x6e, 0xbe, 0x93, 0x0c, - 0xe1, 0xdc, 0xf7, 0x99, 0x73, 0xeb, 0xa8, 0x3c, 0x46, 0xae, 0x38, 0x38, 0x1d, 0xa0, 0xff, 0x4a, - 0xb0, 0x34, 0x70, 0xfe, 0x81, 0xee, 0x8d, 0x53, 0x3f, 0x69, 0x23, 0x9a, 0xe2, 0xc6, 0x3b, 0x48, - 0x10, 0x2e, 0x56, 0x99, 0x8b, 0x9f, 0xa1, 0x07, 0x87, 0x2f, 0x47, 0x86, 0xbe, 0xb1, 0xe3, 0xff, - 0x96, 0xe0, 0xfc, 0xa0, 0xc1, 0x0a, 0xba, 0x3b, 0x8e, 0xd5, 0x29, 0x13, 0x9e, 0xe2, 0xbd, 0xc3, - 0x0b, 0x10, 0x5e, 0xdf, 0x67, 0x5e, 0x6f, 0xa0, 0xbb, 0xef, 0xe8, 0x35, 0x43, 0xec, 0x9e, 0xa1, - 0xc2, 0x60, 0xc4, 0x4e, 0x1f, 0x50, 0x0c, 0x46, 0xec, 0x8c, 0xa9, 0xc5, 0x50, 0xc4, 0x36, 0x22, - 0x3e, 0x71, 0xc2, 0xa2, 0xff, 0x48, 0xb0, 0x38, 0x60, 0x64, 0x80, 0x3e, 0x1e, 0x27, 0xb0, 0x29, - 0x00, 0x72, 0xf7, 0xd0, 0xfc, 0xc2, 0xa3, 0x6d, 0xe6, 0xd1, 0x7d, 0xf4, 0xc9, 0xe1, 0xf3, 0x92, - 0x04, 0x9b, 0x3f, 0x49, 0x30, 0xdb, 0x85, 0x5b, 0xe8, 0xd6, 0xc8, 0x10, 0x17, 0xf9, 0xb4, 0x36, - 0x06, 0x87, 0xf0, 0x62, 0x8b, 0x79, 0xf1, 0x31, 0xfa, 0xc1, 0x68, 0x98, 0xa8, 0xbe, 0x48, 0x99, - 0x62, 0x1c, 0x54, 0x1e, 0x7d, 0xf5, 0x66, 0x59, 0xfa, 0xfa, 0xcd, 0xb2, 0xf4, 0xf7, 0x37, 0xcb, - 0xd2, 0xaf, 0xdf, 0x2e, 0x1f, 0xfb, 0xfa, 0xed, 0xf2, 0xb1, 0xbf, 0xbd, 0x5d, 0x3e, 0xf6, 0x93, - 0xa1, 0xd7, 0xbd, 0x76, 0x52, 0x21, 0xbb, 0xfb, 0xd5, 0xf2, 0xec, 0x3f, 0xa6, 0xdb, 0xff, 0x0b, - 0x00, 0x00, 0xff, 0xff, 0x33, 0x28, 0x24, 0xee, 0xad, 0x1b, 0x00, 0x00, + 0x4d, 0x9c, 0x87, 0xc5, 0x58, 0xf1, 0x6e, 0x1f, 0xdb, 0xdd, 0xc4, 0xb2, 0x77, 0x93, 0xec, 0xae, + 0x1b, 0x95, 0x4e, 0x5a, 0xa0, 0x2f, 0x81, 0xa2, 0x46, 0x14, 0x11, 0x99, 0xc3, 0x70, 0x46, 0xae, + 0x8c, 0xc0, 0x97, 0x1e, 0x7a, 0x2b, 0x50, 0xa0, 0xbd, 0xf6, 0xdc, 0x16, 0x3d, 0x36, 0xa7, 0x02, + 0xbd, 0x6f, 0x6f, 0x8b, 0xf4, 0xb0, 0x45, 0x0e, 0x41, 0x91, 0x14, 0x2d, 0x50, 0xa0, 0xd7, 0x9e, + 0x0b, 0xce, 0x0c, 0x45, 0x4a, 0x22, 0x65, 0xc9, 0x76, 0x6f, 0xd6, 0xcc, 0xff, 0x9e, 0xef, 0xff, + 0x86, 0xf3, 0x1b, 0x2e, 0x57, 0xcd, 0xea, 0x5e, 0x93, 0xb8, 0x7a, 0x95, 0x59, 0x94, 0x99, 0x4f, + 0x1d, 0xd7, 0xd6, 0x77, 0x57, 0xf5, 0x67, 0x2d, 0xec, 0xef, 0x15, 0x3c, 0x9f, 0x30, 0x82, 0xce, + 0x4a, 0x91, 0x42, 0x24, 0x52, 0xd8, 0x5d, 0xcd, 0xcf, 0xd9, 0xc4, 0x26, 0x5c, 0x42, 0x0f, 0xfe, + 0x12, 0xc2, 0xf9, 0x8b, 0x36, 0x21, 0x76, 0x13, 0xeb, 0xa6, 0xe7, 0xe8, 0xa6, 0xeb, 0x12, 0x66, + 0x32, 0x87, 0xb8, 0x54, 0xee, 0x5e, 0xb0, 0x08, 0xdd, 0x21, 0xb4, 0x22, 0xd4, 0xc4, 0x0f, 0xb9, + 0x75, 0x45, 0xfc, 0xd2, 0xa3, 0x20, 0xaa, 0x98, 0x99, 0xab, 0xe1, 0x6f, 0x29, 0x75, 0x43, 0x4a, + 0x55, 0x4d, 0x8a, 0x45, 0x90, 0x1d, 0x41, 0xcf, 0xb4, 0x1d, 0x97, 0x7b, 0x93, 0xb2, 0x5a, 0x72, + 0x6a, 0x9e, 0xe9, 0x9b, 0x3b, 0xa1, 0xd7, 0xab, 0xc9, 0x32, 0xb1, 0x4c, 0x85, 0xdc, 0x52, 0x8a, + 0x2d, 0xe2, 0x09, 0x01, 0x6d, 0x0e, 0xd0, 0x77, 0x83, 0x70, 0xca, 0xdc, 0xba, 0x81, 0x9f, 0xb5, + 0x30, 0x65, 0x9a, 0x01, 0xef, 0x74, 0xad, 0x52, 0x8f, 0xb8, 0x14, 0xa3, 0x0f, 0x20, 0x2b, 0xa2, + 0x50, 0x95, 0x4b, 0xca, 0x72, 0xae, 0xb8, 0x50, 0x48, 0x2c, 0x71, 0x41, 0xa8, 0x95, 0x32, 0x5f, + 0xbc, 0x5e, 0x3a, 0x61, 0x48, 0x15, 0xed, 0xeb, 0x30, 0x1f, 0xb3, 0x59, 0xda, 0xfb, 0x1e, 0xf6, + 0xa9, 0x43, 0x5c, 0xe9, 0x12, 0xa9, 0x70, 0x6a, 0x57, 0xac, 0x70, 0xe3, 0xd3, 0x46, 0xf8, 0x53, + 0xfb, 0x21, 0x5c, 0x4c, 0x56, 0x3c, 0x8e, 0xa8, 0x6c, 0x58, 0xe0, 0xc6, 0x3f, 0x71, 0x5c, 0xb3, + 0xe9, 0xb0, 0xbd, 0xb2, 0x4f, 0x76, 0x9d, 0x1a, 0xf6, 0xc3, 0x52, 0xa0, 0x4f, 0x00, 0xa2, 0x13, + 0x92, 0x1e, 0xae, 0x16, 0x24, 0x04, 0x82, 0xe3, 0x2c, 0x08, 0xcc, 0xc9, 0xe3, 0x2c, 0x94, 0x4d, + 0x1b, 0x4b, 0x5d, 0x23, 0xa6, 0xa9, 0xfd, 0x45, 0x81, 0xc5, 0x34, 0x4f, 0x32, 0x91, 0x9f, 0x00, + 0xaa, 0xcb, 0xcd, 0x00, 0x69, 0x62, 0x57, 0x55, 0x2e, 0x8d, 0x2f, 0xe7, 0x8a, 0x7a, 0x4a, 0x52, + 0xbd, 0xd6, 0x42, 0x63, 0xc6, 0x99, 0x7a, 0xaf, 0x1f, 0x74, 0xbf, 0x2b, 0x95, 0x31, 0x9e, 0xca, + 0xb5, 0x03, 0x53, 0x91, 0xf6, 0xe2, 0xb9, 0xac, 0xcb, 0x13, 0xe9, 0x77, 0x2e, 0x6a, 0x76, 0x19, + 0xa6, 0xeb, 0x5e, 0xa5, 0xca, 0xac, 0x8a, 0xf7, 0xb4, 0xd2, 0xc0, 0x6d, 0x5e, 0xb6, 0x49, 0x03, + 0xea, 0x5e, 0x89, 0x59, 0xe5, 0xa7, 0x0f, 0x70, 0x5b, 0xdb, 0x4f, 0xa9, 0x7b, 0xa7, 0x18, 0x3f, + 0x82, 0x33, 0x7d, 0xc5, 0x90, 0xe5, 0x1f, 0xb9, 0x16, 0xb3, 0xbd, 0xb5, 0xd0, 0x7e, 0xa7, 0x40, + 0x9e, 0xfb, 0x2f, 0x3d, 0xde, 0xd8, 0xc4, 0x4d, 0x6c, 0x8b, 0x76, 0x0f, 0x13, 0x28, 0x41, 0x96, + 0x32, 0x93, 0xb5, 0x04, 0xa4, 0x66, 0x8a, 0x37, 0x52, 0x3c, 0x76, 0x69, 0x6f, 0x73, 0x0d, 0x43, + 0x6a, 0xf6, 0x00, 0x67, 0xec, 0xd0, 0xc0, 0xf9, 0xb3, 0x22, 0x1b, 0xa7, 0x37, 0x54, 0x59, 0xa8, + 0x27, 0x70, 0x3a, 0xa8, 0x74, 0x2d, 0xda, 0x92, 0x90, 0xb9, 0x35, 0x4c, 0xd0, 0x9d, 0x1a, 0xcd, + 0x54, 0x99, 0x15, 0x33, 0x7f, 0x7c, 0x60, 0xa9, 0xc3, 0xf5, 0xc4, 0x93, 0x2e, 0x93, 0x9f, 0x62, + 0x7f, 0x9d, 0x3d, 0xc0, 0x8e, 0xdd, 0x60, 0xc3, 0x23, 0x07, 0x9d, 0x83, 0x6c, 0x83, 0xeb, 0xf0, + 0xa0, 0x32, 0x86, 0xfc, 0xa5, 0x3d, 0x82, 0x1b, 0xc3, 0xf8, 0x91, 0x55, 0xbb, 0x0c, 0x53, 0xbb, + 0x84, 0x39, 0xae, 0x5d, 0xf1, 0x82, 0x7d, 0xee, 0x27, 0x63, 0xe4, 0xc4, 0x1a, 0x57, 0xd1, 0xb6, + 0x60, 0x39, 0xd1, 0xe0, 0x46, 0xcb, 0xf7, 0xb1, 0xcb, 0xb8, 0xd0, 0x08, 0x88, 0x4f, 0xab, 0x43, + 0xb7, 0x39, 0x19, 0x5e, 0x94, 0xa4, 0x12, 0x4f, 0xb2, 0x2f, 0xec, 0xb1, 0xfe, 0xb0, 0x7f, 0xa1, + 0xc0, 0x4d, 0xee, 0x68, 0xdd, 0x62, 0xce, 0x2e, 0xee, 0xa3, 0x9b, 0xde, 0x92, 0xa7, 0xb9, 0x3a, + 0x2e, 0xfc, 0x7e, 0xa5, 0xc0, 0xad, 0xe1, 0xe2, 0x39, 0x46, 0x1a, 0xfc, 0xbe, 0xc3, 0x1a, 0x5b, + 0x98, 0x99, 0xff, 0x57, 0x1a, 0x5c, 0x90, 0x8d, 0xc9, 0x13, 0x33, 0x19, 0xae, 0x75, 0x15, 0x56, + 0x7b, 0x5f, 0xb2, 0x64, 0xdf, 0xf6, 0xe0, 0x33, 0xd6, 0x7e, 0xad, 0xc0, 0xb5, 0x44, 0xa4, 0x24, + 0x10, 0xd5, 0x10, 0xfd, 0x72, 0x5c, 0xe7, 0xf8, 0x2f, 0x25, 0xa5, 0x1f, 0x92, 0x48, 0xc9, 0x87, + 0x0b, 0x31, 0x52, 0x22, 0x7e, 0x02, 0x3d, 0xbd, 0x7f, 0x20, 0x3d, 0x91, 0x24, 0xd3, 0xc6, 0xf9, + 0x88, 0xa8, 0xba, 0x04, 0x8e, 0xef, 0x5c, 0x3f, 0x85, 0x0b, 0xfd, 0x84, 0x1b, 0x56, 0x7c, 0x05, + 0xde, 0x91, 0xc1, 0x56, 0x58, 0xbb, 0xd2, 0x30, 0x69, 0x23, 0x56, 0xf7, 0x59, 0xb9, 0xf5, 0xb8, + 0xfd, 0xc0, 0xa4, 0x8d, 0xa0, 0xeb, 0x9f, 0x25, 0xdd, 0x33, 0x9d, 0x32, 0x6d, 0xc3, 0x4c, 0x37, + 0x77, 0xcb, 0x1b, 0x6e, 0x34, 0xea, 0x9e, 0xee, 0xa2, 0x6e, 0xed, 0xab, 0x2c, 0x9c, 0x4d, 0x76, + 0xf7, 0x4d, 0xc8, 0x05, 0xc6, 0xb0, 0x5f, 0x31, 0x6b, 0x35, 0xc1, 0x79, 0x93, 0x25, 0xf5, 0xe5, + 0x8b, 0x95, 0x39, 0x59, 0xa5, 0xf5, 0x5a, 0xcd, 0xc7, 0x94, 0x6e, 0x33, 0xdf, 0x71, 0x6d, 0x03, + 0x84, 0x70, 0xb0, 0x88, 0x1e, 0x41, 0x56, 0xa0, 0x8c, 0x17, 0x76, 0xaa, 0xf4, 0x8d, 0x57, 0xaf, + 0x97, 0xd6, 0x6c, 0x87, 0x35, 0x5a, 0xd5, 0x82, 0x45, 0x76, 0x74, 0x19, 0x6f, 0xd3, 0xac, 0xd2, + 0x15, 0x87, 0x84, 0x3f, 0x75, 0xb6, 0xe7, 0x61, 0x5a, 0x28, 0x3d, 0x2c, 0xdf, 0x59, 0xbb, 0x5d, + 0x6e, 0x55, 0x3f, 0xc3, 0x7b, 0xc6, 0xc9, 0x6a, 0x80, 0x4c, 0xf4, 0x63, 0x98, 0x89, 0x90, 0xdb, + 0x74, 0x28, 0x53, 0xc7, 0x2f, 0x8d, 0x1f, 0xc9, 0x70, 0x4e, 0x82, 0xfe, 0x73, 0x87, 0x37, 0xc6, + 0x14, 0x65, 0xa6, 0xcf, 0x2a, 0xb2, 0xc5, 0x32, 0x82, 0x28, 0xf9, 0x9a, 0xe8, 0x43, 0xb4, 0x00, + 0x80, 0xdd, 0x5a, 0x28, 0x70, 0x92, 0x0b, 0x4c, 0x62, 0x57, 0xb6, 0x29, 0x9a, 0x87, 0x49, 0x46, + 0x98, 0xd9, 0xac, 0x50, 0x93, 0xa9, 0x59, 0xbe, 0x3b, 0xc1, 0x17, 0xb6, 0x4d, 0x86, 0xae, 0xc0, + 0x4c, 0x1c, 0x05, 0xb8, 0xad, 0x9e, 0xe2, 0x00, 0x98, 0x8a, 0x00, 0x80, 0xdb, 0xe8, 0x2a, 0x9c, + 0xa6, 0x4d, 0x93, 0x36, 0x62, 0x62, 0x13, 0x5c, 0x6c, 0x3a, 0x5c, 0x16, 0x72, 0xef, 0xc1, 0xf9, + 0xa8, 0x53, 0xf8, 0x56, 0x85, 0x3a, 0x36, 0x97, 0x9f, 0xe4, 0xf2, 0x73, 0x9d, 0xed, 0xed, 0x60, + 0x77, 0xdb, 0xb1, 0x03, 0xb5, 0x27, 0x30, 0x6d, 0x91, 0x5d, 0xec, 0x9a, 0x2e, 0x0b, 0xe4, 0xa9, + 0x0a, 0xbc, 0xb1, 0x6e, 0xa7, 0x80, 0x67, 0x43, 0xca, 0xae, 0xd7, 0x4c, 0x2f, 0xb0, 0xe4, 0xd8, + 0xae, 0xc9, 0x5a, 0x3e, 0xa6, 0xc6, 0x54, 0x68, 0x66, 0xdb, 0xb1, 0x29, 0xba, 0x05, 0x28, 0xcc, + 0x8d, 0xb4, 0x98, 0xd7, 0x62, 0x15, 0xa7, 0xd6, 0x56, 0x73, 0xfc, 0xa3, 0x3c, 0x04, 0xf8, 0x23, + 0xbe, 0xf1, 0xb0, 0xc6, 0xaf, 0x63, 0x93, 0x13, 0xbb, 0x3a, 0x75, 0x49, 0x59, 0x9e, 0x30, 0xe4, + 0x2f, 0xb4, 0xc4, 0xb1, 0xc6, 0x5a, 0xb4, 0x52, 0xc3, 0xd4, 0x52, 0xa7, 0x05, 0x2f, 0x89, 0xa5, + 0x4d, 0x4c, 0x2d, 0xf4, 0x2e, 0xcc, 0xb4, 0xdc, 0x2a, 0x71, 0x6b, 0xbc, 0x3a, 0xce, 0x0e, 0x56, + 0x67, 0xb8, 0x8b, 0xe9, 0xce, 0xea, 0x63, 0x67, 0x07, 0x23, 0x0b, 0xce, 0xb6, 0xdc, 0xa8, 0x41, + 0x2a, 0xbe, 0x04, 0xb3, 0x7a, 0x9a, 0x77, 0x4a, 0x21, 0xbd, 0x53, 0x9e, 0xc4, 0xd4, 0x3a, 0xbd, + 0x32, 0xd7, 0x4a, 0x58, 0x0d, 0x62, 0x11, 0xef, 0x81, 0x4a, 0xf8, 0x06, 0x99, 0x15, 0xb1, 0x88, + 0x55, 0xf9, 0xe2, 0xd0, 0x5e, 0x8c, 0xc3, 0xf9, 0x14, 0xc3, 0x68, 0x19, 0x66, 0x63, 0xe9, 0xb4, + 0x63, 0xa4, 0x10, 0xa5, 0x29, 0x4e, 0xfb, 0x43, 0x98, 0x8f, 0x4e, 0x3b, 0xd2, 0x09, 0x4f, 0x7c, + 0x8c, 0x2b, 0xa9, 0x1d, 0x91, 0x27, 0xa1, 0x84, 0x3c, 0x75, 0x0b, 0xe6, 0x3b, 0xa7, 0xde, 0xad, + 0xdd, 0xe9, 0xa2, 0x5c, 0xf1, 0x4a, 0x4a, 0x59, 0x3a, 0x87, 0xfe, 0xd0, 0xad, 0x13, 0x43, 0x0d, + 0x0d, 0xc5, 0x7d, 0xf0, 0xf6, 0x49, 0x40, 0x6e, 0x26, 0x09, 0xb9, 0x1f, 0x40, 0xbe, 0x07, 0xb9, + 0xf1, 0x54, 0x4e, 0x72, 0x95, 0xf3, 0xdd, 0xe0, 0x8d, 0x32, 0xa9, 0xc3, 0xb9, 0x08, 0xbf, 0x31, + 0x5d, 0xaa, 0x66, 0x0f, 0x09, 0xe4, 0xb9, 0x0e, 0x90, 0x23, 0x4f, 0x54, 0xb3, 0x60, 0xe9, 0x80, + 0x4b, 0x05, 0xdd, 0x83, 0x4c, 0x0d, 0x37, 0x0f, 0xf7, 0xe5, 0xcc, 0x35, 0xb5, 0xdf, 0x67, 0x40, + 0x4d, 0x7d, 0xcc, 0x7c, 0x0c, 0xb9, 0xa0, 0x0b, 0x7c, 0xc7, 0x8b, 0x91, 0xfc, 0xd7, 0xc2, 0xbb, + 0x29, 0xf2, 0x20, 0x2e, 0xa6, 0xcd, 0x48, 0xd4, 0x88, 0xeb, 0xa1, 0x2d, 0x00, 0x8b, 0xec, 0xec, + 0x38, 0x94, 0x86, 0x37, 0xdc, 0x64, 0x69, 0xe5, 0xd5, 0xeb, 0xa5, 0x79, 0x61, 0x88, 0xd6, 0x9e, + 0x16, 0x1c, 0xa2, 0xef, 0x98, 0xac, 0x51, 0xf8, 0x1c, 0xdb, 0xa6, 0xb5, 0xb7, 0x89, 0xad, 0x97, + 0x2f, 0x56, 0x40, 0xfa, 0xd9, 0xc4, 0x96, 0x11, 0x33, 0x80, 0x6e, 0x41, 0x86, 0xdf, 0x03, 0xe3, + 0x07, 0xdc, 0x03, 0x5c, 0x2a, 0x76, 0x03, 0x64, 0x8e, 0xe7, 0x06, 0xf8, 0x10, 0xc6, 0x3d, 0xe2, + 0x71, 0x90, 0xe4, 0x8a, 0x37, 0xd3, 0x1e, 0xed, 0x3e, 0x21, 0xf5, 0x47, 0xf5, 0x32, 0xa1, 0x14, + 0xf3, 0xa8, 0x4b, 0x8f, 0x37, 0x8c, 0x40, 0x0f, 0xad, 0xc1, 0x39, 0x0e, 0x1a, 0x5c, 0xab, 0x48, + 0xd5, 0x90, 0xca, 0x05, 0x59, 0xcf, 0xc9, 0xdd, 0x92, 0xd8, 0x94, 0xac, 0x1e, 0x90, 0x5b, 0xa8, + 0xc5, 0xac, 0x50, 0xe3, 0x14, 0xd7, 0x98, 0x0d, 0x35, 0x98, 0x25, 0xa5, 0xa3, 0x4f, 0xb4, 0x89, + 0x81, 0x9f, 0xe1, 0x93, 0x7d, 0x9f, 0xe1, 0x28, 0x0f, 0x13, 0xb4, 0xd9, 0xb2, 0x6d, 0x87, 0x36, + 0x54, 0xe0, 0xcc, 0xd8, 0xf9, 0x5d, 0xfc, 0xcd, 0x19, 0x38, 0xc9, 0xbf, 0x0a, 0xd0, 0xcf, 0x15, + 0xc8, 0x8a, 0xb9, 0x04, 0xba, 0x9e, 0x52, 0x81, 0xfe, 0xf1, 0x4c, 0xfe, 0xc6, 0x30, 0xa2, 0x02, + 0x7a, 0xda, 0xbb, 0x3f, 0xfb, 0xeb, 0x3f, 0x7e, 0x35, 0xb6, 0x84, 0x16, 0xf4, 0x41, 0x63, 0x25, + 0xf4, 0x07, 0x05, 0x4e, 0xf7, 0x0c, 0x58, 0x50, 0xf1, 0x60, 0x37, 0xbd, 0x63, 0x9c, 0xfc, 0x9d, + 0x91, 0x74, 0x64, 0x8c, 0x3a, 0x8f, 0xf1, 0x3a, 0xba, 0x36, 0x30, 0x46, 0xfd, 0xb9, 0x24, 0xe7, + 0x7d, 0xf4, 0x47, 0x05, 0xce, 0xf4, 0x3d, 0x24, 0xd0, 0xda, 0x20, 0xdf, 0x69, 0x03, 0x9e, 0xfc, + 0x7b, 0x23, 0x6a, 0xc9, 0x98, 0x57, 0x79, 0xcc, 0x37, 0xd1, 0xf5, 0x94, 0x98, 0xfb, 0x9f, 0x30, + 0xe8, 0xa5, 0x02, 0xb3, 0xbd, 0x06, 0xd1, 0x9d, 0x51, 0xdc, 0x87, 0x31, 0xaf, 0x8d, 0xa6, 0x24, + 0x43, 0xde, 0xe6, 0x21, 0x6f, 0xa1, 0xcf, 0x86, 0x0e, 0x59, 0x7f, 0xde, 0xf5, 0xba, 0xd8, 0xef, + 0x17, 0x41, 0xbf, 0x55, 0x60, 0xa6, 0x7b, 0x32, 0x81, 0x56, 0x07, 0x45, 0x97, 0x38, 0x70, 0xc9, + 0x17, 0x47, 0x51, 0x91, 0xe9, 0x14, 0x78, 0x3a, 0xcb, 0xe8, 0xaa, 0x9e, 0x3a, 0x0c, 0x8d, 0x3f, + 0x3b, 0xd0, 0x3f, 0x15, 0x58, 0x3a, 0xe0, 0x0d, 0x8a, 0x4a, 0x83, 0xe2, 0x18, 0xee, 0x41, 0x9d, + 0xdf, 0x38, 0x92, 0x0d, 0x99, 0xdc, 0xb7, 0x78, 0x72, 0x6b, 0xa8, 0x38, 0xc2, 0x59, 0x09, 0x72, + 0xda, 0x47, 0xff, 0x55, 0x60, 0x61, 0xe0, 0x14, 0x04, 0xdd, 0x1b, 0x05, 0x3f, 0x49, 0x83, 0x9a, + 0xfc, 0xfa, 0x11, 0x2c, 0xc8, 0x14, 0xcb, 0x3c, 0xc5, 0x4f, 0xd1, 0x83, 0xc3, 0xc3, 0x91, 0xb3, + 0x6f, 0x94, 0xf8, 0xbf, 0x15, 0xb8, 0x38, 0x68, 0xbc, 0x82, 0xee, 0x8e, 0x12, 0x75, 0xc2, 0x9c, + 0x27, 0x7f, 0xef, 0xf0, 0x06, 0x64, 0xd6, 0xf7, 0x79, 0xd6, 0xeb, 0xe8, 0xee, 0x11, 0xb3, 0xe6, + 0x8c, 0xdd, 0x33, 0x5a, 0x18, 0xcc, 0xd8, 0xc9, 0x63, 0x8a, 0xc1, 0x8c, 0x9d, 0x32, 0xbb, 0x38, + 0x90, 0xb1, 0xcd, 0x50, 0x4f, 0xde, 0xb0, 0xe8, 0x3f, 0x0a, 0xcc, 0x0f, 0x18, 0x1c, 0xa0, 0x8f, + 0x46, 0x29, 0x6c, 0x02, 0x81, 0xdc, 0x3d, 0xb4, 0xbe, 0xcc, 0x68, 0x8b, 0x67, 0x74, 0x1f, 0x7d, + 0x7c, 0xf8, 0x73, 0x89, 0x93, 0xcd, 0x9f, 0x14, 0x98, 0xee, 0xe2, 0x2d, 0x74, 0x7b, 0x68, 0x8a, + 0x0b, 0x73, 0x5a, 0x1d, 0x41, 0x43, 0x66, 0xb1, 0xc9, 0xb3, 0xf8, 0x08, 0x7d, 0x7b, 0x38, 0x4e, + 0xd4, 0x9f, 0x27, 0xcc, 0x32, 0xf6, 0x4b, 0xdf, 0xf9, 0xe2, 0xcd, 0xa2, 0xf2, 0xe5, 0x9b, 0x45, + 0xe5, 0xef, 0x6f, 0x16, 0x95, 0x5f, 0xbe, 0x5d, 0x3c, 0xf1, 0xe5, 0xdb, 0xc5, 0x13, 0x7f, 0x7b, + 0xbb, 0x78, 0xe2, 0x07, 0x43, 0x7c, 0xf0, 0xb5, 0xe3, 0x2e, 0xf9, 0xd7, 0x5f, 0x35, 0xcb, 0xff, + 0xd7, 0x74, 0xe7, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x53, 0x66, 0x0a, 0xb8, 0xb5, 0x1b, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -5924,7 +5925,7 @@ func (m *BTCDelegationResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPk = &v if err := m.BtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -5959,7 +5960,7 @@ func (m *BTCDelegationResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPkList = append(m.FpBtcPkList, v) if err := m.FpBtcPkList[len(m.FpBtcPkList)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -6810,7 +6811,7 @@ func (m *FinalityProviderResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPk = &v if err := m.BtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/btcstaking/types/tx.pb.go b/x/btcstaking/types/tx.pb.go index b2f595e61..316cac6f8 100644 --- a/x/btcstaking/types/tx.pb.go +++ b/x/btcstaking/types/tx.pb.go @@ -7,8 +7,8 @@ import ( context "context" cosmossdk_io_math "cosmossdk.io/math" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" - types1 "github.com/babylonchain/babylon/x/btccheckpoint/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" + types1 "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" _ "github.com/cosmos/cosmos-proto" _ "github.com/cosmos/cosmos-sdk/types/msgservice" types "github.com/cosmos/cosmos-sdk/x/staking/types" @@ -45,7 +45,7 @@ type MsgCreateFinalityProvider struct { Commission *cosmossdk_io_math.LegacyDec `protobuf:"bytes,3,opt,name=commission,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"commission,omitempty"` // btc_pk is the Bitcoin secp256k1 PK of this finality provider // the PK follows encoding in BIP-340 spec - BtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,4,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` + BtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,4,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` // pop is the proof of possession of btc_pk over the FP signer address. Pop *ProofOfPossessionBTC `protobuf:"bytes,5,opt,name=pop,proto3" json:"pop,omitempty"` } @@ -251,10 +251,10 @@ type MsgCreateBTCDelegation struct { // pop is the proof of possession of btc_pk by the staker_addr. Pop *ProofOfPossessionBTC `protobuf:"bytes,2,opt,name=pop,proto3" json:"pop,omitempty"` // btc_pk is the Bitcoin secp256k1 PK of the BTC delegator - BtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,3,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` + BtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,3,opt,name=btc_pk,json=btcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pk,omitempty"` // fp_btc_pk_list is the list of Bitcoin secp256k1 PKs of the finality providers, if there is more than one // finality provider pk it means that delegation is re-staked - FpBtcPkList []github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,4,rep,name=fp_btc_pk_list,json=fpBtcPkList,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk_list,omitempty"` + FpBtcPkList []github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,4,rep,name=fp_btc_pk_list,json=fpBtcPkList,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk_list,omitempty"` // staking_time is the time lock used in staking transaction StakingTime uint32 `protobuf:"varint,5,opt,name=staking_time,json=stakingTime,proto3" json:"staking_time,omitempty"` // staking_value is the amount of satoshis locked in staking output @@ -268,7 +268,7 @@ type MsgCreateBTCDelegation struct { // It will be a part of the witness for the staking tx output. // The staking tx output further needs signatures from covenant and finality provider in // order to be spendable. - DelegatorSlashingSig *github_com_babylonchain_babylon_types.BIP340Signature `protobuf:"bytes,9,opt,name=delegator_slashing_sig,json=delegatorSlashingSig,proto3,customtype=github.com/babylonchain/babylon/types.BIP340Signature" json:"delegator_slashing_sig,omitempty"` + DelegatorSlashingSig *github_com_babylonlabs_io_babylon_types.BIP340Signature `protobuf:"bytes,9,opt,name=delegator_slashing_sig,json=delegatorSlashingSig,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340Signature" json:"delegator_slashing_sig,omitempty"` // unbonding_time is the time lock used when funds are being unbonded. It is be used in: // - unbonding transaction, time lock spending path // - staking slashing transaction, change output @@ -286,7 +286,7 @@ type MsgCreateBTCDelegation struct { // Note that the tx itself does not contain signatures, which are off-chain. UnbondingSlashingTx *BTCSlashingTx `protobuf:"bytes,13,opt,name=unbonding_slashing_tx,json=unbondingSlashingTx,proto3,customtype=BTCSlashingTx" json:"unbonding_slashing_tx,omitempty"` // delegator_unbonding_slashing_sig is the signature on the slashing tx by the delegator (i.e., SK corresponding to btc_pk). - DelegatorUnbondingSlashingSig *github_com_babylonchain_babylon_types.BIP340Signature `protobuf:"bytes,14,opt,name=delegator_unbonding_slashing_sig,json=delegatorUnbondingSlashingSig,proto3,customtype=github.com/babylonchain/babylon/types.BIP340Signature" json:"delegator_unbonding_slashing_sig,omitempty"` + DelegatorUnbondingSlashingSig *github_com_babylonlabs_io_babylon_types.BIP340Signature `protobuf:"bytes,14,opt,name=delegator_unbonding_slashing_sig,json=delegatorUnbondingSlashingSig,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340Signature" json:"delegator_unbonding_slashing_sig,omitempty"` } func (m *MsgCreateBTCDelegation) Reset() { *m = MsgCreateBTCDelegation{} } @@ -419,7 +419,7 @@ var xxx_messageInfo_MsgCreateBTCDelegationResponse proto.InternalMessageInfo type MsgAddCovenantSigs struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` // pk is the BTC public key of the covenant member - Pk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=pk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"pk,omitempty"` + Pk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=pk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"pk,omitempty"` // staking_tx_hash is the hash of the staking tx. // It uniquely identifies a BTC delegation StakingTxHash string `protobuf:"bytes,3,opt,name=staking_tx_hash,json=stakingTxHash,proto3" json:"staking_tx_hash,omitempty"` @@ -429,7 +429,7 @@ type MsgAddCovenantSigs struct { SlashingTxSigs [][]byte `protobuf:"bytes,4,rep,name=slashing_tx_sigs,json=slashingTxSigs,proto3" json:"slashing_tx_sigs,omitempty"` // unbonding_tx_sig is the signature of the covenant on the unbonding tx submitted to babylon // the signature follows encoding in BIP-340 spec - UnbondingTxSig *github_com_babylonchain_babylon_types.BIP340Signature `protobuf:"bytes,5,opt,name=unbonding_tx_sig,json=unbondingTxSig,proto3,customtype=github.com/babylonchain/babylon/types.BIP340Signature" json:"unbonding_tx_sig,omitempty"` + UnbondingTxSig *github_com_babylonlabs_io_babylon_types.BIP340Signature `protobuf:"bytes,5,opt,name=unbonding_tx_sig,json=unbondingTxSig,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340Signature" json:"unbonding_tx_sig,omitempty"` // slashing_unbonding_tx_sigs is a list of adaptor signatures of the covenant // on slashing tx corresponding to unbonding tx submitted to babylon // the order of sigs should respect the order of finality providers @@ -545,7 +545,7 @@ type MsgBTCUndelegate struct { StakingTxHash string `protobuf:"bytes,2,opt,name=staking_tx_hash,json=stakingTxHash,proto3" json:"staking_tx_hash,omitempty"` // unbonding_tx_sig is the signature of the staker on the unbonding tx submitted to babylon // the signature follows encoding in BIP-340 spec - UnbondingTxSig *github_com_babylonchain_babylon_types.BIP340Signature `protobuf:"bytes,3,opt,name=unbonding_tx_sig,json=unbondingTxSig,proto3,customtype=github.com/babylonchain/babylon/types.BIP340Signature" json:"unbonding_tx_sig,omitempty"` + UnbondingTxSig *github_com_babylonlabs_io_babylon_types.BIP340Signature `protobuf:"bytes,3,opt,name=unbonding_tx_sig,json=unbondingTxSig,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340Signature" json:"unbonding_tx_sig,omitempty"` } func (m *MsgBTCUndelegate) Reset() { *m = MsgBTCUndelegate{} } @@ -854,86 +854,86 @@ func init() { func init() { proto.RegisterFile("babylon/btcstaking/v1/tx.proto", fileDescriptor_4baddb53e97f38f2) } var fileDescriptor_4baddb53e97f38f2 = []byte{ - // 1259 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x4f, 0x6f, 0x13, 0x47, - 0x14, 0xcf, 0xda, 0x89, 0x69, 0x9e, 0xe3, 0x24, 0x5d, 0x42, 0xd8, 0x6c, 0xc1, 0x76, 0x0c, 0x85, - 0x40, 0xc9, 0x9a, 0x84, 0x82, 0x4a, 0x50, 0x0f, 0x38, 0x09, 0x02, 0x15, 0xab, 0xd6, 0xda, 0xe9, - 0xa1, 0x3d, 0x58, 0xeb, 0xdd, 0xc9, 0x7a, 0x64, 0x7b, 0x67, 0xb5, 0x33, 0xb1, 0x1c, 0x55, 0xaa, - 0x2a, 0xd4, 0x6b, 0xa5, 0x9e, 0x7a, 0xe8, 0xa7, 0xe0, 0xc0, 0x47, 0xa8, 0x2a, 0x8e, 0x88, 0x53, - 0x95, 0x43, 0x54, 0x41, 0x25, 0x3e, 0x41, 0xa5, 0xde, 0x5a, 0xed, 0xec, 0x5f, 0xbb, 0xde, 0x92, - 0x60, 0x6e, 0xde, 0x99, 0xdf, 0xfb, 0xbd, 0xf7, 0x7e, 0xef, 0xbd, 0x99, 0x31, 0xe4, 0x5b, 0x5a, - 0xeb, 0xb0, 0x4b, 0xac, 0x72, 0x8b, 0xe9, 0x94, 0x69, 0x1d, 0x6c, 0x99, 0xe5, 0xfe, 0x46, 0x99, - 0x0d, 0x14, 0xdb, 0x21, 0x8c, 0x88, 0xe7, 0xfc, 0x7d, 0x25, 0xda, 0x57, 0xfa, 0x1b, 0xf2, 0x92, - 0x49, 0x4c, 0xc2, 0x11, 0x65, 0xf7, 0x97, 0x07, 0x96, 0x57, 0x74, 0x42, 0x7b, 0x84, 0x36, 0xbd, - 0x0d, 0xef, 0xc3, 0xdf, 0x3a, 0xef, 0x7d, 0x95, 0x7b, 0x94, 0xf3, 0xf7, 0xa8, 0xe9, 0x6f, 0x94, - 0xc6, 0x07, 0x60, 0x6b, 0x8e, 0xd6, 0x0b, 0x8c, 0x6f, 0xc4, 0x30, 0x7a, 0x1b, 0xe9, 0x1d, 0x9b, - 0x60, 0x8b, 0xb9, 0xb0, 0xa1, 0x05, 0x1f, 0x7d, 0xd9, 0x77, 0x15, 0xb1, 0xb5, 0x10, 0xd3, 0x36, - 0x82, 0x6f, 0x1f, 0x55, 0x48, 0xf0, 0x4b, 0x6c, 0x0f, 0x50, 0xfa, 0x3b, 0x05, 0x2b, 0x55, 0x6a, - 0x6e, 0x3b, 0x48, 0x63, 0xe8, 0x01, 0xb6, 0xb4, 0x2e, 0x66, 0x87, 0x35, 0x87, 0xf4, 0xb1, 0x81, - 0x1c, 0xf1, 0x06, 0x4c, 0x6b, 0x86, 0xe1, 0x48, 0x42, 0x51, 0x58, 0x9b, 0xad, 0x48, 0x2f, 0x9f, - 0xad, 0x2f, 0xf9, 0xf9, 0xde, 0x37, 0x0c, 0x07, 0x51, 0x5a, 0x67, 0x0e, 0xb6, 0x4c, 0x95, 0xa3, - 0xc4, 0x5d, 0xc8, 0x1a, 0x88, 0xea, 0x0e, 0xb6, 0x19, 0x26, 0x96, 0x94, 0x2a, 0x0a, 0x6b, 0xd9, - 0xcd, 0x4b, 0x8a, 0x6f, 0x11, 0xe9, 0xca, 0x03, 0x55, 0x76, 0x22, 0xa8, 0x1a, 0xb7, 0x13, 0xab, - 0x00, 0x3a, 0xe9, 0xf5, 0x30, 0xa5, 0x2e, 0x4b, 0x9a, 0xbb, 0x5e, 0x3f, 0x3a, 0x2e, 0x7c, 0xe4, - 0x11, 0x51, 0xa3, 0xa3, 0x60, 0x52, 0xee, 0x69, 0xac, 0xad, 0x3c, 0x46, 0xa6, 0xa6, 0x1f, 0xee, - 0x20, 0xfd, 0xe5, 0xb3, 0x75, 0xf0, 0xfd, 0xec, 0x20, 0x5d, 0x8d, 0x11, 0x88, 0x55, 0xc8, 0xb4, - 0x98, 0xde, 0xb4, 0x3b, 0xd2, 0x74, 0x51, 0x58, 0x9b, 0xab, 0xdc, 0x39, 0x3a, 0x2e, 0x6c, 0x9a, - 0x98, 0xb5, 0x0f, 0x5a, 0x8a, 0x4e, 0x7a, 0x65, 0x5f, 0x21, 0xbd, 0xad, 0x61, 0x2b, 0xf8, 0x28, - 0xb3, 0x43, 0x1b, 0x51, 0xa5, 0xf2, 0xa8, 0x76, 0xeb, 0xd3, 0x9b, 0xb5, 0x83, 0xd6, 0x17, 0xe8, - 0x50, 0x9d, 0x69, 0x31, 0xbd, 0xd6, 0x11, 0x3f, 0x87, 0xb4, 0x4d, 0x6c, 0x69, 0x86, 0x27, 0xf7, - 0x89, 0x32, 0xb6, 0x71, 0x94, 0x9a, 0x43, 0xc8, 0xfe, 0x97, 0xfb, 0x35, 0x42, 0x29, 0xe2, 0x51, - 0x54, 0x1a, 0xdb, 0xaa, 0x6b, 0xb7, 0x35, 0xfb, 0xe4, 0xcd, 0xd3, 0xeb, 0x5c, 0xae, 0xd2, 0x25, - 0x58, 0x4d, 0x54, 0x5e, 0x45, 0xd4, 0x26, 0x16, 0x45, 0xa5, 0x7f, 0x04, 0x38, 0x5f, 0xa5, 0xe6, - 0xae, 0x81, 0xd9, 0x84, 0xd5, 0x39, 0x17, 0xea, 0xe0, 0x16, 0x66, 0x2e, 0xc8, 0x67, 0xa4, 0x68, - 0xe9, 0xf7, 0x52, 0xb4, 0xe9, 0x09, 0x8b, 0x16, 0x97, 0x69, 0x15, 0x0a, 0x09, 0x02, 0x84, 0x22, - 0xfd, 0x76, 0x06, 0x96, 0x43, 0x29, 0x2b, 0x8d, 0xed, 0x1d, 0xd4, 0x45, 0xa6, 0xc6, 0xe3, 0xba, - 0x0b, 0x59, 0x37, 0x07, 0xe4, 0x34, 0x4f, 0x24, 0x15, 0x78, 0x60, 0x77, 0x31, 0xa8, 0x74, 0xea, - 0xdd, 0x2a, 0x1d, 0xeb, 0xbb, 0xf4, 0xfb, 0xe8, 0xbb, 0x6f, 0x60, 0x7e, 0xdf, 0x6e, 0x7a, 0x8c, - 0xcd, 0x2e, 0xa6, 0x4c, 0x9a, 0x2e, 0xa6, 0x27, 0xa0, 0xcd, 0xee, 0xdb, 0x15, 0x97, 0xf8, 0x31, - 0xa6, 0x4c, 0x5c, 0x85, 0x39, 0x3f, 0xa7, 0x26, 0xc3, 0x3d, 0xc4, 0xbb, 0x3b, 0xa7, 0x66, 0xfd, - 0xb5, 0x06, 0xee, 0x21, 0xf1, 0x12, 0xe4, 0x02, 0x48, 0x5f, 0xeb, 0x1e, 0x20, 0x29, 0x53, 0x14, - 0xd6, 0xd2, 0x6a, 0x60, 0xf7, 0x95, 0xbb, 0x26, 0x3e, 0x04, 0x08, 0x79, 0x06, 0xd2, 0x19, 0xae, - 0xdc, 0xb5, 0xb8, 0x72, 0xb1, 0x63, 0xac, 0xbf, 0xa1, 0x34, 0x1c, 0xcd, 0xa2, 0x9a, 0xee, 0x16, - 0xea, 0x91, 0xb5, 0x4f, 0xd4, 0xd9, 0xc0, 0xe1, 0x40, 0xdc, 0x84, 0x2c, 0xed, 0x6a, 0xb4, 0xed, - 0x53, 0x7d, 0xc0, 0x25, 0xfc, 0xf0, 0xe8, 0xb8, 0x90, 0xab, 0x34, 0xb6, 0xeb, 0xfe, 0x4e, 0x63, - 0xa0, 0x02, 0x0d, 0x7f, 0x8b, 0x04, 0x96, 0x0d, 0xaf, 0xf2, 0xc4, 0x69, 0x86, 0xd6, 0x14, 0x9b, - 0xd2, 0x2c, 0x37, 0xbf, 0x7b, 0x74, 0x5c, 0xb8, 0x7d, 0x1a, 0xa9, 0xea, 0xd8, 0xb4, 0x34, 0x76, - 0xe0, 0x20, 0x75, 0x29, 0x24, 0x0e, 0x7c, 0xd7, 0xb1, 0x29, 0x7e, 0x0c, 0xf3, 0x07, 0x56, 0x8b, - 0x58, 0x46, 0x28, 0x1c, 0x70, 0xe1, 0x72, 0xe1, 0x2a, 0x97, 0x6e, 0x15, 0xe6, 0x62, 0xb0, 0x81, - 0x94, 0xe5, 0xf3, 0x97, 0x8d, 0x40, 0x03, 0xf1, 0x2a, 0x2c, 0x44, 0x10, 0x4f, 0xdf, 0x39, 0xae, - 0x6f, 0xe4, 0xc0, 0x53, 0x78, 0x17, 0xce, 0x45, 0xc0, 0xb8, 0x42, 0xb9, 0x24, 0x85, 0xce, 0x86, - 0xf8, 0x68, 0x51, 0x7c, 0x22, 0x40, 0x31, 0xd2, 0x6a, 0x0c, 0xa3, 0xab, 0xda, 0xfc, 0xa4, 0xaa, - 0x5d, 0x0c, 0x5d, 0xec, 0x8d, 0xc6, 0x50, 0xc7, 0xe6, 0xd6, 0xa2, 0x3b, 0xe4, 0xf1, 0xf1, 0x2c, - 0x15, 0x21, 0x3f, 0x7e, 0x8e, 0xc3, 0x51, 0xff, 0x2b, 0x05, 0x62, 0x95, 0x9a, 0xf7, 0x0d, 0x63, - 0x9b, 0xf4, 0x91, 0xa5, 0x59, 0xac, 0x8e, 0x4d, 0x2a, 0x2e, 0x43, 0x86, 0x62, 0xd3, 0x42, 0xfe, - 0x84, 0xab, 0xfe, 0x97, 0xf8, 0x00, 0x52, 0xc1, 0x81, 0xf7, 0xce, 0x93, 0x92, 0xb2, 0x3b, 0xe2, - 0x15, 0x58, 0x88, 0x1a, 0xbb, 0xd9, 0xd6, 0x68, 0xdb, 0xbb, 0x98, 0xd4, 0x5c, 0xd8, 0xb2, 0x0f, - 0x35, 0xda, 0x16, 0xd7, 0x60, 0x31, 0x56, 0x14, 0x57, 0x45, 0xea, 0xcd, 0xa9, 0x3a, 0x1f, 0x35, - 0x2a, 0x8f, 0x58, 0x87, 0xc5, 0x78, 0x53, 0x70, 0xc1, 0x67, 0x26, 0x15, 0x7c, 0x3e, 0xd6, 0x53, - 0x6e, 0x83, 0xde, 0x03, 0x39, 0x0c, 0x67, 0xd4, 0x1b, 0x95, 0x32, 0x3c, 0xb0, 0xf3, 0x01, 0x62, - 0x6f, 0xc8, 0x96, 0x6e, 0x65, 0xdd, 0xf2, 0xf8, 0x42, 0x96, 0x2e, 0x80, 0xfc, 0x5f, 0xd9, 0xc3, - 0xaa, 0xfc, 0x2a, 0xc0, 0x62, 0x95, 0x9a, 0x95, 0xc6, 0xf6, 0x9e, 0xe5, 0xd7, 0x1c, 0x25, 0xd6, - 0x64, 0x8c, 0x96, 0xa9, 0x71, 0x5a, 0x8e, 0x53, 0x28, 0xfd, 0x9e, 0x15, 0x1a, 0x4e, 0x52, 0x06, - 0x69, 0x34, 0x8b, 0x30, 0xc5, 0x5f, 0x04, 0xb8, 0x50, 0xa5, 0x66, 0x1d, 0x75, 0x91, 0xce, 0x70, - 0x1f, 0x05, 0x8d, 0xbc, 0xeb, 0x5e, 0x45, 0x96, 0x3e, 0x79, 0xba, 0xeb, 0x70, 0xd6, 0x41, 0x3a, - 0xe9, 0x23, 0x07, 0x19, 0x4d, 0xff, 0xa8, 0xa7, 0xfe, 0xe5, 0xa1, 0x2e, 0x86, 0x5b, 0x0f, 0xdc, - 0x63, 0xbb, 0xde, 0x19, 0x0e, 0xfc, 0x0a, 0x5c, 0xfe, 0xbf, 0xd8, 0xc2, 0x24, 0x7e, 0x16, 0x60, - 0xa1, 0x4a, 0xcd, 0x3d, 0xdb, 0xd0, 0x18, 0xaa, 0xf1, 0xc7, 0xa7, 0x78, 0x07, 0x66, 0xb5, 0x03, - 0xd6, 0x26, 0x0e, 0x66, 0x87, 0x6f, 0xbd, 0x1f, 0x23, 0xa8, 0x78, 0x0f, 0x32, 0xde, 0xf3, 0xd5, - 0xbf, 0x21, 0x2f, 0x26, 0xdd, 0x90, 0x1c, 0x54, 0x99, 0x7e, 0x7e, 0x5c, 0x98, 0x52, 0x7d, 0x93, - 0xad, 0x79, 0x37, 0xfa, 0x88, 0xac, 0xb4, 0xc2, 0x5f, 0x39, 0xf1, 0xb8, 0x82, 0x98, 0x37, 0xff, - 0xcc, 0x40, 0xba, 0x4a, 0x4d, 0xf1, 0x07, 0x01, 0x96, 0x13, 0x9e, 0xa9, 0x37, 0x13, 0x5c, 0x27, - 0x3e, 0xaf, 0xe4, 0xcf, 0x4e, 0x6b, 0x11, 0x84, 0x23, 0x7e, 0x07, 0x4b, 0x63, 0x1f, 0x63, 0x4a, - 0x32, 0xe3, 0x38, 0xbc, 0x7c, 0xe7, 0x74, 0xf8, 0xd0, 0xff, 0xb7, 0x70, 0x76, 0xdc, 0x3b, 0x67, - 0xfd, 0x6d, 0x09, 0x0d, 0xc1, 0xe5, 0xdb, 0xa7, 0x82, 0x87, 0xce, 0x09, 0x2c, 0x8c, 0x9e, 0xbc, - 0xd7, 0x92, 0x99, 0x46, 0xa0, 0xf2, 0xc6, 0x89, 0xa1, 0xa1, 0x43, 0x0c, 0xb9, 0xe1, 0x43, 0xe5, - 0x6a, 0x32, 0xc7, 0x10, 0x50, 0x2e, 0x9f, 0x10, 0x18, 0xba, 0xfa, 0x51, 0x80, 0x95, 0xe4, 0xe9, - 0xbe, 0x95, 0x4c, 0x97, 0x68, 0x24, 0xdf, 0x7b, 0x07, 0xa3, 0x30, 0x9e, 0x7d, 0x98, 0x1b, 0x9a, - 0xd3, 0x2b, 0xc9, 0x64, 0x71, 0x9c, 0xac, 0x9c, 0x0c, 0x17, 0xf8, 0x91, 0x67, 0xbe, 0x7f, 0xf3, - 0xf4, 0xba, 0x50, 0x79, 0xfc, 0xfc, 0x55, 0x5e, 0x78, 0xf1, 0x2a, 0x2f, 0xfc, 0xf1, 0x2a, 0x2f, - 0xfc, 0xf4, 0x3a, 0x3f, 0xf5, 0xe2, 0x75, 0x7e, 0xea, 0xf7, 0xd7, 0xf9, 0xa9, 0xaf, 0xdf, 0x7a, - 0x67, 0x0e, 0xe2, 0xff, 0x2e, 0xf9, 0xb1, 0xdb, 0xca, 0xf0, 0x7f, 0x97, 0xb7, 0xfe, 0x0d, 0x00, - 0x00, 0xff, 0xff, 0xf6, 0xe9, 0xb3, 0x62, 0x79, 0x0f, 0x00, 0x00, + // 1263 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xcf, 0x6f, 0x13, 0xc7, + 0x17, 0xcf, 0xda, 0x89, 0xf9, 0xe6, 0x39, 0x4e, 0xf2, 0x5d, 0x42, 0xd8, 0x6c, 0xc1, 0x76, 0x0c, + 0x85, 0x40, 0xc9, 0x9a, 0x00, 0xa5, 0x34, 0x51, 0x0f, 0x38, 0x09, 0x02, 0x15, 0x17, 0x6b, 0xed, + 0xf4, 0x50, 0xa9, 0xb2, 0xd6, 0xbb, 0x93, 0xf5, 0xc8, 0xf6, 0xce, 0x76, 0x67, 0x62, 0x39, 0xaa, + 0x54, 0x55, 0x55, 0xaf, 0x95, 0x7a, 0xea, 0xa1, 0x7f, 0x05, 0x07, 0xfe, 0x86, 0x8a, 0x53, 0x85, + 0x38, 0x55, 0x39, 0x44, 0x15, 0x54, 0xe2, 0x6f, 0x68, 0x2f, 0xad, 0x76, 0xf6, 0xa7, 0x53, 0x6f, + 0x49, 0x70, 0x6e, 0xde, 0x99, 0xcf, 0xfb, 0xbc, 0xf7, 0x3e, 0xef, 0xbd, 0x99, 0x31, 0xe4, 0x5b, + 0x5a, 0x6b, 0xbf, 0x4b, 0xac, 0x72, 0x8b, 0xe9, 0x94, 0x69, 0x1d, 0x6c, 0x99, 0xe5, 0xfe, 0x5a, + 0x99, 0x0d, 0x14, 0xdb, 0x21, 0x8c, 0x88, 0xe7, 0xfc, 0x7d, 0x25, 0xda, 0x57, 0xfa, 0x6b, 0xf2, + 0x82, 0x49, 0x4c, 0xc2, 0x11, 0x65, 0xf7, 0x97, 0x07, 0x96, 0x97, 0x74, 0x42, 0x7b, 0x84, 0x36, + 0xbd, 0x0d, 0xef, 0xc3, 0xdf, 0x3a, 0xef, 0x7d, 0x95, 0x7b, 0x94, 0xf3, 0xf7, 0xa8, 0xe9, 0x6f, + 0x94, 0x46, 0x07, 0x60, 0x6b, 0x8e, 0xd6, 0x0b, 0x8c, 0x6f, 0xc4, 0x30, 0x7a, 0x1b, 0xe9, 0x1d, + 0x9b, 0x60, 0x8b, 0xb9, 0xb0, 0xa1, 0x05, 0x1f, 0x7d, 0xd9, 0x77, 0x15, 0xb1, 0xb5, 0x10, 0xd3, + 0xd6, 0x82, 0x6f, 0x1f, 0x55, 0x48, 0xf0, 0x4b, 0x6c, 0x0f, 0x50, 0xfa, 0x2b, 0x05, 0x4b, 0x55, + 0x6a, 0x6e, 0x3a, 0x48, 0x63, 0xe8, 0x01, 0xb6, 0xb4, 0x2e, 0x66, 0xfb, 0x35, 0x87, 0xf4, 0xb1, + 0x81, 0x1c, 0xf1, 0x06, 0x4c, 0x6a, 0x86, 0xe1, 0x48, 0x42, 0x51, 0x58, 0x99, 0xae, 0x48, 0x2f, + 0x9f, 0xad, 0x2e, 0xf8, 0xf9, 0xde, 0x37, 0x0c, 0x07, 0x51, 0x5a, 0x67, 0x0e, 0xb6, 0x4c, 0x95, + 0xa3, 0xc4, 0x6d, 0xc8, 0x1a, 0x88, 0xea, 0x0e, 0xb6, 0x19, 0x26, 0x96, 0x94, 0x2a, 0x0a, 0x2b, + 0xd9, 0x5b, 0x97, 0x14, 0xdf, 0x22, 0xd2, 0x95, 0x07, 0xaa, 0x6c, 0x45, 0x50, 0x35, 0x6e, 0x27, + 0x56, 0x01, 0x74, 0xd2, 0xeb, 0x61, 0x4a, 0x5d, 0x96, 0x34, 0x77, 0xbd, 0x7a, 0x70, 0x58, 0x78, + 0xcf, 0x23, 0xa2, 0x46, 0x47, 0xc1, 0xa4, 0xdc, 0xd3, 0x58, 0x5b, 0x79, 0x8c, 0x4c, 0x4d, 0xdf, + 0xdf, 0x42, 0xfa, 0xcb, 0x67, 0xab, 0xe0, 0xfb, 0xd9, 0x42, 0xba, 0x1a, 0x23, 0x10, 0x9f, 0x40, + 0xa6, 0xc5, 0xf4, 0xa6, 0xdd, 0x91, 0x26, 0x8b, 0xc2, 0xca, 0x4c, 0xe5, 0xde, 0xc1, 0x61, 0xe1, + 0x8e, 0x89, 0x59, 0x7b, 0xaf, 0xa5, 0xe8, 0xa4, 0x57, 0xf6, 0x15, 0xea, 0x6a, 0x2d, 0xba, 0x8a, + 0x49, 0xf0, 0x59, 0x66, 0xfb, 0x36, 0xa2, 0x4a, 0xe5, 0x51, 0xed, 0xf6, 0x9d, 0x9b, 0xb5, 0xbd, + 0xd6, 0xa7, 0x68, 0x5f, 0x9d, 0x6a, 0x31, 0xbd, 0xd6, 0x11, 0x3f, 0x81, 0xb4, 0x4d, 0x6c, 0x69, + 0x8a, 0xa7, 0xf7, 0x81, 0x32, 0xb2, 0x75, 0x94, 0x9a, 0x43, 0xc8, 0xee, 0x93, 0xdd, 0x1a, 0xa1, + 0x14, 0xf1, 0x38, 0x2a, 0x8d, 0x4d, 0xd5, 0xb5, 0x5b, 0x9f, 0xfe, 0xee, 0xcd, 0xd3, 0xeb, 0x5c, + 0xb0, 0xd2, 0x25, 0x58, 0x4e, 0xd4, 0x5e, 0x45, 0xd4, 0x26, 0x16, 0x45, 0xa5, 0xbf, 0x05, 0x38, + 0x5f, 0xa5, 0xe6, 0xb6, 0x81, 0xd9, 0x98, 0xf5, 0x39, 0x17, 0x2a, 0xe1, 0x96, 0x66, 0x26, 0xc8, + 0xe7, 0x48, 0xd9, 0xd2, 0xa7, 0x52, 0xb6, 0xc9, 0x31, 0xcb, 0x16, 0x97, 0x69, 0x19, 0x0a, 0x09, + 0x02, 0x84, 0x22, 0xfd, 0x7a, 0x06, 0x16, 0x43, 0x29, 0x2b, 0x8d, 0xcd, 0x2d, 0xd4, 0x45, 0xa6, + 0xc6, 0xe3, 0xfa, 0x18, 0xb2, 0x6e, 0x0e, 0xc8, 0x69, 0x1e, 0x4b, 0x2a, 0xf0, 0xc0, 0xee, 0x62, + 0x50, 0xe9, 0xd4, 0xbb, 0x55, 0x3a, 0xd6, 0x79, 0xe9, 0xd3, 0xe9, 0xbc, 0x2f, 0x61, 0x76, 0xd7, + 0x6e, 0x7a, 0x9c, 0xcd, 0x2e, 0xa6, 0x4c, 0x9a, 0x2c, 0xa6, 0xc7, 0x22, 0xce, 0xee, 0xda, 0x15, + 0x97, 0xfa, 0x31, 0xa6, 0x4c, 0x5c, 0x86, 0x19, 0x3f, 0xaf, 0x26, 0xc3, 0x3d, 0xc4, 0x3b, 0x3c, + 0xa7, 0x66, 0xfd, 0xb5, 0x06, 0xee, 0x21, 0xf1, 0x12, 0xe4, 0x02, 0x48, 0x5f, 0xeb, 0xee, 0x21, + 0x29, 0x53, 0x14, 0x56, 0xd2, 0x6a, 0x60, 0xf7, 0xb9, 0xbb, 0x26, 0x3e, 0x04, 0x08, 0x79, 0x06, + 0xd2, 0x19, 0xae, 0xde, 0xb5, 0xb8, 0x7a, 0xb1, 0xc3, 0xac, 0xbf, 0xa6, 0x34, 0x1c, 0xcd, 0xa2, + 0x9a, 0xee, 0x16, 0xeb, 0x91, 0xb5, 0x4b, 0xd4, 0xe9, 0xc0, 0xe1, 0x40, 0xbc, 0x05, 0x59, 0xda, + 0xd5, 0x68, 0xdb, 0xa7, 0xfa, 0x1f, 0x97, 0xf1, 0xff, 0x07, 0x87, 0x85, 0x5c, 0xa5, 0xb1, 0x59, + 0xf7, 0x77, 0x1a, 0x03, 0x15, 0x68, 0xf8, 0x5b, 0xfc, 0x0a, 0x16, 0x0d, 0xaf, 0xfa, 0xc4, 0x69, + 0x86, 0xd6, 0x14, 0x9b, 0xd2, 0x34, 0x37, 0xdf, 0x38, 0x38, 0x2c, 0x7c, 0x74, 0x32, 0xb1, 0xea, + 0xd8, 0xb4, 0x34, 0xb6, 0xe7, 0x20, 0x75, 0x21, 0xa4, 0x0e, 0xbc, 0xd7, 0xb1, 0x29, 0xbe, 0x0f, + 0xb3, 0x7b, 0x56, 0x8b, 0x58, 0x46, 0x28, 0x1d, 0x70, 0xe9, 0x72, 0xe1, 0x2a, 0x17, 0x6f, 0x19, + 0x66, 0x62, 0xb0, 0x81, 0x94, 0xe5, 0x53, 0x98, 0x8d, 0x40, 0x03, 0xf1, 0x2a, 0xcc, 0x45, 0x10, + 0x4f, 0xe1, 0x19, 0xae, 0x70, 0xe4, 0xc0, 0xd3, 0x78, 0x1b, 0xce, 0x45, 0xc0, 0xb8, 0x46, 0xb9, + 0x24, 0x8d, 0xce, 0x86, 0xf8, 0x68, 0x51, 0xfc, 0x5e, 0x80, 0x62, 0xa4, 0xd6, 0x08, 0x46, 0x57, + 0xb7, 0xd9, 0xf1, 0x75, 0xbb, 0x18, 0x3a, 0xd9, 0x39, 0x1a, 0x45, 0x1d, 0x9b, 0xeb, 0xf3, 0xee, + 0xb0, 0xc7, 0xc7, 0xb4, 0x54, 0x84, 0xfc, 0xe8, 0x79, 0x0e, 0x47, 0xfe, 0xcf, 0x14, 0x88, 0x55, + 0x6a, 0xde, 0x37, 0x8c, 0x4d, 0xd2, 0x47, 0x96, 0x66, 0xb1, 0x3a, 0x36, 0xa9, 0xb8, 0x08, 0x19, + 0x8a, 0x4d, 0x0b, 0xf9, 0x93, 0xae, 0xfa, 0x5f, 0xe2, 0x43, 0x48, 0x05, 0x07, 0xdf, 0x18, 0xf3, + 0x92, 0xb2, 0x3b, 0xe2, 0x15, 0x98, 0x8b, 0xda, 0xbb, 0xd9, 0xd6, 0x68, 0xdb, 0xbb, 0xa4, 0xd4, + 0x5c, 0xd8, 0xb8, 0x0f, 0x35, 0xda, 0x16, 0x57, 0x60, 0x3e, 0x56, 0x18, 0x57, 0x49, 0xea, 0xcd, + 0xab, 0x3a, 0x1b, 0xb5, 0x2b, 0x8f, 0x19, 0xc1, 0x7c, 0xbc, 0x31, 0xb8, 0xe8, 0x53, 0xe3, 0x8b, + 0x3e, 0x1b, 0xeb, 0x2c, 0xb7, 0x4d, 0x37, 0x40, 0x0e, 0x03, 0x3a, 0xea, 0x8f, 0x4a, 0x19, 0x1e, + 0xda, 0xf9, 0x00, 0xb1, 0x33, 0x64, 0x4b, 0xd7, 0xb3, 0x6e, 0x89, 0x7c, 0x31, 0x4b, 0x17, 0x40, + 0xfe, 0xb7, 0xf4, 0x61, 0x65, 0x7e, 0x11, 0x60, 0xbe, 0x4a, 0xcd, 0x4a, 0x63, 0x73, 0xc7, 0xf2, + 0xeb, 0x8e, 0x12, 0xeb, 0x32, 0x42, 0xcd, 0xd4, 0x28, 0x35, 0x47, 0x69, 0x94, 0x3e, 0x75, 0x8d, + 0x86, 0xd3, 0x94, 0x41, 0x3a, 0x9a, 0x47, 0x98, 0xe4, 0xcf, 0x02, 0x5c, 0xa8, 0x52, 0xb3, 0x8e, + 0xba, 0x48, 0x67, 0xb8, 0x8f, 0x82, 0x76, 0xde, 0x76, 0x2f, 0x26, 0x4b, 0x1f, 0x3f, 0xe1, 0x55, + 0x38, 0xeb, 0x20, 0x9d, 0xf4, 0x91, 0x83, 0x8c, 0xa6, 0x7f, 0xec, 0x53, 0xff, 0x2a, 0x51, 0xe7, + 0xc3, 0xad, 0x07, 0xee, 0x01, 0x5e, 0xef, 0x0c, 0x07, 0x7e, 0x05, 0x2e, 0xff, 0x57, 0x6c, 0x61, + 0x12, 0x3f, 0x09, 0x30, 0x57, 0xa5, 0xe6, 0x8e, 0x6d, 0x68, 0x0c, 0xd5, 0xf8, 0x63, 0x54, 0xbc, + 0x0b, 0xd3, 0xda, 0x1e, 0x6b, 0x13, 0x07, 0xb3, 0xfd, 0xb7, 0xde, 0x96, 0x11, 0x54, 0xdc, 0x80, + 0x8c, 0xf7, 0x9c, 0xf5, 0xef, 0xcb, 0x8b, 0x49, 0xf7, 0x25, 0x07, 0x55, 0x26, 0x9f, 0x1f, 0x16, + 0x26, 0x54, 0xdf, 0x64, 0x7d, 0xd6, 0x8d, 0x3e, 0x22, 0x2b, 0x2d, 0xf1, 0x37, 0x4f, 0x3c, 0xae, + 0x20, 0xe6, 0x5b, 0x7f, 0x64, 0x20, 0x5d, 0xa5, 0xa6, 0x7b, 0x74, 0x2d, 0x26, 0x3c, 0x5b, 0x6f, + 0x26, 0xb8, 0x4e, 0x7c, 0x6c, 0xc9, 0xf7, 0x4e, 0x6a, 0x11, 0x84, 0x23, 0x7e, 0x03, 0x0b, 0x23, + 0x9f, 0x66, 0x4a, 0x32, 0xe3, 0x28, 0xbc, 0x7c, 0xf7, 0x64, 0xf8, 0xd0, 0xff, 0xd7, 0x70, 0x76, + 0xd4, 0xab, 0x67, 0xf5, 0x6d, 0x09, 0x0d, 0xc1, 0xe5, 0x0f, 0x4f, 0x04, 0x0f, 0x9d, 0x13, 0x98, + 0x3b, 0x7a, 0xfe, 0x5e, 0x4b, 0x66, 0x3a, 0x02, 0x95, 0xd7, 0x8e, 0x0d, 0x0d, 0x1d, 0x62, 0xc8, + 0x0d, 0x1f, 0x2b, 0x57, 0x93, 0x39, 0x86, 0x80, 0x72, 0xf9, 0x98, 0xc0, 0xd0, 0xd5, 0x0f, 0x02, + 0x2c, 0x25, 0x4f, 0xf7, 0xed, 0x64, 0xba, 0x44, 0x23, 0x79, 0xe3, 0x1d, 0x8c, 0xc2, 0x78, 0x76, + 0x61, 0x66, 0x68, 0x4e, 0xaf, 0x24, 0x93, 0xc5, 0x71, 0xb2, 0x72, 0x3c, 0x5c, 0xe0, 0x47, 0x9e, + 0xfa, 0xf6, 0xcd, 0xd3, 0xeb, 0x42, 0xe5, 0xb3, 0xe7, 0xaf, 0xf2, 0xc2, 0x8b, 0x57, 0x79, 0xe1, + 0xf7, 0x57, 0x79, 0xe1, 0xc7, 0xd7, 0xf9, 0x89, 0x17, 0xaf, 0xf3, 0x13, 0xbf, 0xbd, 0xce, 0x4f, + 0x7c, 0x71, 0x8c, 0x9b, 0x73, 0x10, 0xff, 0xbf, 0xc9, 0x0f, 0xde, 0x56, 0x86, 0xff, 0xdf, 0xbc, + 0xfd, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x82, 0xd4, 0xb3, 0x90, 0x8b, 0x0f, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -2368,7 +2368,7 @@ func (m *MsgCreateFinalityProvider) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPk = &v if err := m.BtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2845,7 +2845,7 @@ func (m *MsgCreateBTCDelegation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPk = &v if err := m.BtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -2880,7 +2880,7 @@ func (m *MsgCreateBTCDelegation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPkList = append(m.FpBtcPkList, v) if err := m.FpBtcPkList[len(m.FpBtcPkList)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -3024,7 +3024,7 @@ func (m *MsgCreateBTCDelegation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340Signature + var v github_com_babylonlabs_io_babylon_types.BIP340Signature m.DelegatorSlashingSig = &v if err := m.DelegatorSlashingSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -3166,7 +3166,7 @@ func (m *MsgCreateBTCDelegation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340Signature + var v github_com_babylonlabs_io_babylon_types.BIP340Signature m.DelegatorUnbondingSlashingSig = &v if err := m.DelegatorUnbondingSlashingSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -3333,7 +3333,7 @@ func (m *MsgAddCovenantSigs) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.Pk = &v if err := m.Pk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -3432,7 +3432,7 @@ func (m *MsgAddCovenantSigs) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340Signature + var v github_com_babylonlabs_io_babylon_types.BIP340Signature m.UnbondingTxSig = &v if err := m.UnbondingTxSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -3663,7 +3663,7 @@ func (m *MsgBTCUndelegate) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340Signature + var v github_com_babylonlabs_io_babylon_types.BIP340Signature m.UnbondingTxSig = &v if err := m.UnbondingTxSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/checkpointing/README.md b/x/checkpointing/README.md index e95bfdc6d..565e5d467 100644 --- a/x/checkpointing/README.md +++ b/x/checkpointing/README.md @@ -102,7 +102,7 @@ message RawCheckpoint { // sigs bytes bls_multi_sig = 4 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.Signature" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" ]; } // RawCheckpointWithMeta wraps the raw checkpoint with metadata. @@ -115,7 +115,7 @@ message RawCheckpointWithMeta { // bls_aggr_pk defines the aggregated BLS public key bytes bls_aggr_pk = 3 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.PublicKey" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.PublicKey" ]; // power_sum defines the accumulated voting power for the checkpoint uint64 power_sum = 4; // lifecycle defines the lifecycle of this checkpoint, i.e., each state @@ -300,7 +300,7 @@ message VoteExtension { // bls_sig is the BLS signature bytes bls_sig = 6 [ (gogoproto.customtype) = - "github.com/babylonchain/babylon/crypto/bls12381.Signature" ]; + "github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" ]; } ``` diff --git a/x/checkpointing/abci.go b/x/checkpointing/abci.go index 15f5d4db9..760fbf895 100644 --- a/x/checkpointing/abci.go +++ b/x/checkpointing/abci.go @@ -5,9 +5,9 @@ import ( "fmt" "time" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" - "github.com/babylonchain/babylon/x/checkpointing/keeper" + "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" "github.com/cosmos/cosmos-sdk/telemetry" ) diff --git a/x/checkpointing/client/cli/query.go b/x/checkpointing/client/cli/query.go index d26a5bb07..fa5b4d59a 100644 --- a/x/checkpointing/client/cli/query.go +++ b/x/checkpointing/client/cli/query.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/checkpointing/client/cli/tx.go b/x/checkpointing/client/cli/tx.go index 371caa21a..8de4578b0 100644 --- a/x/checkpointing/client/cli/tx.go +++ b/x/checkpointing/client/cli/tx.go @@ -9,7 +9,7 @@ import ( "cosmossdk.io/core/address" authcodec "github.com/cosmos/cosmos-sdk/x/auth/codec" - appparams "github.com/babylonchain/babylon/app/params" + appparams "github.com/babylonlabs-io/babylon/app/params" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" @@ -18,7 +18,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/checkpointing/client/cli/tx_test.go b/x/checkpointing/client/cli/tx_test.go index 1f35f1106..bee75d842 100644 --- a/x/checkpointing/client/cli/tx_test.go +++ b/x/checkpointing/client/cli/tx_test.go @@ -26,11 +26,11 @@ import ( authcodec "github.com/cosmos/cosmos-sdk/x/auth/codec" "github.com/stretchr/testify/suite" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/privval" - testutilcli "github.com/babylonchain/babylon/testutil/cli" - checkpointcli "github.com/babylonchain/babylon/x/checkpointing/client/cli" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/privval" + testutilcli "github.com/babylonlabs-io/babylon/testutil/cli" + checkpointcli "github.com/babylonlabs-io/babylon/x/checkpointing/client/cli" ) type mockCometRPC struct { diff --git a/x/checkpointing/client/cli/utils.go b/x/checkpointing/client/cli/utils.go index 50d049123..c30ad96dd 100644 --- a/x/checkpointing/client/cli/utils.go +++ b/x/checkpointing/client/cli/utils.go @@ -23,8 +23,8 @@ import ( staketypes "github.com/cosmos/cosmos-sdk/x/staking/types" flag "github.com/spf13/pflag" - "github.com/babylonchain/babylon/privval" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/privval" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // validator struct to define the fields of the validator diff --git a/x/checkpointing/genesis.go b/x/checkpointing/genesis.go index f285f08d1..b8449d647 100644 --- a/x/checkpointing/genesis.go +++ b/x/checkpointing/genesis.go @@ -3,8 +3,8 @@ package checkpointing import ( "context" - "github.com/babylonchain/babylon/x/checkpointing/keeper" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/checkpointing/genesis_test.go b/x/checkpointing/genesis_test.go index ba7e05bac..e6e9c18cf 100644 --- a/x/checkpointing/genesis_test.go +++ b/x/checkpointing/genesis_test.go @@ -3,17 +3,17 @@ package checkpointing_test import ( "testing" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/privval" - "github.com/babylonchain/babylon/x/checkpointing" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/privval" + "github.com/babylonlabs-io/babylon/x/checkpointing" "github.com/cometbft/cometbft/crypto/ed25519" cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" cosmosed "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - simapp "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/x/checkpointing/types" + simapp "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) func TestInitGenesis(t *testing.T) { diff --git a/x/checkpointing/keeper/bls_signer.go b/x/checkpointing/keeper/bls_signer.go index 54e3ba974..8e7eb0ad8 100644 --- a/x/checkpointing/keeper/bls_signer.go +++ b/x/checkpointing/keeper/bls_signer.go @@ -4,8 +4,8 @@ import ( "github.com/cometbft/cometbft/crypto" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) type BlsSigner interface { diff --git a/x/checkpointing/keeper/bls_signer_test.go b/x/checkpointing/keeper/bls_signer_test.go index a6b367238..d11ee3727 100644 --- a/x/checkpointing/keeper/bls_signer_test.go +++ b/x/checkpointing/keeper/bls_signer_test.go @@ -4,8 +4,8 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/crypto/bls12381" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) var ( diff --git a/x/checkpointing/keeper/ckpt_state.go b/x/checkpointing/keeper/ckpt_state.go index 3cc30b4e2..72bf7a290 100644 --- a/x/checkpointing/keeper/ckpt_state.go +++ b/x/checkpointing/keeper/ckpt_state.go @@ -4,7 +4,7 @@ import ( "context" "cosmossdk.io/store/prefix" storetypes "cosmossdk.io/store/types" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/checkpointing/keeper/genesis_bls.go b/x/checkpointing/keeper/genesis_bls.go index 71c3cab2e..7c404179e 100644 --- a/x/checkpointing/keeper/genesis_bls.go +++ b/x/checkpointing/keeper/genesis_bls.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/checkpointing/keeper/grpc_query_bls.go b/x/checkpointing/keeper/grpc_query_bls.go index ce9dfe4ac..35efb113f 100644 --- a/x/checkpointing/keeper/grpc_query_bls.go +++ b/x/checkpointing/keeper/grpc_query_bls.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/jinzhu/copier" "google.golang.org/grpc/codes" diff --git a/x/checkpointing/keeper/grpc_query_bls_test.go b/x/checkpointing/keeper/grpc_query_bls_test.go index 8ec938bd8..d6f74661f 100644 --- a/x/checkpointing/keeper/grpc_query_bls_test.go +++ b/x/checkpointing/keeper/grpc_query_bls_test.go @@ -10,11 +10,11 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" - checkpointingkeeper "github.com/babylonchain/babylon/x/checkpointing/keeper" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + checkpointingkeeper "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // FuzzQueryBLSKeySet does the following checks diff --git a/x/checkpointing/keeper/grpc_query_checkpoint.go b/x/checkpointing/keeper/grpc_query_checkpoint.go index b4f1810d9..fa56c1843 100644 --- a/x/checkpointing/keeper/grpc_query_checkpoint.go +++ b/x/checkpointing/keeper/grpc_query_checkpoint.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/checkpointing/keeper/grpc_query_checkpoint_test.go b/x/checkpointing/keeper/grpc_query_checkpoint_test.go index c19342ecc..9da76a426 100644 --- a/x/checkpointing/keeper/grpc_query_checkpoint_test.go +++ b/x/checkpointing/keeper/grpc_query_checkpoint_test.go @@ -7,18 +7,18 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" - "github.com/babylonchain/babylon/x/checkpointing/keeper" + "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" "github.com/golang/mock/gomock" - "github.com/babylonchain/babylon/testutil/mocks" - "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/testutil/mocks" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" ) func FuzzQueryEpoch(f *testing.F) { diff --git a/x/checkpointing/keeper/hooks.go b/x/checkpointing/keeper/hooks.go index 5dcd29a80..8018c800f 100644 --- a/x/checkpointing/keeper/hooks.go +++ b/x/checkpointing/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/checkpointing/keeper/keeper.go b/x/checkpointing/keeper/keeper.go index e33ed4f79..59f9a9c7f 100644 --- a/x/checkpointing/keeper/keeper.go +++ b/x/checkpointing/keeper/keeper.go @@ -7,7 +7,7 @@ import ( corestoretypes "cosmossdk.io/core/store" - txformat "github.com/babylonchain/babylon/btctxformatter" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" "cosmossdk.io/log" "github.com/cosmos/cosmos-sdk/codec" @@ -15,9 +15,9 @@ import ( cmtprotocrypto "github.com/cometbft/cometbft/proto/tendermint/crypto" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) type ( diff --git a/x/checkpointing/keeper/keeper_test.go b/x/checkpointing/keeper/keeper_test.go index 4dd46f58d..1316f363a 100644 --- a/x/checkpointing/keeper/keeper_test.go +++ b/x/checkpointing/keeper/keeper_test.go @@ -10,12 +10,12 @@ import ( "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/btctxformatter" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/testutil/mocks" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/testutil/mocks" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // FuzzKeeperAddRawCheckpoint checks diff --git a/x/checkpointing/keeper/msg_server.go b/x/checkpointing/keeper/msg_server.go index 04a088763..40c084723 100644 --- a/x/checkpointing/keeper/msg_server.go +++ b/x/checkpointing/keeper/msg_server.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) type msgServer struct { diff --git a/x/checkpointing/keeper/msg_server_test.go b/x/checkpointing/keeper/msg_server_test.go index e8b32e471..fffba8d6e 100644 --- a/x/checkpointing/keeper/msg_server_test.go +++ b/x/checkpointing/keeper/msg_server_test.go @@ -11,15 +11,15 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" - appparams "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/privval" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" - checkpointingkeeper "github.com/babylonchain/babylon/x/checkpointing/keeper" - "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/app" + appparams "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/privval" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + checkpointingkeeper "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) // FuzzWrappedCreateValidator_InsufficientTokens tests adding new validators with zero voting power diff --git a/x/checkpointing/keeper/registration_state.go b/x/checkpointing/keeper/registration_state.go index 84a052c68..968a4d185 100644 --- a/x/checkpointing/keeper/registration_state.go +++ b/x/checkpointing/keeper/registration_state.go @@ -5,8 +5,8 @@ import ( "cosmossdk.io/store/prefix" storetypes "cosmossdk.io/store/types" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/checkpointing/keeper/val_bls_set.go b/x/checkpointing/keeper/val_bls_set.go index a3ba8df88..96815405e 100644 --- a/x/checkpointing/keeper/val_bls_set.go +++ b/x/checkpointing/keeper/val_bls_set.go @@ -4,7 +4,7 @@ import ( "context" "cosmossdk.io/store/prefix" "fmt" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/checkpointing/keeper/val_bls_set_test.go b/x/checkpointing/keeper/val_bls_set_test.go index 1c4e84292..36f4cf822 100644 --- a/x/checkpointing/keeper/val_bls_set_test.go +++ b/x/checkpointing/keeper/val_bls_set_test.go @@ -9,11 +9,11 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" - checkpointingkeeper "github.com/babylonchain/babylon/x/checkpointing/keeper" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + checkpointingkeeper "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) func FuzzGetValidatorBlsKeySet(f *testing.F) { diff --git a/x/checkpointing/module.go b/x/checkpointing/module.go index 7e5cb77cc..ff29c666f 100644 --- a/x/checkpointing/module.go +++ b/x/checkpointing/module.go @@ -13,9 +13,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/babylonchain/babylon/x/checkpointing/client/cli" - "github.com/babylonchain/babylon/x/checkpointing/keeper" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/client/cli" + "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/checkpointing/proposal.go b/x/checkpointing/proposal.go index b9d3a3696..68748c460 100644 --- a/x/checkpointing/proposal.go +++ b/x/checkpointing/proposal.go @@ -13,7 +13,7 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - ckpttypes "github.com/babylonchain/babylon/x/checkpointing/types" + ckpttypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) const defaultInjectedTxIndex = 0 diff --git a/x/checkpointing/proposal_expected_keeper.go b/x/checkpointing/proposal_expected_keeper.go index 920c2eeb2..697ed90d6 100644 --- a/x/checkpointing/proposal_expected_keeper.go +++ b/x/checkpointing/proposal_expected_keeper.go @@ -3,9 +3,9 @@ package checkpointing import ( "context" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" cmtprotocrypto "github.com/cometbft/cometbft/proto/tendermint/crypto" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/checkpointing/proposal_test.go b/x/checkpointing/proposal_test.go index b754547a7..afd88afd4 100644 --- a/x/checkpointing/proposal_test.go +++ b/x/checkpointing/proposal_test.go @@ -20,13 +20,13 @@ import ( "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/testutil/helper" - "github.com/babylonchain/babylon/testutil/mocks" - "github.com/babylonchain/babylon/x/checkpointing" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - et "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/helper" + "github.com/babylonlabs-io/babylon/testutil/mocks" + "github.com/babylonlabs-io/babylon/x/checkpointing" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + et "github.com/babylonlabs-io/babylon/x/epoching/types" ) type TestValidator struct { diff --git a/x/checkpointing/types/bls_key.pb.go b/x/checkpointing/types/bls_key.pb.go index cc2cd6b74..ca65cdc8f 100644 --- a/x/checkpointing/types/bls_key.pb.go +++ b/x/checkpointing/types/bls_key.pb.go @@ -5,7 +5,7 @@ package types import ( fmt "fmt" - github_com_babylonchain_babylon_crypto_bls12381 "github.com/babylonchain/babylon/crypto/bls12381" + github_com_babylonlabs_io_babylon_crypto_bls12381 "github.com/babylonlabs-io/babylon/crypto/bls12381" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" io "io" @@ -27,7 +27,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // BlsKey wraps BLS public key with PoP type BlsKey struct { // pubkey is the BLS public key of a validator - Pubkey *github_com_babylonchain_babylon_crypto_bls12381.PublicKey `protobuf:"bytes,1,opt,name=pubkey,proto3,customtype=github.com/babylonchain/babylon/crypto/bls12381.PublicKey" json:"pubkey,omitempty"` + Pubkey *github_com_babylonlabs_io_babylon_crypto_bls12381.PublicKey `protobuf:"bytes,1,opt,name=pubkey,proto3,customtype=github.com/babylonlabs-io/babylon/crypto/bls12381.PublicKey" json:"pubkey,omitempty"` // pop is the proof-of-possession of the BLS key Pop *ProofOfPossession `protobuf:"bytes,2,opt,name=pop,proto3" json:"pop,omitempty"` } @@ -80,7 +80,7 @@ type ProofOfPossession struct { Ed25519Sig []byte `protobuf:"bytes,1,opt,name=ed25519_sig,json=ed25519Sig,proto3" json:"ed25519_sig,omitempty"` // bls_sig is the result of PoP, bls_sig = sign(key = BLS_sk, data = // ed25519_sig) - BlsSig *github_com_babylonchain_babylon_crypto_bls12381.Signature `protobuf:"bytes,2,opt,name=bls_sig,json=blsSig,proto3,customtype=github.com/babylonchain/babylon/crypto/bls12381.Signature" json:"bls_sig,omitempty"` + BlsSig *github_com_babylonlabs_io_babylon_crypto_bls12381.Signature `protobuf:"bytes,2,opt,name=bls_sig,json=blsSig,proto3,customtype=github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" json:"bls_sig,omitempty"` } func (m *ProofOfPossession) Reset() { *m = ProofOfPossession{} } @@ -246,7 +246,7 @@ type VoteExtension struct { // height is the height of the vote extension Height uint64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` // bls_sig is the BLS signature - BlsSig *github_com_babylonchain_babylon_crypto_bls12381.Signature `protobuf:"bytes,6,opt,name=bls_sig,json=blsSig,proto3,customtype=github.com/babylonchain/babylon/crypto/bls12381.Signature" json:"bls_sig,omitempty"` + BlsSig *github_com_babylonlabs_io_babylon_crypto_bls12381.Signature `protobuf:"bytes,6,opt,name=bls_sig,json=blsSig,proto3,customtype=github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" json:"bls_sig,omitempty"` } func (m *VoteExtension) Reset() { *m = VoteExtension{} } @@ -324,40 +324,40 @@ func init() { var fileDescriptor_3a8c0d37ce63f038 = []byte{ // 534 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0x4f, 0x8b, 0xd3, 0x4e, - 0x18, 0xc7, 0x3b, 0xed, 0xfe, 0xb2, 0xbf, 0x4e, 0xbb, 0xe0, 0x46, 0x59, 0x82, 0x42, 0x5a, 0x7b, - 0x90, 0xc2, 0x6a, 0x42, 0xbb, 0x14, 0xdc, 0xc3, 0x1e, 0x2c, 0x28, 0xc2, 0x82, 0x5b, 0x52, 0xac, - 0xe0, 0x25, 0x66, 0xd2, 0xd9, 0xcc, 0xd0, 0x69, 0x66, 0xc8, 0x4c, 0xe2, 0xe6, 0x05, 0x78, 0x13, - 0xf4, 0x15, 0xf8, 0x7a, 0x3c, 0xee, 0x51, 0xf6, 0xb0, 0x48, 0xfb, 0x46, 0x64, 0x92, 0xb8, 0xf8, - 0xa7, 0x45, 0x10, 0x6f, 0x33, 0xdf, 0xef, 0x93, 0xef, 0x7c, 0x9e, 0x67, 0x32, 0xf0, 0x01, 0x0a, - 0x50, 0xce, 0x78, 0xec, 0x86, 0x04, 0x87, 0x0b, 0xc1, 0x69, 0xac, 0x68, 0x1c, 0xb9, 0xd9, 0xc0, - 0x45, 0x4c, 0xfa, 0x0b, 0x9c, 0x3b, 0x22, 0xe1, 0x8a, 0x9b, 0x56, 0x55, 0xe7, 0xfc, 0x54, 0xe7, - 0x64, 0x83, 0xbb, 0x77, 0x22, 0x1e, 0xf1, 0xa2, 0xc8, 0xd5, 0xab, 0xb2, 0xbe, 0xf7, 0x09, 0x40, - 0x63, 0xcc, 0xe4, 0x29, 0xce, 0xcd, 0x97, 0xd0, 0x10, 0x29, 0x5a, 0xe0, 0xdc, 0x02, 0x5d, 0xd0, - 0x6f, 0x8f, 0x4f, 0xae, 0xae, 0x3b, 0xc7, 0x11, 0x55, 0x24, 0x45, 0x4e, 0xc8, 0x97, 0x6e, 0x95, - 0x1c, 0x92, 0x80, 0xc6, 0xee, 0x0d, 0x4e, 0x92, 0x0b, 0xc5, 0x35, 0xc4, 0x60, 0x78, 0xf4, 0x78, - 0xe0, 0x4c, 0x52, 0xc4, 0x68, 0x78, 0x8a, 0x73, 0xaf, 0x0a, 0x33, 0x4f, 0x60, 0x43, 0x70, 0x61, - 0xd5, 0xbb, 0xa0, 0xdf, 0x1a, 0x1e, 0x3a, 0xdb, 0xf8, 0x9c, 0x49, 0xc2, 0xf9, 0xf9, 0xd9, 0xf9, - 0x84, 0x4b, 0x89, 0xa5, 0xa4, 0x3c, 0xf6, 0xf4, 0x77, 0xbd, 0xf7, 0x00, 0xee, 0xff, 0x66, 0x99, - 0x1d, 0xd8, 0xc2, 0xf3, 0xe1, 0x68, 0x34, 0x38, 0xf6, 0x25, 0x8d, 0x4a, 0x60, 0x0f, 0x56, 0xd2, - 0x94, 0x46, 0xe6, 0x0c, 0xee, 0xea, 0xc1, 0x68, 0xb3, 0xfe, 0xf7, 0xdd, 0x4c, 0x69, 0x14, 0x07, - 0x2a, 0x4d, 0xb0, 0x67, 0x20, 0x26, 0xa7, 0x34, 0xea, 0xbd, 0x81, 0x07, 0xb3, 0x80, 0xd1, 0x79, - 0xa0, 0x78, 0xf2, 0x8a, 0x2a, 0x52, 0xce, 0x6e, 0x8a, 0x95, 0xf9, 0x0c, 0xee, 0x66, 0x01, 0xf3, - 0x25, 0x56, 0x16, 0xe8, 0x36, 0xfa, 0xad, 0xe1, 0xa3, 0xed, 0xbd, 0x6e, 0x88, 0xf0, 0x8c, 0x2c, - 0x60, 0x53, 0xac, 0x7a, 0xef, 0x00, 0xbc, 0xbd, 0xc1, 0x37, 0x0f, 0xe1, 0x7e, 0xf6, 0x5d, 0xf6, - 0x83, 0xf9, 0x3c, 0xc1, 0x52, 0x16, 0x8d, 0x37, 0xbd, 0x5b, 0x37, 0xc6, 0x93, 0x52, 0x37, 0x6d, - 0xd8, 0xd2, 0xed, 0x8b, 0x14, 0xe9, 0x7f, 0xa3, 0x1c, 0x81, 0xd7, 0x44, 0x4c, 0x4e, 0x52, 0xa4, - 0xc3, 0xee, 0xc3, 0x76, 0xc6, 0x35, 0x8d, 0x2f, 0xf8, 0x5b, 0x9c, 0x58, 0x8d, 0x2e, 0xe8, 0xef, - 0x78, 0xad, 0x52, 0x9b, 0x68, 0xa9, 0xf7, 0xa1, 0x0e, 0xf7, 0x66, 0x5c, 0xe1, 0xa7, 0x17, 0x0a, - 0xc7, 0xc5, 0xd0, 0x0f, 0xa0, 0x21, 0x69, 0x14, 0xe3, 0xa4, 0x3a, 0xb6, 0xda, 0x6d, 0x26, 0xab, - 0x6f, 0x21, 0x7b, 0x08, 0x21, 0x62, 0x3c, 0x5c, 0xf8, 0x24, 0x90, 0xa4, 0x38, 0xb7, 0x3d, 0xde, - 0xbb, 0xba, 0xee, 0x34, 0xc7, 0x5a, 0x7d, 0x1e, 0x48, 0xa2, 0x39, 0xab, 0xa5, 0x79, 0x0f, 0x36, - 0xb1, 0xe0, 0x21, 0xf1, 0xe3, 0x74, 0x69, 0xed, 0x14, 0x90, 0xff, 0x17, 0xc2, 0x8b, 0x74, 0xa9, - 0x79, 0x08, 0xa6, 0x11, 0x51, 0xd6, 0x7f, 0x85, 0x53, 0xed, 0x7e, 0xbc, 0x7b, 0xe3, 0x1f, 0xde, - 0xfd, 0xf8, 0xec, 0xf3, 0xca, 0x06, 0x97, 0x2b, 0x1b, 0x7c, 0x5d, 0xd9, 0xe0, 0xe3, 0xda, 0xae, - 0x5d, 0xae, 0xed, 0xda, 0x97, 0xb5, 0x5d, 0x7b, 0x3d, 0xfa, 0x53, 0xf8, 0xc5, 0x2f, 0xef, 0x56, - 0xe5, 0x02, 0x4b, 0x64, 0x14, 0x6f, 0xf0, 0xe8, 0x5b, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf6, 0xf8, - 0x77, 0x30, 0xdd, 0x03, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0x4f, 0x8b, 0xd3, 0x40, + 0x18, 0xc6, 0x3b, 0xed, 0x9a, 0xb5, 0xd3, 0x2e, 0xb8, 0x51, 0x96, 0xa0, 0x90, 0xd6, 0x1e, 0xa4, + 0xb0, 0x6e, 0x42, 0xbb, 0x2c, 0x2a, 0x22, 0x62, 0x41, 0x11, 0x16, 0xb4, 0xa6, 0xb0, 0x2b, 0x5e, + 0x62, 0x26, 0x9d, 0x4d, 0x86, 0x4e, 0xf3, 0x86, 0xcc, 0x24, 0x6e, 0x3e, 0x80, 0x57, 0xd1, 0x6f, + 0xe0, 0xc7, 0xf1, 0xb8, 0x47, 0xd9, 0xc3, 0x22, 0xed, 0x17, 0x91, 0x49, 0xe2, 0xe2, 0x9f, 0x16, + 0x0f, 0x7a, 0x9b, 0x79, 0xde, 0x37, 0xcf, 0xfc, 0xde, 0x67, 0x32, 0xf8, 0x0e, 0xf1, 0x48, 0xce, + 0x21, 0xb2, 0xfd, 0x90, 0xfa, 0xb3, 0x18, 0x58, 0x24, 0x59, 0x14, 0xd8, 0xd9, 0xc0, 0x26, 0x5c, + 0xb8, 0x33, 0x9a, 0x5b, 0x71, 0x02, 0x12, 0x74, 0xa3, 0xea, 0xb3, 0x7e, 0xe9, 0xb3, 0xb2, 0xc1, + 0xcd, 0x1b, 0x01, 0x04, 0x50, 0x34, 0xd9, 0x6a, 0x55, 0xf6, 0xf7, 0x3e, 0x23, 0xac, 0x8d, 0xb8, + 0x38, 0xa4, 0xb9, 0x7e, 0x8c, 0xb5, 0x38, 0x25, 0x33, 0x9a, 0x1b, 0xa8, 0x8b, 0xfa, 0xed, 0xd1, + 0xe3, 0xf3, 0x8b, 0xce, 0xc3, 0x80, 0xc9, 0x30, 0x25, 0x96, 0x0f, 0x73, 0xbb, 0x72, 0xe6, 0x1e, + 0x11, 0x7b, 0x0c, 0xec, 0x4b, 0xa0, 0x24, 0x8f, 0x25, 0x28, 0x8c, 0xc1, 0x70, 0xff, 0xfe, 0xc0, + 0x1a, 0xa7, 0x84, 0x33, 0xff, 0x90, 0xe6, 0x4e, 0x65, 0xa7, 0x3f, 0xc2, 0x8d, 0x18, 0x62, 0xa3, + 0xde, 0x45, 0xfd, 0xd6, 0x70, 0xd7, 0x5a, 0x47, 0x68, 0x8d, 0x13, 0x80, 0x93, 0x97, 0x27, 0x63, + 0x10, 0x82, 0x0a, 0xc1, 0x20, 0x72, 0xd4, 0x77, 0xbd, 0x0f, 0x08, 0x6f, 0xff, 0x51, 0xd2, 0x3b, + 0xb8, 0x45, 0xa7, 0xc3, 0x83, 0x83, 0xc1, 0x03, 0x57, 0xb0, 0xa0, 0x44, 0x76, 0x70, 0x25, 0x4d, + 0x58, 0xa0, 0xbf, 0xc6, 0x9b, 0x2a, 0x1a, 0x55, 0xac, 0xff, 0xcb, 0x3c, 0x13, 0x16, 0x44, 0x9e, + 0x4c, 0x13, 0xea, 0x68, 0x84, 0x8b, 0x09, 0x0b, 0x7a, 0x6f, 0xf1, 0xce, 0x91, 0xc7, 0xd9, 0xd4, + 0x93, 0x90, 0x1c, 0x33, 0x19, 0x96, 0xf9, 0x4d, 0xa8, 0xd4, 0x9f, 0xe1, 0xcd, 0xcc, 0xe3, 0xae, + 0xa0, 0xd2, 0x40, 0xdd, 0x46, 0xbf, 0x35, 0xdc, 0x5b, 0x3f, 0xed, 0x0a, 0x0b, 0x47, 0xcb, 0x3c, + 0x3e, 0xa1, 0xb2, 0xf7, 0x1e, 0xe1, 0xeb, 0x2b, 0xea, 0xfa, 0x2e, 0xde, 0xce, 0x7e, 0xc8, 0xae, + 0x37, 0x9d, 0x26, 0x54, 0x88, 0x62, 0xf4, 0xa6, 0x73, 0xed, 0xb2, 0xf0, 0xa4, 0xd4, 0x75, 0x13, + 0xb7, 0x54, 0x00, 0x71, 0x4a, 0xd4, 0xff, 0x51, 0x86, 0xe0, 0x34, 0x09, 0x17, 0xe3, 0x94, 0x28, + 0xb3, 0xdb, 0xb8, 0x9d, 0x81, 0xa2, 0x71, 0x63, 0x78, 0x47, 0x13, 0xa3, 0xd1, 0x45, 0xfd, 0x0d, + 0xa7, 0x55, 0x6a, 0x63, 0x25, 0xf5, 0x3e, 0xd5, 0xf1, 0xd6, 0x11, 0x48, 0xfa, 0xf4, 0x54, 0xd2, + 0xa8, 0x88, 0x7d, 0x07, 0x6b, 0x82, 0x05, 0x11, 0x4d, 0xaa, 0x63, 0xab, 0xdd, 0x6a, 0xb2, 0xfa, + 0x1a, 0xb2, 0xbb, 0x18, 0x13, 0x0e, 0xfe, 0xcc, 0x0d, 0x3d, 0x11, 0x16, 0xe7, 0xb6, 0x47, 0x5b, + 0xe7, 0x17, 0x9d, 0xe6, 0x48, 0xa9, 0xcf, 0x3d, 0x11, 0x2a, 0xce, 0x6a, 0xa9, 0xdf, 0xc2, 0x4d, + 0x1a, 0x83, 0x1f, 0xba, 0x51, 0x3a, 0x37, 0x36, 0x0a, 0xc8, 0xab, 0x85, 0xf0, 0x22, 0x9d, 0x2b, + 0x9e, 0x90, 0xb2, 0x20, 0x94, 0xc6, 0x95, 0xa2, 0x52, 0xed, 0x7e, 0xbe, 0x7d, 0xed, 0xbf, 0xde, + 0xfe, 0xe8, 0xd5, 0x97, 0x85, 0x89, 0xce, 0x16, 0x26, 0xfa, 0xb6, 0x30, 0xd1, 0xc7, 0xa5, 0x59, + 0x3b, 0x5b, 0x9a, 0xb5, 0xaf, 0x4b, 0xb3, 0xf6, 0xe6, 0xde, 0xdf, 0xed, 0x4f, 0x7f, 0x7b, 0xbf, + 0x32, 0x8f, 0xa9, 0x20, 0x5a, 0xf1, 0x16, 0xf7, 0xbf, 0x07, 0x00, 0x00, 0xff, 0xff, 0x0a, 0x52, + 0xce, 0x8d, 0xe5, 0x03, 0x00, 0x00, } func (m *BlsKey) Marshal() (dAtA []byte, err error) { @@ -774,7 +774,7 @@ func (m *BlsKey) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_crypto_bls12381.PublicKey + var v github_com_babylonlabs_io_babylon_crypto_bls12381.PublicKey m.Pubkey = &v if err := m.Pubkey.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -929,7 +929,7 @@ func (m *ProofOfPossession) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_crypto_bls12381.Signature + var v github_com_babylonlabs_io_babylon_crypto_bls12381.Signature m.BlsSig = &v if err := m.BlsSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1370,7 +1370,7 @@ func (m *VoteExtension) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_crypto_bls12381.Signature + var v github_com_babylonlabs_io_babylon_crypto_bls12381.Signature m.BlsSig = &v if err := m.BlsSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/checkpointing/types/checkpoint.pb.go b/x/checkpointing/types/checkpoint.pb.go index 4d3fdb84c..801ac381d 100644 --- a/x/checkpointing/types/checkpoint.pb.go +++ b/x/checkpointing/types/checkpoint.pb.go @@ -6,7 +6,7 @@ package types import ( bytes "bytes" fmt "fmt" - github_com_babylonchain_babylon_crypto_bls12381 "github.com/babylonchain/babylon/crypto/bls12381" + github_com_babylonlabs_io_babylon_crypto_bls12381 "github.com/babylonlabs-io/babylon/crypto/bls12381" types "github.com/cometbft/cometbft/abci/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" @@ -81,7 +81,7 @@ type RawCheckpoint struct { Bitmap []byte `protobuf:"bytes,3,opt,name=bitmap,proto3" json:"bitmap,omitempty"` // bls_multi_sig defines the multi sig that is aggregated from individual BLS // sigs - BlsMultiSig *github_com_babylonchain_babylon_crypto_bls12381.Signature `protobuf:"bytes,4,opt,name=bls_multi_sig,json=blsMultiSig,proto3,customtype=github.com/babylonchain/babylon/crypto/bls12381.Signature" json:"bls_multi_sig,omitempty"` + BlsMultiSig *github_com_babylonlabs_io_babylon_crypto_bls12381.Signature `protobuf:"bytes,4,opt,name=bls_multi_sig,json=blsMultiSig,proto3,customtype=github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" json:"bls_multi_sig,omitempty"` } func (m *RawCheckpoint) Reset() { *m = RawCheckpoint{} } @@ -137,7 +137,7 @@ type RawCheckpointWithMeta struct { // status defines the status of the checkpoint Status CheckpointStatus `protobuf:"varint,2,opt,name=status,proto3,enum=babylon.checkpointing.v1.CheckpointStatus" json:"status,omitempty"` // bls_aggr_pk defines the aggregated BLS public key - BlsAggrPk *github_com_babylonchain_babylon_crypto_bls12381.PublicKey `protobuf:"bytes,3,opt,name=bls_aggr_pk,json=blsAggrPk,proto3,customtype=github.com/babylonchain/babylon/crypto/bls12381.PublicKey" json:"bls_aggr_pk,omitempty"` + BlsAggrPk *github_com_babylonlabs_io_babylon_crypto_bls12381.PublicKey `protobuf:"bytes,3,opt,name=bls_aggr_pk,json=blsAggrPk,proto3,customtype=github.com/babylonlabs-io/babylon/crypto/bls12381.PublicKey" json:"bls_aggr_pk,omitempty"` // power_sum defines the accumulated voting power for the checkpoint PowerSum uint64 `protobuf:"varint,4,opt,name=power_sum,json=powerSum,proto3" json:"power_sum,omitempty"` // lifecycle defines the lifecycle of this checkpoint, i.e., each state @@ -334,8 +334,8 @@ type BlsSig struct { EpochNum uint64 `protobuf:"varint,1,opt,name=epoch_num,json=epochNum,proto3" json:"epoch_num,omitempty"` // block_hash defines the 'BlockID.Hash', which is the hash of // the block that individual BLS sigs are signed on - BlockHash *BlockHash `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3,customtype=BlockHash" json:"block_hash,omitempty"` - BlsSig *github_com_babylonchain_babylon_crypto_bls12381.Signature `protobuf:"bytes,3,opt,name=bls_sig,json=blsSig,proto3,customtype=github.com/babylonchain/babylon/crypto/bls12381.Signature" json:"bls_sig,omitempty"` + BlockHash *BlockHash `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3,customtype=BlockHash" json:"block_hash,omitempty"` + BlsSig *github_com_babylonlabs_io_babylon_crypto_bls12381.Signature `protobuf:"bytes,3,opt,name=bls_sig,json=blsSig,proto3,customtype=github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" json:"bls_sig,omitempty"` // can't find cosmos_proto.scalar when compiling due to cosmos v0.45.4 does // not support scalar string signer_address = 4 [(cosmos_proto.scalar) = // "cosmos.AddressString"] @@ -414,61 +414,61 @@ func init() { } var fileDescriptor_73996df9c6aabde4 = []byte{ - // 853 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x4f, 0x6f, 0xe3, 0x44, - 0x1c, 0x8d, 0x5b, 0x37, 0x6c, 0x26, 0xcd, 0x2a, 0x8c, 0xb6, 0x28, 0xca, 0x4a, 0x49, 0x28, 0x42, - 0x94, 0x05, 0xd9, 0x6a, 0x56, 0x48, 0xfc, 0x11, 0x82, 0xc4, 0x4d, 0x21, 0xda, 0xa6, 0x5b, 0xd9, - 0x09, 0x48, 0x2b, 0x21, 0x6b, 0x6c, 0x4f, 0xec, 0x21, 0xb6, 0xc7, 0xf2, 0x8c, 0xbb, 0x1b, 0xee, - 0x48, 0xa8, 0xa7, 0xfd, 0x02, 0x95, 0x90, 0xf8, 0x02, 0x7c, 0x07, 0x2e, 0x1c, 0xf7, 0x88, 0x16, - 0x69, 0x41, 0xed, 0x05, 0xf8, 0x14, 0x68, 0xc6, 0x4e, 0xd3, 0x6c, 0x59, 0xb1, 0xa0, 0xde, 0x26, - 0xcf, 0xef, 0x4d, 0x66, 0xde, 0xef, 0x3d, 0x0d, 0x78, 0xdb, 0x41, 0xce, 0x3c, 0xa4, 0xb1, 0xee, - 0x06, 0xd8, 0x9d, 0x25, 0x94, 0xc4, 0x9c, 0xc4, 0xbe, 0x7e, 0xbc, 0x7b, 0x09, 0xd0, 0x92, 0x94, - 0x72, 0x0a, 0x1b, 0x05, 0x55, 0x5b, 0xa1, 0x6a, 0xc7, 0xbb, 0xcd, 0xb6, 0x4f, 0xa9, 0x1f, 0x62, - 0x5d, 0xf2, 0x9c, 0x6c, 0xaa, 0x73, 0x12, 0x61, 0xc6, 0x51, 0x94, 0xe4, 0xd2, 0xe6, 0x2d, 0x9f, - 0xfa, 0x54, 0x2e, 0x75, 0xb1, 0x2a, 0xd0, 0xdb, 0x1c, 0xc7, 0x1e, 0x4e, 0x23, 0x12, 0x73, 0x1d, - 0x39, 0x2e, 0xd1, 0xf9, 0x3c, 0xc1, 0x2c, 0xff, 0xb8, 0xfd, 0xab, 0x02, 0x6a, 0x26, 0x7a, 0x68, - 0x5c, 0xfc, 0x17, 0xbc, 0x0d, 0x2a, 0x38, 0xa1, 0x6e, 0x60, 0xc7, 0x59, 0xd4, 0x50, 0x3a, 0xca, - 0x8e, 0x6a, 0xde, 0x90, 0xc0, 0x61, 0x16, 0xc1, 0x77, 0x01, 0x70, 0x42, 0xea, 0xce, 0xec, 0x00, - 0xb1, 0xa0, 0xb1, 0xd6, 0x51, 0x76, 0x36, 0xfb, 0xb5, 0xa7, 0xcf, 0xda, 0x95, 0xbe, 0x40, 0x3f, - 0x47, 0x2c, 0x30, 0x2b, 0xce, 0x62, 0x09, 0x5f, 0x03, 0x65, 0x87, 0xf0, 0x08, 0x25, 0x8d, 0x75, - 0xc1, 0x34, 0x8b, 0x5f, 0x10, 0x81, 0x9a, 0x13, 0x32, 0x3b, 0xca, 0x42, 0x4e, 0x6c, 0x46, 0xfc, - 0x86, 0x2a, 0x37, 0xfa, 0xf8, 0xe9, 0xb3, 0xf6, 0x07, 0x3e, 0xe1, 0x41, 0xe6, 0x68, 0x2e, 0x8d, - 0xf4, 0xc2, 0x08, 0x37, 0x40, 0x24, 0xd6, 0x2f, 0x0c, 0x4c, 0xe7, 0x09, 0xa7, 0xba, 0x13, 0xb2, - 0xdd, 0xee, 0xdd, 0xf7, 0x77, 0x35, 0x8b, 0xf8, 0x31, 0xe2, 0x59, 0x8a, 0xcd, 0xaa, 0x13, 0xb2, - 0x91, 0xd8, 0xd2, 0x22, 0xfe, 0x87, 0xea, 0x1f, 0xdf, 0xb7, 0x95, 0xed, 0x3f, 0xd7, 0xc0, 0xd6, - 0xca, 0xed, 0xbe, 0x24, 0x3c, 0x18, 0x61, 0x8e, 0xe0, 0x47, 0x40, 0x75, 0x67, 0x09, 0x97, 0x17, - 0xac, 0x76, 0xdf, 0xd2, 0x5e, 0x64, 0xba, 0xb6, 0x22, 0x37, 0xa5, 0x08, 0xf6, 0x41, 0x99, 0x71, - 0xc4, 0x33, 0x26, 0x1d, 0xb8, 0xd9, 0xbd, 0xf3, 0x62, 0xf9, 0x52, 0x6b, 0x49, 0x85, 0x59, 0x28, - 0xe1, 0x57, 0x40, 0x9c, 0xd7, 0x46, 0xbe, 0x9f, 0xda, 0xc9, 0x2c, 0x37, 0xe8, 0xff, 0x39, 0x70, - 0x94, 0x39, 0x21, 0x71, 0xef, 0xe1, 0xb9, 0xb0, 0x9e, 0xf5, 0x7c, 0x3f, 0x3d, 0x9a, 0x89, 0x29, - 0x26, 0xf4, 0x21, 0x4e, 0x6d, 0x96, 0x45, 0xd2, 0x5e, 0xd5, 0xbc, 0x21, 0x01, 0x2b, 0x8b, 0xe0, - 0x08, 0x54, 0x42, 0x32, 0xc5, 0xee, 0xdc, 0x0d, 0x71, 0x63, 0xa3, 0xb3, 0xbe, 0x53, 0xed, 0xea, - 0x2f, 0x7b, 0x05, 0x3c, 0x49, 0x3c, 0xc4, 0xb1, 0xb9, 0xdc, 0xa1, 0xf0, 0xfa, 0x47, 0x05, 0xc0, - 0x61, 0xfc, 0x35, 0x76, 0x39, 0xf6, 0x2e, 0xc5, 0xc9, 0x58, 0x31, 0x5a, 0x7f, 0x49, 0xa3, 0x17, - 0x73, 0x2a, 0x0c, 0x9f, 0x80, 0x5b, 0xf8, 0x91, 0x8c, 0xb1, 0x67, 0xbb, 0x34, 0x8a, 0x08, 0xb7, - 0x49, 0x3c, 0xa5, 0xd2, 0xfe, 0x6a, 0xf7, 0x0d, 0x6d, 0x99, 0x70, 0x4d, 0x24, 0x5c, 0x1b, 0x14, - 0x64, 0x43, 0x72, 0x87, 0xf1, 0x94, 0x9a, 0x10, 0x5f, 0xc1, 0xb6, 0x7f, 0x52, 0xc0, 0xd6, 0x3f, - 0xde, 0x0e, 0x7e, 0x0a, 0x36, 0xc4, 0x9c, 0xb0, 0x3c, 0xf6, 0x7f, 0x1b, 0x70, 0x2e, 0x84, 0xaf, - 0x83, 0xcd, 0xa2, 0x29, 0x98, 0xf8, 0x01, 0x97, 0x47, 0x55, 0x45, 0x46, 0x45, 0x39, 0x24, 0x04, - 0x3f, 0x59, 0x94, 0x49, 0xf4, 0x58, 0x26, 0xa0, 0xda, 0x6d, 0x6a, 0x79, 0xc9, 0xb5, 0x45, 0xc9, - 0xb5, 0xf1, 0xa2, 0xe4, 0x7d, 0xf5, 0xf1, 0x6f, 0x6d, 0xa5, 0xe8, 0x97, 0x40, 0x0b, 0xe3, 0xbf, - 0x5d, 0x03, 0xe5, 0x7e, 0xc8, 0x2c, 0xe2, 0x5f, 0x67, 0x77, 0xbf, 0x00, 0xaf, 0x88, 0x7c, 0x8a, - 0x76, 0xae, 0x5f, 0x47, 0x3b, 0xcb, 0x4e, 0x7e, 0xc4, 0x37, 0xc1, 0x4d, 0x46, 0xfc, 0x18, 0xa7, - 0x36, 0xf2, 0xbc, 0x14, 0x33, 0x26, 0xd3, 0x59, 0x31, 0x6b, 0x39, 0xda, 0xcb, 0x41, 0xf8, 0x0e, - 0x78, 0xf5, 0x18, 0x85, 0xc4, 0x43, 0x9c, 0x2e, 0x99, 0x1b, 0x92, 0x59, 0xbf, 0xf8, 0x50, 0x90, - 0xa5, 0x0f, 0xa5, 0x3b, 0x7f, 0x29, 0xa0, 0xfe, 0xfc, 0x34, 0xa0, 0x06, 0x1a, 0xc6, 0xbd, 0xa3, - 0xb1, 0x6d, 0x8d, 0x7b, 0xe3, 0x89, 0x65, 0xf7, 0x0c, 0x63, 0x32, 0x9a, 0x1c, 0xf4, 0xc6, 0xc3, - 0xc3, 0xcf, 0xea, 0xa5, 0x66, 0xfd, 0xe4, 0xb4, 0xb3, 0xd9, 0x73, 0xdd, 0x2c, 0xca, 0x42, 0x24, - 0x26, 0x0a, 0xb7, 0x01, 0xbc, 0xcc, 0xb7, 0x06, 0xbd, 0x83, 0xc1, 0x5e, 0x5d, 0x69, 0x82, 0x93, - 0xd3, 0x4e, 0xd9, 0xc2, 0x28, 0xc4, 0x1e, 0xdc, 0x01, 0x5b, 0x2b, 0x9c, 0x49, 0x7f, 0x34, 0x1c, - 0x8f, 0x07, 0x7b, 0xf5, 0xb5, 0x66, 0xed, 0xe4, 0xb4, 0x53, 0xb1, 0x32, 0x27, 0x22, 0x9c, 0x5f, - 0x65, 0x1a, 0xf7, 0x0f, 0xf7, 0x87, 0xe6, 0x68, 0xb0, 0x57, 0x5f, 0xcf, 0x99, 0x06, 0x8d, 0xa7, - 0x24, 0x8d, 0xae, 0x32, 0xf7, 0x87, 0x87, 0xbd, 0x83, 0xe1, 0x83, 0xc1, 0x5e, 0x5d, 0xcd, 0x99, - 0xfb, 0x24, 0x46, 0x21, 0xf9, 0x06, 0x7b, 0x4d, 0xf5, 0xbb, 0x1f, 0x5a, 0xa5, 0xfe, 0xfd, 0x9f, - 0xcf, 0x5a, 0xca, 0x93, 0xb3, 0x96, 0xf2, 0xfb, 0x59, 0x4b, 0x79, 0x7c, 0xde, 0x2a, 0x3d, 0x39, - 0x6f, 0x95, 0x7e, 0x39, 0x6f, 0x95, 0x1e, 0xbc, 0xf7, 0x6f, 0x33, 0x7a, 0xf4, 0xdc, 0x23, 0x24, - 0x9f, 0x03, 0xa7, 0x2c, 0x03, 0x77, 0xf7, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc9, 0x97, 0x52, - 0x24, 0xaa, 0x06, 0x00, 0x00, + // 852 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcf, 0x6e, 0x1b, 0x45, + 0x1c, 0xf6, 0x26, 0x1b, 0x53, 0x8f, 0xe3, 0xca, 0x8c, 0x1a, 0x64, 0xb9, 0x92, 0x6d, 0x82, 0x10, + 0xa1, 0xc0, 0xae, 0xe2, 0x1e, 0x40, 0xf4, 0x50, 0x6c, 0xc7, 0x01, 0xab, 0x71, 0x08, 0xbb, 0xb6, + 0x40, 0xbd, 0xac, 0x66, 0x77, 0xc7, 0xeb, 0xc1, 0xb3, 0x3b, 0xab, 0x9d, 0xd9, 0xb4, 0xe6, 0x05, + 0x40, 0x39, 0xf5, 0x05, 0x22, 0x21, 0xf1, 0x02, 0xbc, 0x03, 0x17, 0x8e, 0x3d, 0xa2, 0x4a, 0x14, + 0x94, 0x5c, 0x10, 0xbc, 0x04, 0x9a, 0xd9, 0x75, 0x1c, 0x37, 0x54, 0x14, 0x94, 0xdb, 0xf8, 0xdb, + 0xef, 0x37, 0x9e, 0xf9, 0xfe, 0x68, 0xc0, 0xbb, 0x2e, 0x72, 0xe7, 0x94, 0x45, 0xa6, 0x37, 0xc5, + 0xde, 0x2c, 0x66, 0x24, 0x12, 0x24, 0x0a, 0xcc, 0xe3, 0xdd, 0x4b, 0x80, 0x11, 0x27, 0x4c, 0x30, + 0x58, 0xcb, 0xa9, 0xc6, 0x0a, 0xd5, 0x38, 0xde, 0xad, 0x37, 0x03, 0xc6, 0x02, 0x8a, 0x4d, 0xc5, + 0x73, 0xd3, 0x89, 0x29, 0x48, 0x88, 0xb9, 0x40, 0x61, 0x9c, 0x8d, 0xd6, 0x6f, 0x05, 0x2c, 0x60, + 0x6a, 0x69, 0xca, 0x55, 0x8e, 0xde, 0x16, 0x38, 0xf2, 0x71, 0x12, 0x92, 0x48, 0x98, 0xc8, 0xf5, + 0x88, 0x29, 0xe6, 0x31, 0xe6, 0xd9, 0xc7, 0xed, 0x5f, 0x35, 0x50, 0xb1, 0xd0, 0xa3, 0xde, 0xc5, + 0x7f, 0xc1, 0xdb, 0xa0, 0x84, 0x63, 0xe6, 0x4d, 0x9d, 0x28, 0x0d, 0x6b, 0x5a, 0x4b, 0xdb, 0xd1, + 0xad, 0x1b, 0x0a, 0x38, 0x4c, 0x43, 0xf8, 0x3e, 0x00, 0x2e, 0x65, 0xde, 0xcc, 0x99, 0x22, 0x3e, + 0xad, 0xad, 0xb5, 0xb4, 0x9d, 0xcd, 0x6e, 0xe5, 0xd9, 0xf3, 0x66, 0xa9, 0x2b, 0xd1, 0xcf, 0x10, + 0x9f, 0x5a, 0x25, 0x77, 0xb1, 0x84, 0x6f, 0x80, 0xa2, 0x4b, 0x44, 0x88, 0xe2, 0xda, 0xba, 0x64, + 0x5a, 0xf9, 0x2f, 0xe8, 0x81, 0x8a, 0x4b, 0xb9, 0x13, 0xa6, 0x54, 0x10, 0x87, 0x93, 0xa0, 0xa6, + 0xab, 0x8d, 0xee, 0x3f, 0x7b, 0xde, 0xbc, 0x17, 0x10, 0x31, 0x4d, 0x5d, 0xc3, 0x63, 0xa1, 0x99, + 0x0b, 0x41, 0x91, 0xcb, 0x3f, 0x20, 0xcc, 0xbc, 0x90, 0x30, 0x99, 0xc7, 0x82, 0x99, 0x2e, 0xe5, + 0xbb, 0xed, 0xbb, 0x1f, 0xed, 0x1a, 0x36, 0x09, 0x22, 0x24, 0xd2, 0x04, 0x5b, 0x65, 0x97, 0xf2, + 0xa1, 0xdc, 0xd4, 0x26, 0xc1, 0xc7, 0xfa, 0x1f, 0xdf, 0x37, 0xb5, 0xed, 0xbf, 0xd6, 0xc0, 0xd6, + 0xca, 0xfd, 0xbe, 0x24, 0x62, 0x3a, 0xc4, 0x02, 0xc1, 0x7b, 0x40, 0xf7, 0x66, 0xb1, 0x50, 0x57, + 0x2c, 0xb7, 0xdf, 0x31, 0x5e, 0x26, 0xbb, 0xb1, 0x32, 0x6e, 0xa9, 0x21, 0xd8, 0x05, 0x45, 0x2e, + 0x90, 0x48, 0xb9, 0xd2, 0xe0, 0x66, 0xfb, 0xce, 0xcb, 0xc7, 0x97, 0xb3, 0xb6, 0x9a, 0xb0, 0xf2, + 0x49, 0xe8, 0x00, 0x79, 0x5e, 0x07, 0x05, 0x41, 0xe2, 0xc4, 0xb3, 0x4c, 0xa2, 0xff, 0xab, 0xc1, + 0x51, 0xea, 0x52, 0xe2, 0x3d, 0xc0, 0x73, 0x29, 0x3f, 0xef, 0x04, 0x41, 0x72, 0x34, 0x93, 0x4e, + 0xc6, 0xec, 0x11, 0x4e, 0x1c, 0x9e, 0x86, 0x4a, 0x62, 0xdd, 0xba, 0xa1, 0x00, 0x3b, 0x0d, 0xe1, + 0x10, 0x94, 0x28, 0x99, 0x60, 0x6f, 0xee, 0x51, 0x5c, 0xdb, 0x68, 0xad, 0xef, 0x94, 0xdb, 0xe6, + 0xab, 0x5e, 0x02, 0x8f, 0x63, 0x1f, 0x09, 0x6c, 0x2d, 0x77, 0xc8, 0xd5, 0xfe, 0x51, 0x03, 0x70, + 0x10, 0x7d, 0x8d, 0x3d, 0x81, 0xfd, 0x4b, 0x91, 0xea, 0xad, 0x48, 0x6d, 0xbe, 0xa2, 0xd4, 0x0b, + 0xa7, 0x72, 0xc9, 0xc7, 0xe0, 0x16, 0x7e, 0xac, 0xa2, 0xec, 0x3b, 0x1e, 0x0b, 0x43, 0x22, 0x1c, + 0x12, 0x4d, 0x98, 0x32, 0xa0, 0xdc, 0x7e, 0xcb, 0x58, 0xa6, 0xdc, 0x90, 0x29, 0x37, 0xfa, 0x39, + 0xb9, 0xa7, 0xb8, 0x83, 0x68, 0xc2, 0x2c, 0x88, 0xaf, 0x60, 0xdb, 0x3f, 0x69, 0x60, 0xeb, 0x1f, + 0x6f, 0x07, 0x3f, 0x01, 0x1b, 0xd2, 0x29, 0xac, 0x8e, 0xfd, 0xdf, 0x2c, 0xce, 0x06, 0xe1, 0x9b, + 0x60, 0x33, 0x6f, 0x0b, 0x26, 0xc1, 0x54, 0xa8, 0xa3, 0xea, 0x32, 0xa5, 0xb2, 0x20, 0x0a, 0x82, + 0xf7, 0x17, 0x85, 0x92, 0x5d, 0x56, 0x19, 0x28, 0xb7, 0xeb, 0x46, 0x56, 0x74, 0x63, 0x51, 0x74, + 0x63, 0xb4, 0x28, 0x7a, 0x57, 0x7f, 0xf2, 0x5b, 0x53, 0xcb, 0x3b, 0x26, 0xd1, 0x5c, 0xf8, 0x6f, + 0xd7, 0x40, 0xb1, 0x4b, 0xb9, 0x4d, 0x82, 0xeb, 0xec, 0xef, 0x57, 0xe0, 0x35, 0x99, 0x50, 0xd9, + 0xd0, 0xf5, 0xeb, 0x69, 0x68, 0xd1, 0xcd, 0x0e, 0xf9, 0x36, 0xb8, 0xc9, 0x49, 0x10, 0xe1, 0xc4, + 0x41, 0xbe, 0x9f, 0x60, 0xce, 0x55, 0x3e, 0x4b, 0x56, 0x25, 0x43, 0x3b, 0x19, 0x08, 0xdf, 0x03, + 0xaf, 0x1f, 0x23, 0x4a, 0x7c, 0x24, 0xd8, 0x92, 0xb9, 0xa1, 0x98, 0xd5, 0x8b, 0x0f, 0x39, 0x59, + 0x29, 0x51, 0xb8, 0xf3, 0xa7, 0x06, 0xaa, 0x2f, 0xfa, 0x01, 0x0d, 0x50, 0xeb, 0x3d, 0x38, 0x1a, + 0x39, 0xf6, 0xa8, 0x33, 0x1a, 0xdb, 0x4e, 0xa7, 0xd7, 0x1b, 0x0f, 0xc7, 0x07, 0x9d, 0xd1, 0xe0, + 0xf0, 0xd3, 0x6a, 0xa1, 0x5e, 0x3d, 0x39, 0x6d, 0x6d, 0x76, 0x3c, 0x2f, 0x0d, 0x53, 0x8a, 0xa4, + 0xa7, 0x70, 0x1b, 0xc0, 0xcb, 0x7c, 0xbb, 0xdf, 0x39, 0xe8, 0xef, 0x55, 0xb5, 0x3a, 0x38, 0x39, + 0x6d, 0x15, 0x6d, 0x8c, 0x28, 0xf6, 0xe1, 0x0e, 0xd8, 0x5a, 0xe1, 0x8c, 0xbb, 0xc3, 0xc1, 0x68, + 0xd4, 0xdf, 0xab, 0xae, 0xd5, 0x2b, 0x27, 0xa7, 0xad, 0x92, 0x9d, 0xba, 0x21, 0x11, 0xe2, 0x2a, + 0xb3, 0xf7, 0xf9, 0xe1, 0xfe, 0xc0, 0x1a, 0xf6, 0xf7, 0xaa, 0xeb, 0x19, 0xb3, 0xc7, 0xa2, 0x09, + 0x49, 0xc2, 0xab, 0xcc, 0xfd, 0xc1, 0x61, 0xe7, 0x60, 0xf0, 0xb0, 0xbf, 0x57, 0xd5, 0x33, 0xe6, + 0x3e, 0x89, 0x10, 0x25, 0xdf, 0x60, 0xbf, 0xae, 0x7f, 0xf7, 0x43, 0xa3, 0xd0, 0xfd, 0xe2, 0xe7, + 0xb3, 0x86, 0xf6, 0xf4, 0xac, 0xa1, 0xfd, 0x7e, 0xd6, 0xd0, 0x9e, 0x9c, 0x37, 0x0a, 0x4f, 0xcf, + 0x1b, 0x85, 0x5f, 0xce, 0x1b, 0x85, 0x87, 0x1f, 0xfe, 0xbb, 0x4b, 0x8f, 0x5f, 0x78, 0x8c, 0xd4, + 0xb3, 0xe0, 0x16, 0x55, 0xe8, 0xee, 0xfe, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x96, 0x67, 0xaf, 0xba, + 0xb2, 0x06, 0x00, 0x00, } func (this *RawCheckpoint) Equal(that interface{}) bool { @@ -1157,7 +1157,7 @@ func (m *RawCheckpoint) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_crypto_bls12381.Signature + var v github_com_babylonlabs_io_babylon_crypto_bls12381.Signature m.BlsMultiSig = &v if err := m.BlsMultiSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1297,7 +1297,7 @@ func (m *RawCheckpointWithMeta) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_crypto_bls12381.PublicKey + var v github_com_babylonlabs_io_babylon_crypto_bls12381.PublicKey m.BlsAggrPk = &v if err := m.BlsAggrPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1735,7 +1735,7 @@ func (m *BlsSig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_crypto_bls12381.Signature + var v github_com_babylonlabs_io_babylon_crypto_bls12381.Signature m.BlsSig = &v if err := m.BlsSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/checkpointing/types/events.pb.go b/x/checkpointing/types/events.pb.go index 10e283497..7c2030c86 100644 --- a/x/checkpointing/types/events.pb.go +++ b/x/checkpointing/types/events.pb.go @@ -368,26 +368,26 @@ func init() { var fileDescriptor_950b7bd81c59f78a = []byte{ // 314 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4d, 0x4a, 0x4c, 0xaa, - 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0xce, 0x48, 0x4d, 0xce, 0x2e, 0xc8, 0xcf, 0xcc, 0x2b, 0xc9, 0xcc, - 0x4b, 0xd7, 0x2f, 0x33, 0xd4, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0x29, 0xd6, 0x2b, 0x28, 0xca, 0x2f, - 0xc9, 0x17, 0x92, 0x80, 0x2a, 0xd3, 0x43, 0x51, 0xa6, 0x57, 0x66, 0x28, 0xa5, 0x89, 0xd3, 0x00, - 0x84, 0x00, 0xc4, 0x10, 0xa5, 0x3c, 0x2e, 0x69, 0x57, 0x90, 0xa1, 0xce, 0x70, 0x09, 0xc7, 0xe4, - 0xe4, 0xd2, 0xdc, 0xd2, 0x9c, 0x44, 0x90, 0x16, 0x21, 0x7f, 0x2e, 0x2e, 0x84, 0x16, 0x09, 0x46, - 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x7d, 0x3d, 0x5c, 0x16, 0xeb, 0x05, 0x25, 0x96, 0x23, 0x0c, 0x0a, - 0xcf, 0x2c, 0xc9, 0xf0, 0x4d, 0x2d, 0x49, 0x0c, 0x42, 0x32, 0x42, 0x29, 0x83, 0x4b, 0x14, 0xcd, - 0xbe, 0xe0, 0xd4, 0xc4, 0x9c, 0xd4, 0x14, 0xea, 0xdb, 0x94, 0xcd, 0x25, 0x81, 0x6e, 0x53, 0x69, - 0x52, 0x6e, 0x66, 0x49, 0x09, 0x7d, 0x2c, 0x73, 0xce, 0xcf, 0x4b, 0xcb, 0x2c, 0xca, 0xa5, 0x8f, - 0x65, 0x6e, 0x99, 0x79, 0x89, 0x39, 0x99, 0x55, 0x74, 0xb2, 0x2c, 0xbf, 0x28, 0x3d, 0xbf, 0xa4, - 0x24, 0x35, 0x8f, 0xfa, 0x96, 0xdd, 0x60, 0xe4, 0x92, 0x82, 0xd8, 0x96, 0x9f, 0x97, 0x96, 0x93, - 0x99, 0x0c, 0xd2, 0x89, 0xd0, 0x22, 0x14, 0xc7, 0x25, 0x96, 0x8c, 0x90, 0x88, 0xc7, 0xb0, 0x5b, - 0x9d, 0x48, 0xbb, 0x83, 0x44, 0x93, 0xb1, 0x9a, 0x1f, 0xc5, 0x25, 0x90, 0x93, 0x9f, 0x9c, 0x98, - 0x83, 0x6c, 0x32, 0x13, 0x79, 0xbe, 0xe2, 0x07, 0x1b, 0x84, 0x90, 0x70, 0xf2, 0x3f, 0xf1, 0x48, - 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, - 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xd3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, - 0xe4, 0xfc, 0x5c, 0x7d, 0xa8, 0x2d, 0xc9, 0x19, 0x89, 0x99, 0x79, 0x30, 0x8e, 0x7e, 0x05, 0x5a, - 0x3e, 0x2e, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x67, 0x60, 0x63, 0x40, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x47, 0xbc, 0x3a, 0x24, 0x2e, 0x04, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x93, 0x31, 0x4b, 0x03, 0x31, + 0x18, 0x86, 0x1b, 0x07, 0x87, 0x38, 0x28, 0x85, 0x4a, 0xa9, 0x10, 0xa4, 0x20, 0xea, 0x60, 0x42, + 0x75, 0x70, 0xd6, 0xa2, 0x9b, 0x88, 0x75, 0x10, 0x3a, 0x28, 0x49, 0x4c, 0xef, 0x42, 0x73, 0xc9, + 0x71, 0x97, 0x3b, 0xad, 0xbf, 0xc2, 0x9f, 0xe5, 0xd8, 0xb1, 0xa3, 0xdc, 0xfd, 0x11, 0xb9, 0xb6, + 0x9a, 0x7a, 0x5a, 0x10, 0x29, 0x37, 0x26, 0xef, 0xf7, 0x3e, 0x0f, 0xdf, 0xf0, 0xc1, 0x3d, 0x46, + 0xd9, 0x48, 0x19, 0x4d, 0xb8, 0x2f, 0xf8, 0x30, 0x34, 0x52, 0x5b, 0xa9, 0x3d, 0x92, 0x76, 0x88, + 0x48, 0x85, 0xb6, 0x31, 0x0e, 0x23, 0x63, 0x4d, 0xbd, 0x39, 0x1f, 0xc3, 0xdf, 0xc6, 0x70, 0xda, + 0x69, 0x1d, 0x2e, 0x05, 0xb8, 0x8f, 0x19, 0xa4, 0xad, 0xe1, 0xce, 0x45, 0x01, 0xed, 0x7e, 0x05, + 0x67, 0x9c, 0x27, 0x41, 0xa2, 0x68, 0x51, 0xa9, 0x5f, 0x43, 0xe8, 0x2a, 0x4d, 0xb0, 0x0b, 0x0e, + 0x36, 0x8e, 0x09, 0x5e, 0x26, 0xc6, 0x3d, 0xfa, 0xe4, 0x40, 0x77, 0xd2, 0xfa, 0x57, 0xc2, 0xd2, + 0xde, 0x02, 0xa2, 0xed, 0xc3, 0x46, 0xc9, 0x77, 0x2b, 0xa8, 0x12, 0x8f, 0xab, 0x37, 0x0d, 0x61, + 0xb3, 0x6c, 0x4a, 0x58, 0x20, 0xad, 0xad, 0x46, 0xd6, 0x35, 0x7a, 0x20, 0xa3, 0xa0, 0x1a, 0xd9, + 0xa5, 0xd4, 0x54, 0xc9, 0x97, 0x8a, 0x64, 0x26, 0xf2, 0x8c, 0xb5, 0x42, 0xaf, 0x5e, 0x36, 0x01, + 0xb0, 0x35, 0xb3, 0x19, 0x3d, 0x50, 0x92, 0x17, 0x4d, 0x57, 0xa9, 0xdf, 0xc3, 0x6d, 0xee, 0x82, + 0x87, 0x1f, 0xee, 0xfd, 0x3f, 0xba, 0x7b, 0x0d, 0xfe, 0x2b, 0xbf, 0x0f, 0xb7, 0x94, 0xe1, 0x54, + 0x2d, 0x92, 0xd7, 0xfe, 0xb7, 0xd5, 0xe6, 0x14, 0xe4, 0x82, 0xf3, 0x9b, 0xb7, 0x0c, 0x81, 0x71, + 0x86, 0xc0, 0x7b, 0x86, 0xc0, 0x6b, 0x8e, 0x6a, 0xe3, 0x1c, 0xd5, 0x26, 0x39, 0xaa, 0xf5, 0x4f, + 0x3d, 0x69, 0xfd, 0x84, 0x61, 0x6e, 0x02, 0x32, 0xb7, 0x28, 0xca, 0xe2, 0x23, 0x69, 0x3e, 0x9f, + 0xe4, 0xb9, 0x74, 0xc9, 0x76, 0x14, 0x8a, 0x98, 0xad, 0x4f, 0x4f, 0xf8, 0xe4, 0x23, 0x00, 0x00, + 0xff, 0xff, 0xc6, 0xac, 0x9d, 0x86, 0x30, 0x04, 0x00, 0x00, } func (m *EventCheckpointAccumulating) Marshal() (dAtA []byte, err error) { diff --git a/x/checkpointing/types/expected_keepers.go b/x/checkpointing/types/expected_keepers.go index adeb297d1..53f15112c 100644 --- a/x/checkpointing/types/expected_keepers.go +++ b/x/checkpointing/types/expected_keepers.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) // EpochingKeeper defines the expected interface needed to retrieve epoch info diff --git a/x/checkpointing/types/genesis.go b/x/checkpointing/types/genesis.go index bbe289ea9..065cd2268 100644 --- a/x/checkpointing/types/genesis.go +++ b/x/checkpointing/types/genesis.go @@ -12,7 +12,7 @@ import ( cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/crypto/bls12381" ) // DefaultGenesis returns the default Capability genesis state diff --git a/x/checkpointing/types/genesis.pb.go b/x/checkpointing/types/genesis.pb.go index 380afef3d..78fabad09 100644 --- a/x/checkpointing/types/genesis.pb.go +++ b/x/checkpointing/types/genesis.pb.go @@ -143,28 +143,28 @@ func init() { } var fileDescriptor_bf2c524ebc9800de = []byte{ - // 325 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0xcf, 0x6a, 0x2a, 0x31, - 0x18, 0xc5, 0xcd, 0x15, 0xbc, 0x18, 0x5d, 0xb4, 0xb3, 0x12, 0xa1, 0x61, 0x90, 0x52, 0x84, 0x42, - 0x82, 0x16, 0x17, 0x42, 0x37, 0x75, 0xe3, 0xa2, 0x8b, 0x8a, 0x5d, 0x14, 0xba, 0x91, 0x24, 0x13, - 0xc6, 0x60, 0x9c, 0x0c, 0x93, 0x38, 0x34, 0x6f, 0xd1, 0x67, 0xe9, 0x53, 0x74, 0xe9, 0xb2, 0xcb, - 0xa2, 0x2f, 0x52, 0x66, 0x26, 0xb5, 0xb4, 0x30, 0xab, 0xfc, 0xf9, 0xce, 0xf9, 0xce, 0xe1, 0x07, - 0xaf, 0x18, 0x65, 0x4e, 0xe9, 0x84, 0xf0, 0xb5, 0xe0, 0x9b, 0x54, 0xcb, 0xc4, 0xca, 0x24, 0x26, - 0xf9, 0x88, 0xc4, 0x22, 0x11, 0x46, 0x1a, 0x9c, 0x66, 0xda, 0xea, 0xa0, 0xe7, 0x75, 0xf8, 0x97, - 0x0e, 0xe7, 0xa3, 0x7e, 0xc8, 0xb5, 0xd9, 0x6a, 0x43, 0x78, 0xe6, 0x52, 0xab, 0x89, 0x88, 0xc6, - 0x93, 0xc9, 0x68, 0x4a, 0x36, 0xc2, 0x79, 0x6f, 0xbf, 0x3e, 0x83, 0x29, 0xb3, 0xda, 0x08, 0x57, - 0xe9, 0x06, 0x4f, 0xb0, 0x3b, 0xaf, 0x42, 0x1f, 0x2d, 0xb5, 0x22, 0x98, 0xc3, 0xae, 0x2f, 0x51, - 0x88, 0x4c, 0x0f, 0x84, 0xcd, 0x61, 0x67, 0x7c, 0x89, 0xeb, 0xaa, 0x60, 0xef, 0xbe, 0x17, 0x6e, - 0xd9, 0x89, 0x4f, 0x77, 0x33, 0x78, 0x03, 0x10, 0xfe, 0xcc, 0x82, 0x6b, 0x78, 0x9e, 0x53, 0x25, - 0x23, 0x6a, 0x75, 0xb6, 0xa2, 0x51, 0x94, 0x09, 0x53, 0x2c, 0x07, 0xc3, 0xf6, 0xf2, 0xec, 0x34, - 0xb8, 0xab, 0xfe, 0x83, 0x29, 0xfc, 0xef, 0x5b, 0xf6, 0xfe, 0x85, 0x60, 0xd8, 0x19, 0x87, 0xf5, - 0xf9, 0x33, 0x55, 0x66, 0xb7, 0x58, 0x79, 0x06, 0xb7, 0x10, 0xe6, 0x54, 0xad, 0xd2, 0x1d, 0x2b, - 0xdc, 0xcd, 0xd2, 0x7d, 0x81, 0x2b, 0x5c, 0xb8, 0xc2, 0x85, 0x3d, 0x2e, 0xbc, 0xd8, 0xb1, 0xc2, - 0xda, 0xce, 0xa9, 0x5a, 0x94, 0xfa, 0xd9, 0xc3, 0xfb, 0x01, 0x81, 0xfd, 0x01, 0x81, 0xcf, 0x03, - 0x02, 0xaf, 0x47, 0xd4, 0xd8, 0x1f, 0x51, 0xe3, 0xe3, 0x88, 0x1a, 0xcf, 0x93, 0x58, 0xda, 0xf5, - 0x8e, 0x61, 0xae, 0xb7, 0xc4, 0x77, 0xe1, 0x6b, 0x2a, 0x93, 0xef, 0x07, 0x79, 0xf9, 0x43, 0xda, - 0xba, 0x54, 0x18, 0xd6, 0x2a, 0x29, 0xdf, 0x7c, 0x05, 0x00, 0x00, 0xff, 0xff, 0x1c, 0xab, 0xd1, - 0x3a, 0xf3, 0x01, 0x00, 0x00, + // 327 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0x4f, 0x4b, 0xfb, 0x30, + 0x1c, 0xc6, 0x97, 0xdf, 0x60, 0x3f, 0x96, 0xed, 0xa0, 0x3d, 0x8d, 0x81, 0xa1, 0x0c, 0x91, 0x81, + 0x98, 0xb0, 0xc9, 0x90, 0x81, 0x17, 0x77, 0xd9, 0xc1, 0xcb, 0x9c, 0x07, 0xc1, 0xcb, 0x48, 0xda, + 0xd0, 0x85, 0x65, 0x4d, 0x69, 0xb2, 0x62, 0xde, 0x85, 0xaf, 0xc5, 0x57, 0xe1, 0x71, 0x47, 0x8f, + 0xb2, 0xbe, 0x11, 0x69, 0x1b, 0x27, 0x0a, 0x3d, 0xe5, 0xcf, 0xf7, 0x79, 0xbe, 0xcf, 0xc3, 0x07, + 0x5e, 0x30, 0xca, 0xac, 0x54, 0x31, 0x09, 0xd6, 0x3c, 0xd8, 0x24, 0x4a, 0xc4, 0x46, 0xc4, 0x11, + 0xc9, 0x46, 0x24, 0xe2, 0x31, 0xd7, 0x42, 0xe3, 0x24, 0x55, 0x46, 0x79, 0x3d, 0xa7, 0xc3, 0xbf, + 0x74, 0x38, 0x1b, 0xf5, 0xfd, 0x40, 0xe9, 0xad, 0xd2, 0x24, 0x48, 0x6d, 0x62, 0x14, 0xe1, 0xe1, + 0x78, 0x32, 0x19, 0x4d, 0xc9, 0x86, 0x5b, 0xe7, 0xed, 0xd7, 0x67, 0x30, 0xa9, 0x57, 0x1b, 0x6e, + 0x2b, 0xdd, 0xe0, 0x09, 0x76, 0xe7, 0x55, 0xe8, 0xa3, 0xa1, 0x86, 0x7b, 0x73, 0xd8, 0x75, 0x25, + 0x0a, 0x91, 0xee, 0x01, 0xbf, 0x39, 0xec, 0x8c, 0xcf, 0x71, 0x5d, 0x15, 0xec, 0xdc, 0xf7, 0xdc, + 0x2e, 0x3b, 0xd1, 0xf1, 0xae, 0x07, 0x6f, 0x00, 0xc2, 0x9f, 0x99, 0x77, 0x09, 0x4f, 0x33, 0x2a, + 0x45, 0x48, 0x8d, 0x4a, 0x57, 0x34, 0x0c, 0x53, 0xae, 0x8b, 0xe5, 0x60, 0xd8, 0x5e, 0x9e, 0x1c, + 0x07, 0x77, 0xd5, 0xbf, 0x37, 0x85, 0xff, 0x5d, 0xcb, 0xde, 0x3f, 0x1f, 0x0c, 0x3b, 0x63, 0xbf, + 0x3e, 0x7f, 0x26, 0xcb, 0xec, 0x16, 0x2b, 0x4f, 0xef, 0x16, 0xc2, 0x8c, 0xca, 0x55, 0xb2, 0x63, + 0x85, 0xbb, 0x59, 0xba, 0xcf, 0x70, 0x85, 0x0b, 0x57, 0xb8, 0xb0, 0xc3, 0x85, 0x17, 0x3b, 0x56, + 0x58, 0xdb, 0x19, 0x95, 0x8b, 0x52, 0x3f, 0x7b, 0x78, 0x3f, 0x20, 0xb0, 0x3f, 0x20, 0xf0, 0x79, + 0x40, 0xe0, 0x35, 0x47, 0x8d, 0x7d, 0x8e, 0x1a, 0x1f, 0x39, 0x6a, 0x3c, 0xdf, 0x44, 0xc2, 0xac, + 0x77, 0x0c, 0x07, 0x6a, 0x4b, 0x5c, 0x17, 0x49, 0x99, 0xbe, 0x12, 0xea, 0xfb, 0x49, 0x5e, 0xfe, + 0xb0, 0x36, 0x36, 0xe1, 0x9a, 0xb5, 0x4a, 0xce, 0xd7, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x75, + 0xb3, 0x01, 0x5c, 0xf5, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/checkpointing/types/keys.go b/x/checkpointing/types/keys.go index 53847c1c4..1db18fc52 100644 --- a/x/checkpointing/types/keys.go +++ b/x/checkpointing/types/keys.go @@ -1,7 +1,7 @@ package types import ( - "github.com/babylonchain/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/crypto/bls12381" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/checkpointing/types/msgs.go b/x/checkpointing/types/msgs.go index 4af049c62..869f36578 100644 --- a/x/checkpointing/types/msgs.go +++ b/x/checkpointing/types/msgs.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/babylonchain/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/crypto/bls12381" ) var ( diff --git a/x/checkpointing/types/msgs_test.go b/x/checkpointing/types/msgs_test.go index f8191cce7..89301ebbf 100644 --- a/x/checkpointing/types/msgs_test.go +++ b/x/checkpointing/types/msgs_test.go @@ -4,10 +4,10 @@ import ( "testing" sdkmath "cosmossdk.io/math" - appparams "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/privval" - "github.com/babylonchain/babylon/x/checkpointing/types" + appparams "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/privval" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" "github.com/cometbft/cometbft/crypto/ed25519" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/checkpointing/types/pop.go b/x/checkpointing/types/pop.go index 6e7586157..c5f14fc03 100644 --- a/x/checkpointing/types/pop.go +++ b/x/checkpointing/types/pop.go @@ -1,7 +1,7 @@ package types import ( - "github.com/babylonchain/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/crypto/bls12381" "github.com/cometbft/cometbft/crypto/ed25519" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" ) diff --git a/x/checkpointing/types/pop_test.go b/x/checkpointing/types/pop_test.go index 3bd2aec76..10e03df6a 100644 --- a/x/checkpointing/types/pop_test.go +++ b/x/checkpointing/types/pop_test.go @@ -1,8 +1,8 @@ package types_test import ( - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/privval" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/privval" "github.com/cometbft/cometbft/crypto/ed25519" "github.com/cosmos/cosmos-sdk/crypto/codec" "github.com/stretchr/testify/require" diff --git a/x/checkpointing/types/query.pb.go b/x/checkpointing/types/query.pb.go index 485d8e0ec..30aef80a1 100644 --- a/x/checkpointing/types/query.pb.go +++ b/x/checkpointing/types/query.pb.go @@ -6,7 +6,7 @@ package types import ( context "context" fmt "fmt" - github_com_babylonchain_babylon_crypto_bls12381 "github.com/babylonchain/babylon/crypto/bls12381" + github_com_babylonlabs_io_babylon_crypto_bls12381 "github.com/babylonlabs-io/babylon/crypto/bls12381" query "github.com/cosmos/cosmos-sdk/types/query" _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" @@ -759,7 +759,7 @@ type RawCheckpointResponse struct { Bitmap []byte `protobuf:"bytes,3,opt,name=bitmap,proto3" json:"bitmap,omitempty"` // bls_multi_sig defines the multi sig that is aggregated from individual BLS // sigs - BlsMultiSig *github_com_babylonchain_babylon_crypto_bls12381.Signature `protobuf:"bytes,4,opt,name=bls_multi_sig,json=blsMultiSig,proto3,customtype=github.com/babylonchain/babylon/crypto/bls12381.Signature" json:"bls_multi_sig,omitempty"` + BlsMultiSig *github_com_babylonlabs_io_babylon_crypto_bls12381.Signature `protobuf:"bytes,4,opt,name=bls_multi_sig,json=blsMultiSig,proto3,customtype=github.com/babylonlabs-io/babylon/crypto/bls12381.Signature" json:"bls_multi_sig,omitempty"` } func (m *RawCheckpointResponse) Reset() { *m = RawCheckpointResponse{} } @@ -899,7 +899,7 @@ type RawCheckpointWithMetaResponse struct { // status_desc respresents the description of status enum. StatusDesc string `protobuf:"bytes,3,opt,name=status_desc,json=statusDesc,proto3" json:"status_desc,omitempty"` // bls_aggr_pk defines the aggregated BLS public key - BlsAggrPk *github_com_babylonchain_babylon_crypto_bls12381.PublicKey `protobuf:"bytes,4,opt,name=bls_aggr_pk,json=blsAggrPk,proto3,customtype=github.com/babylonchain/babylon/crypto/bls12381.PublicKey" json:"bls_aggr_pk,omitempty"` + BlsAggrPk *github_com_babylonlabs_io_babylon_crypto_bls12381.PublicKey `protobuf:"bytes,4,opt,name=bls_aggr_pk,json=blsAggrPk,proto3,customtype=github.com/babylonlabs-io/babylon/crypto/bls12381.PublicKey" json:"bls_aggr_pk,omitempty"` // power_sum defines the accumulated voting power for the checkpoint PowerSum uint64 `protobuf:"varint,5,opt,name=power_sum,json=powerSum,proto3" json:"power_sum,omitempty"` // lifecycle defines the lifecycle of this checkpoint, i.e., each state @@ -1002,87 +1002,87 @@ func init() { } var fileDescriptor_113f1ca5c3c2ca44 = []byte{ - // 1266 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x5d, 0x6f, 0x1b, 0x45, - 0x17, 0xee, 0xda, 0x49, 0xf4, 0xfa, 0x38, 0xcd, 0x5b, 0x46, 0xa5, 0x35, 0x6e, 0xeb, 0x94, 0xa5, - 0x94, 0xb4, 0xa8, 0xbb, 0xb2, 0xd3, 0x7c, 0x50, 0xfa, 0x01, 0x2e, 0x81, 0x4a, 0xfd, 0x20, 0x6c, - 0x68, 0x91, 0x90, 0xe8, 0x32, 0xbb, 0x99, 0xae, 0x17, 0xaf, 0x77, 0x37, 0x9e, 0x59, 0x27, 0x56, - 0xa9, 0x90, 0xe0, 0x0f, 0x54, 0x42, 0xe2, 0x8a, 0x7f, 0xc0, 0x0d, 0xdc, 0x71, 0xcd, 0x55, 0x25, - 0x10, 0xaa, 0x84, 0x90, 0x10, 0x48, 0x50, 0x25, 0x88, 0xdf, 0x81, 0x76, 0x76, 0x1c, 0x7b, 0x6d, - 0xaf, 0x1d, 0x3b, 0xb9, 0xe1, 0x2e, 0x3e, 0x7b, 0xce, 0xcc, 0x73, 0x9e, 0xf3, 0x31, 0x4f, 0xe0, - 0x8c, 0x81, 0x8d, 0xa6, 0xe3, 0xb9, 0xaa, 0x59, 0x21, 0x66, 0xd5, 0xf7, 0x6c, 0x97, 0xd9, 0xae, - 0xa5, 0x36, 0x8a, 0xea, 0x46, 0x40, 0xea, 0x4d, 0xc5, 0xaf, 0x7b, 0xcc, 0x43, 0x39, 0xe1, 0xa5, - 0xc4, 0xbc, 0x94, 0x46, 0x31, 0x7f, 0xd4, 0xf2, 0x2c, 0x8f, 0x3b, 0xa9, 0xe1, 0x5f, 0x91, 0x7f, - 0xfe, 0xa4, 0xe5, 0x79, 0x96, 0x43, 0x54, 0xec, 0xdb, 0x2a, 0x76, 0x5d, 0x8f, 0x61, 0x66, 0x7b, - 0x2e, 0x15, 0x5f, 0x67, 0xc5, 0x57, 0xfe, 0xcb, 0x08, 0x1e, 0xa8, 0xcc, 0xae, 0x11, 0xca, 0x70, - 0xcd, 0x17, 0x0e, 0x67, 0x13, 0x41, 0x19, 0x0e, 0xd5, 0xab, 0x44, 0xc0, 0xca, 0x9f, 0x4b, 0xf4, - 0x6b, 0x1b, 0x84, 0xeb, 0x79, 0xd3, 0xa3, 0x35, 0x8f, 0xaa, 0x06, 0xa6, 0x24, 0x4a, 0x4d, 0x6d, - 0x14, 0x0d, 0xc2, 0x70, 0x51, 0xf5, 0xb1, 0x65, 0xbb, 0x1c, 0x60, 0xe4, 0x2b, 0x7f, 0x23, 0xc1, - 0xa9, 0xf7, 0x42, 0x17, 0x0d, 0x6f, 0x5e, 0xdf, 0x3d, 0xe8, 0x96, 0x4d, 0x99, 0x46, 0x36, 0x02, - 0x42, 0x19, 0x2a, 0xc3, 0x14, 0x65, 0x98, 0x05, 0x34, 0x27, 0x9d, 0x96, 0xe6, 0x66, 0x4a, 0xe7, - 0x95, 0x24, 0x82, 0x94, 0xf6, 0x01, 0x6b, 0x3c, 0x42, 0x13, 0x91, 0xe8, 0x6d, 0x80, 0xf6, 0xcd, - 0xb9, 0xd4, 0x69, 0x69, 0x2e, 0x5b, 0x3a, 0xab, 0x44, 0x30, 0x95, 0x10, 0xa6, 0x12, 0x55, 0x40, - 0xc0, 0x54, 0x56, 0xb1, 0x45, 0xc4, 0xfd, 0x5a, 0x47, 0xa4, 0xfc, 0xa3, 0x04, 0x85, 0x24, 0xb4, - 0xd4, 0xf7, 0x5c, 0x4a, 0xd0, 0xc7, 0xf0, 0xff, 0x3a, 0xde, 0xd4, 0xdb, 0xd8, 0x42, 0xdc, 0xe9, - 0xb9, 0x6c, 0x69, 0x29, 0x19, 0x77, 0xec, 0xb4, 0x0f, 0x6c, 0x56, 0xb9, 0x4d, 0x18, 0x6e, 0x9d, - 0xa8, 0xcd, 0xd4, 0x3b, 0x3f, 0x53, 0xf4, 0x4e, 0x9f, 0x64, 0x5e, 0x19, 0x9a, 0x8c, 0x38, 0xac, - 0x33, 0x9b, 0x65, 0x78, 0xa1, 0x37, 0x99, 0x16, 0xed, 0x27, 0x20, 0x43, 0x7c, 0xcf, 0xac, 0xe8, - 0x6e, 0x50, 0xe3, 0xcc, 0x4f, 0x68, 0xff, 0xe3, 0x86, 0x3b, 0x41, 0x4d, 0xfe, 0x14, 0xf2, 0xfd, - 0x22, 0x05, 0x05, 0xf7, 0x61, 0x26, 0x4e, 0x01, 0x8f, 0xdf, 0x07, 0x03, 0x87, 0x63, 0x0c, 0xc8, - 0xeb, 0xfd, 0x6e, 0xa7, 0x2d, 0xe0, 0xf1, 0x5a, 0x4b, 0x63, 0xd7, 0xfa, 0x89, 0x04, 0x27, 0xfa, - 0x5e, 0xf3, 0xdf, 0x2b, 0xf4, 0x17, 0x12, 0x9c, 0xe4, 0xa9, 0x94, 0x1d, 0xba, 0x1a, 0x18, 0x8e, - 0x6d, 0xde, 0x24, 0xcd, 0xce, 0x19, 0x1b, 0x54, 0xec, 0x03, 0x1b, 0x9e, 0x9f, 0x5b, 0xa3, 0xde, - 0x8b, 0x42, 0x50, 0xba, 0x0e, 0xc7, 0x1b, 0xd8, 0xb1, 0xd7, 0x31, 0xf3, 0xea, 0xfa, 0xa6, 0xcd, - 0x2a, 0xba, 0xd8, 0x41, 0x2d, 0x6a, 0x2f, 0x24, 0x53, 0x7b, 0xaf, 0x15, 0x18, 0xd2, 0x5a, 0x76, - 0xe8, 0x4d, 0xd2, 0xd4, 0x8e, 0x36, 0x7a, 0x8d, 0x07, 0x48, 0xeb, 0x22, 0x1c, 0xe7, 0xf9, 0xac, - 0x84, 0x4c, 0x89, 0x8d, 0xb3, 0x97, 0xe9, 0xb9, 0x0f, 0xb9, 0xde, 0x38, 0x41, 0xc1, 0x01, 0x6c, - 0x3b, 0x79, 0x05, 0xe4, 0xa8, 0x71, 0x89, 0x49, 0x5c, 0xd6, 0x71, 0xcb, 0x75, 0x2f, 0x68, 0x0f, - 0xf8, 0x2c, 0x64, 0x23, 0x88, 0x66, 0x68, 0x15, 0x20, 0x81, 0x9b, 0xb8, 0x9f, 0xfc, 0x55, 0x0a, - 0x5e, 0x1a, 0x78, 0x8e, 0x80, 0x7c, 0x02, 0x32, 0xcc, 0xf6, 0x75, 0x1e, 0xd9, 0xca, 0x95, 0xd9, - 0x3e, 0xf7, 0xef, 0xbe, 0x25, 0xd5, 0x7d, 0x0b, 0xda, 0x80, 0xe9, 0x08, 0xb6, 0xf0, 0x48, 0xf3, - 0x42, 0xdf, 0x49, 0x4e, 0x7b, 0x0f, 0x90, 0x94, 0x0e, 0xdb, 0x8a, 0xcb, 0xea, 0x4d, 0x2d, 0x4b, - 0xdb, 0x96, 0xfc, 0x55, 0x38, 0xd2, 0xed, 0x80, 0x8e, 0x40, 0xba, 0x4a, 0x9a, 0x1c, 0x7e, 0x46, - 0x0b, 0xff, 0x44, 0x47, 0x61, 0xb2, 0x81, 0x9d, 0x80, 0x08, 0xcc, 0xd1, 0x8f, 0x4b, 0xa9, 0x65, - 0x49, 0xfe, 0x04, 0xce, 0x70, 0x10, 0xb7, 0x30, 0x65, 0xf1, 0x71, 0x8e, 0x37, 0xc1, 0x41, 0xd4, - 0xf2, 0x33, 0x78, 0x79, 0xc8, 0x5d, 0xa2, 0x0a, 0xf7, 0x12, 0x96, 0xae, 0xba, 0xc7, 0x6d, 0x94, - 0xb4, 0x6c, 0x7f, 0x95, 0xe0, 0xf9, 0xfe, 0x6b, 0x7e, 0xe0, 0xd2, 0x38, 0x03, 0x33, 0x86, 0xe3, - 0x99, 0x55, 0xbd, 0x82, 0x69, 0x45, 0xaf, 0x90, 0x2d, 0x4e, 0x63, 0x46, 0x9b, 0xe6, 0xd6, 0x1b, - 0x98, 0x56, 0x6e, 0x90, 0x2d, 0x74, 0x0c, 0xa6, 0x0c, 0x9b, 0xd5, 0xb0, 0x9f, 0x4b, 0x9f, 0x96, - 0xe6, 0xa6, 0x35, 0xf1, 0x0b, 0x61, 0x38, 0x1c, 0x4e, 0x7e, 0x2d, 0x70, 0x98, 0xad, 0x53, 0xdb, - 0xca, 0x4d, 0x84, 0x9f, 0xcb, 0x57, 0x7e, 0xff, 0x73, 0xf6, 0x35, 0xcb, 0x66, 0x95, 0xc0, 0x50, - 0x4c, 0xaf, 0xa6, 0x8a, 0xcc, 0xcc, 0x0a, 0xb6, 0x5d, 0x75, 0x57, 0x9f, 0xd4, 0x9b, 0x3e, 0xf3, - 0x42, 0xf5, 0x52, 0x2c, 0xcd, 0x2f, 0x17, 0x95, 0x35, 0xdb, 0x72, 0x31, 0x0b, 0xea, 0x44, 0xcb, - 0x1a, 0x0e, 0xbd, 0x1d, 0x1e, 0xb9, 0x66, 0x5b, 0xf2, 0x3f, 0x12, 0x9c, 0x8a, 0xb3, 0x4e, 0xee, - 0xfa, 0xeb, 0x98, 0xed, 0x8e, 0x3a, 0x7a, 0x03, 0x26, 0xc3, 0x22, 0x90, 0x31, 0xaa, 0x17, 0x05, - 0x86, 0xcd, 0x2f, 0x7a, 0x7b, 0x9d, 0x50, 0x53, 0x30, 0x00, 0x91, 0xe9, 0x2d, 0x42, 0x4d, 0xf4, - 0x22, 0x4c, 0x0b, 0x96, 0x88, 0x6d, 0x55, 0x18, 0x67, 0x61, 0x22, 0xc4, 0x19, 0x72, 0xc4, 0x4d, - 0xe8, 0x1a, 0x40, 0xe4, 0x12, 0x0a, 0x37, 0xce, 0x43, 0xb6, 0x94, 0x57, 0x22, 0x55, 0xa7, 0xb4, - 0x54, 0x9d, 0xf2, 0x7e, 0x4b, 0xd5, 0x95, 0x27, 0x1e, 0xff, 0x35, 0x2b, 0x69, 0x19, 0x1e, 0x13, - 0x5a, 0xe5, 0xaf, 0xd3, 0x70, 0x6a, 0xe0, 0xbb, 0x83, 0xae, 0xc3, 0x84, 0x59, 0xf5, 0xc7, 0x6e, - 0x18, 0x1e, 0xdc, 0xd1, 0xec, 0xa9, 0xb1, 0x65, 0x5a, 0x17, 0x5f, 0xe9, 0x1e, 0xbe, 0x3e, 0x82, - 0xb0, 0x86, 0x3a, 0xb6, 0xac, 0xba, 0xee, 0x57, 0xf7, 0xd3, 0x15, 0xbb, 0x0f, 0x50, 0x48, 0x15, - 0x7d, 0xd3, 0xb2, 0xea, 0xab, 0xd5, 0xb0, 0xa3, 0x7d, 0x6f, 0x93, 0xd4, 0x75, 0x1a, 0xd4, 0x72, - 0x93, 0x51, 0x47, 0x73, 0xc3, 0x5a, 0x50, 0x43, 0x77, 0x21, 0xe3, 0xd8, 0x0f, 0x88, 0xd9, 0x34, - 0x1d, 0x92, 0x9b, 0x1a, 0xf6, 0xd2, 0x0f, 0x6c, 0x2d, 0xad, 0x7d, 0x52, 0xe9, 0x19, 0xc0, 0x24, - 0x9f, 0x70, 0xf4, 0x83, 0x04, 0xcf, 0xf5, 0xe8, 0x4a, 0xb4, 0x34, 0x6c, 0x13, 0x26, 0xe8, 0xe6, - 0xfc, 0xf2, 0xe8, 0x81, 0x11, 0x3a, 0xf9, 0xd2, 0xe7, 0xbf, 0xfc, 0xfd, 0x65, 0xea, 0x22, 0x2a, - 0xa9, 0x89, 0x9a, 0xbf, 0x4b, 0xf9, 0xa8, 0x0f, 0xa3, 0x22, 0x3d, 0x42, 0xdf, 0x4b, 0x70, 0x38, - 0x76, 0x32, 0x9a, 0x1f, 0x05, 0x47, 0x0b, 0xfc, 0xc5, 0xd1, 0x82, 0x04, 0xf0, 0xcb, 0x1c, 0xf8, - 0x22, 0xba, 0xb8, 0x57, 0xe0, 0xea, 0xc3, 0xdd, 0x0d, 0xf6, 0x08, 0x7d, 0x2b, 0xc1, 0x4c, 0x5c, - 0xeb, 0xa1, 0x91, 0x60, 0xb4, 0xf6, 0x7e, 0x7e, 0x61, 0xc4, 0x28, 0x81, 0xbe, 0xc8, 0xd1, 0xbf, - 0x8a, 0xce, 0xed, 0x99, 0xf6, 0xb0, 0x65, 0x8e, 0x74, 0xab, 0x29, 0xb4, 0x38, 0xe4, 0xfa, 0x04, - 0x11, 0x98, 0x5f, 0x1a, 0x39, 0x4e, 0x00, 0xbf, 0xc2, 0x81, 0x2f, 0xa1, 0x05, 0x75, 0xe0, 0xff, - 0x92, 0x3e, 0x0f, 0xe6, 0x72, 0x2e, 0xc6, 0xfb, 0x77, 0x12, 0x64, 0x3b, 0x5e, 0x72, 0x54, 0x1c, - 0x82, 0xa3, 0x57, 0x6e, 0xe5, 0x4b, 0xa3, 0x84, 0x08, 0xd4, 0xaf, 0x73, 0xd4, 0x0b, 0x68, 0x3e, - 0x19, 0x35, 0x07, 0x19, 0x03, 0xab, 0x8a, 0x4d, 0xf5, 0x93, 0x04, 0xc7, 0xfa, 0x6b, 0x10, 0x74, - 0x79, 0x4c, 0xe9, 0x12, 0x65, 0x72, 0x65, 0x5f, 0xc2, 0x47, 0x5e, 0xe0, 0x49, 0xa9, 0xe8, 0xc2, - 0xb0, 0xa4, 0x2e, 0x75, 0x8a, 0x2e, 0xf4, 0x87, 0x04, 0xb9, 0x24, 0x85, 0x81, 0xae, 0x0e, 0x81, - 0x34, 0x44, 0x06, 0xe5, 0xaf, 0x8d, 0x1d, 0x2f, 0x92, 0xba, 0xca, 0x93, 0x5a, 0x46, 0x8b, 0xc9, - 0x49, 0x39, 0x98, 0x32, 0xbd, 0x7b, 0xb6, 0xc5, 0x4e, 0x2a, 0xbf, 0xfb, 0x64, 0xbb, 0x20, 0x3d, - 0xdd, 0x2e, 0x48, 0xcf, 0xb6, 0x0b, 0xd2, 0xe3, 0x9d, 0xc2, 0xa1, 0xa7, 0x3b, 0x85, 0x43, 0xbf, - 0xed, 0x14, 0x0e, 0x7d, 0xb8, 0x30, 0xec, 0xd9, 0xd8, 0xea, 0xba, 0x8a, 0x35, 0x7d, 0x42, 0x8d, - 0x29, 0xfe, 0xee, 0xce, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xee, 0xf6, 0x49, 0x5b, 0xd1, 0x11, - 0x00, 0x00, + // 1265 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xdd, 0x6f, 0xdb, 0x54, + 0x14, 0x9f, 0x93, 0xb6, 0x22, 0x27, 0x5d, 0x19, 0x57, 0x63, 0x0b, 0xd9, 0x96, 0x0e, 0x33, 0x46, + 0x37, 0x34, 0x5b, 0x49, 0xd7, 0x0f, 0xed, 0x13, 0x32, 0x0a, 0x93, 0xf6, 0xa1, 0xce, 0x65, 0x43, + 0xe2, 0x61, 0xe6, 0xda, 0xbd, 0x73, 0x4c, 0x1c, 0xdb, 0xcd, 0xbd, 0x4e, 0x1b, 0x8d, 0x09, 0x09, + 0xfe, 0x81, 0x49, 0x48, 0x3c, 0xf2, 0x0f, 0xf0, 0x02, 0x6f, 0x3c, 0xf3, 0x34, 0x09, 0x84, 0x26, + 0xf1, 0x00, 0x02, 0x09, 0xa6, 0x16, 0xf1, 0x77, 0x20, 0x5f, 0xdf, 0x34, 0x71, 0x12, 0x27, 0x4d, + 0xda, 0x17, 0xde, 0x9a, 0xe3, 0x73, 0xee, 0xfd, 0x9d, 0xdf, 0xf9, 0xb8, 0xbf, 0xc2, 0x19, 0x03, + 0x1b, 0x4d, 0xc7, 0x73, 0x55, 0xb3, 0x42, 0xcc, 0xaa, 0xef, 0xd9, 0x2e, 0xb3, 0x5d, 0x4b, 0x6d, + 0x14, 0xd5, 0x8d, 0x80, 0xd4, 0x9b, 0x8a, 0x5f, 0xf7, 0x98, 0x87, 0x72, 0xc2, 0x4b, 0x89, 0x79, + 0x29, 0x8d, 0x62, 0xfe, 0xa8, 0xe5, 0x59, 0x1e, 0x77, 0x52, 0xc3, 0xbf, 0x22, 0xff, 0xfc, 0x49, + 0xcb, 0xf3, 0x2c, 0x87, 0xa8, 0xd8, 0xb7, 0x55, 0xec, 0xba, 0x1e, 0xc3, 0xcc, 0xf6, 0x5c, 0x2a, + 0xbe, 0xce, 0x8a, 0xaf, 0xfc, 0x97, 0x11, 0x3c, 0x52, 0x99, 0x5d, 0x23, 0x94, 0xe1, 0x9a, 0x2f, + 0x1c, 0xce, 0x26, 0x82, 0x32, 0x1c, 0xaa, 0x57, 0x89, 0x80, 0x95, 0x3f, 0x97, 0xe8, 0xd7, 0x36, + 0x08, 0xd7, 0xf3, 0xa6, 0x47, 0x6b, 0x1e, 0x55, 0x0d, 0x4c, 0x49, 0x94, 0x9a, 0xda, 0x28, 0x1a, + 0x84, 0xe1, 0xa2, 0xea, 0x63, 0xcb, 0x76, 0x39, 0xc0, 0xc8, 0x57, 0xfe, 0x56, 0x82, 0x53, 0xf7, + 0x42, 0x17, 0x0d, 0x6f, 0xde, 0xd8, 0x3d, 0xe8, 0xb6, 0x4d, 0x99, 0x46, 0x36, 0x02, 0x42, 0x19, + 0x2a, 0xc3, 0x14, 0x65, 0x98, 0x05, 0x34, 0x27, 0x9d, 0x96, 0xe6, 0x66, 0x4a, 0xe7, 0x95, 0x24, + 0x82, 0x94, 0xf6, 0x01, 0x6b, 0x3c, 0x42, 0x13, 0x91, 0xe8, 0x7d, 0x80, 0xf6, 0xcd, 0xb9, 0xd4, + 0x69, 0x69, 0x2e, 0x5b, 0x3a, 0xab, 0x44, 0x30, 0x95, 0x10, 0xa6, 0x12, 0x55, 0x40, 0xc0, 0x54, + 0x56, 0xb1, 0x45, 0xc4, 0xfd, 0x5a, 0x47, 0xa4, 0xfc, 0x93, 0x04, 0x85, 0x24, 0xb4, 0xd4, 0xf7, + 0x5c, 0x4a, 0xd0, 0x27, 0xf0, 0x72, 0x1d, 0x6f, 0xea, 0x6d, 0x6c, 0x21, 0xee, 0xf4, 0x5c, 0xb6, + 0xb4, 0x94, 0x8c, 0x3b, 0x76, 0xda, 0x47, 0x36, 0xab, 0xdc, 0x21, 0x0c, 0xb7, 0x4e, 0xd4, 0x66, + 0xea, 0x9d, 0x9f, 0x29, 0xfa, 0xa0, 0x4f, 0x32, 0x6f, 0x0d, 0x4d, 0x46, 0x1c, 0xd6, 0x99, 0xcd, + 0x32, 0xbc, 0xd6, 0x9b, 0x4c, 0x8b, 0xf6, 0x13, 0x90, 0x21, 0xbe, 0x67, 0x56, 0x74, 0x37, 0xa8, + 0x71, 0xe6, 0x27, 0xb4, 0x97, 0xb8, 0xe1, 0x6e, 0x50, 0x93, 0x3f, 0x83, 0x7c, 0xbf, 0x48, 0x41, + 0xc1, 0x43, 0x98, 0x89, 0x53, 0xc0, 0xe3, 0xf7, 0xc1, 0xc0, 0xe1, 0x18, 0x03, 0xf2, 0x7a, 0xbf, + 0xdb, 0x69, 0x0b, 0x78, 0xbc, 0xd6, 0xd2, 0xd8, 0xb5, 0x7e, 0x26, 0xc1, 0x89, 0xbe, 0xd7, 0xfc, + 0xff, 0x0a, 0xfd, 0xa5, 0x04, 0x27, 0x79, 0x2a, 0x65, 0x87, 0xae, 0x06, 0x86, 0x63, 0x9b, 0xb7, + 0x48, 0xb3, 0x73, 0xc6, 0x06, 0x15, 0xfb, 0xc0, 0x86, 0xe7, 0x97, 0xd6, 0xa8, 0xf7, 0xa2, 0x10, + 0x94, 0xae, 0xc3, 0xf1, 0x06, 0x76, 0xec, 0x75, 0xcc, 0xbc, 0xba, 0xbe, 0x69, 0xb3, 0x8a, 0x2e, + 0x76, 0x50, 0x8b, 0xda, 0x0b, 0xc9, 0xd4, 0x3e, 0x68, 0x05, 0x86, 0xb4, 0x96, 0x1d, 0x7a, 0x8b, + 0x34, 0xb5, 0xa3, 0x8d, 0x5e, 0xe3, 0x01, 0xd2, 0xba, 0x08, 0xc7, 0x79, 0x3e, 0x2b, 0x21, 0x53, + 0x62, 0xe3, 0xec, 0x65, 0x7a, 0x1e, 0x42, 0xae, 0x37, 0x4e, 0x50, 0x70, 0x00, 0xdb, 0x4e, 0x5e, + 0x01, 0x39, 0x6a, 0x5c, 0x62, 0x12, 0x97, 0x75, 0xdc, 0x72, 0xc3, 0x0b, 0xda, 0x03, 0x3e, 0x0b, + 0xd9, 0x08, 0xa2, 0x19, 0x5a, 0x05, 0x48, 0xe0, 0x26, 0xee, 0x27, 0x7f, 0x9d, 0x82, 0x37, 0x06, + 0x9e, 0x23, 0x20, 0x9f, 0x80, 0x0c, 0xb3, 0x7d, 0x9d, 0x47, 0xb6, 0x72, 0x65, 0xb6, 0xcf, 0xfd, + 0xbb, 0x6f, 0x49, 0x75, 0xdf, 0x82, 0x36, 0x60, 0x3a, 0x82, 0x2d, 0x3c, 0xd2, 0xbc, 0xd0, 0x77, + 0x93, 0xd3, 0xde, 0x03, 0x24, 0xa5, 0xc3, 0xb6, 0xe2, 0xb2, 0x7a, 0x53, 0xcb, 0xd2, 0xb6, 0x25, + 0x7f, 0x0d, 0x8e, 0x74, 0x3b, 0xa0, 0x23, 0x90, 0xae, 0x92, 0x26, 0x87, 0x9f, 0xd1, 0xc2, 0x3f, + 0xd1, 0x51, 0x98, 0x6c, 0x60, 0x27, 0x20, 0x02, 0x73, 0xf4, 0xe3, 0x52, 0x6a, 0x59, 0x92, 0x3f, + 0x85, 0x33, 0x1c, 0xc4, 0x6d, 0x4c, 0x59, 0x7c, 0x9c, 0xe3, 0x4d, 0x70, 0x10, 0xb5, 0xfc, 0x1c, + 0xde, 0x1c, 0x72, 0x97, 0xa8, 0xc2, 0x83, 0x84, 0xa5, 0xab, 0xee, 0x71, 0x1b, 0x25, 0x2d, 0xdb, + 0xdf, 0x24, 0x78, 0xb5, 0xff, 0x9a, 0x1f, 0xb8, 0x34, 0xce, 0xc0, 0x8c, 0xe1, 0x78, 0x66, 0x55, + 0xaf, 0x60, 0x5a, 0xd1, 0x2b, 0x64, 0x8b, 0xd3, 0x98, 0xd1, 0xa6, 0xb9, 0xf5, 0x26, 0xa6, 0x95, + 0x9b, 0x64, 0x0b, 0x1d, 0x83, 0x29, 0xc3, 0x66, 0x35, 0xec, 0xe7, 0xd2, 0xa7, 0xa5, 0xb9, 0x69, + 0x4d, 0xfc, 0x42, 0x26, 0x1c, 0x0e, 0x27, 0xbf, 0x16, 0x38, 0xcc, 0xd6, 0xa9, 0x6d, 0xe5, 0x26, + 0xc2, 0xcf, 0xe5, 0xeb, 0x7f, 0xfc, 0x35, 0x7b, 0xd9, 0xb2, 0x59, 0x25, 0x30, 0x14, 0xd3, 0xab, + 0xa9, 0x22, 0x33, 0x07, 0x1b, 0xf4, 0x82, 0xed, 0xa9, 0xbb, 0x0a, 0xa5, 0xde, 0xf4, 0x99, 0x17, + 0xea, 0x97, 0x62, 0x69, 0x7e, 0xb9, 0xa8, 0xac, 0xd9, 0x96, 0x8b, 0x59, 0x50, 0x27, 0x5a, 0xd6, + 0x70, 0xe8, 0x9d, 0xf0, 0xd0, 0x35, 0xdb, 0x92, 0xff, 0x95, 0xe0, 0x54, 0x9c, 0x77, 0x72, 0xdf, + 0x5f, 0xc7, 0x6c, 0x77, 0xd8, 0xd1, 0x3b, 0x30, 0x19, 0x96, 0x81, 0x8c, 0x51, 0xbf, 0x28, 0x30, + 0x6c, 0x7f, 0xd1, 0xdd, 0xeb, 0x84, 0x9a, 0x82, 0x03, 0x88, 0x4c, 0xef, 0x11, 0x6a, 0xa2, 0xd7, + 0x61, 0x5a, 0xf0, 0x44, 0x6c, 0xab, 0xc2, 0x38, 0x0f, 0x13, 0x21, 0xce, 0x90, 0x25, 0x6e, 0x42, + 0xd7, 0x01, 0x22, 0x97, 0x50, 0xba, 0x71, 0x26, 0xb2, 0xa5, 0xbc, 0x12, 0xe9, 0x3a, 0xa5, 0xa5, + 0xeb, 0x94, 0x0f, 0x5b, 0xba, 0xae, 0x3c, 0xf1, 0xf4, 0xef, 0x59, 0x49, 0xcb, 0xf0, 0x98, 0xd0, + 0x2a, 0x7f, 0x93, 0x86, 0x53, 0x03, 0x5f, 0x1e, 0x74, 0x03, 0x26, 0xcc, 0xaa, 0x3f, 0x76, 0xcb, + 0xf0, 0xe0, 0x8e, 0x76, 0x4f, 0x8d, 0x2d, 0xd4, 0xba, 0xf8, 0x4a, 0xf7, 0xf0, 0xa5, 0x43, 0x58, + 0x43, 0x1d, 0x5b, 0x56, 0x5d, 0xf7, 0xab, 0xfb, 0xeb, 0x8b, 0xdd, 0x47, 0x28, 0x24, 0x8b, 0xbe, + 0x6b, 0x59, 0xf5, 0xd5, 0x6a, 0xd8, 0xd5, 0xbe, 0xb7, 0x49, 0xea, 0x3a, 0x0d, 0x6a, 0xb9, 0xc9, + 0xa8, 0xab, 0xb9, 0x61, 0x2d, 0xa8, 0xa1, 0xfb, 0x90, 0x71, 0xec, 0x47, 0xc4, 0x6c, 0x9a, 0x0e, + 0xc9, 0x4d, 0x0d, 0x7b, 0xed, 0x07, 0x36, 0x97, 0xd6, 0x3e, 0xa9, 0xf4, 0x02, 0x60, 0x92, 0x4f, + 0x39, 0xfa, 0x51, 0x82, 0x57, 0x7a, 0xb4, 0x25, 0x5a, 0x1a, 0xb6, 0x0d, 0x13, 0xb4, 0x73, 0x7e, + 0x79, 0xf4, 0xc0, 0x08, 0x9d, 0x7c, 0xe9, 0x8b, 0x5f, 0xff, 0xf9, 0x2a, 0x75, 0x11, 0x95, 0xd4, + 0x44, 0xdd, 0xdf, 0xa5, 0x7e, 0xd4, 0xc7, 0x51, 0x99, 0x9e, 0xa0, 0x1f, 0x24, 0x38, 0x1c, 0x3b, + 0x19, 0xcd, 0x8f, 0x82, 0xa3, 0x05, 0xfe, 0xe2, 0x68, 0x41, 0x02, 0xf8, 0x15, 0x0e, 0x7c, 0x11, + 0x5d, 0xdc, 0x2b, 0x70, 0xf5, 0xf1, 0xee, 0x16, 0x7b, 0x82, 0xbe, 0x93, 0x60, 0x26, 0xae, 0xf7, + 0xd0, 0x48, 0x30, 0x5a, 0xbb, 0x3f, 0xbf, 0x30, 0x62, 0x94, 0x40, 0x5f, 0xe4, 0xe8, 0xdf, 0x46, + 0xe7, 0xf6, 0x4c, 0x7b, 0xd8, 0x32, 0x47, 0xba, 0x15, 0x15, 0x5a, 0x1c, 0x72, 0x7d, 0x82, 0x10, + 0xcc, 0x2f, 0x8d, 0x1c, 0x27, 0x80, 0x5f, 0xe5, 0xc0, 0x97, 0xd0, 0x82, 0x3a, 0xf0, 0xff, 0x49, + 0x9f, 0x07, 0x73, 0x49, 0x17, 0xe3, 0xfd, 0x7b, 0x09, 0xb2, 0x1d, 0xaf, 0x39, 0x2a, 0x0e, 0xc1, + 0xd1, 0x2b, 0xb9, 0xf2, 0xa5, 0x51, 0x42, 0x04, 0xea, 0xcb, 0x1c, 0xf5, 0x02, 0x9a, 0x4f, 0x46, + 0xcd, 0x41, 0xc6, 0xc0, 0xaa, 0x62, 0x57, 0xfd, 0x2c, 0xc1, 0xb1, 0xfe, 0x3a, 0x04, 0x5d, 0x19, + 0x53, 0xbe, 0x44, 0x99, 0x5c, 0xdd, 0x97, 0xf8, 0x91, 0x17, 0x78, 0x52, 0x2a, 0xba, 0x30, 0x2c, + 0xa9, 0x4b, 0x9d, 0xc2, 0x0b, 0xfd, 0x29, 0x41, 0x2e, 0x49, 0x65, 0xa0, 0x6b, 0x43, 0x20, 0x0d, + 0x91, 0x42, 0xf9, 0xeb, 0x63, 0xc7, 0x8b, 0xa4, 0xae, 0xf1, 0xa4, 0x96, 0xd1, 0x62, 0x72, 0x52, + 0x0e, 0xa6, 0x4c, 0xef, 0x9e, 0x6d, 0xb1, 0x93, 0xca, 0xf7, 0x9e, 0x6d, 0x17, 0xa4, 0xe7, 0xdb, + 0x05, 0xe9, 0xc5, 0x76, 0x41, 0x7a, 0xba, 0x53, 0x38, 0xf4, 0x7c, 0xa7, 0x70, 0xe8, 0xf7, 0x9d, + 0xc2, 0xa1, 0x8f, 0x97, 0x86, 0x3f, 0x1c, 0x5b, 0x5d, 0x97, 0xb1, 0xa6, 0x4f, 0xa8, 0x31, 0xc5, + 0xdf, 0xde, 0xf9, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xae, 0x51, 0x3c, 0x6e, 0xd7, 0x11, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -3930,7 +3930,7 @@ func (m *RawCheckpointResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_crypto_bls12381.Signature + var v github_com_babylonlabs_io_babylon_crypto_bls12381.Signature m.BlsMultiSig = &v if err := m.BlsMultiSig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -4258,7 +4258,7 @@ func (m *RawCheckpointWithMetaResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_crypto_bls12381.PublicKey + var v github_com_babylonlabs_io_babylon_crypto_bls12381.PublicKey m.BlsAggrPk = &v if err := m.BlsAggrPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/checkpointing/types/tx.pb.go b/x/checkpointing/types/tx.pb.go index 9a309d96a..7ba7e05c5 100644 --- a/x/checkpointing/types/tx.pb.go +++ b/x/checkpointing/types/tx.pb.go @@ -115,30 +115,30 @@ func init() { func init() { proto.RegisterFile("babylon/checkpointing/v1/tx.proto", fileDescriptor_6b16c54750152c21) } var fileDescriptor_6b16c54750152c21 = []byte{ - // 357 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0x3d, 0x4b, 0xfb, 0x40, - 0x1c, 0xc7, 0x73, 0xff, 0xf2, 0x77, 0x38, 0xb7, 0x50, 0xb4, 0x66, 0x48, 0x1f, 0x04, 0x91, 0x0e, - 0x77, 0xb4, 0xc5, 0x45, 0xb7, 0x3a, 0x4a, 0x11, 0x3a, 0x28, 0x88, 0x50, 0x2e, 0xe9, 0x71, 0x0d, - 0x79, 0xb8, 0x90, 0xdf, 0x59, 0x9a, 0x4d, 0x9c, 0xc4, 0xc9, 0xd5, 0xad, 0x2f, 0xa1, 0x2f, 0xc3, - 0xb1, 0xa3, 0xa3, 0xb4, 0x43, 0x7d, 0x19, 0xd2, 0x24, 0x45, 0xac, 0xde, 0xe2, 0x76, 0x0f, 0x9f, - 0xdf, 0xf7, 0x81, 0x3b, 0x5c, 0x77, 0x98, 0x93, 0x06, 0x32, 0xa2, 0xee, 0x88, 0xbb, 0x7e, 0x2c, - 0xbd, 0x48, 0x79, 0x91, 0xa0, 0xe3, 0x16, 0x55, 0x13, 0x12, 0x27, 0x52, 0x49, 0xb3, 0x52, 0x20, - 0xe4, 0x1b, 0x42, 0xc6, 0x2d, 0xab, 0x2c, 0xa4, 0x90, 0x19, 0x44, 0xd7, 0xab, 0x9c, 0xb7, 0x8e, - 0xb4, 0x92, 0x4e, 0x00, 0x03, 0x9f, 0xa7, 0x05, 0x57, 0x75, 0x25, 0x84, 0x12, 0x28, 0x28, 0xe6, - 0xe7, 0x80, 0xc3, 0x15, 0xfb, 0x32, 0xb6, 0xf6, 0x0b, 0x20, 0x84, 0x6c, 0x3a, 0x04, 0x91, 0x5f, - 0x34, 0xe6, 0x08, 0x1f, 0xf4, 0x40, 0x5c, 0x27, 0x2c, 0x8e, 0xf9, 0xf0, 0x3c, 0xe1, 0x4c, 0xf1, - 0x2b, 0x16, 0x78, 0x43, 0xa6, 0x64, 0x62, 0xb6, 0x71, 0xc9, 0xe7, 0x69, 0x05, 0xd5, 0xd0, 0xf1, - 0x6e, 0xbb, 0x46, 0x74, 0xe9, 0x49, 0x37, 0x80, 0x0b, 0x9e, 0xf6, 0xd7, 0xb0, 0x79, 0x8b, 0xcb, - 0x21, 0x88, 0x81, 0x9b, 0x49, 0x0d, 0xc6, 0x1b, 0xad, 0xca, 0xbf, 0x4c, 0xa4, 0x49, 0xf2, 0x24, - 0xa4, 0x88, 0x4a, 0x8a, 0xa8, 0xa4, 0x07, 0x62, 0xcb, 0xbd, 0x6f, 0x86, 0x3f, 0xce, 0x4e, 0xeb, - 0x8f, 0xd3, 0xaa, 0xf1, 0x31, 0xad, 0x1a, 0x0f, 0xab, 0x59, 0xf3, 0x57, 0xa3, 0xc6, 0x21, 0xae, - 0x6b, 0x1b, 0xf5, 0x39, 0xc4, 0x32, 0x02, 0xde, 0x7e, 0x41, 0xb8, 0xd4, 0x03, 0x61, 0x3e, 0x21, - 0xbc, 0xa7, 0x29, 0xdf, 0xd1, 0xf7, 0xd5, 0xea, 0x5b, 0x67, 0x7f, 0x18, 0xda, 0x84, 0xb2, 0xfe, - 0xdf, 0xaf, 0x66, 0x4d, 0xd4, 0xbd, 0x7c, 0x5d, 0xd8, 0x68, 0xbe, 0xb0, 0xd1, 0xfb, 0xc2, 0x46, - 0xcf, 0x4b, 0xdb, 0x98, 0x2f, 0x6d, 0xe3, 0x6d, 0x69, 0x1b, 0x37, 0x27, 0xc2, 0x53, 0xa3, 0x3b, - 0x87, 0xb8, 0x32, 0xa4, 0x85, 0x8f, 0x3b, 0x62, 0x5e, 0xb4, 0xd9, 0xd0, 0xc9, 0xd6, 0x4f, 0x51, - 0x69, 0xcc, 0xc1, 0xd9, 0xc9, 0xde, 0xba, 0xf3, 0x19, 0x00, 0x00, 0xff, 0xff, 0xd4, 0x29, 0x9a, - 0x31, 0xa2, 0x02, 0x00, 0x00, + // 360 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xbb, 0x4a, 0x2b, 0x41, + 0x18, 0xc7, 0x77, 0x4e, 0x38, 0xa7, 0x98, 0xd3, 0x2d, 0x41, 0xe3, 0x16, 0x9b, 0x8b, 0x20, 0x12, + 0x70, 0x86, 0x24, 0x85, 0xa0, 0x5d, 0x2c, 0x25, 0x85, 0x29, 0x14, 0x44, 0x08, 0x33, 0x9b, 0x61, + 0xb2, 0xec, 0x65, 0x96, 0xfd, 0xc6, 0x90, 0xed, 0xc4, 0x4a, 0xac, 0x6c, 0xed, 0xf2, 0x08, 0x79, + 0x0c, 0xcb, 0x94, 0x96, 0x92, 0x14, 0xf1, 0x31, 0x24, 0xbb, 0x1b, 0xc4, 0xe8, 0x36, 0x76, 0x73, + 0xf9, 0x7d, 0xff, 0x0b, 0x33, 0xb8, 0xce, 0x19, 0x4f, 0x7c, 0x15, 0x52, 0x67, 0x24, 0x1c, 0x2f, + 0x52, 0x6e, 0xa8, 0xdd, 0x50, 0xd2, 0x71, 0x8b, 0xea, 0x09, 0x89, 0x62, 0xa5, 0x95, 0x59, 0xc9, + 0x11, 0xf2, 0x05, 0x21, 0xe3, 0x96, 0x55, 0x96, 0x4a, 0xaa, 0x14, 0xa2, 0xeb, 0x55, 0xc6, 0x5b, + 0x07, 0x85, 0x92, 0xdc, 0x87, 0x81, 0x27, 0x92, 0x9c, 0xab, 0x3a, 0x0a, 0x02, 0x05, 0x14, 0x34, + 0xf3, 0x32, 0x80, 0x0b, 0xcd, 0x3e, 0x8d, 0xad, 0xdd, 0x1c, 0x08, 0x20, 0x9d, 0x0e, 0x40, 0x66, + 0x17, 0x8d, 0x39, 0xc2, 0x7b, 0x3d, 0x90, 0x57, 0x31, 0x8b, 0x22, 0x31, 0x3c, 0x8b, 0x05, 0xd3, + 0xe2, 0x92, 0xf9, 0xee, 0x90, 0x69, 0x15, 0x9b, 0x6d, 0x5c, 0xf2, 0x44, 0x52, 0x41, 0x35, 0x74, + 0xf8, 0xbf, 0x5d, 0x23, 0x45, 0xe9, 0x49, 0xd7, 0x87, 0x73, 0x91, 0xf4, 0xd7, 0xb0, 0x79, 0x83, + 0xcb, 0x01, 0xc8, 0x81, 0x93, 0x4a, 0x0d, 0xc6, 0x1b, 0xad, 0xca, 0x9f, 0x54, 0xa4, 0x49, 0xb2, + 0x24, 0x24, 0x8f, 0x4a, 0xf2, 0xa8, 0xa4, 0x07, 0x72, 0xcb, 0xbd, 0x6f, 0x06, 0xdf, 0xce, 0x4e, + 0xea, 0x0f, 0xd3, 0xaa, 0xf1, 0x3e, 0xad, 0x1a, 0xf7, 0xab, 0x59, 0xf3, 0x47, 0xa3, 0xc6, 0x3e, + 0xae, 0x17, 0x36, 0xea, 0x0b, 0x88, 0x54, 0x08, 0xa2, 0xfd, 0x8c, 0x70, 0xa9, 0x07, 0xd2, 0x7c, + 0x44, 0x78, 0xa7, 0xa0, 0x7c, 0xa7, 0xb8, 0x6f, 0xa1, 0xbe, 0x75, 0xfa, 0x8b, 0xa1, 0x4d, 0x28, + 0xeb, 0xef, 0xdd, 0x6a, 0xd6, 0x44, 0xdd, 0x8b, 0x97, 0x85, 0x8d, 0xe6, 0x0b, 0x1b, 0xbd, 0x2d, + 0x6c, 0xf4, 0xb4, 0xb4, 0x8d, 0xf9, 0xd2, 0x36, 0x5e, 0x97, 0xb6, 0x71, 0x7d, 0x2c, 0x5d, 0x3d, + 0xba, 0xe5, 0xc4, 0x51, 0x01, 0xcd, 0x7d, 0x7c, 0xc6, 0xe1, 0xc8, 0x55, 0x9b, 0x2d, 0x9d, 0x6c, + 0xfd, 0x15, 0x9d, 0x44, 0x02, 0xf8, 0xbf, 0xf4, 0xb5, 0x3b, 0x1f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0x74, 0x07, 0x94, 0x5c, 0xa4, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/checkpointing/types/types.go b/x/checkpointing/types/types.go index dabec4b71..116728539 100644 --- a/x/checkpointing/types/types.go +++ b/x/checkpointing/types/types.go @@ -11,9 +11,9 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - txformat "github.com/babylonchain/babylon/btctxformatter" - "github.com/babylonchain/babylon/crypto/bls12381" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) const ( diff --git a/x/checkpointing/types/types_test.go b/x/checkpointing/types/types_test.go index 3875024c9..ea0f2a791 100644 --- a/x/checkpointing/types/types_test.go +++ b/x/checkpointing/types/types_test.go @@ -7,9 +7,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // a single validator diff --git a/x/checkpointing/types/utils.go b/x/checkpointing/types/utils.go index faef788dd..8a1c4f8e1 100644 --- a/x/checkpointing/types/utils.go +++ b/x/checkpointing/types/utils.go @@ -7,8 +7,8 @@ import ( "github.com/cometbft/cometbft/crypto/tmhash" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/btctxformatter" - "github.com/babylonchain/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/crypto/bls12381" ) func (m BlsSig) Hash() BlsSigHash { diff --git a/x/checkpointing/types/val_bls_set.go b/x/checkpointing/types/val_bls_set.go index 8db7764e5..9603d4bc5 100644 --- a/x/checkpointing/types/val_bls_set.go +++ b/x/checkpointing/types/val_bls_set.go @@ -3,7 +3,7 @@ package types import ( "fmt" - "github.com/babylonchain/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/crypto/bls12381" "github.com/boljen/go-bitmap" "github.com/cosmos/cosmos-sdk/codec" ) diff --git a/x/checkpointing/vote_ext.go b/x/checkpointing/vote_ext.go index ea4239de3..6bdd10e1d 100644 --- a/x/checkpointing/vote_ext.go +++ b/x/checkpointing/vote_ext.go @@ -8,8 +8,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/x/checkpointing/keeper" - ckpttypes "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/keeper" + ckpttypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // VoteExtensionHandler defines a BLS-based vote extension handlers for Babylon. diff --git a/x/checkpointing/vote_ext_test.go b/x/checkpointing/vote_ext_test.go index 3b91aaf6b..90c57342f 100644 --- a/x/checkpointing/vote_ext_test.go +++ b/x/checkpointing/vote_ext_test.go @@ -7,9 +7,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" ) // FuzzAddBLSSigVoteExtension_MultipleVals tests adding BLS signatures via VoteExtension diff --git a/x/epoching/abci.go b/x/epoching/abci.go index 14fc82c2b..04097d3aa 100644 --- a/x/epoching/abci.go +++ b/x/epoching/abci.go @@ -5,8 +5,8 @@ import ( "fmt" "time" - "github.com/babylonchain/babylon/x/epoching/keeper" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/keeper" + "github.com/babylonlabs-io/babylon/x/epoching/types" abci "github.com/cometbft/cometbft/abci/types" "github.com/cosmos/cosmos-sdk/telemetry" diff --git a/x/epoching/client/cli/query.go b/x/epoching/client/cli/query.go index 34c439cb6..80656ce80 100644 --- a/x/epoching/client/cli/query.go +++ b/x/epoching/client/cli/query.go @@ -5,7 +5,7 @@ import ( "fmt" "strconv" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" diff --git a/x/epoching/client/cli/tx.go b/x/epoching/client/cli/tx.go index 42923beaf..a3fd11931 100644 --- a/x/epoching/client/cli/tx.go +++ b/x/epoching/client/cli/tx.go @@ -7,8 +7,8 @@ import ( "github.com/spf13/cobra" - "github.com/babylonchain/babylon/app/params" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/app/params" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" diff --git a/x/epoching/genesis.go b/x/epoching/genesis.go index efd7b985d..2c96e3694 100644 --- a/x/epoching/genesis.go +++ b/x/epoching/genesis.go @@ -2,8 +2,8 @@ package epoching import ( "context" - "github.com/babylonchain/babylon/x/epoching/keeper" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/keeper" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/epoching/genesis_test.go b/x/epoching/genesis_test.go index ae92a5024..22c4450d9 100644 --- a/x/epoching/genesis_test.go +++ b/x/epoching/genesis_test.go @@ -3,11 +3,11 @@ package epoching_test import ( "testing" - "github.com/babylonchain/babylon/x/epoching" + "github.com/babylonlabs-io/babylon/x/epoching" "github.com/stretchr/testify/require" - simapp "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/x/epoching/types" + simapp "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) func TestExportGenesis(t *testing.T) { diff --git a/x/epoching/keeper/drop_validator_msg_decorator.go b/x/epoching/keeper/drop_validator_msg_decorator.go index c9f3baa45..c6261b1e3 100644 --- a/x/epoching/keeper/drop_validator_msg_decorator.go +++ b/x/epoching/keeper/drop_validator_msg_decorator.go @@ -1,7 +1,7 @@ package keeper import ( - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ) diff --git a/x/epoching/keeper/epoch_msg_queue.go b/x/epoching/keeper/epoch_msg_queue.go index 52970fc52..232bef822 100644 --- a/x/epoching/keeper/epoch_msg_queue.go +++ b/x/epoching/keeper/epoch_msg_queue.go @@ -9,7 +9,7 @@ import ( errorsmod "cosmossdk.io/errors" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/epoching/keeper/epoch_msg_queue_test.go b/x/epoching/keeper/epoch_msg_queue_test.go index 22703df73..b7fe5504d 100644 --- a/x/epoching/keeper/epoch_msg_queue_test.go +++ b/x/epoching/keeper/epoch_msg_queue_test.go @@ -4,16 +4,16 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + "github.com/babylonlabs-io/babylon/x/epoching/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - appparams "github.com/babylonchain/babylon/app/params" + appparams "github.com/babylonlabs-io/babylon/app/params" ) var ( diff --git a/x/epoching/keeper/epoch_slashed_val_set.go b/x/epoching/keeper/epoch_slashed_val_set.go index a52b89624..1fa73f77e 100644 --- a/x/epoching/keeper/epoch_slashed_val_set.go +++ b/x/epoching/keeper/epoch_slashed_val_set.go @@ -5,7 +5,7 @@ import ( errorsmod "cosmossdk.io/errors" sdkmath "cosmossdk.io/math" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/epoching/keeper/epoch_slashed_val_set_test.go b/x/epoching/keeper/epoch_slashed_val_set_test.go index 90ae8ad4b..8231b9bb1 100644 --- a/x/epoching/keeper/epoch_slashed_val_set_test.go +++ b/x/epoching/keeper/epoch_slashed_val_set_test.go @@ -7,13 +7,13 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) func FuzzSlashedValSet(f *testing.F) { diff --git a/x/epoching/keeper/epoch_val_set.go b/x/epoching/keeper/epoch_val_set.go index 4095df178..baef32df6 100644 --- a/x/epoching/keeper/epoch_val_set.go +++ b/x/epoching/keeper/epoch_val_set.go @@ -5,7 +5,7 @@ import ( errorsmod "cosmossdk.io/errors" sdkmath "cosmossdk.io/math" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/epoching/keeper/epoch_val_set_test.go b/x/epoching/keeper/epoch_val_set_test.go index 8bc1e3b89..32b886bbb 100644 --- a/x/epoching/keeper/epoch_val_set_test.go +++ b/x/epoching/keeper/epoch_val_set_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" diff --git a/x/epoching/keeper/epochs.go b/x/epoching/keeper/epochs.go index 8ee863952..089318d63 100644 --- a/x/epoching/keeper/epochs.go +++ b/x/epoching/keeper/epochs.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) func (k Keeper) setEpochInfo(ctx context.Context, epochNumber uint64, epoch *types.Epoch) { diff --git a/x/epoching/keeper/epochs_test.go b/x/epoching/keeper/epochs_test.go index a4a3dff99..30aaf91c3 100644 --- a/x/epoching/keeper/epochs_test.go +++ b/x/epoching/keeper/epochs_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" ) func FuzzEpochs(f *testing.F) { diff --git a/x/epoching/keeper/grpc_query.go b/x/epoching/keeper/grpc_query.go index 9d88cc565..d3ea77434 100644 --- a/x/epoching/keeper/grpc_query.go +++ b/x/epoching/keeper/grpc_query.go @@ -7,7 +7,7 @@ import ( "cosmossdk.io/math" errorsmod "cosmossdk.io/errors" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/types/query" diff --git a/x/epoching/keeper/grpc_query_test.go b/x/epoching/keeper/grpc_query_test.go index 92fc074fc..fa92bb853 100644 --- a/x/epoching/keeper/grpc_query_test.go +++ b/x/epoching/keeper/grpc_query_test.go @@ -11,9 +11,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/query" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) // FuzzParamsQuery fuzzes queryClient.Params diff --git a/x/epoching/keeper/hooks.go b/x/epoching/keeper/hooks.go index 10db4a52a..525e26640 100644 --- a/x/epoching/keeper/hooks.go +++ b/x/epoching/keeper/hooks.go @@ -4,8 +4,8 @@ import ( "context" "cosmossdk.io/math" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - "github.com/babylonchain/babylon/x/epoching/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ) diff --git a/x/epoching/keeper/keeper.go b/x/epoching/keeper/keeper.go index 11741f489..f0eacc6c0 100644 --- a/x/epoching/keeper/keeper.go +++ b/x/epoching/keeper/keeper.go @@ -6,7 +6,7 @@ import ( corestoretypes "cosmossdk.io/core/store" "cosmossdk.io/log" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/codec" ) diff --git a/x/epoching/keeper/keeper_test.go b/x/epoching/keeper/keeper_test.go index 80ea94d3b..cb7068120 100644 --- a/x/epoching/keeper/keeper_test.go +++ b/x/epoching/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - testhelper "github.com/babylonchain/babylon/testutil/helper" - "github.com/babylonchain/babylon/x/epoching/types" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) func TestParams(t *testing.T) { diff --git a/x/epoching/keeper/lifecycle_delegation.go b/x/epoching/keeper/lifecycle_delegation.go index d00859908..8213c8e15 100644 --- a/x/epoching/keeper/lifecycle_delegation.go +++ b/x/epoching/keeper/lifecycle_delegation.go @@ -4,7 +4,7 @@ import ( "context" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/epoching/keeper/lifecycle_validator.go b/x/epoching/keeper/lifecycle_validator.go index 75f6250bf..76026a72e 100644 --- a/x/epoching/keeper/lifecycle_validator.go +++ b/x/epoching/keeper/lifecycle_validator.go @@ -4,7 +4,7 @@ import ( "context" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/epoching/keeper/modified_staking.go b/x/epoching/keeper/modified_staking.go index 44c193494..d0b122c11 100644 --- a/x/epoching/keeper/modified_staking.go +++ b/x/epoching/keeper/modified_staking.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" abci "github.com/cometbft/cometbft/abci/types" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/epoching/keeper/msg_server.go b/x/epoching/keeper/msg_server.go index 3db5b554d..280abec88 100644 --- a/x/epoching/keeper/msg_server.go +++ b/x/epoching/keeper/msg_server.go @@ -4,7 +4,7 @@ import ( "context" errorsmod "cosmossdk.io/errors" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cometbft/cometbft/crypto/tmhash" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" diff --git a/x/epoching/keeper/msg_server_test.go b/x/epoching/keeper/msg_server_test.go index cd1857f9f..2707c0cde 100644 --- a/x/epoching/keeper/msg_server_test.go +++ b/x/epoching/keeper/msg_server_test.go @@ -8,8 +8,8 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/stretchr/testify/require" - testhelper "github.com/babylonchain/babylon/testutil/helper" - "github.com/babylonchain/babylon/x/epoching/types" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) // TODO (fuzz tests): replace the following tests with fuzz ones diff --git a/x/epoching/keeper/params.go b/x/epoching/keeper/params.go index 3f0a67762..38d0c8ea2 100644 --- a/x/epoching/keeper/params.go +++ b/x/epoching/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) // SetParams sets the x/epoching module parameters. diff --git a/x/epoching/keeper/params_test.go b/x/epoching/keeper/params_test.go index 01ff49ae6..1c193b7f0 100644 --- a/x/epoching/keeper/params_test.go +++ b/x/epoching/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/epoching/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/stretchr/testify/require" ) diff --git a/x/epoching/keeper/staking_functions.go b/x/epoching/keeper/staking_functions.go index 577e7c88e..3d9e1935c 100644 --- a/x/epoching/keeper/staking_functions.go +++ b/x/epoching/keeper/staking_functions.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" ) // CheckMsgCreateValidator performs checks on a given `MsgCreateValidator` message diff --git a/x/epoching/module.go b/x/epoching/module.go index f21bdcdcb..06e611eb6 100644 --- a/x/epoching/module.go +++ b/x/epoching/module.go @@ -13,9 +13,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/babylonchain/babylon/x/epoching/client/cli" - "github.com/babylonchain/babylon/x/epoching/keeper" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/client/cli" + "github.com/babylonlabs-io/babylon/x/epoching/keeper" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/epoching/types/epoching.pb.go b/x/epoching/types/epoching.pb.go index 4ce345009..09e4bbfd7 100644 --- a/x/epoching/types/epoching.pb.go +++ b/x/epoching/types/epoching.pb.go @@ -651,63 +651,63 @@ func init() { } var fileDescriptor_2f2f209d5311f84c = []byte{ - // 881 bytes of a gzipped FileDescriptorProto + // 883 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0xdf, 0x6e, 0xe3, 0x44, 0x14, 0xc6, 0xe3, 0xfc, 0x6b, 0x73, 0x92, 0x74, 0xc3, 0xb4, 0x8b, 0xb2, 0x15, 0x4a, 0x4b, 0x10, - 0xa8, 0xaa, 0x90, 0x4d, 0x4b, 0xb9, 0x05, 0x35, 0x4d, 0x84, 0x8b, 0x68, 0x56, 0x98, 0x6d, 0x2f, - 0xb8, 0xc0, 0x1a, 0xdb, 0x53, 0xdb, 0x5a, 0x7b, 0xc6, 0xf2, 0x8c, 0xb3, 0xed, 0x05, 0xef, 0xb0, - 0xcf, 0x81, 0x78, 0x10, 0x2e, 0xf7, 0x92, 0x3b, 0x50, 0xfb, 0x20, 0x8b, 0x66, 0xec, 0x38, 0x29, - 0x8d, 0x5a, 0x95, 0xbd, 0xf3, 0x9c, 0xf3, 0x9d, 0x6f, 0xce, 0xf9, 0xe5, 0x68, 0x02, 0x43, 0x07, - 0x3b, 0xd7, 0x11, 0xa3, 0x06, 0x49, 0x98, 0x1b, 0x84, 0xd4, 0x37, 0x66, 0x07, 0xe5, 0xb7, 0x9e, - 0xa4, 0x4c, 0x30, 0xb4, 0x59, 0x68, 0xf4, 0x32, 0x3e, 0x3b, 0xd8, 0xde, 0xf1, 0x19, 0xf3, 0x23, - 0x62, 0x28, 0x89, 0x93, 0x5d, 0x1a, 0x22, 0x8c, 0x09, 0x17, 0x38, 0x4e, 0xf2, 0xaa, 0xed, 0x2d, - 0x9f, 0xf9, 0x4c, 0x7d, 0x1a, 0xf2, 0xab, 0x88, 0xee, 0xb8, 0x8c, 0xc7, 0x8c, 0x1b, 0x5c, 0xe0, - 0xd7, 0xf9, 0x6d, 0x0e, 0x11, 0xf8, 0xc0, 0x10, 0x57, 0x85, 0x60, 0x50, 0x08, 0x1c, 0xcc, 0x49, - 0x99, 0x75, 0x59, 0x48, 0xf3, 0xfc, 0xf0, 0x8f, 0x2a, 0x34, 0x26, 0xb2, 0x0f, 0xf4, 0x29, 0x74, - 0x54, 0x43, 0x36, 0xcd, 0x62, 0x87, 0xa4, 0x7d, 0x6d, 0x57, 0xdb, 0xab, 0x5b, 0x6d, 0x15, 0x9b, - 0xaa, 0x10, 0x3a, 0x82, 0x8f, 0xdd, 0x2c, 0x4d, 0x09, 0x15, 0x76, 0x2e, 0x0d, 0xa9, 0x20, 0xe9, - 0x0c, 0x47, 0xfd, 0xaa, 0x12, 0x6f, 0x15, 0x59, 0x65, 0x78, 0x5a, 0xe4, 0xd0, 0x97, 0x80, 0x2e, - 0xc3, 0x94, 0x0b, 0xdb, 0x89, 0x98, 0xfb, 0xda, 0x0e, 0x48, 0xe8, 0x07, 0xa2, 0x5f, 0x53, 0x15, - 0x3d, 0x95, 0x19, 0xc9, 0x84, 0xa9, 0xe2, 0xc8, 0x84, 0x67, 0x11, 0x2e, 0xc5, 0x92, 0x42, 0xbf, - 0xbe, 0xab, 0xed, 0xb5, 0x0f, 0xb7, 0xf5, 0x1c, 0x91, 0x3e, 0x47, 0xa4, 0xbf, 0x9a, 0x23, 0x1a, - 0xd5, 0xdf, 0xfe, 0xbd, 0xa3, 0x59, 0x5d, 0x59, 0xa8, 0xbc, 0x64, 0x06, 0x7d, 0x01, 0xcf, 0x38, - 0xc1, 0x11, 0x49, 0x6d, 0x9c, 0x24, 0x76, 0x80, 0x79, 0xd0, 0x6f, 0xec, 0x6a, 0x7b, 0x1d, 0xab, - 0x9b, 0x87, 0x8f, 0x93, 0xc4, 0xc4, 0x3c, 0x40, 0xfb, 0xf0, 0x51, 0xa1, 0x2b, 0x1a, 0x94, 0xca, - 0xa6, 0x52, 0x16, 0x06, 0x79, 0x7f, 0x98, 0x07, 0xc3, 0xf7, 0x75, 0xe8, 0xfe, 0x94, 0x91, 0x8c, - 0x78, 0x67, 0x84, 0x73, 0xec, 0x13, 0xb4, 0x09, 0x0d, 0x71, 0x65, 0x87, 0x9e, 0xe2, 0xd5, 0xb1, - 0xea, 0xe2, 0xea, 0xd4, 0x43, 0xcf, 0xa1, 0x19, 0x73, 0x5f, 0x46, 0xab, 0x2a, 0xda, 0x88, 0xb9, - 0x7f, 0xea, 0x49, 0xc4, 0x2b, 0x18, 0xb4, 0x9d, 0xa5, 0xf1, 0xbf, 0x03, 0xf8, 0x1f, 0x93, 0xb7, - 0x9c, 0x72, 0xea, 0x5f, 0x61, 0x4b, 0x5e, 0xed, 0xa6, 0x04, 0x0b, 0x62, 0xcf, 0x70, 0x14, 0x7a, - 0x58, 0xb0, 0x54, 0x8d, 0xde, 0x3e, 0xdc, 0xd7, 0xf3, 0x7d, 0xd0, 0x8b, 0x85, 0xd1, 0x8b, 0x95, - 0xd0, 0xcf, 0xb8, 0x7f, 0xa2, 0x4a, 0x2e, 0xe6, 0x15, 0x66, 0xc5, 0x42, 0xf1, 0xbd, 0x28, 0x32, - 0xa1, 0x23, 0xfd, 0x3d, 0x12, 0x11, 0x1f, 0x0b, 0xa2, 0x40, 0xb5, 0x0f, 0x3f, 0x7b, 0xc0, 0x77, - 0x5c, 0x48, 0xcd, 0x8a, 0xd5, 0x8e, 0x17, 0x47, 0x34, 0x85, 0x0d, 0xe9, 0x94, 0xd1, 0xd2, 0x6b, - 0x4d, 0x79, 0x7d, 0xfe, 0x80, 0xd7, 0x79, 0x29, 0x36, 0x2b, 0x56, 0x37, 0x5e, 0x0e, 0xcc, 0x27, - 0x77, 0x88, 0x1f, 0x52, 0x3b, 0x25, 0xa5, 0xeb, 0xfa, 0xa3, 0x93, 0x8f, 0x64, 0x89, 0x45, 0x96, - 0xac, 0xe5, 0xe4, 0xff, 0x89, 0xa2, 0xdf, 0x60, 0x47, 0x91, 0xc5, 0xd4, 0x25, 0x91, 0x9d, 0x51, - 0x87, 0x51, 0x2f, 0xa4, 0x25, 0x8a, 0x90, 0xd1, 0x7e, 0x4b, 0x5d, 0x75, 0xf4, 0x10, 0x64, 0x55, - 0x7d, 0x3e, 0x2f, 0x1e, 0x97, 0xb5, 0x66, 0xc5, 0xfa, 0x24, 0x7e, 0x20, 0x3f, 0x6a, 0x40, 0x2d, - 0xe6, 0xfe, 0xf0, 0x77, 0x0d, 0x36, 0x2e, 0x70, 0xf4, 0xb3, 0xc0, 0x82, 0x9c, 0x27, 0x9e, 0x6c, - 0xec, 0x08, 0x1a, 0x5c, 0x1e, 0xd5, 0x0a, 0x6e, 0x1c, 0x0e, 0xf4, 0x15, 0x0f, 0x8c, 0x3e, 0x62, - 0xd4, 0x53, 0x45, 0x56, 0x2e, 0xbe, 0xb7, 0x8c, 0xd5, 0xc7, 0x96, 0xb1, 0xf6, 0xe4, 0x65, 0x1c, - 0x32, 0x40, 0xe5, 0xe6, 0xfc, 0x18, 0x5e, 0x12, 0xf7, 0xda, 0x8d, 0x08, 0x7a, 0x01, 0xeb, 0x33, - 0x1c, 0xd9, 0xd8, 0xf3, 0xf2, 0x57, 0xa6, 0x65, 0xad, 0xcd, 0x70, 0x74, 0xec, 0x79, 0x29, 0xfa, - 0x36, 0x4f, 0x45, 0xe1, 0x25, 0xe9, 0x57, 0x77, 0x6b, 0x6a, 0xb3, 0x56, 0x4d, 0x73, 0x97, 0x80, - 0xaa, 0x97, 0xfe, 0xc3, 0xf7, 0x1a, 0x3c, 0x5f, 0x30, 0xfb, 0x70, 0x48, 0xcb, 0xad, 0x56, 0xef, - 0xb6, 0x7a, 0x00, 0x4d, 0x1c, 0xb3, 0x8c, 0x8a, 0x02, 0xcc, 0x8b, 0xf9, 0xaf, 0x2e, 0x9f, 0xda, - 0xf2, 0x27, 0x3f, 0x61, 0x21, 0xb5, 0x0a, 0xe1, 0x3d, 0xe4, 0xf5, 0xc7, 0x90, 0x37, 0x9e, 0x8e, - 0xfc, 0x0d, 0x6c, 0x2e, 0x00, 0xdc, 0x61, 0xee, 0x91, 0xbb, 0xcc, 0x3d, 0x92, 0x0f, 0x32, 0xc9, - 0x53, 0x4b, 0xcc, 0xf7, 0x57, 0xc2, 0x59, 0xc9, 0x55, 0xd9, 0x28, 0xf4, 0xdf, 0x40, 0x6b, 0xf1, - 0x4a, 0x20, 0xa8, 0x97, 0x57, 0x75, 0x2c, 0xf5, 0x8d, 0xb6, 0xa0, 0x91, 0xb0, 0x37, 0x24, 0x07, - 0x59, 0xb3, 0xf2, 0xc3, 0xfe, 0x14, 0x5a, 0x25, 0x75, 0xd4, 0x86, 0xb5, 0x13, 0x6b, 0x72, 0xfc, - 0x6a, 0x32, 0xee, 0x55, 0x10, 0x40, 0x73, 0xf4, 0x72, 0x3a, 0x9e, 0x8c, 0x7b, 0x1a, 0xea, 0x42, - 0xeb, 0x7c, 0x2a, 0x4f, 0xa7, 0xd3, 0xef, 0x7b, 0x55, 0xd4, 0x81, 0xf5, 0xfc, 0x38, 0x19, 0xf7, - 0x6a, 0xb2, 0xca, 0x9a, 0x9c, 0xbd, 0xbc, 0x98, 0x8c, 0x7b, 0xf5, 0xd1, 0x0f, 0x7f, 0xde, 0x0c, - 0xb4, 0x77, 0x37, 0x03, 0xed, 0x9f, 0x9b, 0x81, 0xf6, 0xf6, 0x76, 0x50, 0x79, 0x77, 0x3b, 0xa8, - 0xfc, 0x75, 0x3b, 0xa8, 0xfc, 0xf2, 0x95, 0x1f, 0x8a, 0x20, 0x73, 0x74, 0x97, 0xc5, 0x46, 0x31, - 0x9f, 0x1b, 0xe0, 0x90, 0xce, 0x0f, 0xc6, 0xd5, 0xe2, 0x5f, 0x5b, 0x5c, 0x27, 0x84, 0x3b, 0x4d, - 0x05, 0xfc, 0xeb, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x9a, 0x6a, 0x0b, 0x3c, 0xd6, 0x07, 0x00, - 0x00, + 0xa8, 0xaa, 0xc0, 0x56, 0x43, 0xb9, 0x05, 0x35, 0x4d, 0x44, 0x2a, 0x6d, 0xb3, 0xc2, 0x6c, 0x7b, + 0xc1, 0x05, 0xd6, 0xd8, 0x9e, 0xda, 0xd6, 0xda, 0x1e, 0xcb, 0x33, 0xce, 0xb6, 0x17, 0xbc, 0xc3, + 0x3e, 0x07, 0xe2, 0x41, 0xb8, 0xdc, 0x4b, 0xee, 0x40, 0xed, 0x83, 0x2c, 0x9a, 0x19, 0xc7, 0x49, + 0x69, 0x94, 0xaa, 0xec, 0x9d, 0xe7, 0x9c, 0xef, 0x7c, 0x73, 0xce, 0x2f, 0x47, 0x13, 0xe8, 0xdb, + 0xd8, 0xbe, 0x09, 0x69, 0x6c, 0x90, 0x84, 0x3a, 0x7e, 0x10, 0x7b, 0xc6, 0xec, 0xa8, 0xf8, 0xd6, + 0x93, 0x94, 0x72, 0x8a, 0xb6, 0x73, 0x8d, 0x5e, 0xc4, 0x67, 0x47, 0xbb, 0x7b, 0x1e, 0xa5, 0x5e, + 0x48, 0x0c, 0x29, 0xb1, 0xb3, 0x2b, 0x83, 0x07, 0x11, 0x61, 0x1c, 0x47, 0x89, 0xaa, 0xda, 0xdd, + 0xf1, 0xa8, 0x47, 0xe5, 0xa7, 0x21, 0xbe, 0xf2, 0xe8, 0x9e, 0x43, 0x59, 0x44, 0x99, 0xc1, 0x38, + 0x7e, 0xa3, 0x6e, 0xb3, 0x09, 0xc7, 0x47, 0x06, 0xbf, 0xce, 0x05, 0xbd, 0x5c, 0x60, 0x63, 0x46, + 0x8a, 0xac, 0x43, 0x83, 0x58, 0xe5, 0xfb, 0x7f, 0x94, 0xa1, 0x36, 0x16, 0x7d, 0xa0, 0xcf, 0xa1, + 0x25, 0x1b, 0xb2, 0xe2, 0x2c, 0xb2, 0x49, 0xda, 0xd5, 0xf6, 0xb5, 0x83, 0xaa, 0xd9, 0x94, 0xb1, + 0xa9, 0x0c, 0xa1, 0x63, 0xf8, 0xd4, 0xc9, 0xd2, 0x94, 0xc4, 0xdc, 0x52, 0xd2, 0x20, 0xe6, 0x24, + 0x9d, 0xe1, 0xb0, 0x5b, 0x96, 0xe2, 0x9d, 0x3c, 0x2b, 0x0d, 0xcf, 0xf2, 0x1c, 0xfa, 0x1a, 0xd0, + 0x55, 0x90, 0x32, 0x6e, 0xd9, 0x21, 0x75, 0xde, 0x58, 0x3e, 0x09, 0x3c, 0x9f, 0x77, 0x2b, 0xb2, + 0xa2, 0x23, 0x33, 0x43, 0x91, 0x98, 0xc8, 0x38, 0x9a, 0xc0, 0xb3, 0x10, 0x17, 0x62, 0x41, 0xa1, + 0x5b, 0xdd, 0xd7, 0x0e, 0x9a, 0x83, 0x5d, 0x5d, 0x21, 0xd2, 0xe7, 0x88, 0xf4, 0xd7, 0x73, 0x44, + 0xc3, 0xea, 0xbb, 0xbf, 0xf7, 0x34, 0xb3, 0x2d, 0x0a, 0xa5, 0x97, 0xc8, 0xa0, 0xaf, 0xe0, 0x19, + 0x23, 0x38, 0x24, 0xa9, 0x85, 0x93, 0xc4, 0xf2, 0x31, 0xf3, 0xbb, 0xb5, 0x7d, 0xed, 0xa0, 0x65, + 0xb6, 0x55, 0xf8, 0x24, 0x49, 0x26, 0x98, 0xf9, 0xe8, 0x10, 0x3e, 0xc9, 0x75, 0x79, 0x83, 0x42, + 0x59, 0x97, 0xca, 0xdc, 0x40, 0xf5, 0x87, 0x99, 0xdf, 0xff, 0x50, 0x85, 0xf6, 0x4f, 0x19, 0xc9, + 0x88, 0x7b, 0x4e, 0x18, 0xc3, 0x1e, 0x41, 0xdb, 0x50, 0xe3, 0xd7, 0x56, 0xe0, 0x4a, 0x5e, 0x2d, + 0xb3, 0xca, 0xaf, 0xcf, 0x5c, 0xf4, 0x1c, 0xea, 0x11, 0xf3, 0x44, 0xb4, 0x2c, 0xa3, 0xb5, 0x88, + 0x79, 0x67, 0xae, 0x40, 0xbc, 0x82, 0x41, 0xd3, 0x5e, 0x1a, 0xff, 0x07, 0x80, 0xff, 0x31, 0x79, + 0xc3, 0x2e, 0xa6, 0xfe, 0x15, 0x76, 0xc4, 0xd5, 0x4e, 0x4a, 0x30, 0x27, 0xd6, 0x0c, 0x87, 0x81, + 0x8b, 0x39, 0x4d, 0xe5, 0xe8, 0xcd, 0xc1, 0xa1, 0xae, 0xf6, 0x41, 0xcf, 0x17, 0x46, 0xcf, 0x57, + 0x42, 0x3f, 0x67, 0xde, 0xa9, 0x2c, 0xb9, 0x9c, 0x57, 0x4c, 0x4a, 0x26, 0x8a, 0x1e, 0x44, 0xd1, + 0x04, 0x5a, 0xc2, 0xdf, 0x25, 0x21, 0xf1, 0x30, 0x27, 0x12, 0x54, 0x73, 0xf0, 0xc5, 0x1a, 0xdf, + 0x51, 0x2e, 0x9d, 0x94, 0xcc, 0x66, 0xb4, 0x38, 0xa2, 0x29, 0x6c, 0x09, 0xa7, 0x2c, 0x2e, 0xbc, + 0x36, 0xa4, 0xd7, 0x97, 0x6b, 0xbc, 0x2e, 0x0a, 0xf1, 0xa4, 0x64, 0xb6, 0xa3, 0xe5, 0xc0, 0x7c, + 0x72, 0x9b, 0x78, 0x41, 0x6c, 0xa5, 0xa4, 0x70, 0xdd, 0x7c, 0x74, 0xf2, 0xa1, 0x28, 0x31, 0xc9, + 0x92, 0xb5, 0x98, 0xfc, 0x3f, 0x51, 0xf4, 0x1b, 0xec, 0x49, 0xb2, 0x38, 0x76, 0x48, 0x68, 0x65, + 0xb1, 0x4d, 0x63, 0x37, 0x88, 0x0b, 0x14, 0x01, 0x8d, 0xbb, 0x0d, 0x79, 0xd5, 0xf1, 0x3a, 0xc8, + 0xb2, 0xfa, 0x62, 0x5e, 0x3c, 0x2a, 0x6a, 0x27, 0x25, 0xf3, 0xb3, 0x68, 0x4d, 0x7e, 0x58, 0x83, + 0x4a, 0xc4, 0xbc, 0xfe, 0xef, 0x1a, 0x6c, 0x5d, 0xe2, 0xf0, 0x67, 0x8e, 0x39, 0xb9, 0x48, 0x5c, + 0xd1, 0xd8, 0x31, 0xd4, 0x98, 0x38, 0xca, 0x15, 0xdc, 0x1a, 0xf4, 0xf4, 0x15, 0x0f, 0x8c, 0x3e, + 0xa4, 0xb1, 0x2b, 0x8b, 0x4c, 0x25, 0x7e, 0xb0, 0x8c, 0xe5, 0xc7, 0x96, 0xb1, 0xf2, 0xe4, 0x65, + 0xec, 0x53, 0x40, 0xc5, 0xe6, 0xbc, 0x0c, 0xae, 0x88, 0x73, 0xe3, 0x84, 0x04, 0xbd, 0x80, 0xcd, + 0x19, 0x0e, 0x2d, 0xec, 0xba, 0xea, 0x95, 0x69, 0x98, 0x1b, 0x33, 0x1c, 0x9e, 0xb8, 0x6e, 0x8a, + 0xbe, 0x57, 0xa9, 0x30, 0xb8, 0x22, 0xdd, 0xf2, 0x7e, 0x45, 0x6e, 0xd6, 0xaa, 0x69, 0xee, 0x13, + 0x90, 0xf5, 0xc2, 0xbf, 0xff, 0x41, 0x83, 0xe7, 0x0b, 0x66, 0x1f, 0x0f, 0x69, 0xb9, 0xd5, 0xf2, + 0xfd, 0x56, 0x8f, 0xa0, 0x8e, 0x23, 0x9a, 0xc5, 0x3c, 0x07, 0xf3, 0x62, 0xfe, 0xab, 0x8b, 0xa7, + 0xb6, 0xf8, 0xc9, 0x4f, 0x69, 0x10, 0x9b, 0xb9, 0xf0, 0x01, 0xf2, 0xea, 0x63, 0xc8, 0x6b, 0x4f, + 0x47, 0xfe, 0x16, 0xb6, 0x17, 0x00, 0xee, 0x31, 0x77, 0xc9, 0x7d, 0xe6, 0x2e, 0x51, 0x83, 0x8c, + 0x55, 0x6a, 0x89, 0xf9, 0xe1, 0x4a, 0x38, 0x2b, 0xb9, 0x4a, 0x1b, 0x89, 0xfe, 0x3b, 0x68, 0x2c, + 0x5e, 0x09, 0x04, 0xd5, 0xe2, 0xaa, 0x96, 0x29, 0xbf, 0xd1, 0x0e, 0xd4, 0x12, 0xfa, 0x96, 0x28, + 0x90, 0x15, 0x53, 0x1d, 0x0e, 0xa7, 0xd0, 0x28, 0xa8, 0xa3, 0x26, 0x6c, 0x9c, 0x9a, 0xe3, 0x93, + 0xd7, 0xe3, 0x51, 0xa7, 0x84, 0x00, 0xea, 0xc3, 0x57, 0xd3, 0xd1, 0x78, 0xd4, 0xd1, 0x50, 0x1b, + 0x1a, 0x17, 0x53, 0x71, 0x3a, 0x9b, 0xfe, 0xd8, 0x29, 0xa3, 0x16, 0x6c, 0xaa, 0xe3, 0x78, 0xd4, + 0xa9, 0x88, 0x2a, 0x73, 0x7c, 0xfe, 0xea, 0x72, 0x3c, 0xea, 0x54, 0x87, 0x2f, 0xff, 0xbc, 0xed, + 0x69, 0xef, 0x6f, 0x7b, 0xda, 0x3f, 0xb7, 0x3d, 0xed, 0xdd, 0x5d, 0xaf, 0xf4, 0xfe, 0xae, 0x57, + 0xfa, 0xeb, 0xae, 0x57, 0xfa, 0x65, 0xe0, 0x05, 0xdc, 0xcf, 0x6c, 0xdd, 0xa1, 0x91, 0x91, 0xcf, + 0x17, 0x62, 0x9b, 0x7d, 0x13, 0xd0, 0xf9, 0xd1, 0xb8, 0x5e, 0xfc, 0x6f, 0xf3, 0x9b, 0x84, 0x30, + 0xbb, 0x2e, 0x91, 0x7f, 0xfb, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x40, 0x5d, 0x2a, 0x76, 0xd8, + 0x07, 0x00, 0x00, } func (m *Epoch) Marshal() (dAtA []byte, err error) { diff --git a/x/epoching/types/epoching_test.go b/x/epoching/types/epoching_test.go index a82e9e303..451f406fb 100644 --- a/x/epoching/types/epoching_test.go +++ b/x/epoching/types/epoching_test.go @@ -1,11 +1,11 @@ package types_test import ( - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/datagen" "math/rand" "testing" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/stretchr/testify/require" ) diff --git a/x/epoching/types/events.pb.go b/x/epoching/types/events.pb.go index a1b01c203..bd2c2aef1 100644 --- a/x/epoching/types/events.pb.go +++ b/x/epoching/types/events.pb.go @@ -598,48 +598,48 @@ func init() { proto.RegisterFile("babylon/epoching/v1/events.proto", fileDescrip var fileDescriptor_2f0a2c43c7aaeb43 = []byte{ // 674 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x55, 0xcd, 0x6e, 0xd4, 0x3c, - 0x14, 0x6d, 0xe6, 0xef, 0x53, 0xfd, 0xf5, 0xd7, 0x33, 0x8c, 0x22, 0x2a, 0x86, 0x61, 0xa4, 0x8a, - 0x4a, 0xc0, 0xa4, 0x05, 0x84, 0x10, 0xbb, 0x0e, 0x54, 0x6a, 0x91, 0x40, 0x10, 0xda, 0x22, 0xb1, - 0x89, 0x9c, 0xd8, 0x24, 0x16, 0x89, 0x1d, 0xd9, 0xce, 0xd0, 0x79, 0x0b, 0x5e, 0x80, 0x1d, 0x0f, - 0xc0, 0x4b, 0x20, 0x58, 0x76, 0x89, 0x58, 0x20, 0xd4, 0xae, 0x78, 0x0b, 0x14, 0xe7, 0xa7, 0x81, - 0x4e, 0x51, 0xc5, 0x06, 0xb1, 0xf3, 0x3d, 0xe7, 0xdc, 0xeb, 0x9c, 0x7b, 0x1d, 0x1b, 0xf4, 0x5d, - 0xe4, 0x4e, 0x42, 0xce, 0x2c, 0x12, 0x73, 0x2f, 0xa0, 0xcc, 0xb7, 0xc6, 0x1b, 0x16, 0x19, 0x13, - 0xa6, 0xe4, 0x30, 0x16, 0x5c, 0x71, 0xd8, 0xce, 0x15, 0xc3, 0x42, 0x31, 0x1c, 0x6f, 0x5c, 0xec, - 0xf8, 0xdc, 0xe7, 0x9a, 0xb7, 0xd2, 0x55, 0x26, 0x1d, 0xdc, 0x06, 0x8b, 0x5b, 0x69, 0xea, 0x88, - 0xf8, 0x94, 0x6d, 0xa5, 0x72, 0x78, 0x05, 0xcc, 0xe9, 0x3c, 0x87, 0x25, 0x91, 0x4b, 0x84, 0x69, - 0xf4, 0x8d, 0xb5, 0x86, 0xfd, 0xbf, 0xc6, 0x1e, 0x6b, 0x68, 0x70, 0x13, 0xcc, 0xeb, 0xac, 0x2d, - 0x86, 0xcf, 0x9d, 0xf3, 0xbe, 0x06, 0x3a, 0x3a, 0x69, 0x1b, 0x31, 0x1c, 0x92, 0xa7, 0x09, 0x49, - 0x08, 0x7e, 0x24, 0x7d, 0x38, 0x04, 0x6d, 0x2e, 0xa8, 0x4f, 0x19, 0x0a, 0x1d, 0x6d, 0xc3, 0x51, - 0x93, 0x98, 0xe8, 0x12, 0xb3, 0xf6, 0x72, 0x41, 0xe9, 0xd4, 0xdd, 0x49, 0x4c, 0x4e, 0xed, 0x55, - 0x3b, 0xb5, 0x17, 0xec, 0x82, 0x56, 0x40, 0xa8, 0x1f, 0x28, 0xb3, 0xae, 0xc9, 0x3c, 0x82, 0x6d, - 0xd0, 0x54, 0x07, 0x0e, 0xc5, 0x66, 0xa3, 0x6f, 0xac, 0xcd, 0xd9, 0x0d, 0x75, 0xb0, 0x83, 0xe1, - 0x05, 0xd0, 0x8a, 0xa4, 0x9f, 0xa2, 0x4d, 0x8d, 0x36, 0x23, 0xe9, 0xef, 0x60, 0xf8, 0xaa, 0xf2, - 0x59, 0x48, 0x29, 0x41, 0xdd, 0x44, 0x11, 0x69, 0xb6, 0xfa, 0xf5, 0xb5, 0xb9, 0xd1, 0xbd, 0x2f, - 0x5f, 0x2f, 0xdf, 0xf1, 0xa9, 0x0a, 0x12, 0x77, 0xe8, 0xf1, 0xc8, 0xf2, 0x78, 0x44, 0x94, 0xfb, - 0x52, 0x9d, 0x2c, 0x90, 0xeb, 0x51, 0x2b, 0x35, 0x22, 0x87, 0xfa, 0xd3, 0x37, 0x8b, 0x12, 0x36, - 0x2c, 0xca, 0x96, 0x90, 0x84, 0x1d, 0xd0, 0x24, 0x42, 0x70, 0x61, 0xfe, 0xa7, 0x5d, 0x67, 0xc1, - 0xe0, 0x9d, 0x01, 0xda, 0x3a, 0xf9, 0x59, 0x88, 0x64, 0xb0, 0x1b, 0x08, 0x22, 0x03, 0x1e, 0x62, - 0xb8, 0x0e, 0x3a, 0x32, 0x45, 0x08, 0x76, 0xc6, 0x5c, 0x51, 0xe6, 0x3b, 0x31, 0x7f, 0x9d, 0x77, - 0xbd, 0x6e, 0xc3, 0x9c, 0xdb, 0xd7, 0xd4, 0x93, 0x94, 0x81, 0xd7, 0x01, 0x54, 0x5c, 0xa1, 0xf0, - 0x67, 0x7d, 0x4d, 0xeb, 0x97, 0x34, 0x53, 0x55, 0xdf, 0x00, 0xb0, 0xac, 0x8f, 0x42, 0x8a, 0x91, - 0xe2, 0x42, 0x9a, 0xf5, 0xd4, 0xb9, 0xbd, 0x5c, 0x54, 0x2f, 0x89, 0xc1, 0x07, 0x23, 0x9f, 0xec, - 0x73, 0x81, 0xe2, 0x98, 0xe0, 0x07, 0x24, 0x24, 0x3e, 0x52, 0x04, 0x5e, 0x03, 0xcb, 0x38, 0x5b, - 0x73, 0xe1, 0x20, 0x8c, 0x05, 0x91, 0x32, 0x9f, 0xeb, 0x52, 0x49, 0x6c, 0x66, 0x78, 0x2a, 0x2e, - 0x37, 0x2b, 0xc5, 0xb5, 0x4c, 0x5c, 0x12, 0x85, 0xb8, 0x0b, 0x5a, 0x28, 0xe2, 0x09, 0x2b, 0x07, - 0x9c, 0x45, 0x69, 0x1f, 0x31, 0x61, 0x3c, 0xd2, 0x03, 0x9e, 0xb5, 0xb3, 0x00, 0xae, 0x82, 0x85, - 0xec, 0xc4, 0xb8, 0x3c, 0x61, 0x18, 0x89, 0x89, 0x9e, 0x74, 0xc3, 0x9e, 0xd7, 0xe8, 0x28, 0x07, - 0x07, 0x1f, 0x0d, 0xd0, 0xad, 0xfa, 0xd8, 0x63, 0xf8, 0x1f, 0x75, 0xf2, 0xb6, 0x06, 0x56, 0xaa, - 0x4e, 0xf4, 0xdf, 0x6d, 0x93, 0x3f, 0xb3, 0x73, 0x17, 0x98, 0x92, 0x27, 0xc2, 0x23, 0xce, 0x59, - 0xae, 0xba, 0x19, 0xbf, 0xff, 0xab, 0xb7, 0x11, 0xb8, 0x84, 0x89, 0x54, 0x94, 0x21, 0x45, 0x39, - 0x9b, 0x92, 0x5e, 0xd7, 0xe9, 0x2b, 0x15, 0xd1, 0xfe, 0xd9, 0xfd, 0x69, 0x4c, 0xef, 0x4f, 0xf3, - 0xf7, 0xfd, 0x69, 0x4d, 0xeb, 0xcf, 0x77, 0x03, 0xac, 0x56, 0xfb, 0x73, 0x1f, 0x31, 0x8f, 0x84, - 0x7b, 0xcc, 0xe5, 0x0c, 0x53, 0xe6, 0xe7, 0x07, 0x98, 0x72, 0xf6, 0x17, 0x06, 0x7f, 0x15, 0x2c, - 0x7a, 0x82, 0x64, 0x1d, 0xcb, 0x2f, 0xb1, 0x86, 0xfe, 0x4f, 0x17, 0x0a, 0x78, 0x3b, 0xbb, 0xcc, - 0xce, 0x77, 0x16, 0x46, 0x0f, 0x3f, 0x1d, 0xf5, 0x8c, 0xc3, 0xa3, 0x9e, 0xf1, 0xed, 0xa8, 0x67, - 0xbc, 0x39, 0xee, 0xcd, 0x1c, 0x1e, 0xf7, 0x66, 0x3e, 0x1f, 0xf7, 0x66, 0x5e, 0xac, 0x57, 0x2e, - 0xb0, 0xfc, 0xc5, 0xf0, 0x02, 0x44, 0x59, 0x11, 0x58, 0x07, 0x27, 0x4f, 0x8c, 0xbe, 0xc9, 0xdc, - 0x96, 0x7e, 0x34, 0x6e, 0xfd, 0x08, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x83, 0x9b, 0xc9, 0x83, 0x06, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x55, 0xcb, 0x6e, 0xd4, 0x30, + 0x14, 0x6d, 0xe6, 0x85, 0x6a, 0xfa, 0xf4, 0x0c, 0xa3, 0x88, 0x8a, 0x61, 0x18, 0xa9, 0xa2, 0x12, + 0x74, 0x42, 0x0b, 0x42, 0x88, 0x5d, 0x07, 0x2a, 0xb5, 0x12, 0x20, 0x08, 0x6d, 0x91, 0xd8, 0x44, + 0x4e, 0x6c, 0x12, 0x8b, 0xc4, 0x8e, 0x6c, 0x67, 0xe8, 0xfc, 0x05, 0x3f, 0xc0, 0x8e, 0x0f, 0xe0, + 0x27, 0x10, 0x2c, 0xbb, 0x44, 0x2c, 0x10, 0x6a, 0x57, 0xfc, 0x05, 0x8a, 0xf3, 0x68, 0xa0, 0x2d, + 0xaa, 0xd8, 0x20, 0x76, 0xbe, 0xe7, 0x9c, 0x7b, 0x9d, 0x73, 0xaf, 0x63, 0x83, 0xbe, 0x8b, 0xdc, + 0x49, 0xc8, 0x99, 0x45, 0x62, 0xee, 0x05, 0x94, 0xf9, 0xd6, 0x78, 0xcd, 0x22, 0x63, 0xc2, 0x94, + 0x1c, 0xc6, 0x82, 0x2b, 0x0e, 0xdb, 0xb9, 0x62, 0x58, 0x28, 0x86, 0xe3, 0xb5, 0xcb, 0x1d, 0x9f, + 0xfb, 0x5c, 0xf3, 0x56, 0xba, 0xca, 0xa4, 0x83, 0x3b, 0x60, 0x7e, 0x33, 0x4d, 0x1d, 0x11, 0x9f, + 0xb2, 0xcd, 0x54, 0x0e, 0xaf, 0x81, 0x19, 0x9d, 0xe7, 0xb0, 0x24, 0x72, 0x89, 0x30, 0x8d, 0xbe, + 0xb1, 0xd2, 0xb0, 0x2f, 0x6a, 0xec, 0x89, 0x86, 0x06, 0xeb, 0x60, 0x56, 0x67, 0x6d, 0x32, 0x7c, + 0xee, 0x9c, 0x0f, 0x35, 0xd0, 0xd1, 0x49, 0x5b, 0x88, 0xe1, 0x90, 0x3c, 0x4b, 0x48, 0x42, 0xf0, + 0x63, 0xe9, 0xc3, 0x21, 0x68, 0x73, 0x41, 0x7d, 0xca, 0x50, 0xe8, 0x68, 0x1b, 0x8e, 0x9a, 0xc4, + 0x44, 0x97, 0x98, 0xb6, 0x17, 0x0b, 0x4a, 0xa7, 0xee, 0x4c, 0x62, 0x72, 0x62, 0xaf, 0xda, 0x89, + 0xbd, 0x60, 0x17, 0xb4, 0x02, 0x42, 0xfd, 0x40, 0x99, 0x75, 0x4d, 0xe6, 0x11, 0x6c, 0x83, 0xa6, + 0xda, 0x77, 0x28, 0x36, 0x1b, 0x7d, 0x63, 0x65, 0xc6, 0x6e, 0xa8, 0xfd, 0x6d, 0x0c, 0x2f, 0x81, + 0x56, 0x24, 0xfd, 0x14, 0x6d, 0x6a, 0xb4, 0x19, 0x49, 0x7f, 0x1b, 0xc3, 0xd7, 0x95, 0xcf, 0x42, + 0x4a, 0x09, 0xea, 0x26, 0x8a, 0x48, 0xb3, 0xd5, 0xaf, 0xaf, 0xcc, 0x8c, 0xee, 0x7f, 0xfd, 0x76, + 0xf5, 0xae, 0x4f, 0x55, 0x90, 0xb8, 0x43, 0x8f, 0x47, 0x96, 0xc7, 0x23, 0xa2, 0xdc, 0x57, 0xea, + 0x78, 0x81, 0x5c, 0x8f, 0x5a, 0xa9, 0x11, 0x39, 0xd4, 0x9f, 0xbe, 0x51, 0x94, 0xb0, 0x61, 0x51, + 0xb6, 0x84, 0x24, 0xec, 0x80, 0x26, 0x11, 0x82, 0x0b, 0xf3, 0x82, 0x76, 0x9d, 0x05, 0x83, 0xf7, + 0x06, 0x68, 0xeb, 0xe4, 0xe7, 0x21, 0x92, 0xc1, 0x4e, 0x20, 0x88, 0x0c, 0x78, 0x88, 0xe1, 0x2d, + 0xd0, 0x91, 0x29, 0x42, 0xb0, 0x33, 0xe6, 0x8a, 0x32, 0xdf, 0x89, 0xf9, 0x9b, 0xbc, 0xeb, 0x75, + 0x1b, 0xe6, 0xdc, 0x9e, 0xa6, 0x9e, 0xa6, 0x0c, 0xbc, 0x09, 0xa0, 0xe2, 0x0a, 0x85, 0xbf, 0xea, + 0x6b, 0x5a, 0xbf, 0xa0, 0x99, 0xaa, 0x7a, 0x15, 0xc0, 0xb2, 0x3e, 0x0a, 0x29, 0x46, 0x8a, 0x0b, + 0x69, 0xd6, 0x53, 0xe7, 0xf6, 0x62, 0x51, 0xbd, 0x24, 0x06, 0x1f, 0x8d, 0x7c, 0xb2, 0x2f, 0x04, + 0x8a, 0x63, 0x82, 0x1f, 0x92, 0x90, 0xf8, 0x48, 0x11, 0x78, 0x03, 0x2c, 0xe2, 0x6c, 0xcd, 0x85, + 0x83, 0x30, 0x16, 0x44, 0xca, 0x7c, 0xae, 0x0b, 0x25, 0xb1, 0x91, 0xe1, 0xa9, 0xb8, 0xdc, 0xac, + 0x14, 0xd7, 0x32, 0x71, 0x49, 0x14, 0xe2, 0x2e, 0x68, 0xa1, 0x88, 0x27, 0xac, 0x1c, 0x70, 0x16, + 0xa5, 0x7d, 0xc4, 0x84, 0xf1, 0x48, 0x0f, 0x78, 0xda, 0xce, 0x02, 0xb8, 0x0c, 0xe6, 0xb2, 0x13, + 0xe3, 0xf2, 0x84, 0x61, 0x24, 0x26, 0x7a, 0xd2, 0x0d, 0x7b, 0x56, 0xa3, 0xa3, 0x1c, 0x1c, 0x7c, + 0x32, 0x40, 0xb7, 0xea, 0x63, 0x97, 0xe1, 0xff, 0xd4, 0xc9, 0xbb, 0x1a, 0x58, 0xaa, 0x3a, 0xd1, + 0x7f, 0xb7, 0x4d, 0xfe, 0xce, 0xce, 0x3d, 0x60, 0x4a, 0x9e, 0x08, 0x8f, 0x38, 0x67, 0xb9, 0xea, + 0x66, 0xfc, 0xde, 0xef, 0xde, 0x46, 0xe0, 0x0a, 0x26, 0x52, 0x51, 0x86, 0x14, 0xe5, 0xec, 0x94, + 0xf4, 0xba, 0x4e, 0x5f, 0xaa, 0x88, 0xf6, 0xce, 0xee, 0x4f, 0xe3, 0xf4, 0xfe, 0x34, 0xff, 0xdc, + 0x9f, 0xd6, 0x69, 0xfd, 0xf9, 0x61, 0x80, 0xe5, 0x6a, 0x7f, 0x1e, 0x20, 0xe6, 0x91, 0x70, 0x97, + 0xb9, 0x9c, 0x61, 0xca, 0xfc, 0xfc, 0x00, 0x53, 0xce, 0xfe, 0xc1, 0xe0, 0xaf, 0x83, 0x79, 0x4f, + 0x90, 0xac, 0x63, 0xf9, 0x25, 0xd6, 0xd0, 0xff, 0xe9, 0x5c, 0x01, 0x6f, 0x65, 0x97, 0xd9, 0xf9, + 0xce, 0xc2, 0xe8, 0xd1, 0xe7, 0xc3, 0x9e, 0x71, 0x70, 0xd8, 0x33, 0xbe, 0x1f, 0xf6, 0x8c, 0xb7, + 0x47, 0xbd, 0xa9, 0x83, 0xa3, 0xde, 0xd4, 0x97, 0xa3, 0xde, 0xd4, 0xcb, 0xf5, 0xca, 0x05, 0x96, + 0xbf, 0x18, 0x21, 0x72, 0xe5, 0x2a, 0xe5, 0x45, 0x68, 0xed, 0x1f, 0x3f, 0x32, 0xfa, 0x2e, 0x73, + 0x5b, 0xfa, 0xd9, 0xb8, 0xfd, 0x33, 0x00, 0x00, 0xff, 0xff, 0x6d, 0x85, 0x55, 0x11, 0x85, 0x06, 0x00, 0x00, } diff --git a/x/epoching/types/genesis.pb.go b/x/epoching/types/genesis.pb.go index 77f300cdf..6120270f5 100644 --- a/x/epoching/types/genesis.pb.go +++ b/x/epoching/types/genesis.pb.go @@ -75,7 +75,7 @@ func init() { func init() { proto.RegisterFile("babylon/epoching/v1/genesis.proto", fileDescriptor_2ef836361c424501) } var fileDescriptor_2ef836361c424501 = []byte{ - // 200 bytes of a gzipped FileDescriptorProto + // 202 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4c, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0xc8, 0xcc, 0x4b, 0xd7, 0x2f, 0x33, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, @@ -83,12 +83,12 @@ var fileDescriptor_2ef836361c424501 = []byte{ 0x83, 0x58, 0x10, 0xa5, 0x52, 0x0a, 0xd8, 0x4c, 0x2b, 0x48, 0x2c, 0x4a, 0xcc, 0x85, 0x1a, 0xa6, 0xe4, 0xc9, 0xc5, 0xe3, 0x0e, 0x31, 0x3d, 0xb8, 0x24, 0xb1, 0x24, 0x55, 0xc8, 0x92, 0x8b, 0x0d, 0x22, 0x2f, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x6d, 0x24, 0xad, 0x87, 0xc5, 0x36, 0xbd, 0x00, 0xb0, - 0x12, 0x27, 0x96, 0x13, 0xf7, 0xe4, 0x19, 0x82, 0xa0, 0x1a, 0x9c, 0xbc, 0x4e, 0x3c, 0x92, 0x63, + 0x12, 0x27, 0x96, 0x13, 0xf7, 0xe4, 0x19, 0x82, 0xa0, 0x1a, 0x9c, 0x7c, 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, - 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x20, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, - 0x3f, 0x57, 0x1f, 0x6a, 0x5c, 0x72, 0x46, 0x62, 0x66, 0x1e, 0x8c, 0xa3, 0x5f, 0x81, 0x70, 0x60, - 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x75, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, - 0xa9, 0x51, 0x6f, 0x4e, 0x0f, 0x01, 0x00, 0x00, + 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x28, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, + 0x3f, 0x57, 0x1f, 0x6a, 0x5c, 0x4e, 0x62, 0x52, 0xb1, 0x6e, 0x66, 0x3e, 0x8c, 0xab, 0x5f, 0x81, + 0x70, 0x62, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x7d, 0xc6, 0x80, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x30, 0xa3, 0x4a, 0x33, 0x11, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/epoching/types/genesis_test.go b/x/epoching/types/genesis_test.go index 925ae1db6..a974f6572 100644 --- a/x/epoching/types/genesis_test.go +++ b/x/epoching/types/genesis_test.go @@ -3,10 +3,10 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/testutil/nullify" - "github.com/babylonchain/babylon/x/epoching" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/testutil/nullify" + "github.com/babylonlabs-io/babylon/x/epoching" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/stretchr/testify/require" ) diff --git a/x/epoching/types/msg_test.go b/x/epoching/types/msg_test.go index f5822d564..b94157622 100644 --- a/x/epoching/types/msg_test.go +++ b/x/epoching/types/msg_test.go @@ -5,11 +5,11 @@ import ( "time" sdkmath "cosmossdk.io/math" - appparams "github.com/babylonchain/babylon/app/params" + appparams "github.com/babylonlabs-io/babylon/app/params" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" diff --git a/x/epoching/types/params.pb.go b/x/epoching/types/params.pb.go index 21ae0f84b..94aed1d31 100644 --- a/x/epoching/types/params.pb.go +++ b/x/epoching/types/params.pb.go @@ -76,7 +76,7 @@ func init() { func init() { proto.RegisterFile("babylon/epoching/v1/params.proto", fileDescriptor_c9e38cfe55335900) } var fileDescriptor_c9e38cfe55335900 = []byte{ - // 201 bytes of a gzipped FileDescriptorProto + // 203 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x48, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0x2d, 0xc8, 0x4f, 0xce, 0xc8, 0xcc, 0x4b, 0xd7, 0x2f, 0x33, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, 0xaa, @@ -84,12 +84,12 @@ var fileDescriptor_c9e38cfe55335900 = []byte{ 0x58, 0x10, 0xa5, 0x4a, 0x01, 0x5c, 0x6c, 0x01, 0x60, 0xad, 0x42, 0x0e, 0x5c, 0x7c, 0x60, 0xe5, 0xf1, 0x99, 0x79, 0x25, 0xa9, 0x45, 0x65, 0x89, 0x39, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0x2c, 0x4e, 0x92, 0x9f, 0xee, 0xc9, 0x8b, 0x56, 0x26, 0xe6, 0xe6, 0x58, 0x29, 0xa1, 0xca, 0x2b, 0x05, 0xf1, - 0x82, 0x05, 0x3c, 0xa1, 0x7c, 0x2b, 0x96, 0x17, 0x0b, 0xe4, 0x19, 0x9d, 0xbc, 0x4e, 0x3c, 0x92, + 0x82, 0x05, 0x3c, 0xa1, 0x7c, 0x2b, 0x96, 0x17, 0x0b, 0xe4, 0x19, 0x9d, 0x7c, 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, - 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x20, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, - 0x39, 0x3f, 0x57, 0x1f, 0xea, 0xc2, 0xe4, 0x8c, 0xc4, 0xcc, 0x3c, 0x18, 0x47, 0xbf, 0x02, 0xe1, - 0xa5, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x23, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, - 0xff, 0xa6, 0x7d, 0x61, 0x54, 0xf3, 0x00, 0x00, 0x00, + 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x28, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, + 0x39, 0x3f, 0x57, 0x1f, 0xea, 0xc2, 0x9c, 0xc4, 0xa4, 0x62, 0xdd, 0xcc, 0x7c, 0x18, 0x57, 0xbf, + 0x02, 0xe1, 0xa9, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x33, 0x8d, 0x01, 0x01, 0x00, + 0x00, 0xff, 0xff, 0x12, 0xc9, 0x0a, 0x86, 0xf5, 0x00, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/epoching/types/params_test.go b/x/epoching/types/params_test.go index 83424dd41..c8096638d 100644 --- a/x/epoching/types/params_test.go +++ b/x/epoching/types/params_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/epoching/types" "github.com/stretchr/testify/require" ) diff --git a/x/epoching/types/query.pb.go b/x/epoching/types/query.pb.go index ab85b879b..4d5e795ae 100644 --- a/x/epoching/types/query.pb.go +++ b/x/epoching/types/query.pb.go @@ -1268,94 +1268,94 @@ func init() { func init() { proto.RegisterFile("babylon/epoching/v1/query.proto", fileDescriptor_1821b530f2ec2711) } var fileDescriptor_1821b530f2ec2711 = []byte{ - // 1384 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xcf, 0x6f, 0x1b, 0x45, - 0x1b, 0xce, 0x3a, 0x4e, 0xbe, 0xe6, 0x4d, 0xf3, 0x25, 0x9d, 0xb4, 0xfd, 0x52, 0xa7, 0x75, 0xfa, - 0x6d, 0xa1, 0x2d, 0x49, 0xb3, 0xdb, 0x34, 0x29, 0xd0, 0x1f, 0x50, 0x35, 0x2d, 0x25, 0x41, 0x2d, - 0x4a, 0x17, 0xe8, 0x81, 0xcb, 0x32, 0xf6, 0x4e, 0xd6, 0x2b, 0xd6, 0xbb, 0xdb, 0x9d, 0xb1, 0x49, - 0x54, 0x8a, 0x10, 0xe2, 0xc8, 0xa1, 0x12, 0x07, 0x84, 0x90, 0x10, 0x88, 0x23, 0x7f, 0x01, 0x2a, - 0x07, 0x8e, 0x3d, 0x16, 0x71, 0xe1, 0x04, 0xa8, 0xe5, 0x0f, 0x41, 0xfb, 0xce, 0xac, 0xbd, 0x76, - 0xd6, 0xb5, 0x13, 0x55, 0xdc, 0xec, 0xf7, 0xe7, 0xf3, 0x3e, 0xef, 0xcc, 0xec, 0x03, 0x73, 0x15, - 0x5a, 0xd9, 0xf6, 0xc3, 0xc0, 0x64, 0x51, 0x58, 0xad, 0x79, 0x81, 0x6b, 0x36, 0x97, 0xcc, 0xbb, - 0x0d, 0x16, 0x6f, 0x1b, 0x51, 0x1c, 0x8a, 0x90, 0x4c, 0xab, 0x00, 0x23, 0x0d, 0x30, 0x9a, 0x4b, - 0xa5, 0x83, 0x6e, 0xe8, 0x86, 0xe8, 0x37, 0x93, 0x5f, 0x32, 0xb4, 0x34, 0xe7, 0x86, 0xa1, 0xeb, - 0x33, 0x13, 0xff, 0x55, 0x1a, 0x9b, 0xa6, 0xf0, 0xea, 0x8c, 0x0b, 0x5a, 0x8f, 0x54, 0xc0, 0x51, - 0x15, 0x40, 0x23, 0xcf, 0xa4, 0x41, 0x10, 0x0a, 0x2a, 0xbc, 0x30, 0xe0, 0xca, 0x3b, 0x5f, 0x0d, - 0x79, 0x3d, 0xe4, 0x66, 0x85, 0x72, 0x26, 0x21, 0x98, 0xcd, 0xa5, 0x0a, 0x13, 0x74, 0xc9, 0x8c, - 0xa8, 0xeb, 0x05, 0x18, 0xac, 0x62, 0x8f, 0xe7, 0xc1, 0x8e, 0x68, 0x4c, 0xeb, 0x69, 0x35, 0x3d, - 0x2f, 0xa2, 0x35, 0x03, 0xc6, 0xe8, 0x07, 0x81, 0xdc, 0x4e, 0xfa, 0x6c, 0x60, 0xa2, 0xc5, 0xee, - 0x36, 0x18, 0x17, 0xfa, 0x06, 0x4c, 0x77, 0x58, 0x79, 0x14, 0x06, 0x9c, 0x91, 0x0b, 0x30, 0x2a, - 0x1b, 0xcc, 0x68, 0xc7, 0xb5, 0xd3, 0xe3, 0xe7, 0x66, 0x8d, 0x1c, 0x66, 0x0c, 0x99, 0xb4, 0x5a, - 0x7c, 0xf4, 0xc7, 0xdc, 0x90, 0xa5, 0x12, 0xf4, 0x15, 0x38, 0x84, 0x15, 0xdf, 0x48, 0x02, 0xd7, - 0x83, 0xcd, 0x50, 0xb5, 0x22, 0xb3, 0x30, 0x86, 0xc9, 0x76, 0xd0, 0xa8, 0x63, 0xd9, 0xa2, 0xb5, - 0x0f, 0x0d, 0x6f, 0x37, 0xea, 0xba, 0x05, 0x87, 0xbb, 0xb3, 0x14, 0x94, 0x57, 0x61, 0x04, 0xa3, - 0x14, 0x12, 0x3d, 0x17, 0x09, 0xa6, 0xa5, 0x29, 0x96, 0x4c, 0xd0, 0x3f, 0xc8, 0xd6, 0xe4, 0x59, - 0x28, 0x37, 0x00, 0xda, 0x2c, 0xab, 0xc2, 0x27, 0x0d, 0xb9, 0x12, 0x23, 0x59, 0x89, 0x21, 0x4f, - 0x85, 0x5a, 0x89, 0xb1, 0x41, 0x5d, 0xa6, 0x72, 0xad, 0x4c, 0xa6, 0xfe, 0xad, 0x06, 0xff, 0xdb, - 0xd1, 0x42, 0xe1, 0xbe, 0x08, 0xa3, 0x08, 0x23, 0xa1, 0x70, 0x78, 0x40, 0xe0, 0x2a, 0x83, 0xbc, - 0xd9, 0x81, 0xaf, 0x80, 0xf8, 0x4e, 0xf5, 0xc5, 0xa7, 0x8a, 0x64, 0x01, 0x96, 0x60, 0x06, 0xf1, - 0x5d, 0x6b, 0xc4, 0x31, 0x0b, 0x84, 0xea, 0x26, 0x57, 0xef, 0xc2, 0x91, 0x1c, 0x9f, 0x42, 0x7f, - 0x02, 0x26, 0xaa, 0xd2, 0x6e, 0xb7, 0xd9, 0x2f, 0x5a, 0xfb, 0xab, 0x99, 0x60, 0xf2, 0x22, 0xfc, - 0x57, 0x6e, 0xb4, 0x12, 0x36, 0x02, 0x87, 0xc6, 0xdb, 0x08, 0xb5, 0x68, 0x4d, 0xa0, 0x75, 0x55, - 0x19, 0xf5, 0x8f, 0xb3, 0x27, 0xe2, 0x16, 0x77, 0xf9, 0x20, 0x27, 0xa2, 0x6b, 0x47, 0x85, 0x3d, - 0xef, 0xe8, 0x7b, 0x2d, 0x7b, 0x0c, 0x64, 0x7b, 0x35, 0xe4, 0xeb, 0x50, 0xac, 0x73, 0x37, 0x5d, - 0xd0, 0x7c, 0xee, 0x82, 0x6e, 0x37, 0x58, 0x83, 0x39, 0xb7, 0x18, 0xe7, 0x59, 0x8e, 0x31, 0xef, - 0xf9, 0xad, 0xe9, 0x07, 0x0d, 0x66, 0x11, 0xe3, 0x4d, 0x2a, 0x18, 0x17, 0xb9, 0x44, 0x05, 0x4e, - 0xc7, 0x26, 0xf6, 0xb1, 0xc0, 0x91, 0x5b, 0x98, 0x83, 0x71, 0xc9, 0x62, 0x35, 0x6c, 0x04, 0x42, - 0xad, 0x00, 0xd0, 0x74, 0x2d, 0xb1, 0x74, 0x31, 0x39, 0xbc, 0x67, 0x26, 0x1f, 0x6a, 0x70, 0x34, - 0x1f, 0xa5, 0xe2, 0xd3, 0x82, 0x03, 0x3e, 0xba, 0x24, 0x52, 0x3b, 0x43, 0xee, 0xc9, 0xfe, 0xe4, - 0xde, 0xf4, 0xb8, 0xb0, 0x26, 0xfd, 0xce, 0xda, 0xcf, 0x8f, 0xe3, 0x4b, 0x50, 0x46, 0xf0, 0x77, - 0xa8, 0xef, 0x39, 0x54, 0x84, 0xf1, 0x4d, 0x6f, 0x93, 0x55, 0xb7, 0xab, 0x7e, 0x3a, 0x2b, 0x39, - 0x02, 0xfb, 0x9a, 0xd4, 0xb7, 0xa9, 0xe3, 0xc4, 0x48, 0xf2, 0x98, 0xf5, 0x9f, 0x26, 0xf5, 0xaf, - 0x3a, 0x4e, 0xac, 0x7f, 0xae, 0xc1, 0x5c, 0xcf, 0x6c, 0x35, 0x7d, 0xef, 0x74, 0x72, 0x43, 0xba, - 0x7c, 0x6f, 0x93, 0xcd, 0x14, 0x90, 0x8f, 0x85, 0x5c, 0x3e, 0xee, 0x50, 0xff, 0x1d, 0x41, 0x05, - 0x7b, 0x2f, 0x72, 0xa8, 0x68, 0x8f, 0x91, 0xd4, 0x49, 0xfa, 0xe9, 0x97, 0x15, 0x8a, 0xeb, 0xcc, - 0x67, 0x2e, 0x8e, 0x95, 0x37, 0x84, 0xc3, 0x3a, 0x51, 0x38, 0x4c, 0x0e, 0xe1, 0xc2, 0xf1, 0xde, - 0xd9, 0x6a, 0x88, 0x6b, 0x32, 0x1d, 0x91, 0xca, 0x77, 0xf1, 0x74, 0x2e, 0xd2, 0xbc, 0x1a, 0x49, - 0x23, 0x84, 0xf9, 0x49, 0xf6, 0x55, 0x4c, 0x66, 0x62, 0xe2, 0x5f, 0xbd, 0xf2, 0xbf, 0x6a, 0xea, - 0xd9, 0xeb, 0x00, 0xd0, 0xba, 0xf4, 0xd0, 0x4c, 0x97, 0x98, 0x9e, 0xce, 0x72, 0xaf, 0x6d, 0xc8, - 0x30, 0x2b, 0x93, 0x41, 0xce, 0x00, 0x11, 0xa1, 0xa0, 0xbe, 0xdd, 0x0c, 0x85, 0x17, 0xb8, 0x76, - 0x14, 0x7e, 0xc4, 0x62, 0x04, 0x3b, 0x6c, 0x4d, 0xa1, 0xe7, 0x0e, 0x3a, 0x36, 0x12, 0x7b, 0xd7, - 0xf1, 0x1d, 0xde, 0xfb, 0xf1, 0x7d, 0x58, 0x80, 0x89, 0xce, 0x27, 0xfa, 0xff, 0xb0, 0xbf, 0x45, - 0x65, 0x85, 0xc5, 0x8a, 0xcd, 0xf1, 0x94, 0xcd, 0x0a, 0x8b, 0xc9, 0x0a, 0x1c, 0xee, 0x78, 0xc5, - 0x6d, 0x2f, 0x10, 0x2c, 0x6e, 0x52, 0x5f, 0xbd, 0x12, 0x07, 0xb3, 0xcf, 0xf9, 0xba, 0xf2, 0x25, - 0x13, 0x6e, 0x7a, 0x31, 0x17, 0x76, 0xc5, 0x0f, 0xab, 0x1f, 0xda, 0x35, 0xe6, 0xb9, 0x35, 0x81, - 0xd8, 0x8b, 0xd6, 0x14, 0x7a, 0x56, 0x13, 0xc7, 0x1a, 0xda, 0xc9, 0x1a, 0x4c, 0xfa, 0xb4, 0x15, - 0x9c, 0xa8, 0xa0, 0x99, 0x22, 0x8e, 0x59, 0x32, 0xa4, 0x02, 0x32, 0x52, 0x89, 0x64, 0xbc, 0x9b, - 0x4a, 0xa4, 0xd5, 0xe2, 0x83, 0x3f, 0xe7, 0x34, 0x6b, 0x22, 0x49, 0xc4, 0x5a, 0x89, 0x87, 0x2c, - 0xc2, 0x34, 0x67, 0xd4, 0x67, 0xb1, 0x4d, 0xa3, 0xc8, 0xae, 0x51, 0x5e, 0xb3, 0x6b, 0x6c, 0x6b, - 0x66, 0x04, 0x4f, 0xf1, 0x94, 0x74, 0x5d, 0x8d, 0xa2, 0x35, 0xca, 0x6b, 0x6b, 0x6c, 0x8b, 0xcc, - 0xc3, 0x01, 0x15, 0xae, 0x70, 0x52, 0x5e, 0x9b, 0x19, 0xc5, 0xe0, 0x49, 0xe9, 0x90, 0x30, 0x29, - 0xaf, 0xe9, 0x3f, 0x69, 0xf8, 0x0d, 0xda, 0xf9, 0x92, 0x93, 0x69, 0x18, 0x11, 0x5b, 0xb6, 0xe7, - 0xa8, 0xcb, 0x52, 0x14, 0x5b, 0xeb, 0x0e, 0x39, 0x04, 0xa3, 0x75, 0xee, 0x26, 0xd6, 0x02, 0x5a, - 0x47, 0xea, 0xdc, 0x5d, 0x77, 0x12, 0xc6, 0x73, 0x28, 0x19, 0xaf, 0x64, 0xd8, 0xb8, 0x02, 0xb0, - 0x07, 0x22, 0xc6, 0x2a, 0x2d, 0x12, 0xa6, 0x60, 0xb8, 0xce, 0x5d, 0x35, 0x74, 0xf2, 0x53, 0x6f, - 0xc2, 0x81, 0x1d, 0xef, 0xe4, 0x20, 0xcb, 0x4f, 0xbf, 0x6e, 0x85, 0xbd, 0x7d, 0xdd, 0xf4, 0x6f, - 0x34, 0x38, 0x9c, 0xff, 0x20, 0x91, 0x63, 0x00, 0x3c, 0x31, 0xdb, 0x0e, 0xe3, 0x55, 0xc5, 0xdc, - 0x18, 0x5a, 0xae, 0x33, 0x5e, 0xdd, 0xc1, 0x53, 0xa1, 0x1f, 0x4f, 0xc3, 0xbb, 0xe6, 0xe9, 0xdc, - 0xe3, 0x71, 0x18, 0xc1, 0x3b, 0x4e, 0x3e, 0xd5, 0x60, 0x54, 0x2a, 0x51, 0x72, 0xaa, 0xd7, 0x90, - 0x5d, 0xb2, 0xb7, 0x74, 0xba, 0x7f, 0xa0, 0x1c, 0x55, 0x3f, 0xf1, 0xd9, 0x6f, 0x7f, 0x7f, 0x59, - 0x38, 0x46, 0x66, 0xcd, 0xde, 0x2a, 0x9c, 0x7c, 0xa5, 0xc1, 0x58, 0x4b, 0xb9, 0x92, 0xf9, 0xde, - 0xc5, 0xbb, 0x45, 0x71, 0x69, 0x61, 0xa0, 0x58, 0x85, 0x65, 0x09, 0xb1, 0x2c, 0x90, 0x97, 0xcc, - 0x9e, 0x7a, 0x9f, 0x9b, 0xf7, 0x5a, 0xe7, 0xe2, 0xb5, 0xf9, 0xfb, 0xe4, 0x0b, 0x0d, 0xa0, 0x2d, - 0x4e, 0x49, 0xbf, 0x76, 0x59, 0x95, 0x5c, 0x3a, 0x33, 0x58, 0xf0, 0x40, 0x44, 0x29, 0x61, 0xfb, - 0xb5, 0x06, 0xfb, 0xb3, 0x7a, 0x93, 0x2c, 0xf6, 0xee, 0x91, 0xa3, 0x59, 0x4b, 0xc6, 0xa0, 0xe1, - 0x0a, 0xd4, 0x3c, 0x82, 0x7a, 0x81, 0xe8, 0xb9, 0xa0, 0x3a, 0xde, 0x46, 0xf2, 0x5d, 0xba, 0x44, - 0xd4, 0x1d, 0xfd, 0x96, 0x98, 0x91, 0x67, 0x7d, 0x97, 0x98, 0x15, 0x49, 0xfa, 0x45, 0x84, 0xb4, - 0x42, 0xce, 0x0d, 0xbc, 0x44, 0xb3, 0x2e, 0xef, 0x27, 0x27, 0x3f, 0x6a, 0x30, 0xd9, 0x25, 0xbe, - 0xc8, 0xd9, 0xde, 0xcd, 0xf3, 0xd5, 0x64, 0x69, 0x69, 0x17, 0x19, 0x0a, 0xf4, 0x32, 0x82, 0x5e, - 0x24, 0x0b, 0xcf, 0x00, 0x7d, 0x51, 0x4a, 0xb7, 0x36, 0xda, 0x9f, 0x35, 0x20, 0x3b, 0xf5, 0x12, - 0x59, 0xee, 0xdd, 0xbe, 0xa7, 0x36, 0x2b, 0xad, 0xec, 0x2e, 0x49, 0xc1, 0xbe, 0x84, 0xb0, 0xcf, - 0x93, 0xe5, 0x5c, 0xd8, 0xad, 0x8f, 0x3a, 0xca, 0x1d, 0xcc, 0x34, 0xef, 0xa5, 0x12, 0xee, 0x3e, - 0xf9, 0x45, 0x83, 0xe9, 0x1c, 0x99, 0x43, 0x9e, 0x01, 0xa5, 0xb7, 0x2e, 0x2b, 0x9d, 0xdf, 0x65, - 0x96, 0x9a, 0xe0, 0x32, 0x4e, 0xf0, 0x32, 0x59, 0xc9, 0x9d, 0xc0, 0x69, 0x65, 0x66, 0x47, 0x48, - 0xf5, 0xdf, 0xfd, 0xe4, 0xbc, 0x8c, 0x67, 0x34, 0x10, 0xe9, 0x77, 0xa3, 0x3b, 0xb4, 0x5a, 0x69, - 0x71, 0xc0, 0x68, 0x05, 0xf5, 0x0a, 0x42, 0xbd, 0x40, 0x5e, 0x19, 0xfc, 0x60, 0xb7, 0x37, 0xc0, - 0x99, 0x58, 0x7d, 0xeb, 0xd1, 0x93, 0xb2, 0xf6, 0xf8, 0x49, 0x59, 0xfb, 0xeb, 0x49, 0x59, 0x7b, - 0xf0, 0xb4, 0x3c, 0xf4, 0xf8, 0x69, 0x79, 0xe8, 0xf7, 0xa7, 0xe5, 0xa1, 0xf7, 0xcf, 0xba, 0x9e, - 0xa8, 0x35, 0x2a, 0x46, 0x35, 0xac, 0xa7, 0xc5, 0xab, 0x35, 0xea, 0x05, 0xad, 0x4e, 0x5b, 0xed, - 0x5e, 0x62, 0x3b, 0x62, 0xbc, 0x32, 0x8a, 0xdf, 0x90, 0xe5, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, - 0xad, 0xee, 0x6f, 0xab, 0xf3, 0x11, 0x00, 0x00, + // 1381 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0x4d, 0x6f, 0xdc, 0x44, + 0x18, 0x8e, 0x37, 0x9b, 0xd0, 0xbc, 0x69, 0x48, 0x3a, 0x69, 0x4b, 0xba, 0x69, 0x37, 0xc5, 0x85, + 0xb6, 0x24, 0x8d, 0xcd, 0x26, 0x29, 0xd0, 0x0f, 0xa8, 0x9a, 0x96, 0x92, 0x48, 0x29, 0x4a, 0x0d, + 0xf4, 0xc0, 0xc5, 0x8c, 0xd7, 0x13, 0xaf, 0x85, 0xbf, 0xea, 0x99, 0x5d, 0x12, 0x95, 0x22, 0x84, + 0x38, 0x72, 0xa8, 0xc4, 0x01, 0x21, 0x24, 0x04, 0xe2, 0xc8, 0x2f, 0x40, 0xe5, 0xc0, 0xb1, 0xc7, + 0x22, 0x2e, 0x9c, 0x00, 0xb5, 0xfc, 0x10, 0xe4, 0x99, 0xf1, 0xae, 0x77, 0x63, 0x77, 0x37, 0x51, + 0xc5, 0x6d, 0xf7, 0xfd, 0x7c, 0xde, 0xe7, 0x9d, 0x19, 0x3f, 0x30, 0x67, 0x61, 0x6b, 0xc7, 0x0b, + 0x03, 0x9d, 0x44, 0x61, 0xbd, 0xe1, 0x06, 0x8e, 0xde, 0xaa, 0xe9, 0x77, 0x9a, 0x24, 0xde, 0xd1, + 0xa2, 0x38, 0x64, 0x21, 0x9a, 0x96, 0x01, 0x5a, 0x1a, 0xa0, 0xb5, 0x6a, 0x95, 0xc3, 0x4e, 0xe8, + 0x84, 0xdc, 0xaf, 0x27, 0xbf, 0x44, 0x68, 0x65, 0xce, 0x09, 0x43, 0xc7, 0x23, 0x3a, 0xff, 0x67, + 0x35, 0xb7, 0x74, 0xe6, 0xfa, 0x84, 0x32, 0xec, 0x47, 0x32, 0xe0, 0xb8, 0x0c, 0xc0, 0x91, 0xab, + 0xe3, 0x20, 0x08, 0x19, 0x66, 0x6e, 0x18, 0x50, 0xe9, 0x9d, 0xaf, 0x87, 0xd4, 0x0f, 0xa9, 0x6e, + 0x61, 0x4a, 0x04, 0x04, 0xbd, 0x55, 0xb3, 0x08, 0xc3, 0x35, 0x3d, 0xc2, 0x8e, 0x1b, 0xf0, 0x60, + 0x19, 0x7b, 0x32, 0x0f, 0x76, 0x84, 0x63, 0xec, 0xa7, 0xd5, 0xd4, 0xbc, 0x88, 0xf6, 0x0c, 0x3c, + 0x46, 0x3d, 0x0c, 0xe8, 0x56, 0xd2, 0x67, 0x93, 0x27, 0x1a, 0xe4, 0x4e, 0x93, 0x50, 0xa6, 0x6e, + 0xc2, 0x74, 0x97, 0x95, 0x46, 0x61, 0x40, 0x09, 0xba, 0x00, 0xa3, 0xa2, 0xc1, 0x8c, 0x72, 0x52, + 0x39, 0x3b, 0xbe, 0x34, 0xab, 0xe5, 0x30, 0xa3, 0x89, 0xa4, 0xd5, 0xf2, 0xc3, 0xbf, 0xe6, 0x86, + 0x0c, 0x99, 0xa0, 0xae, 0xc0, 0x11, 0x5e, 0xf1, 0xed, 0x24, 0x70, 0x3d, 0xd8, 0x0a, 0x65, 0x2b, + 0x34, 0x0b, 0x63, 0x3c, 0xd9, 0x0c, 0x9a, 0x3e, 0x2f, 0x5b, 0x36, 0x0e, 0x70, 0xc3, 0xbb, 0x4d, + 0x5f, 0x35, 0xe0, 0x68, 0x6f, 0x96, 0x84, 0xf2, 0x06, 0x8c, 0xf0, 0x28, 0x89, 0x44, 0xcd, 0x45, + 0xc2, 0xd3, 0xd2, 0x14, 0x43, 0x24, 0xa8, 0x1f, 0x65, 0x6b, 0xd2, 0x2c, 0x94, 0x1b, 0x00, 0x1d, + 0x96, 0x65, 0xe1, 0xd3, 0x9a, 0x58, 0x89, 0x96, 0xac, 0x44, 0x13, 0xa7, 0x42, 0xae, 0x44, 0xdb, + 0xc4, 0x0e, 0x91, 0xb9, 0x46, 0x26, 0x53, 0xfd, 0x5e, 0x81, 0x17, 0x76, 0xb5, 0x90, 0xb8, 0x2f, + 0xc2, 0x28, 0x87, 0x91, 0x50, 0x38, 0x3c, 0x20, 0x70, 0x99, 0x81, 0xde, 0xe9, 0xc2, 0x57, 0xe2, + 0xf8, 0xce, 0xf4, 0xc5, 0x27, 0x8b, 0x64, 0x01, 0x56, 0x60, 0x86, 0xe3, 0xbb, 0xd6, 0x8c, 0x63, + 0x12, 0x30, 0xd9, 0x4d, 0xac, 0xde, 0x81, 0x63, 0x39, 0x3e, 0x89, 0xfe, 0x14, 0x4c, 0xd4, 0x85, + 0xdd, 0xec, 0xb0, 0x5f, 0x36, 0x0e, 0xd6, 0x33, 0xc1, 0xe8, 0x65, 0x78, 0x5e, 0x6c, 0xd4, 0x0a, + 0x9b, 0x81, 0x8d, 0xe3, 0x1d, 0x0e, 0xb5, 0x6c, 0x4c, 0x70, 0xeb, 0xaa, 0x34, 0xaa, 0x9f, 0x66, + 0x4f, 0xc4, 0x4d, 0xea, 0xd0, 0x41, 0x4e, 0x44, 0xcf, 0x8e, 0x4a, 0xfb, 0xde, 0xd1, 0x8f, 0x4a, + 0xf6, 0x18, 0x88, 0xf6, 0x72, 0xc8, 0xb7, 0xa0, 0xec, 0x53, 0x27, 0x5d, 0xd0, 0x7c, 0xee, 0x82, + 0x6e, 0x35, 0x49, 0x93, 0xd8, 0x37, 0x09, 0xa5, 0x59, 0x8e, 0x79, 0xde, 0xb3, 0x5b, 0xd3, 0x4f, + 0x0a, 0xcc, 0x72, 0x8c, 0x1b, 0x98, 0x11, 0xca, 0x72, 0x89, 0x0a, 0xec, 0xae, 0x4d, 0x1c, 0x20, + 0x81, 0x2d, 0xb6, 0x30, 0x07, 0xe3, 0x82, 0xc5, 0x7a, 0xd8, 0x0c, 0x98, 0x5c, 0x01, 0x70, 0xd3, + 0xb5, 0xc4, 0xd2, 0xc3, 0xe4, 0xf0, 0xbe, 0x99, 0x7c, 0xa0, 0xc0, 0xf1, 0x7c, 0x94, 0x92, 0x4f, + 0x03, 0x0e, 0x79, 0xdc, 0x25, 0x90, 0x9a, 0x19, 0x72, 0x4f, 0xf7, 0x27, 0x77, 0xc3, 0xa5, 0xcc, + 0x98, 0xf4, 0xba, 0x6b, 0x3f, 0x3b, 0x8e, 0x2f, 0x41, 0x95, 0x83, 0xbf, 0x8d, 0x3d, 0xd7, 0xc6, + 0x2c, 0x8c, 0x37, 0xdc, 0x2d, 0x52, 0xdf, 0xa9, 0x7b, 0xe9, 0xac, 0xe8, 0x18, 0x1c, 0x68, 0x61, + 0xcf, 0xc4, 0xb6, 0x1d, 0x73, 0x92, 0xc7, 0x8c, 0xe7, 0x5a, 0xd8, 0xbb, 0x6a, 0xdb, 0xb1, 0xfa, + 0xa5, 0x02, 0x73, 0x85, 0xd9, 0x72, 0xfa, 0xe2, 0x74, 0x74, 0x43, 0xb8, 0x3c, 0x77, 0x8b, 0xcc, + 0x94, 0x38, 0x1f, 0x0b, 0xb9, 0x7c, 0xdc, 0xc6, 0xde, 0x7b, 0x0c, 0x33, 0xf2, 0x41, 0x64, 0x63, + 0xd6, 0x19, 0x23, 0xa9, 0x93, 0xf4, 0x53, 0x2f, 0x4b, 0x14, 0xd7, 0x89, 0x47, 0x1c, 0x3e, 0x56, + 0xde, 0x10, 0x36, 0xe9, 0x46, 0x61, 0x13, 0x31, 0x84, 0x03, 0x27, 0x8b, 0xb3, 0xe5, 0x10, 0xd7, + 0x44, 0x3a, 0x47, 0x2a, 0xde, 0xc5, 0xb3, 0xb9, 0x48, 0xf3, 0x6a, 0x24, 0x8d, 0x38, 0xcc, 0xcf, + 0xb2, 0xaf, 0x62, 0x32, 0x13, 0x61, 0xff, 0xeb, 0x95, 0xff, 0x5d, 0x91, 0xcf, 0x5e, 0x17, 0x80, + 0xf6, 0xa5, 0x87, 0x56, 0xba, 0xc4, 0xf4, 0x74, 0x56, 0x8b, 0xb6, 0x21, 0xc2, 0x8c, 0x4c, 0x06, + 0x3a, 0x07, 0x88, 0x85, 0x0c, 0x7b, 0x66, 0x2b, 0x64, 0x6e, 0xe0, 0x98, 0x51, 0xf8, 0x09, 0x89, + 0x39, 0xd8, 0x61, 0x63, 0x8a, 0x7b, 0x6e, 0x73, 0xc7, 0x66, 0x62, 0xef, 0x39, 0xbe, 0xc3, 0xfb, + 0x3f, 0xbe, 0x0f, 0x4a, 0x30, 0xd1, 0xfd, 0x44, 0xbf, 0x08, 0x07, 0xdb, 0x54, 0x5a, 0x24, 0x96, + 0x6c, 0x8e, 0xa7, 0x6c, 0x5a, 0x24, 0x46, 0x2b, 0x70, 0xb4, 0xeb, 0x15, 0x37, 0xdd, 0x80, 0x91, + 0xb8, 0x85, 0x3d, 0xf9, 0x4a, 0x1c, 0xce, 0x3e, 0xe7, 0xeb, 0xd2, 0x97, 0x4c, 0xb8, 0xe5, 0xc6, + 0x94, 0x99, 0x96, 0x17, 0xd6, 0x3f, 0x36, 0x1b, 0xc4, 0x75, 0x1a, 0x8c, 0x63, 0x2f, 0x1b, 0x53, + 0xdc, 0xb3, 0x9a, 0x38, 0xd6, 0xb8, 0x1d, 0xad, 0xc1, 0xa4, 0x87, 0xdb, 0xc1, 0x89, 0x0a, 0x9a, + 0x29, 0xf3, 0x31, 0x2b, 0x9a, 0x50, 0x40, 0x5a, 0x2a, 0x91, 0xb4, 0xf7, 0x53, 0x89, 0xb4, 0x5a, + 0xbe, 0xff, 0xf7, 0x9c, 0x62, 0x4c, 0x24, 0x89, 0xbc, 0x56, 0xe2, 0x41, 0x8b, 0x30, 0x4d, 0x09, + 0xf6, 0x48, 0x6c, 0xe2, 0x28, 0x32, 0x1b, 0x98, 0x36, 0xcc, 0x06, 0xd9, 0x9e, 0x19, 0xe1, 0xa7, + 0x78, 0x4a, 0xb8, 0xae, 0x46, 0xd1, 0x1a, 0xa6, 0x8d, 0x35, 0xb2, 0x8d, 0xe6, 0xe1, 0x90, 0x0c, + 0x97, 0x38, 0x31, 0x6d, 0xcc, 0x8c, 0xf2, 0xe0, 0x49, 0xe1, 0x10, 0x30, 0x31, 0x6d, 0xa8, 0xbf, + 0x28, 0xfc, 0x1b, 0xb4, 0xfb, 0x25, 0x47, 0xd3, 0x30, 0xc2, 0xb6, 0x4d, 0xd7, 0x96, 0x97, 0xa5, + 0xcc, 0xb6, 0xd7, 0x6d, 0x74, 0x04, 0x46, 0x7d, 0xea, 0x24, 0xd6, 0x12, 0xb7, 0x8e, 0xf8, 0xd4, + 0x59, 0xb7, 0x13, 0xc6, 0x73, 0x28, 0x19, 0xb7, 0x32, 0x6c, 0x5c, 0x01, 0xd8, 0x07, 0x11, 0x63, + 0x56, 0x9b, 0x84, 0x29, 0x18, 0xf6, 0xa9, 0x23, 0x87, 0x4e, 0x7e, 0xaa, 0x2d, 0x38, 0xb4, 0xeb, + 0x9d, 0x1c, 0x64, 0xf9, 0xe9, 0xd7, 0xad, 0xb4, 0xbf, 0xaf, 0x9b, 0xfa, 0x9d, 0x02, 0x47, 0xf3, + 0x1f, 0x24, 0x74, 0x02, 0x80, 0x26, 0x66, 0xd3, 0x26, 0xb4, 0x2e, 0x99, 0x1b, 0xe3, 0x96, 0xeb, + 0x84, 0xd6, 0x77, 0xf1, 0x54, 0xea, 0xc7, 0xd3, 0xf0, 0x9e, 0x79, 0x5a, 0x7a, 0x34, 0x0e, 0x23, + 0xfc, 0x8e, 0xa3, 0xcf, 0x15, 0x18, 0x15, 0x4a, 0x14, 0x9d, 0x29, 0x1a, 0xb2, 0x47, 0xf6, 0x56, + 0xce, 0xf6, 0x0f, 0x14, 0xa3, 0xaa, 0xa7, 0xbe, 0xf8, 0xe3, 0xdf, 0xaf, 0x4b, 0x27, 0xd0, 0xac, + 0x5e, 0xac, 0xc2, 0xd1, 0x37, 0x0a, 0x8c, 0xb5, 0x95, 0x2b, 0x9a, 0x2f, 0x2e, 0xde, 0x2b, 0x8a, + 0x2b, 0x0b, 0x03, 0xc5, 0x4a, 0x2c, 0x35, 0x8e, 0x65, 0x01, 0xbd, 0xa2, 0x17, 0xea, 0x7d, 0xaa, + 0xdf, 0x6d, 0x9f, 0x8b, 0x37, 0xe7, 0xef, 0xa1, 0xaf, 0x14, 0x80, 0x8e, 0x38, 0x45, 0xfd, 0xda, + 0x65, 0x55, 0x72, 0xe5, 0xdc, 0x60, 0xc1, 0x03, 0x11, 0x25, 0x85, 0xed, 0xb7, 0x0a, 0x1c, 0xcc, + 0xea, 0x4d, 0xb4, 0x58, 0xdc, 0x23, 0x47, 0xb3, 0x56, 0xb4, 0x41, 0xc3, 0x25, 0xa8, 0x79, 0x0e, + 0xea, 0x25, 0xa4, 0xe6, 0x82, 0xea, 0x7a, 0x1b, 0xd1, 0x0f, 0xe9, 0x12, 0xb9, 0xee, 0xe8, 0xb7, + 0xc4, 0x8c, 0x3c, 0xeb, 0xbb, 0xc4, 0xac, 0x48, 0x52, 0x2f, 0x72, 0x48, 0x2b, 0x68, 0x69, 0xe0, + 0x25, 0xea, 0xbe, 0xb8, 0x9f, 0x14, 0xfd, 0xac, 0xc0, 0x64, 0x8f, 0xf8, 0x42, 0xaf, 0x16, 0x37, + 0xcf, 0x57, 0x93, 0x95, 0xda, 0x1e, 0x32, 0x24, 0xe8, 0x65, 0x0e, 0x7a, 0x11, 0x2d, 0x3c, 0x05, + 0xf4, 0x45, 0x21, 0xdd, 0x3a, 0x68, 0x7f, 0x55, 0x00, 0xed, 0xd6, 0x4b, 0x68, 0xb9, 0xb8, 0x7d, + 0xa1, 0x36, 0xab, 0xac, 0xec, 0x2d, 0x49, 0xc2, 0xbe, 0xc4, 0x61, 0x9f, 0x47, 0xcb, 0xb9, 0xb0, + 0xdb, 0x1f, 0x75, 0x2e, 0x77, 0x78, 0xa6, 0x7e, 0x37, 0x95, 0x70, 0xf7, 0xd0, 0x6f, 0x0a, 0x4c, + 0xe7, 0xc8, 0x1c, 0xf4, 0x14, 0x28, 0xc5, 0xba, 0xac, 0x72, 0x7e, 0x8f, 0x59, 0x72, 0x82, 0xcb, + 0x7c, 0x82, 0xd7, 0xd0, 0x4a, 0xee, 0x04, 0x76, 0x3b, 0x33, 0x3b, 0x42, 0xaa, 0xff, 0xee, 0x25, + 0xe7, 0x65, 0x3c, 0xa3, 0x81, 0x50, 0xbf, 0x1b, 0xdd, 0xa5, 0xd5, 0x2a, 0x8b, 0x03, 0x46, 0x4b, + 0xa8, 0x57, 0x38, 0xd4, 0x0b, 0xe8, 0xf5, 0xc1, 0x0f, 0x76, 0x67, 0x03, 0x94, 0xb0, 0xd5, 0x8d, + 0x87, 0x8f, 0xab, 0xca, 0xa3, 0xc7, 0x55, 0xe5, 0x9f, 0xc7, 0x55, 0xe5, 0xfe, 0x93, 0xea, 0xd0, + 0xa3, 0x27, 0xd5, 0xa1, 0x3f, 0x9f, 0x54, 0x87, 0x3e, 0x5c, 0x72, 0x5c, 0xd6, 0x68, 0x5a, 0x5a, + 0x3d, 0xf4, 0xd3, 0xe2, 0x1e, 0xb6, 0xe8, 0xa2, 0x1b, 0xb6, 0x7b, 0x6d, 0x77, 0xba, 0xb1, 0x9d, + 0x88, 0x50, 0x6b, 0x94, 0x7f, 0x45, 0x96, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x29, 0x2d, 0xf8, + 0x0c, 0xf5, 0x11, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/epoching/types/tx.pb.go b/x/epoching/types/tx.pb.go index fd16d4af4..71db40e2d 100644 --- a/x/epoching/types/tx.pb.go +++ b/x/epoching/types/tx.pb.go @@ -453,44 +453,44 @@ func init() { func init() { proto.RegisterFile("babylon/epoching/v1/tx.proto", fileDescriptor_a5fc8fed8f4e58b6) } var fileDescriptor_a5fc8fed8f4e58b6 = []byte{ - // 585 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x4f, 0x6f, 0x12, 0x41, - 0x18, 0xc6, 0x77, 0x6d, 0x6d, 0xd2, 0x57, 0x63, 0x75, 0x25, 0x16, 0x56, 0xb2, 0x20, 0x68, 0x54, - 0xb4, 0xbb, 0x52, 0xb5, 0x6a, 0xe3, 0x41, 0xd1, 0x78, 0x30, 0x21, 0x31, 0x98, 0xc6, 0xc4, 0xc4, - 0x98, 0x59, 0x76, 0x32, 0x6c, 0x60, 0x67, 0xd6, 0x9d, 0x69, 0x53, 0x4e, 0x36, 0x9e, 0x3c, 0x7a, - 0xf0, 0x6c, 0xfa, 0x11, 0x7a, 0xf0, 0x43, 0xf4, 0xd8, 0x78, 0xf2, 0x64, 0x0c, 0x1c, 0xea, 0x07, - 0xf0, 0x03, 0x18, 0xf6, 0x2f, 0x02, 0x0b, 0xe8, 0x8d, 0xe1, 0x7d, 0xde, 0xe7, 0xf9, 0xc1, 0x3e, - 0x3b, 0x90, 0x37, 0x91, 0xd9, 0xed, 0x30, 0x6a, 0x60, 0x97, 0x35, 0x5b, 0x36, 0x25, 0xc6, 0x4e, - 0xd5, 0x10, 0xbb, 0xba, 0xeb, 0x31, 0xc1, 0x94, 0xf3, 0xe1, 0x54, 0x8f, 0xa6, 0xfa, 0x4e, 0x55, - 0xcd, 0x10, 0x46, 0x98, 0x3f, 0x37, 0x06, 0x9f, 0x02, 0xa9, 0x5a, 0x68, 0x32, 0xee, 0x30, 0x6e, - 0x70, 0x81, 0xda, 0x81, 0x8d, 0x89, 0x05, 0x4a, 0xbc, 0xd4, 0xe2, 0xa4, 0x24, 0x17, 0x79, 0xc8, - 0xe1, 0xa1, 0x22, 0x17, 0x58, 0xbc, 0x0d, 0xbc, 0x83, 0x43, 0x38, 0x5a, 0x0d, 0xdd, 0x1d, 0xee, - 0xaf, 0x39, 0x9c, 0x04, 0x83, 0xd2, 0x1b, 0x50, 0xea, 0x9c, 0xbc, 0xf2, 0x90, 0xeb, 0x62, 0xeb, - 0x29, 0xee, 0x60, 0x82, 0x04, 0x56, 0xee, 0xc2, 0x82, 0xc3, 0x49, 0x56, 0x2e, 0xca, 0xd7, 0x4e, - 0xad, 0x97, 0xf5, 0xd0, 0x2a, 0x44, 0xd3, 0x43, 0x34, 0xbd, 0xce, 0x49, 0xb4, 0xd1, 0x18, 0xe8, - 0x37, 0xcf, 0x7e, 0xdc, 0x2f, 0x48, 0xbf, 0xf6, 0x0b, 0xd2, 0x87, 0xe3, 0x83, 0xca, 0xe0, 0x9b, - 0x52, 0x1e, 0xd4, 0x71, 0xfb, 0x06, 0xe6, 0x2e, 0xa3, 0x1c, 0x97, 0x10, 0x64, 0x92, 0xe9, 0x16, - 0xb5, 0xa2, 0xf8, 0x7b, 0xc3, 0xf1, 0x57, 0xa6, 0xc4, 0x27, 0x3b, 0x69, 0x00, 0x1a, 0xe4, 0x27, - 0x45, 0xc4, 0x08, 0x6d, 0xc8, 0x25, 0xf3, 0x1a, 0x26, 0x36, 0x6d, 0xe0, 0x98, 0xe3, 0xe1, 0x30, - 0x47, 0x65, 0x0a, 0xc7, 0xc8, 0x62, 0x1a, 0x4c, 0x19, 0x2e, 0xa5, 0x86, 0xc5, 0x44, 0xef, 0xa1, - 0x9c, 0x88, 0x9e, 0x20, 0xda, 0xc4, 0x9d, 0x2d, 0x6a, 0x32, 0x6a, 0xd9, 0x34, 0xfa, 0xbb, 0x6d, - 0x46, 0x95, 0x67, 0xc3, 0x6c, 0x77, 0xa6, 0xb0, 0xa5, 0x5a, 0xa4, 0x51, 0xae, 0xc1, 0x8d, 0x39, - 0x00, 0x62, 0xde, 0xcf, 0x32, 0xac, 0x0c, 0x1e, 0x85, 0x6b, 0x21, 0x81, 0x5f, 0xf8, 0x7d, 0x54, - 0x36, 0x60, 0x19, 0x6d, 0x8b, 0x16, 0xf3, 0x6c, 0xd1, 0xf5, 0x11, 0x97, 0x6b, 0xd9, 0x6f, 0x5f, - 0xd7, 0x32, 0x21, 0xe5, 0x63, 0xcb, 0xf2, 0x30, 0xe7, 0x2f, 0x85, 0x67, 0x53, 0xd2, 0x48, 0xa4, - 0xca, 0x03, 0x58, 0x0a, 0x1a, 0x9d, 0x3d, 0xe1, 0xff, 0xae, 0x8b, 0xfa, 0x84, 0x17, 0x48, 0x0f, - 0x42, 0x6a, 0x8b, 0x87, 0x3f, 0x0a, 0x52, 0x23, 0x5c, 0xd8, 0x3c, 0x33, 0xe0, 0x4f, 0xac, 0x4a, - 0x39, 0x58, 0x1d, 0xa1, 0x8a, 0x88, 0xd7, 0x7f, 0x2f, 0xc2, 0x42, 0x9d, 0x13, 0xa5, 0x0d, 0x2b, - 0xa3, 0xc5, 0xbf, 0x3a, 0x31, 0x70, 0xbc, 0xc2, 0xaa, 0x31, 0xa7, 0x30, 0x0a, 0x55, 0xde, 0xc1, - 0xb9, 0xf1, 0xa2, 0x5f, 0x9f, 0xe1, 0x92, 0x48, 0xd5, 0xea, 0xdc, 0xd2, 0x38, 0x72, 0x4f, 0x86, - 0x0b, 0x29, 0xcd, 0xd6, 0x67, 0xb8, 0x8d, 0xe8, 0xd5, 0x8d, 0x7f, 0xd3, 0xc7, 0x08, 0x5f, 0x64, - 0x28, 0xce, 0xac, 0xf2, 0xfd, 0x19, 0xe6, 0xa9, 0x9b, 0xea, 0xa3, 0xff, 0xdd, 0x8c, 0x01, 0x4d, - 0x38, 0xfd, 0x57, 0x73, 0x2f, 0xa7, 0x39, 0x0e, 0xab, 0xd4, 0x9b, 0xf3, 0xa8, 0xa2, 0x0c, 0xf5, - 0xe4, 0xde, 0xf1, 0x41, 0x45, 0xae, 0x3d, 0x3f, 0xec, 0x69, 0xf2, 0x51, 0x4f, 0x93, 0x7f, 0xf6, - 0x34, 0xf9, 0x53, 0x5f, 0x93, 0x8e, 0xfa, 0x9a, 0xf4, 0xbd, 0xaf, 0x49, 0xaf, 0x6f, 0x11, 0x5b, - 0xb4, 0xb6, 0x4d, 0xbd, 0xc9, 0x1c, 0x23, 0x34, 0x6e, 0xb6, 0x90, 0x4d, 0xa3, 0x83, 0xb1, 0x9b, - 0x5c, 0xfa, 0xa2, 0xeb, 0x62, 0x6e, 0x2e, 0xf9, 0xb7, 0xf7, 0xed, 0x3f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0xdf, 0xdb, 0xcd, 0x7f, 0x7f, 0x06, 0x00, 0x00, + // 586 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0xc1, 0x8e, 0xd2, 0x40, + 0x1c, 0xc6, 0x5b, 0x77, 0xdd, 0x64, 0x47, 0xe3, 0x6a, 0x25, 0x2e, 0x54, 0x52, 0x10, 0x34, 0x2a, + 0x4a, 0x1b, 0x50, 0x57, 0xdd, 0x78, 0x50, 0x34, 0x9e, 0x24, 0x31, 0x98, 0x8d, 0x89, 0x89, 0x31, + 0x53, 0x3a, 0x19, 0x1a, 0xe8, 0x4c, 0xed, 0xcc, 0x6e, 0x96, 0x93, 0x1b, 0x4f, 0x1e, 0x3d, 0x78, + 0x36, 0xfb, 0x08, 0x7b, 0xf0, 0x21, 0xf6, 0xb8, 0xf1, 0xe4, 0xc9, 0x18, 0x38, 0xac, 0x0f, 0xe0, + 0x03, 0x98, 0xb6, 0xd3, 0x16, 0x81, 0x02, 0xee, 0x8d, 0xe1, 0xff, 0xfd, 0xbf, 0xef, 0x07, 0xfd, + 0x3a, 0x20, 0x6f, 0x42, 0xb3, 0xdf, 0xa3, 0xc4, 0x40, 0x2e, 0x6d, 0x77, 0x6c, 0x82, 0x8d, 0x9d, + 0x9a, 0xc1, 0x77, 0x75, 0xd7, 0xa3, 0x9c, 0x2a, 0x17, 0xc5, 0x54, 0x8f, 0xa6, 0xfa, 0x4e, 0x4d, + 0xcd, 0x60, 0x8a, 0x69, 0x30, 0x37, 0xfc, 0x4f, 0xa1, 0x54, 0x2d, 0xb4, 0x29, 0x73, 0x28, 0x33, + 0x18, 0x87, 0xdd, 0xd0, 0xc6, 0x44, 0x1c, 0x26, 0x5e, 0x6a, 0x71, 0x5a, 0x92, 0x0b, 0x3d, 0xe8, + 0x30, 0xa1, 0xc8, 0x85, 0x16, 0xef, 0x42, 0xef, 0xf0, 0x20, 0x46, 0xeb, 0xc2, 0xdd, 0x61, 0xc1, + 0x9a, 0xc3, 0x70, 0x38, 0x28, 0xbd, 0x05, 0x4a, 0x93, 0xe1, 0xd7, 0x1e, 0x74, 0x5d, 0x64, 0x3d, + 0x43, 0x3d, 0x84, 0x21, 0x47, 0xca, 0x3d, 0xb0, 0xe4, 0x30, 0x9c, 0x95, 0x8b, 0xf2, 0x8d, 0x33, + 0xf5, 0xb2, 0x2e, 0xac, 0x04, 0x9a, 0x2e, 0xd0, 0xf4, 0x26, 0xc3, 0xd1, 0x46, 0xcb, 0xd7, 0x6f, + 0x9e, 0xff, 0xb4, 0x5f, 0x90, 0x7e, 0xef, 0x17, 0xa4, 0x8f, 0xc7, 0x07, 0x15, 0xff, 0x9b, 0x52, + 0x1e, 0xa8, 0x93, 0xf6, 0x2d, 0xc4, 0x5c, 0x4a, 0x18, 0x2a, 0x41, 0x90, 0x49, 0xa6, 0x5b, 0xc4, + 0x8a, 0xe2, 0xef, 0x8f, 0xc6, 0x5f, 0x9b, 0x11, 0x9f, 0xec, 0xa4, 0x01, 0x68, 0x20, 0x3f, 0x2d, + 0x22, 0x46, 0xe8, 0x82, 0x5c, 0x32, 0x6f, 0x20, 0x6c, 0x93, 0x16, 0x8a, 0x39, 0x1e, 0x8d, 0x72, + 0x54, 0x66, 0x70, 0x8c, 0x2d, 0xa6, 0xc1, 0x94, 0xc1, 0x95, 0xd4, 0xb0, 0x98, 0xe8, 0x03, 0x28, + 0x27, 0xa2, 0xa7, 0x90, 0xb4, 0x51, 0x6f, 0x8b, 0x98, 0x94, 0x58, 0x36, 0x89, 0xfe, 0x6e, 0x9b, + 0x12, 0xe5, 0xf9, 0x28, 0xdb, 0xdd, 0x19, 0x6c, 0xa9, 0x16, 0x69, 0x94, 0x55, 0x70, 0x6b, 0x01, + 0x80, 0x98, 0xf7, 0x8b, 0x0c, 0xd6, 0xfc, 0x47, 0xe1, 0x5a, 0x90, 0xa3, 0x97, 0x41, 0x1f, 0x95, + 0x0d, 0xb0, 0x0a, 0xb7, 0x79, 0x87, 0x7a, 0x36, 0xef, 0x07, 0x88, 0xab, 0x8d, 0xec, 0xf7, 0x6f, + 0xd5, 0x8c, 0xa0, 0x7c, 0x62, 0x59, 0x1e, 0x62, 0xec, 0x15, 0xf7, 0x6c, 0x82, 0x5b, 0x89, 0x54, + 0x79, 0x08, 0x56, 0xc2, 0x46, 0x67, 0x4f, 0x05, 0xbf, 0xeb, 0xb2, 0x3e, 0xe5, 0x05, 0xd2, 0xc3, + 0x90, 0xc6, 0xf2, 0xe1, 0xcf, 0x82, 0xd4, 0x12, 0x0b, 0x9b, 0xe7, 0x7c, 0xfe, 0xc4, 0xaa, 0x94, + 0x03, 0xeb, 0x63, 0x54, 0x11, 0x71, 0xfd, 0xcf, 0x32, 0x58, 0x6a, 0x32, 0xac, 0x74, 0xc1, 0xda, + 0x78, 0xf1, 0xaf, 0x4f, 0x0d, 0x9c, 0xac, 0xb0, 0x6a, 0x2c, 0x28, 0x8c, 0x42, 0x95, 0xf7, 0xe0, + 0xc2, 0x64, 0xd1, 0x6f, 0xce, 0x71, 0x49, 0xa4, 0x6a, 0x6d, 0x61, 0x69, 0x1c, 0xb9, 0x27, 0x83, + 0x4b, 0x29, 0xcd, 0xd6, 0xe7, 0xb8, 0x8d, 0xe9, 0xd5, 0x8d, 0xff, 0xd3, 0xc7, 0x08, 0x5f, 0x65, + 0x50, 0x9c, 0x5b, 0xe5, 0x07, 0x73, 0xcc, 0x53, 0x37, 0xd5, 0xc7, 0x27, 0xdd, 0x8c, 0x01, 0x4d, + 0x70, 0xf6, 0x9f, 0xe6, 0x5e, 0x4d, 0x73, 0x1c, 0x55, 0xa9, 0xb7, 0x17, 0x51, 0x45, 0x19, 0xea, + 0xe9, 0xbd, 0xe3, 0x83, 0x8a, 0xdc, 0x78, 0x71, 0x38, 0xd0, 0xe4, 0xa3, 0x81, 0x26, 0xff, 0x1a, + 0x68, 0xf2, 0xe7, 0xa1, 0x26, 0x1d, 0x0d, 0x35, 0xe9, 0xc7, 0x50, 0x93, 0xde, 0xd4, 0xb1, 0xcd, + 0x3b, 0xdb, 0xa6, 0xde, 0xa6, 0x8e, 0x21, 0x8c, 0x7b, 0xd0, 0x64, 0x55, 0x9b, 0x46, 0x47, 0x63, + 0x37, 0xb9, 0xf6, 0x79, 0xdf, 0x45, 0xcc, 0x5c, 0x09, 0xee, 0xef, 0x3b, 0x7f, 0x03, 0x00, 0x00, + 0xff, 0xff, 0xdc, 0x26, 0x42, 0x47, 0x81, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/epoching/types/validator_test.go b/x/epoching/types/validator_test.go index d885c0d32..ba6468dc9 100644 --- a/x/epoching/types/validator_test.go +++ b/x/epoching/types/validator_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/datagen" "github.com/stretchr/testify/require" ) diff --git a/x/finality/README.md b/x/finality/README.md index 2f8954dcf..aae159c08 100644 --- a/x/finality/README.md +++ b/x/finality/README.md @@ -159,7 +159,7 @@ secp256k1 secret key, as per EOTS's extractability property. // signatures with correct public randomness on two conflicting Babylon headers message Evidence { // fp_btc_pk is the BTC PK of the finality provider that casts this vote - bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // block_height is the height of the conflicting blocks uint64 block_height = 2; // master_pub_rand is the master public randomness the finality provider has committed to @@ -173,10 +173,10 @@ message Evidence { // where finality signature is an EOTS signature, i.e., // the `s` in a Schnorr signature `(r, s)` // `r` is the public randomness that is already committed by the finality provider - bytes canonical_finality_sig = 6 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrEOTSSig" ]; + bytes canonical_finality_sig = 6 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" ]; // fork_finality_sig is the finality signature to the fork block // where finality signature is an EOTS signature - bytes fork_finality_sig = 7 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrEOTSSig" ]; + bytes fork_finality_sig = 7 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" ]; } ``` @@ -214,7 +214,7 @@ The information stored for tracking finality provider liveness is as follows: message FinalityProviderSigningInfo { // fp_btc_pk is the BTC PK of the finality provider that casts this finality // signature - bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 1 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // start_height is the block height at which finality provider become active int64 start_height = 2; // missed_blocks_counter defines a counter to avoid unnecessary array reads. @@ -254,7 +254,7 @@ message MsgAddFinalitySig { string signer = 1; // fp_btc_pk is the BTC PK of the finality provider that casts this vote - bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.BIP340PubKey" ]; + bytes fp_btc_pk = 2 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.BIP340PubKey" ]; // block_height is the height of the voted block uint64 block_height = 3; // block_app_hash is the AppHash of the voted block @@ -263,7 +263,7 @@ message MsgAddFinalitySig { // where finality signature is an EOTS signature, i.e., // the `s` in a Schnorr signature `(r, s)` // `r` is the public randomness that is already committed by the finality provider - bytes finality_sig = 5 [ (gogoproto.customtype) = "github.com/babylonchain/babylon/types.SchnorrEOTSSig" ]; + bytes finality_sig = 5 [ (gogoproto.customtype) = "github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" ]; } ``` diff --git a/x/finality/abci.go b/x/finality/abci.go index 1b62dac38..93ef8852a 100644 --- a/x/finality/abci.go +++ b/x/finality/abci.go @@ -8,8 +8,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/x/finality/keeper" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" ) func BeginBlocker(ctx context.Context, k keeper.Keeper) error { diff --git a/x/finality/client/cli/query.go b/x/finality/client/cli/query.go index 78ece2d87..da6ef9361 100644 --- a/x/finality/client/cli/query.go +++ b/x/finality/client/cli/query.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) const ( diff --git a/x/finality/client/cli/query_params.go b/x/finality/client/cli/query_params.go index 16ff79e70..ea616d06b 100644 --- a/x/finality/client/cli/query_params.go +++ b/x/finality/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/finality/client/cli/tx.go b/x/finality/client/cli/tx.go index d1ed88abd..384d87448 100644 --- a/x/finality/client/cli/tx.go +++ b/x/finality/client/cli/tx.go @@ -6,8 +6,8 @@ import ( "strconv" "strings" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/types" cmtcrypto "github.com/cometbft/cometbft/proto/tendermint/crypto" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/finality/genesis.go b/x/finality/genesis.go index bf1974280..43018ece9 100644 --- a/x/finality/genesis.go +++ b/x/finality/genesis.go @@ -3,8 +3,8 @@ package finality import ( "context" - "github.com/babylonchain/babylon/x/finality/keeper" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" ) // InitGenesis initializes the module's state from a provided genesis state. diff --git a/x/finality/genesis_test.go b/x/finality/genesis_test.go index e99999e4e..f66eb3555 100644 --- a/x/finality/genesis_test.go +++ b/x/finality/genesis_test.go @@ -3,10 +3,10 @@ package finality_test import ( "testing" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/testutil/nullify" - "github.com/babylonchain/babylon/x/finality" - "github.com/babylonchain/babylon/x/finality/types" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/testutil/nullify" + "github.com/babylonlabs-io/babylon/x/finality" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/stretchr/testify/require" ) diff --git a/x/finality/keeper/evidence.go b/x/finality/keeper/evidence.go index 393058d4b..4a18c7d69 100644 --- a/x/finality/keeper/evidence.go +++ b/x/finality/keeper/evidence.go @@ -4,8 +4,8 @@ import ( "context" "cosmossdk.io/store/prefix" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/finality/keeper/genesis.go b/x/finality/keeper/genesis.go index 9a70531cb..1c41be585 100644 --- a/x/finality/keeper/genesis.go +++ b/x/finality/keeper/genesis.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - btcstk "github.com/babylonchain/babylon/btcstaking" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/types" + btcstk "github.com/babylonlabs-io/babylon/btcstaking" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) // InitGenesis initializes the keeper state from a provided initial genesis state. diff --git a/x/finality/keeper/genesis_test.go b/x/finality/keeper/genesis_test.go index bbec05549..cdad29119 100644 --- a/x/finality/keeper/genesis_test.go +++ b/x/finality/keeper/genesis_test.go @@ -6,10 +6,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) func FuzzTestExportGenesis(f *testing.F) { diff --git a/x/finality/keeper/grpc_query.go b/x/finality/keeper/grpc_query.go index 5f38bba40..1478f8f26 100644 --- a/x/finality/keeper/grpc_query.go +++ b/x/finality/keeper/grpc_query.go @@ -12,8 +12,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/finality/keeper/grpc_query_test.go b/x/finality/keeper/grpc_query_test.go index e4a360197..d8d878696 100644 --- a/x/finality/keeper/grpc_query_test.go +++ b/x/finality/keeper/grpc_query_test.go @@ -11,11 +11,11 @@ import ( "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/keeper" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" ) func FuzzBlock(f *testing.F) { diff --git a/x/finality/keeper/hooks.go b/x/finality/keeper/hooks.go index 8d18422c7..ba2140001 100644 --- a/x/finality/keeper/hooks.go +++ b/x/finality/keeper/hooks.go @@ -7,8 +7,8 @@ import ( "cosmossdk.io/collections" sdk "github.com/cosmos/cosmos-sdk/types" - bbntypes "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/types" + bbntypes "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) var _ types.BtcStakingHooks = Hooks{} diff --git a/x/finality/keeper/indexed_blocks.go b/x/finality/keeper/indexed_blocks.go index 07455ffb1..00d3bd649 100644 --- a/x/finality/keeper/indexed_blocks.go +++ b/x/finality/keeper/indexed_blocks.go @@ -4,7 +4,7 @@ import ( "context" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/finality/keeper/keeper.go b/x/finality/keeper/keeper.go index 8b131d070..fe185a569 100644 --- a/x/finality/keeper/keeper.go +++ b/x/finality/keeper/keeper.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) type ( diff --git a/x/finality/keeper/liveness.go b/x/finality/keeper/liveness.go index ae2fbb5db..59cf453cc 100644 --- a/x/finality/keeper/liveness.go +++ b/x/finality/keeper/liveness.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/types" - finalitytypes "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/types" + finalitytypes "github.com/babylonlabs-io/babylon/x/finality/types" ) // HandleLiveness handles liveness of each active finality provider for a given height diff --git a/x/finality/keeper/liveness_test.go b/x/finality/keeper/liveness_test.go index 563cba5ee..da92702e5 100644 --- a/x/finality/keeper/liveness_test.go +++ b/x/finality/keeper/liveness_test.go @@ -7,10 +7,10 @@ import ( "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) func FuzzHandleLiveness(f *testing.F) { diff --git a/x/finality/keeper/msg_server.go b/x/finality/keeper/msg_server.go index f0cd17b80..3576f7cd1 100644 --- a/x/finality/keeper/msg_server.go +++ b/x/finality/keeper/msg_server.go @@ -7,9 +7,9 @@ import ( "time" errorsmod "cosmossdk.io/errors" - bbn "github.com/babylonchain/babylon/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" - "github.com/babylonchain/babylon/x/finality/types" + bbn "github.com/babylonlabs-io/babylon/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" diff --git a/x/finality/keeper/msg_server_test.go b/x/finality/keeper/msg_server_test.go index 1401db82e..231ef895e 100644 --- a/x/finality/keeper/msg_server_test.go +++ b/x/finality/keeper/msg_server_test.go @@ -7,12 +7,12 @@ import ( "time" "cosmossdk.io/core/header" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - bbn "github.com/babylonchain/babylon/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" - "github.com/babylonchain/babylon/x/finality/keeper" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/finality/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) diff --git a/x/finality/keeper/params.go b/x/finality/keeper/params.go index 15241fefc..7ee128b5f 100644 --- a/x/finality/keeper/params.go +++ b/x/finality/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) // SetParams sets the x/finality module parameters. diff --git a/x/finality/keeper/params_test.go b/x/finality/keeper/params_test.go index b34d260d5..649fd3eda 100644 --- a/x/finality/keeper/params_test.go +++ b/x/finality/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/finality/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/stretchr/testify/require" ) diff --git a/x/finality/keeper/public_randomness.go b/x/finality/keeper/public_randomness.go index a46a630fd..68cb87e84 100644 --- a/x/finality/keeper/public_randomness.go +++ b/x/finality/keeper/public_randomness.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" "cosmossdk.io/store/prefix" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/finality/keeper/query.go b/x/finality/keeper/query.go index 8d23eb5b1..43483804f 100644 --- a/x/finality/keeper/query.go +++ b/x/finality/keeper/query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/finality/keeper/query_params.go b/x/finality/keeper/query_params.go index 6d3d896f0..a24021da4 100644 --- a/x/finality/keeper/query_params.go +++ b/x/finality/keeper/query_params.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/x/finality/keeper/query_params_test.go b/x/finality/keeper/query_params_test.go index 857747a54..2bdbfcc07 100644 --- a/x/finality/keeper/query_params_test.go +++ b/x/finality/keeper/query_params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/finality/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/stretchr/testify/require" ) diff --git a/x/finality/keeper/signing_info.go b/x/finality/keeper/signing_info.go index 80d80cc82..85fb5f605 100644 --- a/x/finality/keeper/signing_info.go +++ b/x/finality/keeper/signing_info.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" "github.com/bits-and-blooms/bitset" - bbntypes "github.com/babylonchain/babylon/types" - finalitytypes "github.com/babylonchain/babylon/x/finality/types" + bbntypes "github.com/babylonlabs-io/babylon/types" + finalitytypes "github.com/babylonlabs-io/babylon/x/finality/types" ) // GetMissedBlockBitmapValue returns true if a finality provider missed signing diff --git a/x/finality/keeper/tallying.go b/x/finality/keeper/tallying.go index 6a10d4afa..9af4c6fec 100644 --- a/x/finality/keeper/tallying.go +++ b/x/finality/keeper/tallying.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/finality/keeper/tallying_bench_test.go b/x/finality/keeper/tallying_bench_test.go index 1e93139d9..abe4c38ca 100644 --- a/x/finality/keeper/tallying_bench_test.go +++ b/x/finality/keeper/tallying_bench_test.go @@ -8,11 +8,11 @@ import ( "testing" "time" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - bbn "github.com/babylonchain/babylon/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) diff --git a/x/finality/keeper/tallying_test.go b/x/finality/keeper/tallying_test.go index 6605afc50..881985136 100644 --- a/x/finality/keeper/tallying_test.go +++ b/x/finality/keeper/tallying_test.go @@ -5,12 +5,12 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - bbn "github.com/babylonchain/babylon/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" - "github.com/babylonchain/babylon/x/finality/keeper" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/finality/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" diff --git a/x/finality/keeper/votes.go b/x/finality/keeper/votes.go index ffc13a8dc..8014fa751 100644 --- a/x/finality/keeper/votes.go +++ b/x/finality/keeper/votes.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" "cosmossdk.io/store/prefix" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/finality/keeper/votes_bench_test.go b/x/finality/keeper/votes_bench_test.go index ec35ffcdc..2f78a75c4 100644 --- a/x/finality/keeper/votes_bench_test.go +++ b/x/finality/keeper/votes_bench_test.go @@ -8,11 +8,11 @@ import ( "time" "cosmossdk.io/core/header" - "github.com/babylonchain/babylon/testutil/datagen" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/finality/keeper" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/finality/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) diff --git a/x/finality/module.go b/x/finality/module.go index 81a1f8df0..1ab4e359e 100644 --- a/x/finality/module.go +++ b/x/finality/module.go @@ -11,9 +11,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/babylonchain/babylon/x/finality/client/cli" - "github.com/babylonchain/babylon/x/finality/keeper" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/client/cli" + "github.com/babylonlabs-io/babylon/x/finality/keeper" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/finality/types/events.go b/x/finality/types/events.go index 6e16582b4..6c6f400ca 100644 --- a/x/finality/types/events.go +++ b/x/finality/types/events.go @@ -1,6 +1,6 @@ package types -import "github.com/babylonchain/babylon/types" +import "github.com/babylonlabs-io/babylon/types" func NewEventSlashedFinalityProvider(evidence *Evidence) *EventSlashedFinalityProvider { return &EventSlashedFinalityProvider{ diff --git a/x/finality/types/events.pb.go b/x/finality/types/events.pb.go index 1f7fdd4b7..b6d9a35f6 100644 --- a/x/finality/types/events.pb.go +++ b/x/finality/types/events.pb.go @@ -172,7 +172,7 @@ func init() { func init() { proto.RegisterFile("babylon/finality/v1/events.proto", fileDescriptor_c34c03aae5e3e6bf) } var fileDescriptor_c34c03aae5e3e6bf = []byte{ - // 250 bytes of a gzipped FileDescriptorProto + // 252 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x48, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0x4f, 0xcb, 0xcc, 0x4b, 0xcc, 0xc9, 0x2c, 0xa9, 0xd4, 0x2f, 0x33, 0xd4, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0x29, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, 0xaa, @@ -183,12 +183,12 @@ var fileDescriptor_c34c03aae5e3e6bf = []byte{ 0x51, 0x10, 0x5c, 0xb9, 0x92, 0x1b, 0x97, 0x2a, 0xd4, 0xe8, 0xd2, 0xf4, 0xf4, 0xcc, 0xe2, 0x0c, 0x74, 0xb3, 0x5d, 0x52, 0x4b, 0x52, 0x93, 0x4b, 0x52, 0x53, 0x84, 0x64, 0xb9, 0xb8, 0x0a, 0x4a, 0x93, 0x72, 0x32, 0x93, 0xe3, 0xb3, 0x53, 0x2b, 0xc1, 0xb6, 0x70, 0x06, 0x71, 0x42, 0x44, 0xbc, - 0x53, 0x2b, 0x09, 0x9a, 0x13, 0x94, 0x5a, 0x96, 0x5a, 0x44, 0xd8, 0x1c, 0x27, 0xaf, 0x13, 0x8f, + 0x53, 0x2b, 0x09, 0x9a, 0x13, 0x94, 0x5a, 0x96, 0x5a, 0x44, 0xd8, 0x1c, 0x27, 0x9f, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, - 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x32, 0x48, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, - 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x7a, 0x2e, 0x39, 0x23, 0x31, 0x33, 0x0f, 0xc6, 0xd1, 0xaf, 0x40, - 0x04, 0x61, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0xf4, 0x8c, 0x01, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x62, 0xf7, 0x2c, 0xf5, 0x9a, 0x01, 0x00, 0x00, + 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x32, 0x4a, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, + 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x7a, 0x2e, 0x27, 0x31, 0xa9, 0x58, 0x37, 0x33, 0x1f, 0xc6, 0xd5, + 0xaf, 0x40, 0x04, 0x62, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0xfc, 0x8c, 0x01, 0x01, + 0x00, 0x00, 0xff, 0xff, 0x58, 0x3c, 0x4f, 0x58, 0x9c, 0x01, 0x00, 0x00, } func (m *EventSlashedFinalityProvider) Marshal() (dAtA []byte, err error) { diff --git a/x/finality/types/expected_keepers.go b/x/finality/types/expected_keepers.go index 1be3bdab0..f4d6e58d9 100644 --- a/x/finality/types/expected_keepers.go +++ b/x/finality/types/expected_keepers.go @@ -3,8 +3,8 @@ package types import ( "context" - bbn "github.com/babylonchain/babylon/types" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" + bbn "github.com/babylonlabs-io/babylon/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" ) type BTCStakingKeeper interface { diff --git a/x/finality/types/finality.go b/x/finality/types/finality.go index 9c40441a9..1338273cf 100644 --- a/x/finality/types/finality.go +++ b/x/finality/types/finality.go @@ -4,7 +4,7 @@ import ( "bytes" "fmt" - "github.com/babylonchain/babylon/crypto/eots" + "github.com/babylonlabs-io/babylon/crypto/eots" "github.com/btcsuite/btcd/btcec/v2" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/finality/types/finality.pb.go b/x/finality/types/finality.pb.go index 466fe2bd9..8d2eb5f4b 100644 --- a/x/finality/types/finality.pb.go +++ b/x/finality/types/finality.pb.go @@ -5,7 +5,7 @@ package types import ( fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" io "io" @@ -160,11 +160,11 @@ func (m *PubRandCommit) GetCommitment() []byte { // signatures with correct public randomness on two conflicting Babylon headers type Evidence struct { // fp_btc_pk is the BTC PK of the finality provider that casts this vote - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // block_height is the height of the conflicting blocks BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // pub_rand is the public randomness the finality provider has committed to - PubRand *github_com_babylonchain_babylon_types.SchnorrPubRand `protobuf:"bytes,3,opt,name=pub_rand,json=pubRand,proto3,customtype=github.com/babylonchain/babylon/types.SchnorrPubRand" json:"pub_rand,omitempty"` + PubRand *github_com_babylonlabs_io_babylon_types.SchnorrPubRand `protobuf:"bytes,3,opt,name=pub_rand,json=pubRand,proto3,customtype=github.com/babylonlabs-io/babylon/types.SchnorrPubRand" json:"pub_rand,omitempty"` // canonical_app_hash is the AppHash of the canonical block CanonicalAppHash []byte `protobuf:"bytes,4,opt,name=canonical_app_hash,json=canonicalAppHash,proto3" json:"canonical_app_hash,omitempty"` // fork_app_hash is the AppHash of the fork block @@ -173,10 +173,10 @@ type Evidence struct { // where finality signature is an EOTS signature, i.e., // the `s` in a Schnorr signature `(r, s)` // `r` is the public randomness that is already committed by the finality provider - CanonicalFinalitySig *github_com_babylonchain_babylon_types.SchnorrEOTSSig `protobuf:"bytes,6,opt,name=canonical_finality_sig,json=canonicalFinalitySig,proto3,customtype=github.com/babylonchain/babylon/types.SchnorrEOTSSig" json:"canonical_finality_sig,omitempty"` + CanonicalFinalitySig *github_com_babylonlabs_io_babylon_types.SchnorrEOTSSig `protobuf:"bytes,6,opt,name=canonical_finality_sig,json=canonicalFinalitySig,proto3,customtype=github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" json:"canonical_finality_sig,omitempty"` // fork_finality_sig is the finality signature to the fork block // where finality signature is an EOTS signature - ForkFinalitySig *github_com_babylonchain_babylon_types.SchnorrEOTSSig `protobuf:"bytes,7,opt,name=fork_finality_sig,json=forkFinalitySig,proto3,customtype=github.com/babylonchain/babylon/types.SchnorrEOTSSig" json:"fork_finality_sig,omitempty"` + ForkFinalitySig *github_com_babylonlabs_io_babylon_types.SchnorrEOTSSig `protobuf:"bytes,7,opt,name=fork_finality_sig,json=forkFinalitySig,proto3,customtype=github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" json:"fork_finality_sig,omitempty"` } func (m *Evidence) Reset() { *m = Evidence{} } @@ -237,7 +237,7 @@ func (m *Evidence) GetForkAppHash() []byte { // liveness activity. type FinalityProviderSigningInfo struct { // fp_btc_pk is the BTC PK of the finality provider that casts this vote - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // start_height is the block height at which finality provider become active StartHeight int64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` // missed_blocks_counter defines a counter to avoid unnecessary array reads. @@ -304,41 +304,41 @@ func init() { } var fileDescriptor_ca5b87e52e3e6d02 = []byte{ - // 533 bytes of a gzipped FileDescriptorProto + // 539 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0x4d, 0x6f, 0xd3, 0x30, - 0x18, 0x6e, 0x68, 0x69, 0x3b, 0x37, 0x13, 0x90, 0x8d, 0xa9, 0x7c, 0x28, 0x2b, 0x39, 0xf5, 0x80, - 0xda, 0x7d, 0x09, 0x71, 0x25, 0xd3, 0xd0, 0x0a, 0x07, 0x2a, 0x87, 0x13, 0x17, 0xcb, 0x71, 0xdc, - 0xc4, 0x6a, 0x63, 0x5b, 0x89, 0x53, 0xad, 0xfc, 0x0a, 0x7e, 0xd6, 0x8e, 0x3b, 0xa2, 0x1d, 0x26, - 0xd4, 0xfe, 0x0f, 0x84, 0xe2, 0xa4, 0xe9, 0x7a, 0x02, 0x81, 0xb8, 0xc5, 0xef, 0xfb, 0xea, 0xf9, - 0x78, 0xfd, 0x38, 0xc0, 0xf1, 0xb1, 0xbf, 0x98, 0x09, 0x3e, 0x9c, 0x30, 0x8e, 0x67, 0x4c, 0x2d, - 0x86, 0xf3, 0xe3, 0xea, 0x7b, 0x20, 0x13, 0xa1, 0x84, 0xb5, 0x57, 0xce, 0x0c, 0xaa, 0xfa, 0xfc, - 0xf8, 0xf9, 0x7e, 0x28, 0x42, 0xa1, 0xfb, 0xc3, 0xfc, 0xab, 0x18, 0x75, 0x10, 0x30, 0x47, 0x3c, - 0xa0, 0x57, 0x34, 0x70, 0x67, 0x82, 0x4c, 0xad, 0x03, 0xd0, 0x8c, 0x28, 0x0b, 0x23, 0xd5, 0x35, - 0x7a, 0x46, 0xbf, 0x01, 0xcb, 0x93, 0xf5, 0x0c, 0xb4, 0xb1, 0x94, 0x28, 0xc2, 0x69, 0xd4, 0x7d, - 0xd0, 0x33, 0xfa, 0x26, 0x6c, 0x61, 0x29, 0x2f, 0x71, 0x1a, 0x59, 0x2f, 0xc1, 0x4e, 0xc1, 0xf3, - 0x95, 0x06, 0xdd, 0x7a, 0xcf, 0xe8, 0xb7, 0xe1, 0xa6, 0xe0, 0x28, 0xb0, 0x3b, 0xce, 0x7c, 0x88, - 0x79, 0x70, 0x2e, 0xe2, 0x98, 0x29, 0xeb, 0x15, 0x30, 0x53, 0x85, 0x13, 0x85, 0xb6, 0x78, 0x3a, - 0xba, 0x76, 0x59, 0x90, 0xf5, 0x80, 0xc9, 0xb3, 0x18, 0xc9, 0xcc, 0x47, 0x09, 0xe6, 0x81, 0x26, - 0x6c, 0x40, 0xc0, 0xb3, 0xb8, 0x84, 0xb2, 0x6c, 0x00, 0x88, 0x86, 0x8b, 0x29, 0x57, 0x9a, 0xd4, - 0x84, 0xf7, 0x2a, 0xce, 0xcf, 0x3a, 0x68, 0x5f, 0xcc, 0x59, 0x40, 0x39, 0xa1, 0x16, 0x04, 0x3b, - 0x13, 0x89, 0x7c, 0x45, 0x90, 0x9c, 0x6a, 0x3a, 0xd3, 0x7d, 0x73, 0x7b, 0x77, 0x78, 0x12, 0x32, - 0x15, 0x65, 0xfe, 0x80, 0x88, 0x78, 0x58, 0x2e, 0x8c, 0x44, 0x98, 0xf1, 0xf5, 0x61, 0xa8, 0x16, - 0x92, 0xa6, 0x03, 0x77, 0x34, 0x3e, 0x3d, 0x3b, 0x1a, 0x67, 0xfe, 0x47, 0xba, 0x80, 0xad, 0x89, - 0x74, 0x15, 0x19, 0x4f, 0x73, 0x17, 0x7e, 0xbe, 0xb0, 0xb5, 0x8b, 0x42, 0x62, 0x47, 0xd7, 0x4a, - 0x17, 0x1e, 0x68, 0x57, 0x0e, 0xb4, 0x42, 0xf7, 0xed, 0xed, 0xdd, 0xe1, 0xd9, 0x9f, 0xb1, 0x7a, - 0x24, 0xe2, 0x22, 0x49, 0x4a, 0xbf, 0xb0, 0x25, 0x4b, 0xe3, 0xaf, 0x81, 0x45, 0x30, 0x17, 0x9c, - 0x11, 0x3c, 0x43, 0xd5, 0x8d, 0x34, 0xf4, 0x02, 0x1e, 0x57, 0x9d, 0x77, 0xe5, 0xd5, 0x38, 0x60, - 0x77, 0x22, 0x92, 0xe9, 0x66, 0xf0, 0xa1, 0x1e, 0xec, 0xe4, 0xc5, 0xf5, 0x0c, 0x07, 0x07, 0x1b, - 0xc4, 0x75, 0x60, 0x50, 0xca, 0xc2, 0x6e, 0xf3, 0x2f, 0x45, 0x5f, 0x7c, 0xfa, 0xec, 0x79, 0x2c, - 0x84, 0xfb, 0x15, 0xee, 0xfb, 0x12, 0xd6, 0x63, 0xa1, 0x15, 0x80, 0x27, 0x5a, 0xd3, 0x16, 0x55, - 0xeb, 0x1f, 0xa9, 0x1e, 0xe5, 0x90, 0xf7, 0x58, 0x9c, 0x6b, 0x03, 0xbc, 0x58, 0x9f, 0xc7, 0x89, - 0xc8, 0xa3, 0x90, 0x78, 0x2c, 0xe4, 0x8c, 0x87, 0x23, 0x3e, 0x11, 0xff, 0x2b, 0x13, 0x5b, 0xc9, - 0xce, 0x33, 0x51, 0xdf, 0x4e, 0xf6, 0x09, 0x78, 0x1a, 0xb3, 0x34, 0xa5, 0x01, 0xd2, 0x49, 0x49, - 0x11, 0x11, 0x19, 0x57, 0x34, 0xd1, 0x01, 0xa9, 0xc3, 0xbd, 0xa2, 0xa9, 0x9f, 0x62, 0x7a, 0x5e, - 0xb4, 0xdc, 0x0f, 0xd7, 0x4b, 0xdb, 0xb8, 0x59, 0xda, 0xc6, 0x8f, 0xa5, 0x6d, 0x7c, 0x5b, 0xd9, - 0xb5, 0x9b, 0x95, 0x5d, 0xfb, 0xbe, 0xb2, 0x6b, 0x5f, 0x8e, 0x7e, 0xa7, 0xf6, 0x6a, 0xf3, 0x97, - 0xd0, 0xc2, 0xfd, 0xa6, 0x7e, 0xf5, 0xa7, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x32, 0x14, - 0xff, 0x46, 0x04, 0x00, 0x00, + 0x18, 0x6e, 0x68, 0x69, 0x3b, 0x37, 0x13, 0x90, 0x8d, 0xa9, 0x7c, 0x28, 0x2b, 0x39, 0xf5, 0x00, + 0x2d, 0xfb, 0x10, 0x42, 0xdc, 0xc8, 0x34, 0xb4, 0x0a, 0x24, 0xaa, 0x74, 0x5c, 0xb8, 0x58, 0x4e, + 0xe2, 0x24, 0x56, 0x1b, 0xdb, 0x8a, 0x9d, 0x6a, 0xe5, 0x07, 0x70, 0xe6, 0x67, 0x21, 0x4e, 0x3b, + 0xa2, 0x1d, 0x26, 0xd4, 0xfe, 0x11, 0x14, 0xe7, 0xa3, 0xeb, 0x09, 0x04, 0xda, 0x2d, 0x7e, 0xdf, + 0x57, 0xcf, 0xc7, 0xeb, 0x27, 0x06, 0x96, 0x8b, 0xdc, 0xc5, 0x8c, 0xd1, 0x61, 0x40, 0x28, 0x9a, + 0x11, 0xb9, 0x18, 0xce, 0x0f, 0xaa, 0xef, 0x01, 0x4f, 0x98, 0x64, 0xc6, 0x4e, 0x31, 0x33, 0xa8, + 0xea, 0xf3, 0x83, 0xc7, 0xbb, 0x21, 0x0b, 0x99, 0xea, 0x0f, 0xb3, 0xaf, 0x7c, 0xd4, 0x82, 0x40, + 0x1f, 0x51, 0x1f, 0x5f, 0x60, 0xdf, 0x9e, 0x31, 0x6f, 0x6a, 0xec, 0x81, 0x66, 0x84, 0x49, 0x18, + 0xc9, 0xae, 0xd6, 0xd3, 0xfa, 0x0d, 0xa7, 0x38, 0x19, 0x8f, 0x40, 0x1b, 0x71, 0x0e, 0x23, 0x24, + 0xa2, 0xee, 0x9d, 0x9e, 0xd6, 0xd7, 0x9d, 0x16, 0xe2, 0xfc, 0x0c, 0x89, 0xc8, 0x78, 0x0a, 0xb6, + 0x72, 0x9e, 0x2f, 0xd8, 0xef, 0xd6, 0x7b, 0x5a, 0xbf, 0xed, 0xac, 0x0b, 0x96, 0x04, 0xdb, 0xe3, + 0xd4, 0x75, 0x10, 0xf5, 0x4f, 0x58, 0x1c, 0x13, 0x69, 0x3c, 0x03, 0xba, 0x90, 0x28, 0x91, 0x70, + 0x83, 0xa7, 0xa3, 0x6a, 0x67, 0x39, 0x59, 0x0f, 0xe8, 0x34, 0x8d, 0x21, 0x4f, 0x5d, 0x98, 0x20, + 0xea, 0x2b, 0xc2, 0x86, 0x03, 0x68, 0x1a, 0x17, 0x50, 0x86, 0x09, 0x80, 0xa7, 0xe0, 0x62, 0x4c, + 0xa5, 0x22, 0xd5, 0x9d, 0x1b, 0x15, 0xeb, 0x6b, 0x03, 0xb4, 0x4f, 0xe7, 0xc4, 0xc7, 0xd4, 0xc3, + 0xc6, 0x39, 0xd8, 0x0a, 0x38, 0x74, 0xa5, 0x07, 0xf9, 0x54, 0xd1, 0xe9, 0xf6, 0xeb, 0xab, 0xeb, + 0xfd, 0xe3, 0x90, 0xc8, 0x28, 0x75, 0x07, 0x1e, 0x8b, 0x87, 0xc5, 0xc2, 0x66, 0xc8, 0x15, 0x2f, + 0x08, 0x2b, 0x8f, 0x43, 0xb9, 0xe0, 0x58, 0x0c, 0xec, 0xd1, 0xf8, 0xe8, 0xf8, 0xe5, 0x38, 0x75, + 0xdf, 0xe3, 0x85, 0xd3, 0x0a, 0xb8, 0x2d, 0xbd, 0xf1, 0x34, 0xf3, 0xe1, 0x66, 0x2b, 0x2b, 0x7d, + 0xe4, 0x22, 0x3b, 0xaa, 0x56, 0xf8, 0xf8, 0x04, 0xda, 0x95, 0x07, 0xa5, 0xd1, 0x7e, 0x73, 0x75, + 0xbd, 0xff, 0xea, 0x6f, 0x79, 0x27, 0x5e, 0x44, 0x59, 0x92, 0x14, 0x9e, 0x9d, 0x16, 0x2f, 0xcc, + 0x3f, 0x07, 0x86, 0x87, 0x28, 0xa3, 0xc4, 0x43, 0x33, 0x58, 0xdd, 0x4a, 0x43, 0x2d, 0xe1, 0x7e, + 0xd5, 0x79, 0x5b, 0x5c, 0x8f, 0x05, 0xb6, 0x03, 0x96, 0x4c, 0xd7, 0x83, 0x77, 0xd5, 0x60, 0x27, + 0x2b, 0x96, 0x33, 0x1c, 0xec, 0xad, 0x11, 0xcb, 0xd0, 0x40, 0x41, 0xc2, 0x6e, 0xf3, 0x9f, 0x65, + 0x9f, 0x7e, 0x3c, 0x9f, 0x4c, 0x48, 0xe8, 0xec, 0x56, 0xc8, 0xef, 0x0a, 0xe0, 0x09, 0x09, 0x8d, + 0x00, 0x3c, 0x50, 0xaa, 0x36, 0xc8, 0x5a, 0xff, 0x4d, 0x76, 0x2f, 0x03, 0xbd, 0xc1, 0x63, 0xfd, + 0xd0, 0xc0, 0x93, 0xf2, 0x3c, 0x4e, 0x58, 0x16, 0x89, 0x64, 0x42, 0x42, 0x4a, 0x68, 0x38, 0xa2, + 0x01, 0xbb, 0xbd, 0x6c, 0x6c, 0x64, 0x3c, 0xcb, 0x46, 0x7d, 0x33, 0xe3, 0x87, 0xe0, 0x61, 0x4c, + 0x84, 0xc0, 0x3e, 0x54, 0x89, 0x11, 0xd0, 0x63, 0x29, 0x95, 0x38, 0x51, 0x41, 0xa9, 0x3b, 0x3b, + 0x79, 0x53, 0xfd, 0x94, 0xe2, 0x24, 0x6f, 0xd9, 0x1f, 0xbe, 0x2f, 0x4d, 0xed, 0x72, 0x69, 0x6a, + 0xbf, 0x96, 0xa6, 0xf6, 0x6d, 0x65, 0xd6, 0x2e, 0x57, 0x66, 0xed, 0xe7, 0xca, 0xac, 0x7d, 0x3e, + 0xfc, 0xb3, 0xde, 0x8b, 0xf5, 0x8b, 0xa1, 0xa4, 0xbb, 0x4d, 0xf5, 0x02, 0x1c, 0xfd, 0x0e, 0x00, + 0x00, 0xff, 0xff, 0xb1, 0x31, 0x31, 0x81, 0x52, 0x04, 0x00, 0x00, } func (m *IndexedBlock) Marshal() (dAtA []byte, err error) { @@ -974,7 +974,7 @@ func (m *Evidence) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1028,7 +1028,7 @@ func (m *Evidence) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.SchnorrPubRand + var v github_com_babylonlabs_io_babylon_types.SchnorrPubRand m.PubRand = &v if err := m.PubRand.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1131,7 +1131,7 @@ func (m *Evidence) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.SchnorrEOTSSig + var v github_com_babylonlabs_io_babylon_types.SchnorrEOTSSig m.CanonicalFinalitySig = &v if err := m.CanonicalFinalitySig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1166,7 +1166,7 @@ func (m *Evidence) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.SchnorrEOTSSig + var v github_com_babylonlabs_io_babylon_types.SchnorrEOTSSig m.ForkFinalitySig = &v if err := m.ForkFinalitySig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1251,7 +1251,7 @@ func (m *FinalityProviderSigningInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/finality/types/genesis.pb.go b/x/finality/types/genesis.pb.go index 596eaf57b..6707ca5ab 100644 --- a/x/finality/types/genesis.pb.go +++ b/x/finality/types/genesis.pb.go @@ -5,7 +5,7 @@ package types import ( fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" io "io" @@ -141,10 +141,10 @@ type VoteSig struct { // block_height is the height of the voted block. BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // fp_btc_pk is the BTC PK of the finality provider that casts this vote - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // finality_sig is the finality signature to this block // where finality signature is an EOTS signature, i.e. - FinalitySig *github_com_babylonchain_babylon_types.SchnorrEOTSSig `protobuf:"bytes,3,opt,name=finality_sig,json=finalitySig,proto3,customtype=github.com/babylonchain/babylon/types.SchnorrEOTSSig" json:"finality_sig,omitempty"` + FinalitySig *github_com_babylonlabs_io_babylon_types.SchnorrEOTSSig `protobuf:"bytes,3,opt,name=finality_sig,json=finalitySig,proto3,customtype=github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" json:"finality_sig,omitempty"` } func (m *VoteSig) Reset() { *m = VoteSig{} } @@ -192,9 +192,9 @@ type PublicRandomness struct { // block_height is the height of block which the finality provider submited public randomness. BlockHeight uint64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // fp_btc_pk is the BTC PK of the finality provider that casts this vote. - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // pub_rand is the public randomness the finality provider has committed to. - PubRand *github_com_babylonchain_babylon_types.SchnorrPubRand `protobuf:"bytes,3,opt,name=pub_rand,json=pubRand,proto3,customtype=github.com/babylonchain/babylon/types.SchnorrPubRand" json:"pub_rand,omitempty"` + PubRand *github_com_babylonlabs_io_babylon_types.SchnorrPubRand `protobuf:"bytes,3,opt,name=pub_rand,json=pubRand,proto3,customtype=github.com/babylonlabs-io/babylon/types.SchnorrPubRand" json:"pub_rand,omitempty"` } func (m *PublicRandomness) Reset() { *m = PublicRandomness{} } @@ -240,7 +240,7 @@ func (m *PublicRandomness) GetBlockHeight() uint64 { // PubRandCommitWithPK is the public randomness commitment with the finality provider's BTC public key type PubRandCommitWithPK struct { // fp_btc_pk is the BTC PK of the finality provider that commits the public randomness - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // pub_rand_commit is the public randomness commitment PubRandCommit *PubRandCommit `protobuf:"bytes,2,opt,name=pub_rand_commit,json=pubRandCommit,proto3" json:"pub_rand_commit,omitempty"` } @@ -288,7 +288,7 @@ func (m *PubRandCommitWithPK) GetPubRandCommit() *PubRandCommit { // SigningInfo stores finality provider signing info of corresponding BTC public key. type SigningInfo struct { // fp_btc_pk is the BTC PK of the finality provider - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // fp_signing_info represents the signing info of this finality provider. FpSigningInfo FinalityProviderSigningInfo `protobuf:"bytes,2,opt,name=fp_signing_info,json=fpSigningInfo,proto3" json:"fp_signing_info"` } @@ -337,7 +337,7 @@ func (m *SigningInfo) GetFpSigningInfo() FinalityProviderSigningInfo { // BTC public key. type FinalityProviderMissedBlocks struct { // fp_btc_pk is the BTC PK of the finality provider - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // missed_blocks is an array of missed blocks by the finality provider. MissedBlocks []MissedBlock `protobuf:"bytes,2,rep,name=missed_blocks,json=missedBlocks,proto3" json:"missed_blocks"` } @@ -450,51 +450,51 @@ func init() { func init() { proto.RegisterFile("babylon/finality/v1/genesis.proto", fileDescriptor_52dc577f74d797d1) } var fileDescriptor_52dc577f74d797d1 = []byte{ - // 689 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x95, 0x5f, 0x6b, 0xdb, 0x3c, - 0x14, 0xc6, 0xe3, 0x24, 0x4d, 0x52, 0x25, 0x79, 0xdb, 0x57, 0x2d, 0x2f, 0xa6, 0x6f, 0x97, 0xa6, - 0x86, 0x41, 0xae, 0x9c, 0xfe, 0x63, 0xac, 0xf4, 0x2e, 0xa3, 0x5b, 0xdb, 0x30, 0x66, 0xe4, 0xb1, - 0xc1, 0x36, 0x66, 0x6c, 0x47, 0x76, 0x44, 0x63, 0xcb, 0x58, 0x4a, 0x68, 0xbe, 0xc5, 0xbe, 0xcc, - 0xae, 0xc7, 0xee, 0x7a, 0xd9, 0xcb, 0x51, 0xb6, 0x30, 0xda, 0x2f, 0x32, 0x22, 0x3b, 0x8d, 0x97, - 0x7a, 0x6d, 0x19, 0x2b, 0xbb, 0x93, 0x4e, 0x9e, 0xf3, 0xcb, 0x39, 0xd2, 0x73, 0x64, 0xb0, 0x6e, - 0x99, 0xd6, 0xb0, 0x47, 0xfd, 0xa6, 0x43, 0x7c, 0xb3, 0x47, 0xf8, 0xb0, 0x39, 0xd8, 0x6c, 0xba, - 0xd8, 0xc7, 0x8c, 0x30, 0x35, 0x08, 0x29, 0xa7, 0x70, 0x29, 0x96, 0xa8, 0x13, 0x89, 0x3a, 0xd8, - 0x5c, 0x59, 0x76, 0xa9, 0x4b, 0xc5, 0xef, 0xcd, 0xf1, 0x2a, 0x92, 0xae, 0xd4, 0xd3, 0x68, 0x81, - 0x19, 0x9a, 0x5e, 0x0c, 0x5b, 0x51, 0xd2, 0x14, 0x57, 0x60, 0xa1, 0x51, 0xbe, 0xe6, 0x41, 0xe5, - 0x59, 0x54, 0x82, 0xce, 0x4d, 0x8e, 0xe1, 0x2e, 0x28, 0x44, 0x10, 0x59, 0xaa, 0x4b, 0x8d, 0xf2, - 0xd6, 0xff, 0x6a, 0x4a, 0x49, 0xaa, 0x26, 0x24, 0xad, 0xfc, 0xe9, 0x68, 0x2d, 0x83, 0xe2, 0x04, - 0x78, 0x00, 0xfe, 0x21, 0x7e, 0x07, 0x9f, 0xe0, 0x8e, 0x61, 0xf5, 0xa8, 0x7d, 0xcc, 0xe4, 0x6c, - 0x3d, 0xd7, 0x28, 0x6f, 0xad, 0xa7, 0x22, 0x0e, 0x23, 0x69, 0x6b, 0xac, 0x44, 0x55, 0x92, 0xd8, - 0x31, 0xb8, 0x07, 0xe6, 0xf1, 0x80, 0x74, 0xb0, 0x6f, 0x63, 0x26, 0xe7, 0x04, 0xe4, 0x41, 0x2a, - 0x64, 0x3f, 0x56, 0xa1, 0xa9, 0x1e, 0xee, 0x82, 0xf9, 0x01, 0xe5, 0xd8, 0x60, 0xc4, 0x65, 0x72, - 0x5e, 0x24, 0xaf, 0xa6, 0x26, 0xbf, 0xa2, 0x1c, 0xeb, 0xc4, 0x45, 0xa5, 0x41, 0xb4, 0x60, 0x10, - 0x81, 0x7f, 0x83, 0xbe, 0xd5, 0x23, 0xb6, 0x11, 0x9a, 0x7e, 0x87, 0x7a, 0x3e, 0x66, 0x4c, 0x9e, - 0x13, 0x88, 0x87, 0xe9, 0xe7, 0x20, 0xd4, 0xe8, 0x4a, 0x8c, 0x16, 0x83, 0x99, 0x08, 0xd4, 0xc0, - 0x42, 0xd0, 0xb7, 0x04, 0xd0, 0xb0, 0xa9, 0xe7, 0x11, 0x2e, 0x17, 0x04, 0xb1, 0xf1, 0x2b, 0xe2, - 0x38, 0xf9, 0x89, 0x50, 0xbe, 0x26, 0xbc, 0xab, 0xb5, 0x51, 0x35, 0x48, 0x06, 0x61, 0x1b, 0x54, - 0x19, 0x71, 0x7d, 0xe2, 0xbb, 0x06, 0xf1, 0x1d, 0xca, 0xe4, 0xa2, 0xe0, 0xd5, 0x53, 0x79, 0x7a, - 0xa4, 0x3c, 0xf4, 0x1d, 0x1a, 0x5f, 0x57, 0x85, 0x4d, 0x43, 0x0c, 0xbe, 0x03, 0x55, 0x8f, 0x30, - 0x36, 0xbd, 0xb3, 0x92, 0x80, 0x6d, 0xa6, 0xc2, 0x9e, 0xc6, 0x6b, 0x2d, 0xa4, 0xe3, 0xe3, 0x0e, - 0x9f, 0x8b, 0xcc, 0xe8, 0xd2, 0x26, 0x74, 0x2f, 0x11, 0x53, 0xbe, 0x49, 0xa0, 0x18, 0x1f, 0x33, - 0x5c, 0x07, 0x15, 0xf1, 0x17, 0x46, 0x17, 0x13, 0xb7, 0xcb, 0x85, 0xbf, 0xf2, 0xa8, 0x2c, 0x62, - 0x07, 0x22, 0x04, 0x11, 0x98, 0x77, 0x02, 0xc3, 0xe2, 0xb6, 0x11, 0x1c, 0xcb, 0xd9, 0xba, 0xd4, - 0xa8, 0xb4, 0x1e, 0x9d, 0x8f, 0xd6, 0xb6, 0x5c, 0xc2, 0xbb, 0x7d, 0x4b, 0xb5, 0xa9, 0xd7, 0x8c, - 0xcb, 0xb2, 0xbb, 0x26, 0xf1, 0x27, 0x9b, 0x26, 0x1f, 0x06, 0x98, 0xa9, 0xad, 0x43, 0x6d, 0x7b, - 0x67, 0x43, 0xeb, 0x5b, 0x6d, 0x3c, 0x44, 0x45, 0x27, 0x68, 0x71, 0x5b, 0x3b, 0x86, 0x6f, 0x41, - 0x65, 0xd2, 0xc2, 0xd8, 0x12, 0x72, 0x4e, 0x60, 0x1f, 0x9f, 0x8f, 0xd6, 0x76, 0xee, 0x86, 0xd5, - 0xed, 0xae, 0x4f, 0xc3, 0x70, 0xff, 0xc5, 0x4b, 0x7d, 0xec, 0x96, 0xf2, 0x84, 0xa6, 0x13, 0x57, - 0x19, 0x49, 0x60, 0x71, 0xd6, 0x03, 0x7f, 0xab, 0x51, 0x1d, 0x94, 0x26, 0x46, 0xfb, 0xed, 0x26, - 0x63, 0xf7, 0xa1, 0x62, 0xec, 0x38, 0xe5, 0xa3, 0x04, 0x96, 0x52, 0x2c, 0xf9, 0x73, 0x03, 0xd2, - 0x9f, 0x69, 0xe0, 0xe8, 0xfa, 0xa4, 0x64, 0xc5, 0x1b, 0xa4, 0xdc, 0x3e, 0x29, 0x33, 0x33, 0xa2, - 0x7c, 0x96, 0x40, 0x39, 0x61, 0xfd, 0x7b, 0xa9, 0xf7, 0x3d, 0x58, 0x70, 0x02, 0x23, 0x39, 0x8a, - 0x71, 0xbd, 0x1b, 0x77, 0x1a, 0x9e, 0xeb, 0x93, 0x59, 0x75, 0x82, 0x44, 0x50, 0xf9, 0x24, 0x81, - 0xd5, 0x9b, 0x26, 0xee, 0x5e, 0x9a, 0x6a, 0xcf, 0xbe, 0x07, 0xd9, 0x1b, 0x1e, 0x97, 0x44, 0x35, - 0xa9, 0xe3, 0xbf, 0x07, 0xca, 0x09, 0x09, 0x5c, 0x06, 0x73, 0xe2, 0x9d, 0x17, 0xb5, 0xe6, 0x50, - 0xb4, 0x81, 0xff, 0x81, 0x42, 0x94, 0x24, 0x4e, 0xaf, 0x84, 0xe2, 0x5d, 0xeb, 0xe8, 0xf4, 0xa2, - 0x26, 0x9d, 0x5d, 0xd4, 0xa4, 0xef, 0x17, 0x35, 0xe9, 0xc3, 0x65, 0x2d, 0x73, 0x76, 0x59, 0xcb, - 0x7c, 0xb9, 0xac, 0x65, 0xde, 0x6c, 0xdc, 0xd6, 0xe0, 0xc9, 0xf4, 0x93, 0x27, 0x7a, 0xb5, 0x0a, - 0xe2, 0x6b, 0xb7, 0xfd, 0x23, 0x00, 0x00, 0xff, 0xff, 0x2a, 0x93, 0x7e, 0xf6, 0x83, 0x07, 0x00, - 0x00, + // 693 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x95, 0xcf, 0x6f, 0xd3, 0x4a, + 0x10, 0xc7, 0xe3, 0x24, 0x4d, 0xd2, 0x4d, 0xf2, 0xda, 0xb7, 0xad, 0x9e, 0xac, 0xbe, 0x92, 0xa6, + 0x96, 0x90, 0x72, 0xc1, 0xe9, 0x2f, 0x21, 0x4a, 0x6f, 0x41, 0x85, 0x96, 0x80, 0xb0, 0x36, 0x05, + 0x24, 0x04, 0x58, 0xb6, 0xb3, 0x76, 0x56, 0x8d, 0xbd, 0x96, 0x77, 0x13, 0x35, 0xff, 0x05, 0xff, + 0x0d, 0x67, 0xc4, 0xa5, 0xc7, 0x1e, 0x51, 0x85, 0x2a, 0x48, 0xff, 0x11, 0x94, 0xb5, 0xd3, 0x98, + 0xd4, 0xb4, 0x95, 0xa0, 0xe2, 0xb6, 0x3b, 0xf9, 0xce, 0x27, 0x33, 0xb3, 0x33, 0x63, 0xb0, 0x6a, + 0x1a, 0xe6, 0xa0, 0x4b, 0xbd, 0xba, 0x4d, 0x3c, 0xa3, 0x4b, 0xf8, 0xa0, 0xde, 0x5f, 0xaf, 0x3b, + 0xd8, 0xc3, 0x8c, 0x30, 0xd5, 0x0f, 0x28, 0xa7, 0x70, 0x21, 0x92, 0xa8, 0x63, 0x89, 0xda, 0x5f, + 0x5f, 0x5a, 0x74, 0xa8, 0x43, 0xc5, 0xef, 0xf5, 0xd1, 0x29, 0x94, 0x2e, 0x55, 0x93, 0x68, 0xbe, + 0x11, 0x18, 0x6e, 0x04, 0x5b, 0x52, 0x92, 0x14, 0x17, 0x60, 0xa1, 0x51, 0xbe, 0x66, 0x41, 0xe9, + 0x49, 0x18, 0x42, 0x8b, 0x1b, 0x1c, 0xc3, 0x6d, 0x90, 0x0b, 0x21, 0xb2, 0x54, 0x95, 0x6a, 0xc5, + 0x8d, 0xff, 0xd5, 0x84, 0x90, 0x54, 0x4d, 0x48, 0x1a, 0xd9, 0xe3, 0xb3, 0x95, 0x14, 0x8a, 0x1c, + 0xe0, 0x1e, 0xf8, 0x87, 0x78, 0x6d, 0x7c, 0x84, 0xdb, 0xba, 0xd9, 0xa5, 0xd6, 0x21, 0x93, 0xd3, + 0xd5, 0x4c, 0xad, 0xb8, 0xb1, 0x9a, 0x88, 0xd8, 0x0f, 0xa5, 0x8d, 0x91, 0x12, 0x95, 0x49, 0xec, + 0xc6, 0xe0, 0x0e, 0x98, 0xc5, 0x7d, 0xd2, 0xc6, 0x9e, 0x85, 0x99, 0x9c, 0x11, 0x90, 0x3b, 0x89, + 0x90, 0xdd, 0x48, 0x85, 0x26, 0x7a, 0xb8, 0x0d, 0x66, 0xfb, 0x94, 0x63, 0x9d, 0x11, 0x87, 0xc9, + 0x59, 0xe1, 0xbc, 0x9c, 0xe8, 0xfc, 0x8a, 0x72, 0xdc, 0x22, 0x0e, 0x2a, 0xf4, 0xc3, 0x03, 0x83, + 0x08, 0xfc, 0xeb, 0xf7, 0xcc, 0x2e, 0xb1, 0xf4, 0xc0, 0xf0, 0xda, 0xd4, 0xf5, 0x30, 0x63, 0xf2, + 0x8c, 0x40, 0xdc, 0x4d, 0xae, 0x83, 0x50, 0xa3, 0x0b, 0x31, 0x9a, 0xf7, 0xa7, 0x2c, 0x50, 0x03, + 0x73, 0x7e, 0xcf, 0x14, 0x40, 0xdd, 0xa2, 0xae, 0x4b, 0xb8, 0x9c, 0x13, 0xc4, 0xda, 0xaf, 0x88, + 0x23, 0xe7, 0x47, 0x42, 0xf9, 0x9a, 0xf0, 0x8e, 0xd6, 0x44, 0x65, 0x3f, 0x6e, 0x84, 0x4d, 0x50, + 0x66, 0xc4, 0xf1, 0x88, 0xe7, 0xe8, 0xc4, 0xb3, 0x29, 0x93, 0xf3, 0x82, 0x57, 0x4d, 0xe4, 0xb5, + 0x42, 0xe5, 0xbe, 0x67, 0xd3, 0xe8, 0xb9, 0x4a, 0x6c, 0x62, 0x62, 0xf0, 0x2d, 0x28, 0xbb, 0x84, + 0xb1, 0xc9, 0x9b, 0x15, 0x04, 0x6c, 0x3d, 0x11, 0xf6, 0x38, 0x3a, 0x6b, 0x01, 0x1d, 0x95, 0x3b, + 0x78, 0x2e, 0x3c, 0xc3, 0x47, 0x1b, 0xd3, 0xdd, 0x98, 0x4d, 0xf9, 0x2e, 0x81, 0x7c, 0x54, 0x66, + 0xb8, 0x0a, 0x4a, 0xe2, 0x2f, 0xf4, 0x0e, 0x26, 0x4e, 0x87, 0x8b, 0xfe, 0xca, 0xa2, 0xa2, 0xb0, + 0xed, 0x09, 0x13, 0x3c, 0x00, 0xb3, 0xb6, 0xaf, 0x9b, 0xdc, 0xd2, 0xfd, 0x43, 0x39, 0x5d, 0x95, + 0x6a, 0xa5, 0xc6, 0x83, 0xd3, 0xb3, 0x95, 0x2d, 0x87, 0xf0, 0x4e, 0xcf, 0x54, 0x2d, 0xea, 0xd6, + 0xa3, 0xb0, 0xba, 0x86, 0xc9, 0xee, 0x11, 0x3a, 0xbe, 0xd6, 0xf9, 0xc0, 0xc7, 0x4c, 0x6d, 0xec, + 0x6b, 0x9b, 0x5b, 0x6b, 0x5a, 0xcf, 0x6c, 0xe2, 0x01, 0xca, 0xdb, 0x7e, 0x83, 0x5b, 0xda, 0x21, + 0x7c, 0x07, 0x4a, 0xe3, 0x24, 0x46, 0x4d, 0x21, 0x67, 0x04, 0xf8, 0xe1, 0xe9, 0xd9, 0xca, 0xfd, + 0x9b, 0x82, 0x5b, 0x56, 0xc7, 0xa3, 0x41, 0xb0, 0xfb, 0xe2, 0xa0, 0x35, 0xea, 0x98, 0xe2, 0x98, + 0xd7, 0x22, 0x8e, 0x32, 0x94, 0xc0, 0xfc, 0x74, 0x1f, 0xfc, 0xbd, 0x64, 0x5f, 0x82, 0xc2, 0xb8, + 0xdd, 0x7e, 0x23, 0xd1, 0xa8, 0x0b, 0x51, 0x3e, 0xea, 0x3c, 0xe5, 0xa3, 0x04, 0x16, 0x12, 0x5a, + 0xf3, 0xe7, 0x24, 0xa4, 0x3f, 0x95, 0xc4, 0xd3, 0xcb, 0x33, 0x93, 0x16, 0xdb, 0x48, 0xb9, 0x7e, + 0x66, 0xa6, 0xa6, 0x45, 0xf9, 0x2c, 0x81, 0x62, 0x6c, 0x08, 0x6e, 0x29, 0xe2, 0xf7, 0x60, 0xce, + 0xf6, 0xf5, 0xf8, 0x58, 0x46, 0x11, 0xaf, 0xdd, 0x68, 0x90, 0x2e, 0x4f, 0x69, 0xd9, 0xf6, 0x63, + 0x46, 0xe5, 0x93, 0x04, 0x96, 0xaf, 0x9a, 0xbe, 0x5b, 0x4a, 0xab, 0x39, 0xbd, 0x1d, 0xd2, 0x57, + 0xac, 0x9a, 0x58, 0x3c, 0x89, 0xcb, 0x60, 0x07, 0x14, 0x63, 0x12, 0xb8, 0x08, 0x66, 0xc4, 0xd6, + 0x17, 0xd1, 0x66, 0x50, 0x78, 0x81, 0xff, 0x81, 0x5c, 0xe8, 0x24, 0xea, 0x57, 0x40, 0xd1, 0xad, + 0xf1, 0xec, 0x78, 0x58, 0x91, 0x4e, 0x86, 0x15, 0xe9, 0xdb, 0xb0, 0x22, 0x7d, 0x38, 0xaf, 0xa4, + 0x4e, 0xce, 0x2b, 0xa9, 0x2f, 0xe7, 0x95, 0xd4, 0x9b, 0x8d, 0xeb, 0x53, 0x3c, 0x9a, 0x7c, 0x02, + 0x45, 0xb6, 0x66, 0x4e, 0x7c, 0xfd, 0x36, 0x7f, 0x04, 0x00, 0x00, 0xff, 0xff, 0xae, 0x0d, 0xf5, + 0xca, 0x93, 0x07, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { @@ -1485,7 +1485,7 @@ func (m *VoteSig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1520,7 +1520,7 @@ func (m *VoteSig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.SchnorrEOTSSig + var v github_com_babylonlabs_io_babylon_types.SchnorrEOTSSig m.FinalitySig = &v if err := m.FinalitySig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1624,7 +1624,7 @@ func (m *PublicRandomness) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1659,7 +1659,7 @@ func (m *PublicRandomness) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.SchnorrPubRand + var v github_com_babylonlabs_io_babylon_types.SchnorrPubRand m.PubRand = &v if err := m.PubRand.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1744,7 +1744,7 @@ func (m *PubRandCommitWithPK) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1865,7 +1865,7 @@ func (m *SigningInfo) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1983,7 +1983,7 @@ func (m *FinalityProviderMissedBlocks) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/finality/types/genesis_test.go b/x/finality/types/genesis_test.go index 00b8b7c3e..3b1969ff6 100644 --- a/x/finality/types/genesis_test.go +++ b/x/finality/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/x/finality/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/finality/types/hooks.go b/x/finality/types/hooks.go index 743c6dabc..d87591ab8 100644 --- a/x/finality/types/hooks.go +++ b/x/finality/types/hooks.go @@ -3,7 +3,7 @@ package types import ( "context" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/types" ) // combine multiple finality hooks, all hook functions are run in array sequence diff --git a/x/finality/types/keys.go b/x/finality/types/keys.go index 532809c4b..055de21d4 100644 --- a/x/finality/types/keys.go +++ b/x/finality/types/keys.go @@ -4,7 +4,7 @@ import ( "cosmossdk.io/collections" "github.com/cosmos/cosmos-sdk/types/address" - "github.com/babylonchain/babylon/types" + "github.com/babylonlabs-io/babylon/types" ) const ( diff --git a/x/finality/types/mocked_keepers.go b/x/finality/types/mocked_keepers.go index 157edc91e..c546a68da 100644 --- a/x/finality/types/mocked_keepers.go +++ b/x/finality/types/mocked_keepers.go @@ -8,8 +8,8 @@ import ( context "context" reflect "reflect" - types "github.com/babylonchain/babylon/types" - types0 "github.com/babylonchain/babylon/x/btcstaking/types" + types "github.com/babylonlabs-io/babylon/types" + types0 "github.com/babylonlabs-io/babylon/x/btcstaking/types" gomock "github.com/golang/mock/gomock" ) diff --git a/x/finality/types/msg.go b/x/finality/types/msg.go index 7a1757f27..a92b1bbc9 100644 --- a/x/finality/types/msg.go +++ b/x/finality/types/msg.go @@ -3,7 +3,7 @@ package types import ( fmt "fmt" - "github.com/babylonchain/babylon/crypto/eots" + "github.com/babylonlabs-io/babylon/crypto/eots" "github.com/cometbft/cometbft/crypto/merkle" "github.com/cometbft/cometbft/crypto/tmhash" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/finality/types/msg_test.go b/x/finality/types/msg_test.go index 1ea69b6fa..349185828 100644 --- a/x/finality/types/msg_test.go +++ b/x/finality/types/msg_test.go @@ -4,9 +4,9 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/crypto/eots" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/x/finality/types" + "github.com/babylonlabs-io/babylon/crypto/eots" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/x/finality/types" "github.com/stretchr/testify/require" ) diff --git a/x/finality/types/params.pb.go b/x/finality/types/params.pb.go index cd6131dc4..cec13955b 100644 --- a/x/finality/types/params.pb.go +++ b/x/finality/types/params.pb.go @@ -101,30 +101,30 @@ func init() { func init() { proto.RegisterFile("babylon/finality/v1/params.proto", fileDescriptor_25539c9a61c72ee9) } var fileDescriptor_25539c9a61c72ee9 = []byte{ - // 359 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x44, 0x91, 0x31, 0x4b, 0xfb, 0x40, - 0x18, 0xc6, 0x73, 0xff, 0x96, 0x0e, 0xa1, 0xcb, 0x3f, 0x56, 0xa8, 0x15, 0xd2, 0xe0, 0x54, 0x04, - 0x73, 0x2d, 0x82, 0x83, 0x63, 0xe9, 0x24, 0x0e, 0x25, 0x15, 0x04, 0x97, 0x70, 0x49, 0xce, 0xf4, - 0xa5, 0xbd, 0xbb, 0x90, 0x4b, 0x5a, 0xf3, 0x2d, 0x1c, 0x1d, 0x1d, 0x1d, 0x1d, 0xfc, 0x10, 0x1d, - 0x8b, 0x93, 0x38, 0x14, 0x69, 0x07, 0x3f, 0x86, 0xd2, 0xbb, 0x04, 0x97, 0xe3, 0xde, 0xfb, 0x3d, - 0xef, 0x3d, 0xcf, 0xbd, 0x67, 0x3a, 0x01, 0x09, 0x8a, 0xb9, 0xe0, 0xf8, 0x1e, 0x38, 0x99, 0x43, - 0x56, 0xe0, 0xc5, 0x00, 0x27, 0x24, 0x25, 0x4c, 0xba, 0x49, 0x2a, 0x32, 0x61, 0x1d, 0x94, 0x0a, - 0xb7, 0x52, 0xb8, 0x8b, 0x41, 0xa7, 0x15, 0x8b, 0x58, 0x28, 0x8e, 0xf7, 0x3b, 0x2d, 0xed, 0xfc, - 0x27, 0x0c, 0xb8, 0xc0, 0x6a, 0x2d, 0x8f, 0x8e, 0x42, 0x21, 0x99, 0x90, 0xbe, 0xd6, 0xea, 0x42, - 0xa3, 0x93, 0x1f, 0x64, 0x36, 0xc6, 0xca, 0xc9, 0xea, 0x9b, 0x2d, 0x09, 0x31, 0xa7, 0x91, 0x1f, - 0xcc, 0x45, 0x38, 0x93, 0xfe, 0x12, 0x78, 0x24, 0x96, 0x6d, 0xe4, 0xa0, 0x5e, 0xcd, 0xb3, 0x34, - 0x1b, 0x2a, 0x74, 0xab, 0xc8, 0xbe, 0xa3, 0xca, 0xe3, 0x4b, 0x88, 0xfd, 0x0c, 0x18, 0x15, 0x79, - 0xd6, 0xfe, 0xa7, 0x3b, 0x2a, 0x36, 0x81, 0xf8, 0x46, 0x13, 0x0b, 0xcc, 0x43, 0x06, 0xdc, 0x2f, - 0x7d, 0x12, 0x9a, 0x56, 0x26, 0x35, 0x07, 0xf5, 0x9a, 0xc3, 0x8b, 0xd5, 0xa6, 0x6b, 0x7c, 0x6e, - 0xba, 0xc7, 0x3a, 0xa3, 0x8c, 0x66, 0x2e, 0x08, 0xcc, 0x48, 0x36, 0x75, 0xaf, 0x69, 0x4c, 0xc2, - 0x62, 0x44, 0xc3, 0xf7, 0xb7, 0x33, 0xb3, 0x7c, 0xc2, 0x88, 0x86, 0x2f, 0xdf, 0xaf, 0xa7, 0xc8, - 0xb3, 0x18, 0xf0, 0x89, 0xba, 0x73, 0x4c, 0xd3, 0x32, 0x9c, 0x63, 0x36, 0xf7, 0x56, 0x49, 0x1e, - 0xf8, 0x29, 0xe1, 0x51, 0xbb, 0xee, 0xa0, 0x5e, 0xdd, 0x33, 0x19, 0xf0, 0x71, 0x1e, 0x78, 0x84, - 0x47, 0x97, 0xf5, 0xa7, 0xe7, 0xae, 0x31, 0xbc, 0x5a, 0x6d, 0x6d, 0xb4, 0xde, 0xda, 0xe8, 0x6b, - 0x6b, 0xa3, 0xc7, 0x9d, 0x6d, 0xac, 0x77, 0xb6, 0xf1, 0xb1, 0xb3, 0x8d, 0xbb, 0x7e, 0x0c, 0xd9, - 0x34, 0x0f, 0xdc, 0x50, 0x30, 0x5c, 0xce, 0x3f, 0x9c, 0x12, 0xe0, 0x55, 0x81, 0x1f, 0xfe, 0x3e, - 0x2c, 0x2b, 0x12, 0x2a, 0x83, 0x86, 0x1a, 0xea, 0xf9, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb0, - 0x39, 0x84, 0xbb, 0xd1, 0x01, 0x00, 0x00, + // 361 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x44, 0x91, 0x31, 0x6b, 0xe3, 0x30, + 0x14, 0xc7, 0xad, 0x4b, 0xc8, 0x60, 0xb2, 0x9c, 0x2f, 0x07, 0xb9, 0x1c, 0x38, 0xe6, 0xa6, 0x70, + 0x10, 0xab, 0x69, 0xa1, 0x43, 0xc7, 0x90, 0x31, 0x43, 0x70, 0x0a, 0x85, 0x2e, 0x46, 0xb2, 0x55, + 0xe7, 0x11, 0x4b, 0x32, 0x96, 0x9d, 0xd4, 0xdf, 0xa2, 0x63, 0xc7, 0x8e, 0x1d, 0x3b, 0xf4, 0x43, + 0x64, 0x0c, 0x9d, 0x4a, 0x87, 0x50, 0x92, 0xa1, 0x1f, 0xa3, 0x25, 0x96, 0x4d, 0x17, 0xa1, 0xa7, + 0xdf, 0xff, 0xe9, 0xff, 0xd7, 0x93, 0xe9, 0x50, 0x42, 0x8b, 0x58, 0x0a, 0x7c, 0x03, 0x82, 0xc4, + 0x90, 0x15, 0x78, 0x35, 0xc2, 0x09, 0x49, 0x09, 0x57, 0x6e, 0x92, 0xca, 0x4c, 0x5a, 0xbf, 0x2a, + 0x85, 0x5b, 0x2b, 0xdc, 0xd5, 0xa8, 0xd7, 0x89, 0x64, 0x24, 0x4b, 0x8e, 0x8f, 0x3b, 0x2d, 0xed, + 0xfd, 0x24, 0x1c, 0x84, 0xc4, 0xe5, 0x5a, 0x1d, 0xfd, 0x09, 0xa4, 0xe2, 0x52, 0xf9, 0x5a, 0xab, + 0x0b, 0x8d, 0xfe, 0x7d, 0x22, 0xb3, 0x35, 0x2b, 0x9d, 0xac, 0x13, 0xb3, 0xa3, 0x20, 0x12, 0x2c, + 0xf4, 0x69, 0x2c, 0x83, 0xa5, 0xf2, 0xd7, 0x20, 0x42, 0xb9, 0xee, 0x22, 0x07, 0x0d, 0x1a, 0x9e, + 0xa5, 0xd9, 0xb8, 0x44, 0x57, 0x25, 0x39, 0x76, 0xd4, 0x79, 0x7c, 0x05, 0x91, 0x9f, 0x01, 0x67, + 0x32, 0xcf, 0xba, 0x3f, 0x74, 0x47, 0xcd, 0xe6, 0x10, 0x5d, 0x6a, 0x62, 0x81, 0xf9, 0x9b, 0x83, + 0xf0, 0x2b, 0x9f, 0x84, 0xa5, 0xb5, 0x49, 0xc3, 0x41, 0x83, 0xf6, 0xf8, 0x7c, 0xb3, 0xeb, 0x1b, + 0x6f, 0xbb, 0xfe, 0x5f, 0x9d, 0x51, 0x85, 0x4b, 0x17, 0x24, 0xe6, 0x24, 0x5b, 0xb8, 0x53, 0x16, + 0x91, 0xa0, 0x98, 0xb0, 0xe0, 0xe5, 0x79, 0x68, 0x56, 0x4f, 0x98, 0xb0, 0xe0, 0xf1, 0xe3, 0xe9, + 0x3f, 0xf2, 0x2c, 0x0e, 0x62, 0x5e, 0xde, 0x39, 0x63, 0x69, 0x15, 0xce, 0x31, 0xdb, 0x47, 0xab, + 0x24, 0xa7, 0x7e, 0x4a, 0x44, 0xd8, 0x6d, 0x3a, 0x68, 0xd0, 0xf4, 0x4c, 0x0e, 0x62, 0x96, 0x53, + 0x8f, 0x88, 0xf0, 0xa2, 0x79, 0xff, 0xd0, 0x37, 0xc6, 0xd3, 0xcd, 0xde, 0x46, 0xdb, 0xbd, 0x8d, + 0xde, 0xf7, 0x36, 0xba, 0x3b, 0xd8, 0xc6, 0xf6, 0x60, 0x1b, 0xaf, 0x07, 0xdb, 0xb8, 0x3e, 0x8d, + 0x20, 0x5b, 0xe4, 0xd4, 0x0d, 0x24, 0xc7, 0xd5, 0xfc, 0x63, 0x42, 0xd5, 0x10, 0x64, 0x5d, 0xe2, + 0xdb, 0xef, 0x2f, 0xcb, 0x8a, 0x84, 0x29, 0xda, 0x2a, 0xc7, 0x7a, 0xf6, 0x15, 0x00, 0x00, 0xff, + 0xff, 0xda, 0x3a, 0x9d, 0x97, 0xd3, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/finality/types/query.pb.go b/x/finality/types/query.pb.go index 1f4648346..a0f7f3271 100644 --- a/x/finality/types/query.pb.go +++ b/x/finality/types/query.pb.go @@ -6,7 +6,7 @@ package types import ( context "context" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" query "github.com/cosmos/cosmos-sdk/types/query" _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" @@ -207,7 +207,7 @@ func (m *QueryListPublicRandomnessRequest) GetPagination() *query.PageRequest { type QueryListPublicRandomnessResponse struct { // pub_rand_map is the map where the key is the height and the value // is the public randomness at this height for the given finality provider - PubRandMap map[uint64]*github_com_babylonchain_babylon_types.SchnorrPubRand `protobuf:"bytes,1,rep,name=pub_rand_map,json=pubRandMap,proto3,customtype=github.com/babylonchain/babylon/types.SchnorrPubRand" json:"pub_rand_map,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + PubRandMap map[uint64]*github_com_babylonlabs_io_babylon_types.SchnorrPubRand `protobuf:"bytes,1,rep,name=pub_rand_map,json=pubRandMap,proto3,customtype=github.com/babylonlabs-io/babylon/types.SchnorrPubRand" json:"pub_rand_map,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // pagination defines the pagination in the response. Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` } @@ -678,7 +678,7 @@ func (m *QueryVotesAtHeightRequest) GetHeight() uint64 { type QueryVotesAtHeightResponse struct { // btc_pk is the Bitcoin secp256k1 PK of finality providers who have signed the block at given height. // the PK follows encoding in BIP-340 spec - BtcPks []github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,1,rep,name=btc_pks,json=btcPks,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"btc_pks,omitempty"` + BtcPks []github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,1,rep,name=btc_pks,json=btcPks,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"btc_pks,omitempty"` } func (m *QueryVotesAtHeightResponse) Reset() { *m = QueryVotesAtHeightResponse{} } @@ -1123,7 +1123,7 @@ func init() { proto.RegisterType((*QueryParamsResponse)(nil), "babylon.finality.v1.QueryParamsResponse") proto.RegisterType((*QueryListPublicRandomnessRequest)(nil), "babylon.finality.v1.QueryListPublicRandomnessRequest") proto.RegisterType((*QueryListPublicRandomnessResponse)(nil), "babylon.finality.v1.QueryListPublicRandomnessResponse") - proto.RegisterMapType((map[uint64]*github_com_babylonchain_babylon_types.SchnorrPubRand)(nil), "babylon.finality.v1.QueryListPublicRandomnessResponse.PubRandMapEntry") + proto.RegisterMapType((map[uint64]*github_com_babylonlabs_io_babylon_types.SchnorrPubRand)(nil), "babylon.finality.v1.QueryListPublicRandomnessResponse.PubRandMapEntry") proto.RegisterType((*PubRandCommitResponse)(nil), "babylon.finality.v1.PubRandCommitResponse") proto.RegisterType((*QueryListPubRandCommitRequest)(nil), "babylon.finality.v1.QueryListPubRandCommitRequest") proto.RegisterType((*QueryListPubRandCommitResponse)(nil), "babylon.finality.v1.QueryListPubRandCommitResponse") @@ -1147,90 +1147,90 @@ func init() { func init() { proto.RegisterFile("babylon/finality/v1/query.proto", fileDescriptor_32bddab77af6fdae) } var fileDescriptor_32bddab77af6fdae = []byte{ - // 1317 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xdf, 0x6f, 0xdb, 0xd4, - 0x17, 0xef, 0xcd, 0xd6, 0x6c, 0x3b, 0x4d, 0xb6, 0xee, 0xae, 0xdb, 0xb7, 0xdf, 0x8c, 0xa5, 0x99, - 0x37, 0xda, 0xd2, 0x0e, 0xbb, 0x4d, 0xcb, 0xd8, 0x06, 0x68, 0x6b, 0xa0, 0xa5, 0x81, 0x2e, 0x0b, - 0x2e, 0x9a, 0xb4, 0x3d, 0x60, 0xec, 0xf4, 0x26, 0xb1, 0x9a, 0xd8, 0x5e, 0xec, 0x44, 0x0d, 0xd3, - 0x24, 0x84, 0xc4, 0x1e, 0x10, 0x48, 0x48, 0xbc, 0xc0, 0xc3, 0x1e, 0xd8, 0x03, 0x2f, 0xfc, 0x1f, - 0x68, 0x8f, 0x15, 0xf0, 0x80, 0x26, 0x51, 0xa1, 0x96, 0x3f, 0x04, 0xe5, 0xde, 0xeb, 0xc4, 0x4e, - 0x9c, 0x1f, 0x2d, 0x11, 0x6f, 0xf6, 0xf5, 0xf9, 0xf1, 0xf9, 0x7c, 0xce, 0xc9, 0xb9, 0xa7, 0x85, - 0x29, 0x4d, 0xd5, 0xea, 0x25, 0xd3, 0x90, 0xf2, 0xba, 0xa1, 0x96, 0x74, 0xa7, 0x2e, 0xd5, 0x16, - 0xa5, 0x47, 0x55, 0x52, 0xa9, 0x8b, 0x56, 0xc5, 0x74, 0x4c, 0x7c, 0x8e, 0x1b, 0x88, 0xae, 0x81, - 0x58, 0x5b, 0x8c, 0x4d, 0x14, 0xcc, 0x82, 0x49, 0xbf, 0x4b, 0x8d, 0x27, 0x66, 0x1a, 0x7b, 0xa5, - 0x60, 0x9a, 0x85, 0x12, 0x91, 0x54, 0x4b, 0x97, 0x54, 0xc3, 0x30, 0x1d, 0xd5, 0xd1, 0x4d, 0xc3, - 0xe6, 0x5f, 0xe7, 0x72, 0xa6, 0x5d, 0x36, 0x6d, 0x49, 0x53, 0x6d, 0xc2, 0x32, 0x48, 0xb5, 0x45, - 0x8d, 0x38, 0xea, 0xa2, 0x64, 0xa9, 0x05, 0xdd, 0xa0, 0xc6, 0xdc, 0x36, 0x11, 0x84, 0xca, 0x52, - 0x2b, 0x6a, 0xd9, 0x8d, 0x26, 0x04, 0x59, 0x34, 0x21, 0x52, 0x1b, 0x61, 0x02, 0xf0, 0x47, 0x8d, - 0x3c, 0x59, 0xea, 0x28, 0x93, 0x47, 0x55, 0x62, 0x3b, 0x42, 0x16, 0xce, 0xf9, 0x4e, 0x6d, 0xcb, - 0x34, 0x6c, 0x82, 0x6f, 0x42, 0x98, 0x25, 0x98, 0x44, 0x09, 0x34, 0x3b, 0x96, 0xbc, 0x28, 0x06, - 0x10, 0x17, 0x99, 0x53, 0xea, 0xf8, 0x8b, 0xbd, 0xa9, 0x11, 0x99, 0x3b, 0x08, 0xdf, 0x20, 0x48, - 0xd0, 0x90, 0x1b, 0xba, 0xed, 0x64, 0xab, 0x5a, 0x49, 0xcf, 0xc9, 0xaa, 0xb1, 0x65, 0x96, 0x0d, - 0x62, 0xbb, 0x69, 0xf1, 0x65, 0x88, 0xe6, 0x2d, 0x45, 0x73, 0x72, 0x8a, 0xb5, 0xad, 0x14, 0xc9, - 0x0e, 0x4d, 0x73, 0x4a, 0x86, 0xbc, 0x95, 0x72, 0x72, 0xd9, 0xed, 0x75, 0xb2, 0x83, 0xd7, 0x00, - 0x5a, 0x4a, 0x4c, 0x86, 0x28, 0x8c, 0x69, 0x91, 0xc9, 0x26, 0x36, 0x64, 0x13, 0x59, 0x61, 0xb8, - 0x6c, 0x62, 0x56, 0x2d, 0x10, 0x1e, 0x5e, 0xf6, 0x78, 0x0a, 0xbb, 0x21, 0xb8, 0xdc, 0x03, 0x0f, - 0x27, 0xfc, 0x1c, 0x41, 0xc4, 0xaa, 0x6a, 0x4a, 0x45, 0x35, 0xb6, 0x94, 0xb2, 0x6a, 0x4d, 0xa2, - 0xc4, 0xb1, 0xd9, 0xb1, 0xe4, 0x5a, 0x20, 0xef, 0xbe, 0xe1, 0xc4, 0x6c, 0x55, 0x6b, 0x9c, 0xde, - 0x55, 0xad, 0x55, 0xc3, 0xa9, 0xd4, 0x53, 0x37, 0x5e, 0xee, 0x4d, 0x2d, 0x17, 0x74, 0xa7, 0x58, - 0xd5, 0xc4, 0x9c, 0x59, 0x96, 0x78, 0xd4, 0x5c, 0x51, 0xd5, 0x0d, 0xf7, 0x45, 0x72, 0xea, 0x16, - 0xb1, 0xc5, 0xcd, 0x5c, 0xd1, 0x30, 0x2b, 0x15, 0x1e, 0x41, 0x06, 0xab, 0x19, 0x0a, 0xbf, 0x1f, - 0x20, 0xc9, 0x4c, 0x5f, 0x49, 0x18, 0x24, 0xaf, 0x26, 0xb1, 0x77, 0xe0, 0x4c, 0x1b, 0x42, 0x3c, - 0x0e, 0xc7, 0xb6, 0x49, 0x9d, 0xd6, 0xe1, 0xb8, 0xdc, 0x78, 0xc4, 0x13, 0x30, 0x5a, 0x53, 0x4b, - 0x55, 0x42, 0x13, 0x45, 0x64, 0xf6, 0x72, 0x2b, 0x74, 0x03, 0x09, 0x0f, 0xe0, 0x3c, 0x77, 0x7f, - 0xd7, 0x2c, 0x97, 0x75, 0xa7, 0xa9, 0x62, 0x02, 0x22, 0x46, 0xb5, 0xac, 0xb8, 0x42, 0xf2, 0x68, - 0x60, 0x54, 0xcb, 0xdc, 0x1e, 0xc7, 0x01, 0x72, 0xd4, 0xa7, 0x4c, 0x0c, 0x87, 0x47, 0xf6, 0x9c, - 0x08, 0x5f, 0x21, 0xb8, 0xe4, 0x95, 0xd7, 0x9b, 0xe4, 0x3f, 0x6f, 0x9d, 0xdf, 0x43, 0x10, 0xef, - 0x06, 0x86, 0x33, 0xde, 0x81, 0x73, 0xcd, 0xb6, 0x61, 0x34, 0x3c, 0xdd, 0x93, 0xee, 0xdb, 0x3d, - 0x9d, 0x11, 0x45, 0xdf, 0xa9, 0x5b, 0x1e, 0x79, 0xdc, 0x6a, 0x3b, 0x1e, 0x5e, 0x33, 0x98, 0x6d, - 0xd5, 0xec, 0xd1, 0x12, 0x77, 0xbc, 0x2d, 0x31, 0x96, 0x9c, 0x0b, 0x9e, 0x0a, 0x41, 0xb4, 0xbc, - 0xed, 0x33, 0x0f, 0x67, 0xa9, 0x06, 0xa9, 0x92, 0x99, 0xdb, 0x76, 0xcb, 0x7a, 0x01, 0xc2, 0x45, - 0xa2, 0x17, 0x8a, 0x0e, 0xcf, 0xc7, 0xdf, 0x84, 0xbb, 0x7c, 0x6c, 0x71, 0x63, 0x2e, 0xfb, 0x9b, - 0x30, 0xaa, 0x35, 0x0e, 0xf8, 0x78, 0xba, 0x1c, 0x08, 0x24, 0x6d, 0x6c, 0x91, 0x1d, 0xb2, 0xc5, - 0x3c, 0x99, 0xbd, 0xf0, 0x23, 0x82, 0x0b, 0xcd, 0x02, 0xd0, 0x2f, 0xcd, 0x99, 0x74, 0x1b, 0xc2, - 0xb6, 0xa3, 0x3a, 0x55, 0x36, 0xf3, 0x4e, 0x27, 0x67, 0xba, 0x56, 0x4f, 0xe7, 0x41, 0x37, 0xa9, - 0xb9, 0xcc, 0xdd, 0x86, 0xd6, 0x76, 0xcf, 0x10, 0xfc, 0xaf, 0x03, 0x63, 0x6b, 0x30, 0x53, 0x22, - 0x36, 0x6f, 0xb1, 0x01, 0x98, 0x73, 0x87, 0xa1, 0x35, 0x8c, 0xb0, 0x04, 0xff, 0xa7, 0xf0, 0xee, - 0x9b, 0x0e, 0xb1, 0x57, 0x9c, 0x75, 0x5a, 0xa8, 0x7e, 0x75, 0x2c, 0x43, 0x2c, 0xc8, 0x89, 0xd3, - 0xba, 0x07, 0x27, 0xd8, 0x2f, 0x9a, 0xf1, 0x8a, 0xa4, 0xae, 0xbf, 0xdc, 0x9b, 0x4a, 0x0e, 0x36, - 0x30, 0x53, 0xe9, 0xec, 0xd2, 0xf2, 0x42, 0xb6, 0xaa, 0x7d, 0x48, 0xea, 0x72, 0x58, 0x6b, 0x0c, - 0x01, 0x5b, 0xb8, 0x09, 0x13, 0x34, 0xdd, 0x6a, 0x4d, 0xdf, 0x22, 0x46, 0x8e, 0x0c, 0x3e, 0x3d, - 0x04, 0x19, 0xce, 0xb7, 0xb9, 0x36, 0xb5, 0x3f, 0x49, 0xf8, 0x19, 0xef, 0xbb, 0x4b, 0x81, 0xea, - 0x37, 0x1d, 0x9b, 0xe6, 0xc2, 0x53, 0xc4, 0x35, 0x6b, 0x94, 0xd4, 0xfd, 0xee, 0xb9, 0x0d, 0x23, - 0xb6, 0xa3, 0x56, 0x1c, 0xc5, 0xa7, 0xdc, 0x18, 0x3d, 0x63, 0x42, 0x0d, 0xad, 0xb7, 0x9e, 0x23, - 0x5e, 0x87, 0x36, 0x20, 0x9c, 0xe2, 0x5b, 0x70, 0xca, 0xc5, 0xec, 0x76, 0x58, 0x1f, 0x8e, 0x2d, - 0xfb, 0xe1, 0x35, 0xd8, 0xdb, 0xbc, 0xff, 0x37, 0xf5, 0x82, 0xa1, 0x1b, 0x85, 0xb4, 0x91, 0x37, - 0x0f, 0x51, 0xbf, 0xcf, 0x60, 0xb2, 0xd3, 0x9b, 0xf3, 0xfb, 0x04, 0xce, 0xe4, 0x2d, 0xc5, 0x66, - 0x5f, 0x14, 0xdd, 0xc8, 0x9b, 0xbc, 0x92, 0x0b, 0x81, 0x2c, 0xd7, 0xf8, 0x73, 0xb6, 0x62, 0x36, - 0x58, 0x56, 0x3c, 0x21, 0xf9, 0xd6, 0x13, 0xcd, 0x5b, 0x9e, 0x43, 0x41, 0xeb, 0xcc, 0xdd, 0xac, - 0xb2, 0xbf, 0x84, 0xe8, 0xc8, 0x25, 0xfc, 0xc5, 0xed, 0x25, 0x7f, 0x12, 0xce, 0xf0, 0x53, 0x18, - 0x6f, 0x63, 0xe8, 0x16, 0xf2, 0xa8, 0x14, 0x4f, 0xfb, 0x28, 0x0e, 0xaf, 0xcc, 0x73, 0xb7, 0xd9, - 0x68, 0xf7, 0x4f, 0x53, 0x7c, 0x16, 0xa2, 0x99, 0x7b, 0x19, 0x65, 0x2d, 0x9d, 0x59, 0xd9, 0x48, - 0x3f, 0x5c, 0x7d, 0x6f, 0x7c, 0x04, 0x47, 0xe1, 0x54, 0xeb, 0x15, 0xe1, 0x13, 0x70, 0x6c, 0x25, - 0xf3, 0x60, 0x3c, 0x94, 0xfc, 0x32, 0x0a, 0xa3, 0x54, 0x09, 0xfc, 0x39, 0x82, 0x30, 0xdb, 0x46, - 0x71, 0xf7, 0xb1, 0xed, 0x5f, 0x7d, 0x63, 0xb3, 0xfd, 0x0d, 0x19, 0x68, 0xe1, 0xca, 0x17, 0xbf, - 0xfd, 0xfd, 0x5d, 0xe8, 0x12, 0xbe, 0x28, 0x75, 0xdf, 0xc4, 0xf1, 0x9f, 0x08, 0x26, 0x82, 0x76, - 0x42, 0xfc, 0xc6, 0x61, 0x77, 0x48, 0x06, 0xef, 0xfa, 0xd1, 0x56, 0x4f, 0xe1, 0x3e, 0x05, 0x9b, - 0xc5, 0x19, 0xa9, 0xd7, 0x1f, 0x05, 0x8a, 0xc5, 0xeb, 0x6d, 0x4b, 0x8f, 0x7d, 0x3f, 0xa8, 0x27, - 0x92, 0x45, 0x23, 0xd3, 0x95, 0x86, 0x85, 0x56, 0x4a, 0xba, 0xed, 0xe0, 0x5f, 0x11, 0x9c, 0xed, - 0xd8, 0x5a, 0x70, 0xf2, 0x50, 0x2b, 0x0e, 0x63, 0xb6, 0x74, 0x84, 0xb5, 0x48, 0xf8, 0x98, 0xd2, - 0xca, 0xe0, 0x8d, 0x7f, 0x41, 0xcb, 0xb7, 0xa6, 0x51, 0x52, 0x4f, 0x11, 0x8c, 0xd2, 0xe6, 0xc3, - 0xd3, 0xdd, 0x41, 0x79, 0xf7, 0x94, 0xd8, 0x4c, 0x5f, 0x3b, 0x0e, 0xf8, 0x1a, 0x05, 0x3c, 0x8d, - 0xaf, 0x06, 0x02, 0x66, 0x77, 0xb2, 0xf4, 0x98, 0x4d, 0xfc, 0x27, 0xf8, 0x6b, 0x04, 0xd0, 0xba, - 0xee, 0xf1, 0x7c, 0x6f, 0x89, 0x7c, 0x8b, 0x4b, 0xec, 0xda, 0x60, 0xc6, 0x03, 0x35, 0x33, 0xdf, - 0x15, 0x9e, 0x21, 0x88, 0xfa, 0x6e, 0x6a, 0x2c, 0x76, 0x4f, 0x12, 0xb4, 0x07, 0xc4, 0xa4, 0x81, - 0xed, 0x39, 0xae, 0x79, 0x8a, 0xeb, 0x55, 0x7c, 0x25, 0x10, 0x57, 0xad, 0xe1, 0xd3, 0x92, 0xeb, - 0x67, 0x04, 0x27, 0xdd, 0x2b, 0x08, 0xbf, 0xd6, 0x3d, 0x55, 0xdb, 0xf5, 0x1f, 0x9b, 0x1b, 0xc4, - 0x94, 0x03, 0x5a, 0xa7, 0x80, 0x52, 0xf8, 0xce, 0x51, 0x3b, 0xce, 0xbd, 0x19, 0xf1, 0xf7, 0x08, - 0xa2, 0xbe, 0xfb, 0xb6, 0x97, 0x9a, 0x41, 0x1b, 0x42, 0x2f, 0x35, 0x03, 0x2f, 0x72, 0x61, 0x9a, - 0x82, 0x4f, 0xe0, 0x78, 0x20, 0xf8, 0xd6, 0x9d, 0xfd, 0x13, 0x82, 0x31, 0xcf, 0x74, 0xc7, 0x3d, - 0x7a, 0xa9, 0xf3, 0x36, 0x8e, 0xbd, 0x3e, 0xa0, 0x35, 0x07, 0x75, 0x8b, 0x82, 0x5a, 0xc6, 0xc9, - 0x40, 0x50, 0xbe, 0x3b, 0xab, 0x5d, 0x4c, 0xfc, 0x03, 0x82, 0x88, 0xef, 0x1a, 0x1a, 0x2c, 0x77, - 0x53, 0x41, 0x71, 0x50, 0x73, 0x8e, 0x75, 0x8e, 0x62, 0xbd, 0x8a, 0x85, 0xfe, 0x58, 0x53, 0x1f, - 0xbc, 0xd8, 0x8f, 0xa3, 0xdd, 0xfd, 0x38, 0xfa, 0x6b, 0x3f, 0x8e, 0xbe, 0x3d, 0x88, 0x8f, 0xec, - 0x1e, 0xc4, 0x47, 0xfe, 0x38, 0x88, 0x8f, 0x3c, 0x5c, 0xe8, 0xb7, 0xc2, 0xee, 0xb4, 0xc2, 0xd2, - 0x6d, 0x56, 0x0b, 0xd3, 0xff, 0xd6, 0x2c, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0x75, 0xb1, 0x13, - 0x1f, 0x8b, 0x12, 0x00, 0x00, + // 1318 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xdf, 0x6f, 0xdb, 0x54, + 0x14, 0xee, 0xcd, 0xd6, 0x6c, 0x3b, 0x4d, 0xb6, 0xee, 0xae, 0x1b, 0x25, 0xa3, 0x69, 0xea, 0x8d, + 0xb6, 0xb4, 0x9b, 0xbd, 0xa6, 0x65, 0x6c, 0x05, 0xb4, 0x35, 0xd0, 0xd2, 0x88, 0x2e, 0x64, 0x2e, + 0x9a, 0xb4, 0x3d, 0x60, 0xec, 0xd4, 0x49, 0xad, 0x26, 0xbe, 0x5e, 0xec, 0x44, 0x0d, 0xd3, 0x24, + 0x84, 0xc4, 0x1e, 0x10, 0x48, 0x48, 0xbc, 0xc0, 0xc3, 0x1e, 0x40, 0x88, 0x17, 0xfe, 0x0f, 0xb4, + 0xc7, 0x69, 0xf0, 0x80, 0x26, 0x51, 0xa1, 0x96, 0x3f, 0x04, 0xe5, 0xde, 0xeb, 0xc4, 0x4e, 0x9c, + 0x1f, 0x2d, 0x11, 0x6f, 0xf1, 0xf5, 0xf9, 0xf1, 0x7d, 0xdf, 0x39, 0x3e, 0xf7, 0xb4, 0x30, 0xa9, + 0xa9, 0x5a, 0xad, 0x48, 0x4c, 0x29, 0x6f, 0x98, 0x6a, 0xd1, 0x70, 0x6a, 0x52, 0x75, 0x41, 0x7a, + 0x58, 0xd1, 0xcb, 0x35, 0xd1, 0x2a, 0x13, 0x87, 0xe0, 0x73, 0xdc, 0x40, 0x74, 0x0d, 0xc4, 0xea, + 0x42, 0x6c, 0xac, 0x40, 0x0a, 0x84, 0xbe, 0x97, 0xea, 0xbf, 0x98, 0x69, 0xec, 0xb5, 0x02, 0x21, + 0x85, 0xa2, 0x2e, 0xa9, 0x96, 0x21, 0xa9, 0xa6, 0x49, 0x1c, 0xd5, 0x31, 0x88, 0x69, 0xf3, 0xb7, + 0x73, 0x39, 0x62, 0x97, 0x88, 0x2d, 0x69, 0xaa, 0xad, 0xb3, 0x0c, 0x52, 0x75, 0x41, 0xd3, 0x1d, + 0x75, 0x41, 0xb2, 0xd4, 0x82, 0x61, 0x52, 0x63, 0x6e, 0x9b, 0x08, 0x42, 0x65, 0xa9, 0x65, 0xb5, + 0xe4, 0x46, 0x13, 0x82, 0x2c, 0x1a, 0x10, 0xa9, 0x8d, 0x30, 0x06, 0xf8, 0x6e, 0x3d, 0x4f, 0x96, + 0x3a, 0xca, 0xfa, 0xc3, 0x8a, 0x6e, 0x3b, 0x42, 0x16, 0xce, 0xf9, 0x4e, 0x6d, 0x8b, 0x98, 0xb6, + 0x8e, 0x6f, 0x42, 0x98, 0x25, 0x18, 0x47, 0x09, 0x34, 0x3b, 0x92, 0xbc, 0x28, 0x06, 0x10, 0x17, + 0x99, 0x53, 0xea, 0xf8, 0xb3, 0xbd, 0xc9, 0x21, 0x99, 0x3b, 0x08, 0xdf, 0x20, 0x48, 0xd0, 0x90, + 0x1b, 0x86, 0xed, 0x64, 0x2b, 0x5a, 0xd1, 0xc8, 0xc9, 0xaa, 0xb9, 0x45, 0x4a, 0xa6, 0x6e, 0xbb, + 0x69, 0xf1, 0x14, 0x44, 0xf3, 0x96, 0xa2, 0x39, 0x39, 0xc5, 0xda, 0x51, 0xb6, 0xf5, 0x5d, 0x9a, + 0xe6, 0x94, 0x0c, 0x79, 0x2b, 0xe5, 0xe4, 0xb2, 0x3b, 0xeb, 0xfa, 0x2e, 0x5e, 0x03, 0x68, 0x2a, + 0x31, 0x1e, 0xa2, 0x30, 0xa6, 0x45, 0x26, 0x9b, 0x58, 0x97, 0x4d, 0x64, 0x85, 0xe1, 0xb2, 0x89, + 0x59, 0xb5, 0xa0, 0xf3, 0xf0, 0xb2, 0xc7, 0x53, 0x78, 0x11, 0x82, 0xa9, 0x2e, 0x78, 0x38, 0xe1, + 0x9f, 0x11, 0x44, 0xac, 0x8a, 0xa6, 0x94, 0x55, 0x73, 0x4b, 0x29, 0xa9, 0xd6, 0x38, 0x4a, 0x1c, + 0x9b, 0x1d, 0x49, 0xae, 0x05, 0xf2, 0xee, 0x19, 0x4e, 0xcc, 0x56, 0xb4, 0xfa, 0xe9, 0x1d, 0xd5, + 0x5a, 0x35, 0x9d, 0x72, 0x2d, 0xb5, 0xfc, 0x72, 0x6f, 0xf2, 0x7a, 0xc1, 0x70, 0xb6, 0x2b, 0x9a, + 0x98, 0x23, 0x25, 0x89, 0x47, 0x2d, 0xaa, 0x9a, 0x7d, 0xd5, 0x20, 0xee, 0xa3, 0xe4, 0xd4, 0x2c, + 0xdd, 0x16, 0x37, 0x73, 0xdb, 0x26, 0x29, 0x97, 0x79, 0x0c, 0x19, 0xac, 0x46, 0x30, 0xfc, 0x41, + 0x80, 0x28, 0x33, 0x3d, 0x45, 0x61, 0xa0, 0xbc, 0xaa, 0xc4, 0xde, 0x85, 0x33, 0x2d, 0x18, 0xf1, + 0x28, 0x1c, 0xdb, 0xd1, 0x6b, 0xb4, 0x12, 0xc7, 0xe5, 0xfa, 0x4f, 0x3c, 0x06, 0xc3, 0x55, 0xb5, + 0x58, 0xd1, 0x69, 0xa2, 0x88, 0xcc, 0x1e, 0x96, 0x43, 0x37, 0x90, 0x70, 0x1f, 0xce, 0x73, 0xf7, + 0xf7, 0x48, 0xa9, 0x64, 0x38, 0x0d, 0x1d, 0x13, 0x10, 0x31, 0x2b, 0x25, 0xc5, 0x95, 0x92, 0x47, + 0x03, 0xb3, 0x52, 0xe2, 0xf6, 0x38, 0x0e, 0x90, 0xa3, 0x3e, 0x25, 0xdd, 0x74, 0x78, 0x64, 0xcf, + 0x89, 0xf0, 0x15, 0x82, 0x09, 0xaf, 0xc0, 0xde, 0x24, 0xff, 0x7b, 0xf3, 0xfc, 0x11, 0x82, 0x78, + 0x27, 0x30, 0x9c, 0xf1, 0x2e, 0x9c, 0x6b, 0x34, 0x0e, 0xa3, 0xe1, 0xe9, 0x9f, 0x74, 0xcf, 0xfe, + 0x69, 0x8f, 0x28, 0xfa, 0x4e, 0xdd, 0xf2, 0xc8, 0xa3, 0x56, 0xcb, 0xf1, 0xe0, 0x9a, 0x81, 0xb4, + 0x54, 0xb3, 0x4b, 0x4b, 0xdc, 0xf6, 0xb6, 0xc4, 0x48, 0x72, 0x2e, 0x78, 0x2e, 0x04, 0xd1, 0xf2, + 0xb6, 0xcf, 0x3c, 0x9c, 0xa5, 0x1a, 0xa4, 0x8a, 0x24, 0xb7, 0xe3, 0x96, 0xf5, 0x02, 0x84, 0xb7, + 0x75, 0xa3, 0xb0, 0xed, 0xf0, 0x7c, 0xfc, 0x49, 0xb8, 0xc3, 0x07, 0x17, 0x37, 0xe6, 0xb2, 0xbf, + 0x05, 0xc3, 0x5a, 0xfd, 0x80, 0x0f, 0xa8, 0xa9, 0x40, 0x20, 0x69, 0x73, 0x4b, 0xdf, 0xd5, 0xb7, + 0x98, 0x27, 0xb3, 0x17, 0x7e, 0x44, 0x70, 0xa1, 0x51, 0x00, 0xfa, 0xa6, 0x31, 0x95, 0x6e, 0x41, + 0xd8, 0x76, 0x54, 0xa7, 0xc2, 0xa6, 0xde, 0xe9, 0xe4, 0x4c, 0xc7, 0xea, 0x19, 0x3c, 0xe8, 0x26, + 0x35, 0x97, 0xb9, 0xdb, 0xc0, 0xda, 0xee, 0x29, 0x82, 0x57, 0xda, 0x30, 0x36, 0x47, 0x33, 0x25, + 0x62, 0xf3, 0x16, 0xeb, 0x83, 0x39, 0x77, 0x18, 0x58, 0xc3, 0x08, 0x8b, 0xf0, 0x2a, 0x85, 0x77, + 0x8f, 0x38, 0xba, 0xbd, 0xe2, 0xac, 0xd3, 0x42, 0xf5, 0xaa, 0x23, 0x81, 0x58, 0x90, 0x13, 0xa7, + 0x75, 0x17, 0x4e, 0xb0, 0x2f, 0x9a, 0xf1, 0x8a, 0xa4, 0x6e, 0xbc, 0xdc, 0x9b, 0x5c, 0xea, 0x77, + 0x64, 0xa6, 0xd2, 0xd9, 0xc5, 0xa5, 0x6b, 0xd9, 0x8a, 0xf6, 0xa1, 0x5e, 0x93, 0xc3, 0x5a, 0x7d, + 0x0c, 0xd8, 0xc2, 0x4d, 0x18, 0xa3, 0x09, 0x57, 0xab, 0xc6, 0x96, 0x6e, 0xe6, 0xf4, 0xfe, 0xe7, + 0x87, 0x20, 0xc3, 0xf9, 0x16, 0xd7, 0x86, 0xfa, 0x27, 0x75, 0x7e, 0xc6, 0x3b, 0x6f, 0x22, 0x50, + 0xff, 0x86, 0x63, 0xc3, 0x5c, 0x78, 0x82, 0xb8, 0x6a, 0xf5, 0xa2, 0xba, 0xef, 0x3d, 0x37, 0x62, + 0xc4, 0x76, 0xd4, 0xb2, 0xa3, 0xf8, 0xb4, 0x1b, 0xa1, 0x67, 0x4c, 0xaa, 0x81, 0x75, 0xd7, 0x4f, + 0x88, 0x57, 0xa2, 0x05, 0x08, 0xa7, 0xf8, 0x36, 0x9c, 0x72, 0x31, 0xbb, 0x3d, 0xd6, 0x83, 0x63, + 0xd3, 0x7e, 0x70, 0x2d, 0xf6, 0x0e, 0xff, 0x02, 0x36, 0x8d, 0x82, 0x69, 0x98, 0x85, 0xb4, 0x99, + 0x27, 0x87, 0xa8, 0xdf, 0x67, 0x30, 0xde, 0xee, 0xcd, 0xf9, 0x7d, 0x02, 0x67, 0xf2, 0x96, 0x62, + 0xb3, 0x37, 0x8a, 0x61, 0xe6, 0x09, 0xaf, 0xe4, 0xb5, 0x40, 0x96, 0x6b, 0xfc, 0x77, 0xb6, 0x4c, + 0xea, 0x2c, 0xcb, 0x9e, 0x90, 0x7c, 0xf3, 0x89, 0xe6, 0x2d, 0xcf, 0xa1, 0xa0, 0xb5, 0xe7, 0x6e, + 0x54, 0xd9, 0x5f, 0x42, 0x74, 0xe4, 0x12, 0xfe, 0xe6, 0xf6, 0x92, 0x3f, 0x09, 0x67, 0xf8, 0x29, + 0x8c, 0xb6, 0x30, 0x74, 0x0b, 0x79, 0x54, 0x8a, 0xa7, 0x7d, 0x14, 0x07, 0x57, 0xe6, 0xb9, 0x5b, + 0x6c, 0xb8, 0xfb, 0xe7, 0x29, 0x3e, 0x0b, 0xd1, 0xcc, 0x47, 0x19, 0x65, 0x2d, 0x9d, 0x59, 0xd9, + 0x48, 0x3f, 0x58, 0x7d, 0x7f, 0x74, 0x08, 0x47, 0xe1, 0x54, 0xf3, 0x11, 0xe1, 0x13, 0x70, 0x6c, + 0x25, 0x73, 0x7f, 0x34, 0x94, 0xfc, 0x32, 0x0a, 0xc3, 0x54, 0x09, 0xfc, 0x39, 0x82, 0x30, 0xdb, + 0x48, 0x71, 0xe7, 0xc1, 0xed, 0x5f, 0x7f, 0x63, 0xb3, 0xbd, 0x0d, 0x19, 0x68, 0xe1, 0xd2, 0x17, + 0xbf, 0xff, 0xf3, 0x5d, 0x68, 0x02, 0x5f, 0x94, 0x3a, 0x6f, 0xe3, 0xf8, 0x2f, 0x04, 0x63, 0x41, + 0x7b, 0x21, 0x7e, 0xf3, 0xb0, 0x7b, 0x24, 0x83, 0x77, 0xfd, 0x68, 0xeb, 0xa7, 0x70, 0x8f, 0x82, + 0xcd, 0xe2, 0x8c, 0xd4, 0xed, 0x0f, 0x03, 0xc5, 0xe2, 0xf5, 0xb6, 0xa5, 0x47, 0xbe, 0x0f, 0xea, + 0xb1, 0x64, 0xd1, 0xc8, 0x74, 0xa9, 0x61, 0xa1, 0x95, 0xa2, 0x61, 0x3b, 0xf8, 0x05, 0x82, 0xb3, + 0x6d, 0x7b, 0x0b, 0x4e, 0x1e, 0x6a, 0xc9, 0x61, 0xcc, 0x16, 0x8f, 0xb0, 0x18, 0x09, 0x1f, 0x53, + 0x5a, 0x19, 0xbc, 0xf1, 0x1f, 0x68, 0xf9, 0x16, 0x35, 0x4a, 0xea, 0x09, 0x82, 0x61, 0xda, 0x7c, + 0x78, 0xba, 0x33, 0x28, 0xef, 0xa6, 0x12, 0x9b, 0xe9, 0x69, 0xc7, 0x01, 0x5f, 0xa1, 0x80, 0xa7, + 0xf1, 0xe5, 0x40, 0xc0, 0xec, 0x56, 0x96, 0x1e, 0xb1, 0x89, 0xff, 0x18, 0x7f, 0x8d, 0x00, 0x9a, + 0x17, 0x3e, 0x9e, 0xef, 0x2e, 0x91, 0x6f, 0x75, 0x89, 0x5d, 0xe9, 0xcf, 0xb8, 0xaf, 0x66, 0xe6, + 0xdb, 0xc2, 0x53, 0x04, 0x51, 0xdf, 0x5d, 0x8d, 0xc5, 0xce, 0x49, 0x82, 0x36, 0x81, 0x98, 0xd4, + 0xb7, 0x3d, 0xc7, 0x35, 0x4f, 0x71, 0xbd, 0x8e, 0x2f, 0x05, 0xe2, 0xaa, 0xd6, 0x7d, 0x9a, 0x72, + 0xfd, 0x8a, 0xe0, 0xa4, 0x7b, 0x05, 0xe1, 0x37, 0x3a, 0xa7, 0x6a, 0xb9, 0xfe, 0x63, 0x73, 0xfd, + 0x98, 0x72, 0x40, 0xeb, 0x14, 0x50, 0x0a, 0xdf, 0x3e, 0x6a, 0xc7, 0xb9, 0x37, 0x23, 0xfe, 0x1e, + 0x41, 0xd4, 0x77, 0xdf, 0x76, 0x53, 0x33, 0x68, 0x43, 0xe8, 0xa6, 0x66, 0xe0, 0x45, 0x2e, 0x4c, + 0x53, 0xf0, 0x09, 0x1c, 0x0f, 0x04, 0xdf, 0xbc, 0xb3, 0x7f, 0x41, 0x30, 0xe2, 0x99, 0xee, 0xb8, + 0x4b, 0x2f, 0xb5, 0xdf, 0xc6, 0xb1, 0xab, 0x7d, 0x5a, 0x73, 0x50, 0xcb, 0x14, 0xd4, 0x12, 0x4e, + 0x06, 0x82, 0xf2, 0xdd, 0x59, 0xad, 0x62, 0xe2, 0x1f, 0x10, 0x44, 0x7c, 0xd7, 0x50, 0x7f, 0xb9, + 0x1b, 0x0a, 0x8a, 0xfd, 0x9a, 0x73, 0xac, 0x73, 0x14, 0xeb, 0x65, 0x2c, 0xf4, 0xc6, 0x9a, 0xda, + 0x78, 0xb6, 0x1f, 0x47, 0xcf, 0xf7, 0xe3, 0xe8, 0xef, 0xfd, 0x38, 0xfa, 0xf6, 0x20, 0x3e, 0xf4, + 0xfc, 0x20, 0x3e, 0xf4, 0xe7, 0x41, 0x7c, 0xe8, 0x41, 0xb2, 0xf7, 0x12, 0xbb, 0xdb, 0x0c, 0x4c, + 0xf7, 0x59, 0x2d, 0x4c, 0xff, 0x67, 0xb3, 0xf8, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1a, 0x6c, + 0x72, 0x7b, 0x91, 0x12, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -3129,10 +3129,10 @@ func (m *QueryListPublicRandomnessResponse) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.PubRandMap == nil { - m.PubRandMap = make(map[uint64]*github_com_babylonchain_babylon_types.SchnorrPubRand) + m.PubRandMap = make(map[uint64]*github_com_babylonlabs_io_babylon_types.SchnorrPubRand) } var mapkey uint64 - var mapvalue1 github_com_babylonchain_babylon_types.SchnorrPubRand + var mapvalue1 github_com_babylonlabs_io_babylon_types.SchnorrPubRand var mapvalue = &mapvalue1 for iNdEx < postIndex { entryPreIndex := iNdEx @@ -3213,7 +3213,7 @@ func (m *QueryListPublicRandomnessResponse) Unmarshal(dAtA []byte) error { iNdEx += skippy } } - m.PubRandMap[mapkey] = ((*github_com_babylonchain_babylon_types.SchnorrPubRand)(mapvalue)) + m.PubRandMap[mapkey] = ((*github_com_babylonlabs_io_babylon_types.SchnorrPubRand)(mapvalue)) iNdEx = postIndex case 2: if wireType != 2 { @@ -4201,7 +4201,7 @@ func (m *QueryVotesAtHeightResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.BtcPks = append(m.BtcPks, v) if err := m.BtcPks[len(m.BtcPks)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/finality/types/signing_info.go b/x/finality/types/signing_info.go index 9d0f41b90..72cbe4cd1 100644 --- a/x/finality/types/signing_info.go +++ b/x/finality/types/signing_info.go @@ -1,7 +1,7 @@ package types import ( - bbntypes "github.com/babylonchain/babylon/types" + bbntypes "github.com/babylonlabs-io/babylon/types" ) // NewFinalityProviderSigningInfo creates a new FinalityProviderSigningInfo instance diff --git a/x/finality/types/tx.pb.go b/x/finality/types/tx.pb.go index ae1564fc9..a4768d48e 100644 --- a/x/finality/types/tx.pb.go +++ b/x/finality/types/tx.pb.go @@ -6,7 +6,7 @@ package types import ( context "context" fmt "fmt" - github_com_babylonchain_babylon_types "github.com/babylonchain/babylon/types" + github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" crypto "github.com/cometbft/cometbft/proto/tendermint/crypto" _ "github.com/cosmos/cosmos-proto" _ "github.com/cosmos/cosmos-sdk/types/msgservice" @@ -36,7 +36,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package type MsgCommitPubRandList struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` // fp_btc_pk is the BTC PK of the finality provider that commits the public randomness - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // start_height is the start block height of the list of public randomness StartHeight uint64 `protobuf:"varint,3,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"` // num_pub_rand is the number of public randomness committed @@ -49,7 +49,7 @@ type MsgCommitPubRandList struct { // randomness on behalf of fp_btc_pk // TODO: another option is to restrict signer to correspond to fp_btc_pk. This restricts // the tx submitter to be the holder of fp_btc_pk. Decide this later - Sig *github_com_babylonchain_babylon_types.BIP340Signature `protobuf:"bytes,6,opt,name=sig,proto3,customtype=github.com/babylonchain/babylon/types.BIP340Signature" json:"sig,omitempty"` + Sig *github_com_babylonlabs_io_babylon_types.BIP340Signature `protobuf:"bytes,6,opt,name=sig,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340Signature" json:"sig,omitempty"` } func (m *MsgCommitPubRandList) Reset() { *m = MsgCommitPubRandList{} } @@ -154,11 +154,11 @@ var xxx_messageInfo_MsgCommitPubRandListResponse proto.InternalMessageInfo type MsgAddFinalitySig struct { Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"` // fp_btc_pk is the BTC PK of the finality provider that casts this vote - FpBtcPk *github_com_babylonchain_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonchain/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` + FpBtcPk *github_com_babylonlabs_io_babylon_types.BIP340PubKey `protobuf:"bytes,2,opt,name=fp_btc_pk,json=fpBtcPk,proto3,customtype=github.com/babylonlabs-io/babylon/types.BIP340PubKey" json:"fp_btc_pk,omitempty"` // block_height is the height of the voted block BlockHeight uint64 `protobuf:"varint,3,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` // pub_rand is the public randomness committed at this height - PubRand *github_com_babylonchain_babylon_types.SchnorrPubRand `protobuf:"bytes,4,opt,name=pub_rand,json=pubRand,proto3,customtype=github.com/babylonchain/babylon/types.SchnorrPubRand" json:"pub_rand,omitempty"` + PubRand *github_com_babylonlabs_io_babylon_types.SchnorrPubRand `protobuf:"bytes,4,opt,name=pub_rand,json=pubRand,proto3,customtype=github.com/babylonlabs-io/babylon/types.SchnorrPubRand" json:"pub_rand,omitempty"` // proof is the proof that the given public randomness is committed under the commitment Proof *crypto.Proof `protobuf:"bytes,5,opt,name=proof,proto3" json:"proof,omitempty"` // block_app_hash is the AppHash of the voted block @@ -167,7 +167,7 @@ type MsgAddFinalitySig struct { // where finality signature is an EOTS signature, i.e., // the `s` in a Schnorr signature `(r, s)` // `r` is the public randomness that is already committed by the finality provider - FinalitySig *github_com_babylonchain_babylon_types.SchnorrEOTSSig `protobuf:"bytes,7,opt,name=finality_sig,json=finalitySig,proto3,customtype=github.com/babylonchain/babylon/types.SchnorrEOTSSig" json:"finality_sig,omitempty"` + FinalitySig *github_com_babylonlabs_io_babylon_types.SchnorrEOTSSig `protobuf:"bytes,7,opt,name=finality_sig,json=finalitySig,proto3,customtype=github.com/babylonlabs-io/babylon/types.SchnorrEOTSSig" json:"finality_sig,omitempty"` } func (m *MsgAddFinalitySig) Reset() { *m = MsgAddFinalitySig{} } @@ -377,52 +377,52 @@ func init() { func init() { proto.RegisterFile("babylon/finality/v1/tx.proto", fileDescriptor_2dd6da066b6baf1d) } var fileDescriptor_2dd6da066b6baf1d = []byte{ - // 712 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x54, 0x4f, 0x4f, 0x13, 0x4d, - 0x1c, 0xee, 0x52, 0x28, 0x2f, 0xd3, 0x86, 0x37, 0xec, 0x4b, 0x5e, 0x96, 0x82, 0xdb, 0xda, 0x10, - 0x83, 0x44, 0x77, 0xa1, 0x20, 0x11, 0x6e, 0xd4, 0x68, 0x50, 0x6c, 0x6c, 0xb6, 0x7a, 0xd1, 0xc3, - 0x66, 0xff, 0x75, 0x76, 0x02, 0x3b, 0x33, 0xee, 0xcc, 0x12, 0x7a, 0x33, 0x7e, 0x02, 0x0f, 0x7e, - 0x10, 0x0e, 0x26, 0x9e, 0xbd, 0x71, 0x31, 0x21, 0x9e, 0x0c, 0x87, 0xc6, 0xc0, 0x81, 0xaf, 0x61, - 0x76, 0x77, 0x4a, 0x29, 0x94, 0x58, 0x3d, 0x78, 0xdb, 0x99, 0xdf, 0x33, 0xf3, 0x3c, 0xfb, 0x7b, - 0x9e, 0xdf, 0x80, 0x79, 0xdb, 0xb2, 0xdb, 0x7b, 0x04, 0xeb, 0x2d, 0x84, 0xad, 0x3d, 0xc4, 0xdb, - 0xfa, 0xfe, 0x8a, 0xce, 0x0f, 0x34, 0x1a, 0x12, 0x4e, 0xe4, 0xff, 0x44, 0x55, 0xeb, 0x56, 0xb5, - 0xfd, 0x95, 0xe2, 0x34, 0x24, 0x90, 0x24, 0x75, 0x3d, 0xfe, 0x4a, 0xa1, 0xc5, 0x5b, 0xdc, 0xc3, - 0xae, 0x17, 0x06, 0x08, 0x73, 0xdd, 0x09, 0xdb, 0x94, 0x13, 0x9d, 0x86, 0x84, 0xb4, 0x44, 0x79, - 0xd6, 0x21, 0x2c, 0x20, 0xcc, 0x4c, 0xcf, 0xa5, 0x0b, 0x51, 0x9a, 0x49, 0x57, 0x7a, 0xc0, 0x60, - 0x4c, 0x1e, 0x30, 0x28, 0x0a, 0xe5, 0x41, 0xda, 0xa8, 0x15, 0x5a, 0x81, 0x38, 0x5a, 0xf9, 0x32, - 0x02, 0xa6, 0xeb, 0x0c, 0x3e, 0x22, 0x41, 0x80, 0x78, 0x23, 0xb2, 0x0d, 0x0b, 0xbb, 0xcf, 0x11, - 0xe3, 0xf2, 0xff, 0x20, 0xc7, 0x10, 0xc4, 0x5e, 0xa8, 0x48, 0x65, 0x69, 0x71, 0xc2, 0x10, 0x2b, - 0xd9, 0x00, 0x13, 0x2d, 0x6a, 0xda, 0xdc, 0x31, 0xe9, 0xae, 0x32, 0x52, 0x96, 0x16, 0x0b, 0xb5, - 0xf5, 0x93, 0x4e, 0xa9, 0x0a, 0x11, 0xf7, 0x23, 0x5b, 0x73, 0x48, 0xa0, 0x0b, 0x52, 0xc7, 0xb7, - 0x10, 0xee, 0x2e, 0x74, 0xde, 0xa6, 0x1e, 0xd3, 0x6a, 0x4f, 0x1b, 0xab, 0x6b, 0xcb, 0x8d, 0xc8, - 0xde, 0xf1, 0xda, 0xc6, 0x78, 0x8b, 0xd6, 0xb8, 0xd3, 0xd8, 0x95, 0x6f, 0x83, 0x02, 0xe3, 0x56, - 0xc8, 0x4d, 0xdf, 0x43, 0xd0, 0xe7, 0x4a, 0xb6, 0x2c, 0x2d, 0x8e, 0x1a, 0xf9, 0x64, 0x6f, 0x3b, - 0xd9, 0x92, 0xcb, 0xa0, 0x80, 0xa3, 0xc0, 0xa4, 0x91, 0x6d, 0x86, 0x16, 0x76, 0x95, 0xd1, 0x04, - 0x02, 0x70, 0x14, 0x08, 0xd1, 0xb2, 0x0a, 0x80, 0x93, 0xfc, 0x45, 0xe0, 0x61, 0xae, 0x8c, 0xc5, - 0xca, 0x8c, 0x4b, 0x3b, 0xf2, 0x0e, 0xc8, 0x32, 0x04, 0x95, 0x5c, 0x22, 0x79, 0xe3, 0xa4, 0x53, - 0x7a, 0xf0, 0x3b, 0x92, 0x9b, 0x08, 0x62, 0x8b, 0x47, 0xa1, 0x67, 0xc4, 0xb7, 0x6c, 0xe6, 0xdf, - 0x9f, 0x1f, 0x2e, 0x89, 0x96, 0x54, 0x54, 0x30, 0x3f, 0xa8, 0x85, 0x86, 0xc7, 0x28, 0xc1, 0xcc, - 0xab, 0x7c, 0xce, 0x82, 0xa9, 0x3a, 0x83, 0x5b, 0xae, 0xfb, 0x44, 0xd8, 0xd0, 0x44, 0xf0, 0x6f, - 0x37, 0xd8, 0xde, 0x23, 0xce, 0xee, 0x95, 0x06, 0x27, 0x7b, 0xa2, 0xc1, 0x4d, 0xf0, 0x4f, 0x5f, - 0x73, 0x0b, 0xb5, 0x87, 0x27, 0x9d, 0xd2, 0xda, 0x70, 0xac, 0x4d, 0xc7, 0xc7, 0x24, 0x0c, 0xc5, - 0xcf, 0x1b, 0xe3, 0x54, 0x78, 0xa2, 0x81, 0xb1, 0x24, 0xc2, 0x89, 0x1d, 0xf9, 0xaa, 0xa2, 0xf5, - 0x22, 0xae, 0xa5, 0x11, 0xd7, 0x1a, 0x71, 0xdd, 0x48, 0x61, 0xf2, 0x02, 0x98, 0x4c, 0x75, 0x5a, - 0x94, 0x9a, 0xbe, 0xc5, 0xfc, 0xd4, 0x2e, 0x23, 0x55, 0xbf, 0x45, 0xe9, 0xb6, 0xc5, 0x7c, 0xf9, - 0x0d, 0x28, 0x74, 0xf3, 0x6c, 0xc6, 0x96, 0x8e, 0xff, 0xa1, 0xdc, 0xc7, 0x2f, 0x5e, 0x36, 0x9b, - 0x08, 0x1a, 0xf9, 0x56, 0xcf, 0x96, 0x7e, 0x67, 0xe7, 0xc0, 0xec, 0x35, 0xe3, 0x2e, 0x6c, 0xfd, - 0x28, 0x81, 0x7f, 0xeb, 0x0c, 0xbe, 0xa2, 0xae, 0xc5, 0xbd, 0x46, 0x32, 0x54, 0xf2, 0x3a, 0x98, - 0xb0, 0x22, 0xee, 0x93, 0x10, 0xf1, 0x76, 0xea, 0x6b, 0x4d, 0xf9, 0xf6, 0xe9, 0xfe, 0xb4, 0x18, - 0xd7, 0x2d, 0xd7, 0x0d, 0x3d, 0xc6, 0x9a, 0x3c, 0x44, 0x18, 0x1a, 0x3d, 0xa8, 0xbc, 0x01, 0x72, - 0xe9, 0x58, 0x26, 0x8e, 0xe7, 0xab, 0x73, 0xda, 0x80, 0x77, 0x43, 0x4b, 0x49, 0x6a, 0xa3, 0x47, - 0x9d, 0x52, 0xc6, 0x10, 0x07, 0x36, 0x27, 0x63, 0xc1, 0xbd, 0xab, 0x2a, 0xb3, 0x60, 0xe6, 0x8a, - 0xaa, 0xae, 0xe2, 0xea, 0xd7, 0x11, 0x90, 0xad, 0x33, 0x28, 0xbf, 0x05, 0x53, 0xd7, 0x07, 0xfe, - 0xee, 0x40, 0xca, 0x41, 0xc1, 0x2e, 0xae, 0x0c, 0x0d, 0xed, 0x52, 0xcb, 0x3e, 0x98, 0xbc, 0x92, - 0xff, 0x3b, 0x37, 0x5d, 0xd2, 0x8f, 0x2b, 0x6a, 0xc3, 0xe1, 0x2e, 0x98, 0x6c, 0x50, 0xe8, 0xb3, - 0x64, 0xe1, 0xa6, 0xf3, 0x97, 0x51, 0xc5, 0x7b, 0xc3, 0xa0, 0xba, 0x1c, 0xc5, 0xb1, 0x77, 0xe7, - 0x87, 0x4b, 0x52, 0xed, 0xd9, 0xd1, 0xa9, 0x2a, 0x1d, 0x9f, 0xaa, 0xd2, 0x8f, 0x53, 0x55, 0xfa, - 0x70, 0xa6, 0x66, 0x8e, 0xcf, 0xd4, 0xcc, 0xf7, 0x33, 0x35, 0xf3, 0x7a, 0xf9, 0x57, 0x41, 0x3c, - 0xe8, 0x3d, 0xc9, 0x49, 0x26, 0xed, 0x5c, 0xf2, 0x1e, 0xaf, 0xfe, 0x0c, 0x00, 0x00, 0xff, 0xff, - 0x95, 0x73, 0xec, 0x64, 0x4f, 0x06, 0x00, 0x00, + // 714 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x54, 0x4f, 0x4f, 0x13, 0x4f, + 0x18, 0xee, 0x52, 0x28, 0x3f, 0xa6, 0x0d, 0xbf, 0xb0, 0x12, 0x59, 0x0a, 0x6e, 0x6b, 0x43, 0x0c, + 0x12, 0xd9, 0x95, 0x42, 0x50, 0xf1, 0x44, 0x8d, 0x06, 0x23, 0x8d, 0xcd, 0x16, 0x2e, 0x26, 0x66, + 0xb3, 0xff, 0x3a, 0x3b, 0xa1, 0xbb, 0x33, 0xce, 0xcc, 0x12, 0x7a, 0x33, 0x7e, 0x02, 0x0f, 0x7e, + 0x10, 0x0e, 0x5e, 0x3d, 0x9a, 0x70, 0x31, 0x21, 0x9e, 0x0c, 0x87, 0xc6, 0xc0, 0x81, 0xaf, 0x61, + 0xba, 0x3b, 0xa5, 0x14, 0x4a, 0xac, 0x1e, 0xbc, 0xed, 0xbc, 0xef, 0xf3, 0xce, 0xf3, 0xec, 0xfb, + 0xbc, 0xef, 0x80, 0x79, 0xdb, 0xb2, 0x5b, 0x4d, 0x1c, 0xea, 0x0d, 0x14, 0x5a, 0x4d, 0xc4, 0x5b, + 0xfa, 0xfe, 0x8a, 0xce, 0x0f, 0x34, 0x42, 0x31, 0xc7, 0xf2, 0x2d, 0x91, 0xd5, 0xba, 0x59, 0x6d, + 0x7f, 0x25, 0x3f, 0x0d, 0x31, 0xc4, 0x71, 0x5e, 0xef, 0x7c, 0x25, 0xd0, 0xfc, 0x1d, 0xee, 0x85, + 0xae, 0x47, 0x03, 0x14, 0x72, 0xdd, 0xa1, 0x2d, 0xc2, 0xb1, 0x4e, 0x28, 0xc6, 0x0d, 0x91, 0x9e, + 0x75, 0x30, 0x0b, 0x30, 0x33, 0x93, 0xba, 0xe4, 0x20, 0x52, 0x33, 0xc9, 0x49, 0x0f, 0x18, 0xec, + 0x90, 0x07, 0x0c, 0x8a, 0x44, 0x71, 0x90, 0x36, 0x62, 0x51, 0x2b, 0x10, 0xa5, 0xa5, 0xaf, 0x23, + 0x60, 0xba, 0xca, 0xe0, 0x33, 0x1c, 0x04, 0x88, 0xd7, 0x22, 0xdb, 0xb0, 0x42, 0x77, 0x1b, 0x31, + 0x2e, 0xdf, 0x06, 0x19, 0x86, 0x60, 0xe8, 0x51, 0x45, 0x2a, 0x4a, 0x8b, 0x13, 0x86, 0x38, 0xc9, + 0x3b, 0x60, 0xa2, 0x41, 0x4c, 0x9b, 0x3b, 0x26, 0xd9, 0x53, 0x46, 0x8a, 0xd2, 0x62, 0xae, 0xf2, + 0xf8, 0xa4, 0x5d, 0x58, 0x83, 0x88, 0xfb, 0x91, 0xad, 0x39, 0x38, 0xd0, 0x05, 0x69, 0xd3, 0xb2, + 0xd9, 0x32, 0xc2, 0xdd, 0xa3, 0xce, 0x5b, 0xc4, 0x63, 0x5a, 0xe5, 0x65, 0x6d, 0x75, 0xed, 0x61, + 0x2d, 0xb2, 0x5f, 0x79, 0x2d, 0x63, 0xbc, 0x41, 0x2a, 0xdc, 0xa9, 0xed, 0xc9, 0x77, 0x41, 0x8e, + 0x71, 0x8b, 0x72, 0xd3, 0xf7, 0x10, 0xf4, 0xb9, 0x92, 0x2e, 0x4a, 0x8b, 0xa3, 0x46, 0x36, 0x8e, + 0x6d, 0xc5, 0x21, 0xb9, 0x08, 0x72, 0x61, 0x14, 0x98, 0x24, 0xb2, 0x4d, 0x6a, 0x85, 0xae, 0x32, + 0x1a, 0x43, 0x40, 0x18, 0x05, 0x42, 0xb6, 0xac, 0x02, 0xe0, 0xc4, 0xff, 0x11, 0x78, 0x21, 0x57, + 0xc6, 0x3a, 0xda, 0x8c, 0x4b, 0x11, 0xb9, 0x0a, 0xd2, 0x0c, 0x41, 0x25, 0x13, 0x8b, 0x7e, 0x7a, + 0xd2, 0x2e, 0x3c, 0xfa, 0x33, 0xd1, 0x75, 0x04, 0x43, 0x8b, 0x47, 0xd4, 0x33, 0x3a, 0xf7, 0x6c, + 0x64, 0x3f, 0x9c, 0x1f, 0x2e, 0x89, 0xb6, 0x94, 0x54, 0x30, 0x3f, 0xa8, 0x8d, 0x86, 0xc7, 0x08, + 0x0e, 0x99, 0x57, 0xfa, 0x92, 0x06, 0x53, 0x55, 0x06, 0x37, 0x5d, 0xf7, 0x85, 0xb0, 0xa2, 0x8e, + 0xe0, 0xbf, 0x6f, 0xb2, 0xdd, 0xc4, 0xce, 0xde, 0x95, 0x26, 0xc7, 0x31, 0xd1, 0xe4, 0x5d, 0xf0, + 0x5f, 0x5f, 0x83, 0x73, 0x95, 0x8d, 0x93, 0x76, 0x61, 0x7d, 0x58, 0xde, 0xba, 0xe3, 0x87, 0x98, + 0x52, 0xd1, 0x00, 0x63, 0x9c, 0x08, 0x67, 0x34, 0x30, 0x16, 0x8f, 0x72, 0x6c, 0x4a, 0xb6, 0xac, + 0x68, 0xbd, 0x51, 0xd7, 0x92, 0x51, 0xd7, 0x6a, 0x9d, 0xbc, 0x91, 0xc0, 0xe4, 0x05, 0x30, 0x99, + 0x28, 0xb5, 0x08, 0x31, 0x7d, 0x8b, 0xf9, 0x89, 0x69, 0x46, 0xa2, 0x7f, 0x93, 0x90, 0x2d, 0x8b, + 0xf9, 0xf2, 0x5b, 0x90, 0xeb, 0xce, 0xb5, 0xd9, 0x31, 0x76, 0xfc, 0xaf, 0x05, 0x3f, 0x7f, 0xbd, + 0x53, 0xaf, 0x23, 0x68, 0x64, 0x1b, 0x3d, 0x73, 0xfa, 0xfd, 0x9d, 0x03, 0xb3, 0xd7, 0xec, 0xbb, + 0x30, 0xf7, 0x93, 0x04, 0xfe, 0xaf, 0x32, 0xb8, 0x4b, 0x5c, 0x8b, 0x7b, 0xb5, 0x78, 0xbd, 0xe4, + 0x75, 0x30, 0x61, 0x45, 0xdc, 0xc7, 0x14, 0xf1, 0x56, 0xe2, 0x6e, 0x45, 0xf9, 0xfe, 0x79, 0x79, + 0x5a, 0x2c, 0xee, 0xa6, 0xeb, 0x52, 0x8f, 0xb1, 0x3a, 0xa7, 0x28, 0x84, 0x46, 0x0f, 0x2a, 0x3f, + 0x01, 0x99, 0x64, 0x41, 0x63, 0xdf, 0xb3, 0xe5, 0x39, 0x6d, 0xc0, 0x0b, 0xa2, 0x25, 0x24, 0x95, + 0xd1, 0xa3, 0x76, 0x21, 0x65, 0x88, 0x82, 0x8d, 0xc9, 0x8e, 0xe0, 0xde, 0x55, 0xa5, 0x59, 0x30, + 0x73, 0x45, 0x55, 0x57, 0x71, 0xf9, 0xdb, 0x08, 0x48, 0x57, 0x19, 0x94, 0xdf, 0x81, 0xa9, 0xeb, + 0xab, 0x7f, 0x7f, 0x20, 0xe5, 0xa0, 0xf1, 0xce, 0xaf, 0x0c, 0x0d, 0xed, 0x52, 0xcb, 0x3e, 0x98, + 0xbc, 0xb2, 0x05, 0xf7, 0x6e, 0xba, 0xa4, 0x1f, 0x97, 0xd7, 0x86, 0xc3, 0x5d, 0x30, 0xd9, 0x20, + 0xd7, 0x67, 0xc9, 0xc2, 0x4d, 0xf5, 0x97, 0x51, 0xf9, 0x07, 0xc3, 0xa0, 0xba, 0x1c, 0xf9, 0xb1, + 0xf7, 0xe7, 0x87, 0x4b, 0x52, 0x65, 0xfb, 0xe8, 0x54, 0x95, 0x8e, 0x4f, 0x55, 0xe9, 0xe7, 0xa9, + 0x2a, 0x7d, 0x3c, 0x53, 0x53, 0xc7, 0x67, 0x6a, 0xea, 0xc7, 0x99, 0x9a, 0x7a, 0x53, 0xfe, 0xfd, + 0x28, 0x1e, 0xf4, 0x9e, 0xe7, 0x78, 0x2a, 0xed, 0x4c, 0xfc, 0x36, 0xaf, 0xfe, 0x0a, 0x00, 0x00, + 0xff, 0xff, 0x0a, 0x87, 0xfa, 0xed, 0x5b, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1071,7 +1071,7 @@ func (m *MsgCommitPubRandList) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1178,7 +1178,7 @@ func (m *MsgCommitPubRandList) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340Signature + var v github_com_babylonlabs_io_babylon_types.BIP340Signature m.Sig = &v if err := m.Sig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1345,7 +1345,7 @@ func (m *MsgAddFinalitySig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.BIP340PubKey + var v github_com_babylonlabs_io_babylon_types.BIP340PubKey m.FpBtcPk = &v if err := m.FpBtcPk.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1399,7 +1399,7 @@ func (m *MsgAddFinalitySig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.SchnorrPubRand + var v github_com_babylonlabs_io_babylon_types.SchnorrPubRand m.PubRand = &v if err := m.PubRand.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -1504,7 +1504,7 @@ func (m *MsgAddFinalitySig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - var v github_com_babylonchain_babylon_types.SchnorrEOTSSig + var v github_com_babylonlabs_io_babylon_types.SchnorrEOTSSig m.FinalitySig = &v if err := m.FinalitySig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err diff --git a/x/incentive/abci.go b/x/incentive/abci.go index 66cdb7da9..7967e1f43 100644 --- a/x/incentive/abci.go +++ b/x/incentive/abci.go @@ -4,8 +4,8 @@ import ( "context" "time" - "github.com/babylonchain/babylon/x/incentive/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" abci "github.com/cometbft/cometbft/abci/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/incentive/client/cli/query.go b/x/incentive/client/cli/query.go index de89a08d9..7831a6d71 100644 --- a/x/incentive/client/cli/query.go +++ b/x/incentive/client/cli/query.go @@ -4,7 +4,7 @@ import ( "fmt" "strconv" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" diff --git a/x/incentive/client/cli/query_params.go b/x/incentive/client/cli/query_params.go index f6c20a168..377f02715 100644 --- a/x/incentive/client/cli/query_params.go +++ b/x/incentive/client/cli/query_params.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/incentive/client/cli/tx.go b/x/incentive/client/cli/tx.go index d039820c2..b3f12788d 100644 --- a/x/incentive/client/cli/tx.go +++ b/x/incentive/client/cli/tx.go @@ -4,7 +4,7 @@ import ( "fmt" "github.com/spf13/cobra" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" diff --git a/x/incentive/genesis.go b/x/incentive/genesis.go index 1122dbdba..a078143ca 100644 --- a/x/incentive/genesis.go +++ b/x/incentive/genesis.go @@ -2,8 +2,8 @@ package incentive import ( "context" - "github.com/babylonchain/babylon/x/incentive/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" ) // InitGenesis initializes the module's state from a provided genesis state. diff --git a/x/incentive/genesis_test.go b/x/incentive/genesis_test.go index bb3f7e509..7bd9ca000 100644 --- a/x/incentive/genesis_test.go +++ b/x/incentive/genesis_test.go @@ -3,10 +3,10 @@ package incentive_test import ( "testing" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/testutil/nullify" - "github.com/babylonchain/babylon/x/incentive" - "github.com/babylonchain/babylon/x/incentive/types" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/testutil/nullify" + "github.com/babylonlabs-io/babylon/x/incentive" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/stretchr/testify/require" ) diff --git a/x/incentive/keeper/btc_staking_gauge.go b/x/incentive/keeper/btc_staking_gauge.go index 481cf9b63..4992ef782 100644 --- a/x/incentive/keeper/btc_staking_gauge.go +++ b/x/incentive/keeper/btc_staking_gauge.go @@ -4,8 +4,8 @@ import ( "context" "cosmossdk.io/store/prefix" - bstypes "github.com/babylonchain/babylon/x/btcstaking/types" - "github.com/babylonchain/babylon/x/incentive/types" + bstypes "github.com/babylonlabs-io/babylon/x/btcstaking/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/incentive/keeper/btc_staking_gauge_test.go b/x/incentive/keeper/btc_staking_gauge_test.go index bd7585324..957886b93 100644 --- a/x/incentive/keeper/btc_staking_gauge_test.go +++ b/x/incentive/keeper/btc_staking_gauge_test.go @@ -4,9 +4,9 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" diff --git a/x/incentive/keeper/btc_timestamping_gauge.go b/x/incentive/keeper/btc_timestamping_gauge.go index 96e5b28a7..d4ed4f01d 100644 --- a/x/incentive/keeper/btc_timestamping_gauge.go +++ b/x/incentive/keeper/btc_timestamping_gauge.go @@ -4,8 +4,8 @@ import ( "context" "cosmossdk.io/math" "cosmossdk.io/store/prefix" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - "github.com/babylonchain/babylon/x/incentive/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/incentive/keeper/btc_timestamping_gauge_test.go b/x/incentive/keeper/btc_timestamping_gauge_test.go index 3b42cae19..84d962b65 100644 --- a/x/incentive/keeper/btc_timestamping_gauge_test.go +++ b/x/incentive/keeper/btc_timestamping_gauge_test.go @@ -5,9 +5,9 @@ import ( "testing" "cosmossdk.io/math" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" diff --git a/x/incentive/keeper/grpc_query.go b/x/incentive/keeper/grpc_query.go index 341359b7d..3f1274d3b 100644 --- a/x/incentive/keeper/grpc_query.go +++ b/x/incentive/keeper/grpc_query.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/x/incentive/keeper/grpc_query_test.go b/x/incentive/keeper/grpc_query_test.go index 9d609f307..048a7ad55 100644 --- a/x/incentive/keeper/grpc_query_test.go +++ b/x/incentive/keeper/grpc_query_test.go @@ -4,9 +4,9 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" ) diff --git a/x/incentive/keeper/intercept_fee_collector.go b/x/incentive/keeper/intercept_fee_collector.go index 88500e558..05cc6c5be 100644 --- a/x/incentive/keeper/intercept_fee_collector.go +++ b/x/incentive/keeper/intercept_fee_collector.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" ) // HandleCoinsInFeeCollector intercepts a portion of coins in fee collector, and distributes diff --git a/x/incentive/keeper/intercept_fee_collector_test.go b/x/incentive/keeper/intercept_fee_collector_test.go index 189be6ba1..2f583caa2 100644 --- a/x/incentive/keeper/intercept_fee_collector_test.go +++ b/x/incentive/keeper/intercept_fee_collector_test.go @@ -6,10 +6,10 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" "github.com/golang/mock/gomock" diff --git a/x/incentive/keeper/keeper.go b/x/incentive/keeper/keeper.go index 4d931f4fe..9929989cd 100644 --- a/x/incentive/keeper/keeper.go +++ b/x/incentive/keeper/keeper.go @@ -5,7 +5,7 @@ import ( "fmt" "cosmossdk.io/log" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/incentive/keeper/msg_server.go b/x/incentive/keeper/msg_server.go index 3d9ff5399..5dfe5833e 100644 --- a/x/incentive/keeper/msg_server.go +++ b/x/incentive/keeper/msg_server.go @@ -4,7 +4,7 @@ import ( "context" errorsmod "cosmossdk.io/errors" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "google.golang.org/grpc/codes" diff --git a/x/incentive/keeper/msg_server_test.go b/x/incentive/keeper/msg_server_test.go index 5b68ded8d..78a0783a9 100644 --- a/x/incentive/keeper/msg_server_test.go +++ b/x/incentive/keeper/msg_server_test.go @@ -5,10 +5,10 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/incentive/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" ) diff --git a/x/incentive/keeper/params.go b/x/incentive/keeper/params.go index 4e8c80e72..aac26aec0 100644 --- a/x/incentive/keeper/params.go +++ b/x/incentive/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" ) // SetParams sets the x/incentive module parameters. diff --git a/x/incentive/keeper/params_test.go b/x/incentive/keeper/params_test.go index e2ee0a1da..e6196521a 100644 --- a/x/incentive/keeper/params_test.go +++ b/x/incentive/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/stretchr/testify/require" ) diff --git a/x/incentive/keeper/query_params.go b/x/incentive/keeper/query_params.go index b58c8c1ec..18b4fe8f4 100644 --- a/x/incentive/keeper/query_params.go +++ b/x/incentive/keeper/query_params.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/x/incentive/keeper/query_params_test.go b/x/incentive/keeper/query_params_test.go index c98188c76..ec943cc99 100644 --- a/x/incentive/keeper/query_params_test.go +++ b/x/incentive/keeper/query_params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/stretchr/testify/require" ) diff --git a/x/incentive/keeper/reward_gauge.go b/x/incentive/keeper/reward_gauge.go index d06cbf3fd..57c598150 100644 --- a/x/incentive/keeper/reward_gauge.go +++ b/x/incentive/keeper/reward_gauge.go @@ -3,7 +3,7 @@ package keeper import ( "context" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/incentive/keeper/reward_gauge_test.go b/x/incentive/keeper/reward_gauge_test.go index 74a840c13..53bf8f34b 100644 --- a/x/incentive/keeper/reward_gauge_test.go +++ b/x/incentive/keeper/reward_gauge_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "testing" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" ) diff --git a/x/incentive/module.go b/x/incentive/module.go index 862daf4ff..254a95231 100644 --- a/x/incentive/module.go +++ b/x/incentive/module.go @@ -6,9 +6,9 @@ import ( "encoding/json" "fmt" - "github.com/babylonchain/babylon/x/incentive/client/cli" - "github.com/babylonchain/babylon/x/incentive/keeper" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/client/cli" + "github.com/babylonlabs-io/babylon/x/incentive/keeper" + "github.com/babylonlabs-io/babylon/x/incentive/types" abci "github.com/cometbft/cometbft/abci/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/incentive/types/expected_keepers.go b/x/incentive/types/expected_keepers.go index a8000ec2d..434a96c0d 100644 --- a/x/incentive/types/expected_keepers.go +++ b/x/incentive/types/expected_keepers.go @@ -2,7 +2,7 @@ package types import ( "context" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/incentive/types/genesis.pb.go b/x/incentive/types/genesis.pb.go index d2c7b135c..223029c7b 100644 --- a/x/incentive/types/genesis.pb.go +++ b/x/incentive/types/genesis.pb.go @@ -75,7 +75,7 @@ func init() { func init() { proto.RegisterFile("babylon/incentive/genesis.proto", fileDescriptor_41d5400dc6b4b931) } var fileDescriptor_41d5400dc6b4b931 = []byte{ - // 195 bytes of a gzipped FileDescriptorProto + // 197 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4f, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0xcf, 0xcc, 0x4b, 0x4e, 0xcd, 0x2b, 0xc9, 0x2c, 0x4b, 0xd5, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x84, 0x2a, 0xd0, @@ -83,12 +83,12 @@ var fileDescriptor_41d5400dc6b4b931 = []byte{ 0x72, 0x98, 0x26, 0x15, 0x24, 0x16, 0x25, 0xe6, 0x42, 0x0d, 0x52, 0x72, 0xe7, 0xe2, 0x71, 0x87, 0x98, 0x1c, 0x5c, 0x92, 0x58, 0x92, 0x2a, 0x64, 0xce, 0xc5, 0x06, 0x91, 0x97, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0x92, 0xd4, 0xc3, 0xb0, 0x49, 0x2f, 0x00, 0xac, 0xc0, 0x89, 0xe5, 0xc4, 0x3d, - 0x79, 0x86, 0x20, 0xa8, 0x72, 0x27, 0xef, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, + 0x79, 0x86, 0x20, 0xa8, 0x72, 0x27, 0xdf, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, - 0x88, 0x32, 0x4c, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x1a, 0x96, - 0x9c, 0x91, 0x98, 0x99, 0x07, 0xe3, 0xe8, 0x57, 0x20, 0x39, 0xae, 0xa4, 0xb2, 0x20, 0xb5, 0x38, - 0x89, 0x0d, 0xec, 0x38, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8c, 0xa1, 0x97, 0x7e, 0x08, - 0x01, 0x00, 0x00, + 0x88, 0x32, 0x4e, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x1a, 0x96, + 0x93, 0x98, 0x54, 0xac, 0x9b, 0x99, 0x0f, 0xe3, 0xea, 0x57, 0x20, 0x39, 0xaf, 0xa4, 0xb2, 0x20, + 0xb5, 0x38, 0x89, 0x0d, 0xec, 0x3c, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x33, 0x58, 0xf9, + 0x93, 0x0a, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/incentive/types/genesis_test.go b/x/incentive/types/genesis_test.go index 230e2c670..8f30abae3 100644 --- a/x/incentive/types/genesis_test.go +++ b/x/incentive/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/x/incentive/types" + "github.com/babylonlabs-io/babylon/x/incentive/types" "github.com/stretchr/testify/require" ) diff --git a/x/incentive/types/incentive.pb.go b/x/incentive/types/incentive.pb.go index 304f85dba..98d972e2e 100644 --- a/x/incentive/types/incentive.pb.go +++ b/x/incentive/types/incentive.pb.go @@ -138,7 +138,7 @@ func init() { func init() { proto.RegisterFile("babylon/incentive/incentive.proto", fileDescriptor_3954bc4942045a7a) } var fileDescriptor_3954bc4942045a7a = []byte{ - // 269 bytes of a gzipped FileDescriptorProto + // 271 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4c, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0xcf, 0xcc, 0x4b, 0x4e, 0xcd, 0x2b, 0xc9, 0x2c, 0x4b, 0x45, 0xb0, 0xf4, 0x0a, 0x8a, 0xf2, 0x4b, 0xf2, 0x85, 0x04, 0xa1, 0x4a, 0xf4, 0xe0, 0x12, 0x52, 0x22, 0xe9, 0xf9, @@ -151,11 +151,11 @@ var fileDescriptor_3954bc4942045a7a = []byte{ 0xa8, 0x2d, 0x10, 0x4a, 0xb7, 0x38, 0x25, 0x5b, 0xbf, 0xa4, 0xb2, 0x20, 0xb5, 0x18, 0xac, 0xa1, 0x38, 0x08, 0x62, 0xb2, 0xd2, 0x33, 0x46, 0x2e, 0xee, 0xa0, 0xd4, 0xf2, 0xc4, 0xa2, 0x14, 0x7a, 0x59, 0x29, 0x54, 0xc2, 0xc5, 0x5f, 0x9e, 0x59, 0x92, 0x91, 0x52, 0x94, 0x58, 0x9e, 0x17, 0x0f, - 0xb1, 0x8c, 0x89, 0xfa, 0x96, 0xf1, 0xc1, 0xed, 0x00, 0xf3, 0x9d, 0xbc, 0x4f, 0x3c, 0x92, 0x63, + 0xb1, 0x8c, 0x89, 0xfa, 0x96, 0xf1, 0xc1, 0xed, 0x00, 0xf3, 0x9d, 0x7c, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, - 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x10, 0xc9, 0x4c, 0x68, 0x14, 0x26, 0x67, 0x24, 0x66, - 0xe6, 0xc1, 0x38, 0xfa, 0x15, 0x48, 0x91, 0x0e, 0xb6, 0x22, 0x89, 0x0d, 0x1c, 0x51, 0xc6, 0x80, - 0x00, 0x00, 0x00, 0xff, 0xff, 0xdc, 0x83, 0xc5, 0xfb, 0x16, 0x02, 0x00, 0x00, + 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x18, 0xc9, 0x4c, 0x68, 0x14, 0xe6, 0x24, 0x26, 0x15, + 0xeb, 0x66, 0xe6, 0xc3, 0xb8, 0xfa, 0x15, 0x48, 0xd1, 0x0e, 0xb6, 0x24, 0x89, 0x0d, 0x1c, 0x55, + 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd1, 0xc1, 0x22, 0xfc, 0x18, 0x02, 0x00, 0x00, } func (m *Gauge) Marshal() (dAtA []byte, err error) { diff --git a/x/incentive/types/mocked_keepers.go b/x/incentive/types/mocked_keepers.go index 833bbb50d..b0e07c0e9 100644 --- a/x/incentive/types/mocked_keepers.go +++ b/x/incentive/types/mocked_keepers.go @@ -8,7 +8,7 @@ import ( context "context" reflect "reflect" - types "github.com/babylonchain/babylon/x/epoching/types" + types "github.com/babylonlabs-io/babylon/x/epoching/types" types0 "github.com/cosmos/cosmos-sdk/types" gomock "github.com/golang/mock/gomock" ) diff --git a/x/incentive/types/params.pb.go b/x/incentive/types/params.pb.go index a0062b8d6..ac7b99865 100644 --- a/x/incentive/types/params.pb.go +++ b/x/incentive/types/params.pb.go @@ -79,7 +79,7 @@ func init() { func init() { proto.RegisterFile("babylon/incentive/params.proto", fileDescriptor_c42276168f0adf4b) } var fileDescriptor_c42276168f0adf4b = []byte{ - // 294 bytes of a gzipped FileDescriptorProto + // 296 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4b, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0xcf, 0xcc, 0x4b, 0x4e, 0xcd, 0x2b, 0xc9, 0x2c, 0x4b, 0xd5, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x84, 0xca, 0xeb, 0xc1, @@ -93,12 +93,12 @@ var fileDescriptor_c42276168f0adf4b = []byte{ 0x31, 0x4a, 0x28, 0x86, 0x4b, 0xa0, 0x28, 0x15, 0x64, 0x2e, 0x92, 0xf1, 0x4c, 0xe4, 0x1a, 0xcf, 0x0f, 0x33, 0x0a, 0x66, 0x7a, 0x22, 0x97, 0x70, 0x52, 0x49, 0x72, 0x7c, 0x71, 0x49, 0x62, 0x76, 0x66, 0x5e, 0x3a, 0xdc, 0x02, 0x66, 0x72, 0x2d, 0x10, 0x4c, 0x2a, 0x49, 0x0e, 0x86, 0x18, 0x06, - 0xb5, 0xc2, 0x8a, 0x65, 0xc6, 0x02, 0x79, 0x06, 0x27, 0xef, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, + 0xb5, 0xc2, 0x8a, 0x65, 0xc6, 0x02, 0x79, 0x06, 0x27, 0xdf, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, - 0x3c, 0x96, 0x63, 0x88, 0x32, 0x4c, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, - 0x87, 0x46, 0x4d, 0x72, 0x46, 0x62, 0x66, 0x1e, 0x8c, 0xa3, 0x5f, 0x81, 0x14, 0x93, 0x25, 0x95, - 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0x58, 0x30, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x55, 0x13, - 0x48, 0x09, 0xeb, 0x01, 0x00, 0x00, + 0x3c, 0x96, 0x63, 0x88, 0x32, 0x4e, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, + 0x87, 0x46, 0x4d, 0x4e, 0x62, 0x52, 0xb1, 0x6e, 0x66, 0x3e, 0x8c, 0xab, 0x5f, 0x81, 0x14, 0x97, + 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0x78, 0x30, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, + 0x1a, 0x83, 0x6c, 0xe6, 0xed, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/incentive/types/query.pb.go b/x/incentive/types/query.pb.go index 46405c449..a0829633e 100644 --- a/x/incentive/types/query.pb.go +++ b/x/incentive/types/query.pb.go @@ -404,46 +404,46 @@ func init() { func init() { proto.RegisterFile("babylon/incentive/query.proto", fileDescriptor_e1a59cc0c7c44135) } var fileDescriptor_e1a59cc0c7c44135 = []byte{ - // 610 bytes of a gzipped FileDescriptorProto + // 611 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x3f, 0x6f, 0xd3, 0x40, 0x18, 0xc6, 0xe3, 0xb4, 0x09, 0xf4, 0x5a, 0x04, 0x3d, 0x22, 0xe4, 0x38, 0xc5, 0x24, 0x96, 0x40, - 0x95, 0x00, 0x5b, 0xcd, 0x1f, 0x15, 0x90, 0x00, 0x29, 0x08, 0x31, 0x20, 0x45, 0xe0, 0x76, 0x62, - 0x89, 0x2e, 0xce, 0xc9, 0xb1, 0x1a, 0xfb, 0x5c, 0xfb, 0x5c, 0x08, 0x55, 0x16, 0x3e, 0x01, 0x12, - 0x13, 0x3b, 0x0b, 0xdf, 0x82, 0xb1, 0x63, 0x25, 0x16, 0x26, 0x04, 0x09, 0x1f, 0x04, 0xe5, 0xee, - 0x1c, 0xb9, 0x8d, 0x5d, 0x5a, 0xb6, 0xf3, 0xfb, 0x3e, 0xef, 0xf3, 0xfe, 0x72, 0x7e, 0x1c, 0x70, - 0xb3, 0x87, 0x7a, 0xa3, 0x21, 0xf1, 0x0c, 0xc7, 0xb3, 0xb0, 0x47, 0x9d, 0x03, 0x6c, 0xec, 0x47, - 0x38, 0x18, 0xe9, 0x7e, 0x40, 0x28, 0x81, 0xeb, 0xa2, 0xad, 0xcf, 0xdb, 0x4a, 0xc9, 0x26, 0x36, - 0x61, 0x5d, 0x63, 0x76, 0xe2, 0x42, 0x65, 0xc3, 0x26, 0xc4, 0x1e, 0x62, 0x03, 0xf9, 0x8e, 0x81, - 0x3c, 0x8f, 0x50, 0x44, 0x1d, 0xe2, 0x85, 0xa2, 0xab, 0x2e, 0x6e, 0xf1, 0x51, 0x80, 0xdc, 0xb8, - 0x5f, 0x5b, 0xec, 0xcf, 0x4f, 0x5c, 0xa2, 0x95, 0x00, 0x7c, 0x3d, 0x03, 0x7b, 0xc5, 0xe6, 0x4c, - 0xbc, 0x1f, 0xe1, 0x90, 0x6a, 0x1d, 0x70, 0xfd, 0x44, 0x35, 0xf4, 0x89, 0x17, 0x62, 0xb8, 0x0d, - 0x8a, 0xdc, 0x5f, 0x96, 0xaa, 0xd2, 0xe6, 0x6a, 0xbd, 0xac, 0x2f, 0xfc, 0x0e, 0x9d, 0x8f, 0xb4, - 0x97, 0x8f, 0x7e, 0xde, 0xca, 0x99, 0x42, 0xae, 0x35, 0x81, 0xcc, 0xfc, 0x4c, 0xfc, 0x16, 0x05, - 0xfd, 0x17, 0x28, 0xb2, 0x71, 0xbc, 0x0b, 0xca, 0xe0, 0x12, 0xea, 0xf7, 0x03, 0x1c, 0x72, 0xd7, - 0x15, 0x33, 0x7e, 0xd4, 0x7e, 0x4b, 0xa0, 0x9c, 0x32, 0x26, 0x60, 0x2c, 0x70, 0x25, 0x60, 0xf5, - 0xae, 0xcd, 0x1a, 0xb2, 0x54, 0x5d, 0xda, 0x5c, 0xad, 0x3f, 0x49, 0x61, 0xca, 0x34, 0xd1, 0x93, - 0xc5, 0xe7, 0x1e, 0x0d, 0x46, 0xe6, 0x5a, 0x90, 0x28, 0x29, 0x5d, 0xb0, 0xbe, 0x20, 0x81, 0xd7, - 0xc0, 0xd2, 0x1e, 0x1e, 0x09, 0xda, 0xd9, 0x11, 0x36, 0x41, 0xe1, 0x00, 0x0d, 0x23, 0x2c, 0xe7, - 0xd9, 0xbd, 0xa8, 0x29, 0x0c, 0x09, 0x1b, 0x93, 0x8b, 0x1f, 0xe5, 0x1f, 0x48, 0x5a, 0x0b, 0x54, - 0x18, 0x5d, 0x7b, 0xf7, 0xd9, 0x0e, 0x45, 0x7b, 0x8e, 0x67, 0x73, 0x89, 0xb8, 0x9c, 0x1b, 0xa0, - 0x38, 0xc0, 0x8e, 0x3d, 0xa0, 0x6c, 0xdb, 0xb2, 0x29, 0x9e, 0xb4, 0x0e, 0xd8, 0x48, 0x1f, 0x13, - 0x97, 0xa3, 0x83, 0x02, 0xbb, 0x15, 0xf1, 0xa2, 0xe4, 0x14, 0x20, 0x81, 0xc2, 0x64, 0xda, 0x53, - 0x50, 0x8d, 0xfd, 0x76, 0x1d, 0x17, 0x87, 0x14, 0xb9, 0xfe, 0x69, 0x96, 0x0a, 0x58, 0xc1, 0x3e, - 0xb1, 0x06, 0x5d, 0x2f, 0x72, 0x05, 0xce, 0x65, 0x56, 0xe8, 0x44, 0xae, 0xb6, 0x03, 0x6a, 0x67, - 0x18, 0xfc, 0x1f, 0x55, 0xfd, 0x73, 0x01, 0x14, 0x98, 0x2b, 0x7c, 0x0f, 0x8a, 0x3c, 0x58, 0xf0, - 0x76, 0xd6, 0xfb, 0x3d, 0x91, 0x60, 0xe5, 0xce, 0xbf, 0x64, 0x1c, 0x49, 0xab, 0x7d, 0xf8, 0xfe, - 0xe7, 0x53, 0xbe, 0x02, 0xcb, 0x46, 0xd6, 0xb7, 0x04, 0xbf, 0x48, 0x60, 0x2d, 0x19, 0x02, 0x78, - 0xf7, 0x7c, 0x11, 0xe3, 0x20, 0xf7, 0x2e, 0x92, 0x47, 0xed, 0x21, 0xc3, 0x69, 0xc0, 0xad, 0x14, - 0x1c, 0xf1, 0x59, 0x18, 0x87, 0xe2, 0x30, 0x36, 0x92, 0xf9, 0x87, 0x5f, 0x25, 0x70, 0xf5, 0x54, - 0x1c, 0xa0, 0x9e, 0xb5, 0x3c, 0x3d, 0x6e, 0x8a, 0x71, 0x6e, 0xbd, 0xe0, 0x6d, 0x31, 0x5e, 0x03, - 0xde, 0x4f, 0xe1, 0xed, 0x51, 0xab, 0x1b, 0xf2, 0x21, 0x8e, 0x68, 0x1c, 0xf2, 0xf4, 0x8e, 0xe1, - 0x37, 0x09, 0x94, 0xd2, 0x92, 0x02, 0x1b, 0x67, 0x00, 0x64, 0x05, 0x53, 0x69, 0x5e, 0x6c, 0x48, - 0xa0, 0x3f, 0x66, 0xe8, 0xdb, 0xb0, 0x95, 0x81, 0x4e, 0x13, 0x93, 0x31, 0xff, 0x3c, 0xff, 0xe3, - 0xf6, 0xcb, 0xa3, 0x89, 0x2a, 0x1d, 0x4f, 0x54, 0xe9, 0xd7, 0x44, 0x95, 0x3e, 0x4e, 0xd5, 0xdc, - 0xf1, 0x54, 0xcd, 0xfd, 0x98, 0xaa, 0xb9, 0x37, 0x5b, 0xb6, 0x43, 0x07, 0x51, 0x4f, 0xb7, 0x88, - 0x1b, 0x5b, 0x5b, 0x03, 0xe4, 0x78, 0xf3, 0x3d, 0xef, 0x12, 0x9b, 0xe8, 0xc8, 0xc7, 0x61, 0xaf, - 0xc8, 0xfe, 0x8c, 0x1b, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xfd, 0x1f, 0x12, 0x0c, 0x37, 0x06, - 0x00, 0x00, + 0x95, 0xa0, 0xb6, 0xc8, 0x1f, 0x15, 0x90, 0x00, 0x29, 0x08, 0x31, 0x11, 0x81, 0xdb, 0x89, 0x25, + 0x3a, 0x27, 0x27, 0xc7, 0x6a, 0xec, 0x73, 0xed, 0x73, 0x21, 0x54, 0x59, 0xf8, 0x04, 0x48, 0x4c, + 0xec, 0x2c, 0x7c, 0x0b, 0xc6, 0x8e, 0x95, 0x58, 0x98, 0x10, 0x24, 0x7c, 0x10, 0x94, 0xbb, 0x73, + 0xe4, 0x36, 0x76, 0x69, 0xd9, 0xce, 0xef, 0xfb, 0xbc, 0xcf, 0xfb, 0xcb, 0xf9, 0x71, 0xc0, 0x4d, + 0x0b, 0x59, 0xa3, 0x21, 0xf1, 0x0c, 0xc7, 0xeb, 0x61, 0x8f, 0x3a, 0x07, 0xd8, 0xd8, 0x8f, 0x70, + 0x30, 0xd2, 0xfd, 0x80, 0x50, 0x02, 0xd7, 0x45, 0x5b, 0x9f, 0xb7, 0x95, 0x92, 0x4d, 0x6c, 0xc2, + 0xba, 0xc6, 0xec, 0xc4, 0x85, 0xca, 0x86, 0x4d, 0x88, 0x3d, 0xc4, 0x06, 0xf2, 0x1d, 0x03, 0x79, + 0x1e, 0xa1, 0x88, 0x3a, 0xc4, 0x0b, 0x45, 0x57, 0x5d, 0xdc, 0xe2, 0xa3, 0x00, 0xb9, 0x71, 0xbf, + 0xb6, 0xd8, 0x9f, 0x9f, 0xb8, 0x44, 0x2b, 0x01, 0xf8, 0x7a, 0x06, 0xf6, 0x8a, 0xcd, 0x99, 0x78, + 0x3f, 0xc2, 0x21, 0xd5, 0x3a, 0xe0, 0xfa, 0x89, 0x6a, 0xe8, 0x13, 0x2f, 0xc4, 0x70, 0x1b, 0x14, + 0xb9, 0xbf, 0x2c, 0x55, 0xa5, 0xcd, 0xd5, 0x7a, 0x59, 0x5f, 0xf8, 0x1d, 0x3a, 0x1f, 0x69, 0x2f, + 0x1f, 0xfd, 0xbc, 0x95, 0x33, 0x85, 0x5c, 0x6b, 0x02, 0x99, 0xf9, 0x99, 0xf8, 0x2d, 0x0a, 0xfa, + 0x2f, 0x50, 0x64, 0xe3, 0x78, 0x17, 0x94, 0xc1, 0x25, 0xd4, 0xef, 0x07, 0x38, 0xe4, 0xae, 0x2b, + 0x66, 0xfc, 0xa8, 0xfd, 0x96, 0x40, 0x39, 0x65, 0x4c, 0xc0, 0xf4, 0xc0, 0x95, 0x80, 0xd5, 0xbb, + 0x36, 0x6b, 0xc8, 0x52, 0x75, 0x69, 0x73, 0xb5, 0xfe, 0x24, 0x85, 0x29, 0xd3, 0x44, 0x4f, 0x16, + 0x9f, 0x7b, 0x34, 0x18, 0x99, 0x6b, 0x41, 0xa2, 0xa4, 0x74, 0xc1, 0xfa, 0x82, 0x04, 0x5e, 0x03, + 0x4b, 0x7b, 0x78, 0x24, 0x68, 0x67, 0x47, 0xd8, 0x04, 0x85, 0x03, 0x34, 0x8c, 0xb0, 0x9c, 0x67, + 0xf7, 0xa2, 0xa6, 0x30, 0x24, 0x6c, 0x4c, 0x2e, 0x7e, 0x94, 0x7f, 0x20, 0x69, 0x2d, 0x50, 0x61, + 0x74, 0xed, 0xdd, 0x67, 0x3b, 0x14, 0xed, 0x39, 0x9e, 0xcd, 0x25, 0xe2, 0x72, 0x6e, 0x80, 0xe2, + 0x00, 0x3b, 0xf6, 0x80, 0xb2, 0x6d, 0xcb, 0xa6, 0x78, 0xd2, 0x3a, 0x60, 0x23, 0x7d, 0x4c, 0x5c, + 0x8e, 0x0e, 0x0a, 0xec, 0x56, 0xc4, 0x8b, 0x92, 0x53, 0x80, 0x04, 0x0a, 0x93, 0x69, 0x4f, 0x41, + 0x35, 0xf6, 0xdb, 0x75, 0x5c, 0x1c, 0x52, 0xe4, 0xfa, 0xa7, 0x59, 0x2a, 0x60, 0x05, 0xfb, 0xa4, + 0x37, 0xe8, 0x7a, 0x91, 0x2b, 0x70, 0x2e, 0xb3, 0x42, 0x27, 0x72, 0xb5, 0x1d, 0x50, 0x3b, 0xc3, + 0xe0, 0xff, 0xa8, 0xea, 0x9f, 0x0b, 0xa0, 0xc0, 0x5c, 0xe1, 0x7b, 0x50, 0xe4, 0xc1, 0x82, 0xb7, + 0xb3, 0xde, 0xef, 0x89, 0x04, 0x2b, 0x77, 0xfe, 0x25, 0xe3, 0x48, 0x5a, 0xed, 0xc3, 0xf7, 0x3f, + 0x9f, 0xf2, 0x15, 0x58, 0x36, 0xb2, 0xbe, 0x25, 0xf8, 0x45, 0x02, 0x6b, 0xc9, 0x10, 0xc0, 0xbb, + 0xe7, 0x8b, 0x18, 0x07, 0xb9, 0x77, 0x91, 0x3c, 0x6a, 0x0f, 0x19, 0x4e, 0x03, 0xde, 0x4f, 0xc1, + 0x11, 0x9f, 0x85, 0x71, 0x28, 0x0e, 0x63, 0x23, 0x99, 0x7f, 0xf8, 0x55, 0x02, 0x57, 0x4f, 0xc5, + 0x01, 0xea, 0x59, 0xcb, 0xd3, 0xe3, 0xa6, 0x18, 0xe7, 0xd6, 0x0b, 0xde, 0x16, 0xe3, 0x35, 0xe0, + 0x56, 0x0a, 0xaf, 0x45, 0x7b, 0xdd, 0x90, 0x0f, 0x71, 0x44, 0xe3, 0x90, 0xa7, 0x77, 0x0c, 0xbf, + 0x49, 0xa0, 0x94, 0x96, 0x14, 0xd8, 0x38, 0x03, 0x20, 0x2b, 0x98, 0x4a, 0xf3, 0x62, 0x43, 0x02, + 0xfd, 0x31, 0x43, 0xdf, 0x86, 0xad, 0x0c, 0x74, 0x9a, 0x98, 0x8c, 0xf9, 0xe7, 0xf9, 0x1f, 0xb7, + 0x5f, 0x1e, 0x4d, 0x54, 0xe9, 0x78, 0xa2, 0x4a, 0xbf, 0x26, 0xaa, 0xf4, 0x71, 0xaa, 0xe6, 0x8e, + 0xa7, 0x6a, 0xee, 0xc7, 0x54, 0xcd, 0xbd, 0x69, 0xd8, 0x0e, 0x1d, 0x44, 0x96, 0xde, 0x23, 0x6e, + 0x6c, 0x3d, 0x44, 0x56, 0xb8, 0xe5, 0x90, 0xf9, 0xa6, 0x77, 0x89, 0x5d, 0x74, 0xe4, 0xe3, 0xd0, + 0x2a, 0xb2, 0xbf, 0xe3, 0xc6, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8a, 0xfc, 0x04, 0x89, 0x39, + 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/incentive/types/tx.pb.go b/x/incentive/types/tx.pb.go index dece25fd3..6d52b0959 100644 --- a/x/incentive/types/tx.pb.go +++ b/x/incentive/types/tx.pb.go @@ -241,37 +241,37 @@ func init() { func init() { proto.RegisterFile("babylon/incentive/tx.proto", fileDescriptor_b4de6776d39a3a22) } var fileDescriptor_b4de6776d39a3a22 = []byte{ - // 467 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x4f, 0x6b, 0xd4, 0x40, - 0x1c, 0xdd, 0xb1, 0x7f, 0xa4, 0x63, 0xa9, 0x74, 0x28, 0x34, 0x9b, 0x43, 0x5a, 0x82, 0x87, 0x65, - 0xb1, 0x19, 0xb7, 0x82, 0x42, 0x6f, 0xc6, 0xa3, 0x2c, 0x4a, 0x44, 0x04, 0x0f, 0xca, 0x24, 0x19, - 0x26, 0x83, 0x66, 0x26, 0x64, 0xa6, 0xdb, 0xee, 0x45, 0xc4, 0x4f, 0x20, 0x7e, 0x0c, 0x4f, 0x3d, - 0xf8, 0x21, 0x7a, 0x2c, 0x3d, 0x79, 0x52, 0xd9, 0x3d, 0xf4, 0x6b, 0xc8, 0x64, 0x26, 0xed, 0xda, - 0x14, 0xf4, 0x34, 0xf3, 0xdb, 0xf7, 0xe6, 0xfd, 0xde, 0xef, 0xfd, 0x36, 0xd0, 0x4f, 0x49, 0x3a, - 0xfd, 0x20, 0x05, 0xe6, 0x22, 0xa3, 0x42, 0xf3, 0x09, 0xc5, 0xfa, 0x38, 0xaa, 0x6a, 0xa9, 0x25, - 0xda, 0x74, 0x58, 0x74, 0x89, 0xf9, 0x5b, 0x4c, 0x32, 0xd9, 0xa0, 0xd8, 0xdc, 0x2c, 0xd1, 0xef, - 0x67, 0x52, 0x95, 0x52, 0xbd, 0xb3, 0x80, 0x2d, 0x1c, 0xb4, 0x6d, 0x2b, 0x5c, 0x2a, 0x86, 0x27, - 0x23, 0x73, 0x38, 0x20, 0x70, 0x40, 0x4a, 0x14, 0xc5, 0x93, 0x51, 0x4a, 0x35, 0x19, 0xe1, 0x4c, - 0x72, 0xd1, 0xe2, 0x5d, 0x63, 0x15, 0xa9, 0x49, 0xe9, 0x84, 0xc3, 0xe7, 0x70, 0x73, 0xac, 0xd8, - 0x6b, 0xae, 0x8b, 0xbc, 0x26, 0x47, 0x09, 0x3d, 0x22, 0x75, 0x8e, 0x10, 0x5c, 0xd6, 0xd3, 0x8a, - 0x7a, 0x60, 0x17, 0x0c, 0xd6, 0x92, 0xe6, 0x8e, 0x3c, 0x78, 0x9b, 0xe4, 0x79, 0x4d, 0x95, 0xf2, - 0x6e, 0x35, 0x3f, 0xb7, 0xe5, 0xc1, 0xfa, 0xe7, 0x8b, 0x93, 0x61, 0x5b, 0x85, 0x1f, 0x61, 0xbf, - 0x23, 0x98, 0x50, 0x55, 0x49, 0xa1, 0x28, 0x22, 0x70, 0xc5, 0x78, 0x53, 0x1e, 0xd8, 0x5d, 0x1a, - 0xdc, 0xd9, 0xef, 0x47, 0x6e, 0x48, 0xe3, 0x3e, 0x72, 0xee, 0xa3, 0xa7, 0x92, 0x8b, 0xf8, 0xc1, - 0xe9, 0xcf, 0x9d, 0xde, 0xb7, 0x5f, 0x3b, 0x03, 0xc6, 0x75, 0x71, 0x98, 0x46, 0x99, 0x2c, 0x5d, - 0x22, 0xee, 0xd8, 0x53, 0xf9, 0x7b, 0x6c, 0x9c, 0xa9, 0xe6, 0x81, 0x4a, 0xac, 0x72, 0xf8, 0x15, - 0xc0, 0xbb, 0x63, 0xc5, 0x5e, 0x55, 0x39, 0xd1, 0xf4, 0x45, 0x33, 0x2a, 0x7a, 0x04, 0xd7, 0xc8, - 0xa1, 0x2e, 0x64, 0xcd, 0xf5, 0xd4, 0x0e, 0x15, 0x7b, 0xe7, 0xdf, 0xf7, 0xb6, 0x5c, 0xf7, 0x27, - 0xd6, 0xfa, 0x4b, 0x5d, 0x73, 0xc1, 0x92, 0x2b, 0x2a, 0x7a, 0x0c, 0x57, 0x6d, 0x58, 0xcd, 0xc8, - 0xc6, 0x6f, 0x67, 0x95, 0x91, 0x6d, 0x11, 0x2f, 0x1b, 0xbf, 0x89, 0xa3, 0x1f, 0x6c, 0x98, 0x48, - 0xae, 0x84, 0xc2, 0x3e, 0xdc, 0xbe, 0xe6, 0xa9, 0x8d, 0x64, 0xff, 0x1c, 0xc0, 0xa5, 0xb1, 0x62, - 0x28, 0x87, 0x1b, 0xd7, 0xb6, 0x70, 0xef, 0x86, 0x6e, 0x9d, 0x68, 0xfd, 0xfb, 0xff, 0xc3, 0xba, - 0x5c, 0xc0, 0x5b, 0xb8, 0xfe, 0x57, 0x32, 0xe1, 0xcd, 0xaf, 0x17, 0x39, 0xfe, 0xf0, 0xdf, 0x9c, - 0x56, 0xdf, 0x5f, 0xf9, 0x74, 0x71, 0x32, 0x04, 0xf1, 0xb3, 0xd3, 0x59, 0x00, 0xce, 0x66, 0x01, - 0xf8, 0x3d, 0x0b, 0xc0, 0x97, 0x79, 0xd0, 0x3b, 0x9b, 0x07, 0xbd, 0x1f, 0xf3, 0xa0, 0xf7, 0x66, - 0xb4, 0xb0, 0x4f, 0x27, 0x9b, 0x15, 0x84, 0x8b, 0xb6, 0xc0, 0xc7, 0x8b, 0x9f, 0x90, 0x59, 0x6f, - 0xba, 0xda, 0xfc, 0x53, 0x1f, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0xc7, 0x73, 0x0d, 0x40, 0x64, - 0x03, 0x00, 0x00, + // 469 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xcf, 0x6b, 0x13, 0x41, + 0x14, 0xce, 0xd8, 0x1f, 0xd2, 0xb1, 0x54, 0x3a, 0x14, 0xba, 0xd9, 0xc3, 0xb6, 0x2c, 0x1e, 0x42, + 0x30, 0x3b, 0xa6, 0x05, 0x85, 0xde, 0x8c, 0xe7, 0xa0, 0xac, 0x88, 0xe0, 0x41, 0x99, 0xcd, 0x0e, + 0x93, 0xc1, 0xee, 0xce, 0xb2, 0x6f, 0x9a, 0x36, 0x17, 0x11, 0xff, 0x02, 0xf1, 0xcf, 0xf0, 0xd4, + 0x83, 0x7f, 0x44, 0x8f, 0xa5, 0x27, 0x4f, 0x2a, 0xc9, 0xa1, 0xff, 0x86, 0xcc, 0xce, 0x6c, 0x1b, + 0xbb, 0x05, 0x7b, 0x9a, 0x79, 0xf9, 0xbe, 0xf9, 0xde, 0xf7, 0xbe, 0x97, 0xc5, 0x7e, 0xc2, 0x92, + 0xe9, 0xa1, 0xca, 0xa9, 0xcc, 0x47, 0x3c, 0xd7, 0x72, 0xc2, 0xa9, 0x3e, 0x89, 0x8a, 0x52, 0x69, + 0x45, 0x36, 0x1d, 0x16, 0x5d, 0x61, 0xfe, 0x96, 0x50, 0x42, 0x55, 0x28, 0x35, 0x37, 0x4b, 0xf4, + 0xdb, 0x23, 0x05, 0x99, 0x82, 0x0f, 0x16, 0xb0, 0x85, 0x83, 0xb6, 0x6d, 0x45, 0x33, 0x10, 0x74, + 0xd2, 0x37, 0x87, 0x03, 0x02, 0x07, 0x24, 0x0c, 0x38, 0x9d, 0xf4, 0x13, 0xae, 0x59, 0x9f, 0x8e, + 0x94, 0xcc, 0x6b, 0xbc, 0x69, 0xac, 0x60, 0x25, 0xcb, 0x9c, 0x70, 0xf8, 0x12, 0x6f, 0x0e, 0x41, + 0xbc, 0x95, 0x7a, 0x9c, 0x96, 0xec, 0x38, 0xe6, 0xc7, 0xac, 0x4c, 0x09, 0xc1, 0xcb, 0x7a, 0x5a, + 0x70, 0x0f, 0xed, 0xa2, 0xce, 0x5a, 0x5c, 0xdd, 0x89, 0x87, 0xef, 0xb3, 0x34, 0x2d, 0x39, 0x80, + 0x77, 0xaf, 0xfa, 0xb9, 0x2e, 0x0f, 0xd6, 0xbf, 0x5c, 0x9e, 0x76, 0xeb, 0x2a, 0xfc, 0x84, 0xdb, + 0x0d, 0xc1, 0x98, 0x43, 0xa1, 0x72, 0xe0, 0x84, 0xe1, 0x15, 0xe3, 0x0d, 0x3c, 0xb4, 0xbb, 0xd4, + 0x79, 0xb0, 0xd7, 0x8e, 0xdc, 0x90, 0xc6, 0x7d, 0xe4, 0xdc, 0x47, 0x2f, 0x94, 0xcc, 0x07, 0x4f, + 0xce, 0x7e, 0xed, 0xb4, 0xbe, 0xff, 0xde, 0xe9, 0x08, 0xa9, 0xc7, 0x47, 0x49, 0x34, 0x52, 0x99, + 0x4b, 0xc4, 0x1d, 0x3d, 0x48, 0x3f, 0x52, 0xe3, 0x0c, 0xaa, 0x07, 0x10, 0x5b, 0xe5, 0xf0, 0x1b, + 0xc2, 0x0f, 0x87, 0x20, 0xde, 0x14, 0x29, 0xd3, 0xfc, 0x55, 0x35, 0x2a, 0x79, 0x8a, 0xd7, 0xd8, + 0x91, 0x1e, 0xab, 0x52, 0xea, 0xa9, 0x1d, 0x6a, 0xe0, 0x5d, 0xfc, 0xe8, 0x6d, 0xb9, 0xee, 0xcf, + 0xad, 0xf5, 0xd7, 0xba, 0x94, 0xb9, 0x88, 0xaf, 0xa9, 0xe4, 0x19, 0x5e, 0xb5, 0x61, 0x55, 0x23, + 0x1b, 0xbf, 0x8d, 0x55, 0x46, 0xb6, 0xc5, 0x60, 0xd9, 0xf8, 0x8d, 0x1d, 0xfd, 0x60, 0xc3, 0x44, + 0x72, 0x2d, 0x14, 0xb6, 0xf1, 0xf6, 0x0d, 0x4f, 0x75, 0x24, 0x7b, 0x17, 0x08, 0x2f, 0x0d, 0x41, + 0x90, 0x14, 0x6f, 0xdc, 0xd8, 0xc2, 0xa3, 0x5b, 0xba, 0x35, 0xa2, 0xf5, 0x1f, 0xdf, 0x85, 0x75, + 0xb5, 0x80, 0xf7, 0x78, 0xfd, 0x9f, 0x64, 0xc2, 0xdb, 0x5f, 0x2f, 0x72, 0xfc, 0xee, 0xff, 0x39, + 0xb5, 0xbe, 0xbf, 0xf2, 0xf9, 0xf2, 0xb4, 0x8b, 0x06, 0xc3, 0xb3, 0x59, 0x80, 0xce, 0x67, 0x01, + 0xfa, 0x33, 0x0b, 0xd0, 0xd7, 0x79, 0xd0, 0x3a, 0x9f, 0x07, 0xad, 0x9f, 0xf3, 0xa0, 0xf5, 0x6e, + 0x7f, 0x61, 0x9f, 0x4e, 0xf6, 0x90, 0x25, 0xd0, 0x93, 0xaa, 0x2e, 0xe9, 0xc9, 0xe2, 0x47, 0x64, + 0x16, 0x9c, 0xac, 0x56, 0xff, 0xd5, 0xfd, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x9f, 0x43, 0xa9, + 0xe8, 0x66, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/monitor/client/cli/query.go b/x/monitor/client/cli/query.go index 50e9b2a2e..31b0bc1e2 100644 --- a/x/monitor/client/cli/query.go +++ b/x/monitor/client/cli/query.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/babylonchain/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/x/monitor/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/monitor/client/cli/tx.go b/x/monitor/client/cli/tx.go index c1836f6e7..4d55ca102 100644 --- a/x/monitor/client/cli/tx.go +++ b/x/monitor/client/cli/tx.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/babylonchain/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/x/monitor/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/monitor/genesis.go b/x/monitor/genesis.go index b786d9685..df03d8cce 100644 --- a/x/monitor/genesis.go +++ b/x/monitor/genesis.go @@ -2,8 +2,8 @@ package monitor import ( "context" - "github.com/babylonchain/babylon/x/monitor/keeper" - "github.com/babylonchain/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/x/monitor/keeper" + "github.com/babylonlabs-io/babylon/x/monitor/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/monitor/genesis_test.go b/x/monitor/genesis_test.go index db95adb13..fbb1b2b00 100644 --- a/x/monitor/genesis_test.go +++ b/x/monitor/genesis_test.go @@ -3,11 +3,11 @@ package monitor_test import ( "testing" - "github.com/babylonchain/babylon/x/monitor" + "github.com/babylonlabs-io/babylon/x/monitor" "github.com/stretchr/testify/require" - simapp "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/x/monitor/types" + simapp "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/x/monitor/types" ) func TestExportGenesis(t *testing.T) { diff --git a/x/monitor/keeper/grpc_query.go b/x/monitor/keeper/grpc_query.go index 6a38d7a90..422194296 100644 --- a/x/monitor/keeper/grpc_query.go +++ b/x/monitor/keeper/grpc_query.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/x/monitor/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/x/monitor/keeper/grpc_query_test.go b/x/monitor/keeper/grpc_query_test.go index 6f33b8fe7..53ea0862f 100644 --- a/x/monitor/keeper/grpc_query_test.go +++ b/x/monitor/keeper/grpc_query_test.go @@ -8,13 +8,13 @@ import ( "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/btctxformatter" - "github.com/babylonchain/babylon/testutil/datagen" - "github.com/babylonchain/babylon/testutil/mocks" - ckpttypes "github.com/babylonchain/babylon/x/checkpointing/types" - types2 "github.com/babylonchain/babylon/x/epoching/types" - "github.com/babylonchain/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/testutil/mocks" + ckpttypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + types2 "github.com/babylonlabs-io/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/monitor/types" ) func FuzzQueryEndedEpochBtcHeight(f *testing.F) { diff --git a/x/monitor/keeper/hooks.go b/x/monitor/keeper/hooks.go index 4b012fd44..8a0a3d492 100644 --- a/x/monitor/keeper/hooks.go +++ b/x/monitor/keeper/hooks.go @@ -3,8 +3,8 @@ package keeper import ( "context" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - etypes "github.com/babylonchain/babylon/x/epoching/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + etypes "github.com/babylonlabs-io/babylon/x/epoching/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/monitor/keeper/keeper.go b/x/monitor/keeper/keeper.go index 9bd40ab8b..c7ada1120 100644 --- a/x/monitor/keeper/keeper.go +++ b/x/monitor/keeper/keeper.go @@ -5,10 +5,10 @@ import ( corestoretypes "cosmossdk.io/core/store" "fmt" - ckpttypes "github.com/babylonchain/babylon/x/checkpointing/types" + ckpttypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" "cosmossdk.io/log" - "github.com/babylonchain/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/x/monitor/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/monitor/module.go b/x/monitor/module.go index b4674ff00..40586622e 100644 --- a/x/monitor/module.go +++ b/x/monitor/module.go @@ -12,9 +12,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/babylonchain/babylon/x/monitor/client/cli" - "github.com/babylonchain/babylon/x/monitor/keeper" - "github.com/babylonchain/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/x/monitor/client/cli" + "github.com/babylonlabs-io/babylon/x/monitor/keeper" + "github.com/babylonlabs-io/babylon/x/monitor/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/monitor/types/expected_keepers.go b/x/monitor/types/expected_keepers.go index 0150c8dc2..d63fffa07 100644 --- a/x/monitor/types/expected_keepers.go +++ b/x/monitor/types/expected_keepers.go @@ -2,7 +2,7 @@ package types import ( "context" - lc "github.com/babylonchain/babylon/x/btclightclient/types" + lc "github.com/babylonlabs-io/babylon/x/btclightclient/types" ) type BTCLightClientKeeper interface { diff --git a/x/monitor/types/genesis.pb.go b/x/monitor/types/genesis.pb.go index 8e2be0c21..2de642697 100644 --- a/x/monitor/types/genesis.pb.go +++ b/x/monitor/types/genesis.pb.go @@ -66,16 +66,17 @@ func init() { func init() { proto.RegisterFile("babylon/monitor/v1/genesis.proto", fileDescriptor_fb844fd916189e7b) } var fileDescriptor_fb844fd916189e7b = []byte{ - // 144 bytes of a gzipped FileDescriptorProto + // 146 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x48, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0xcf, 0xcd, 0xcf, 0xcb, 0x2c, 0xc9, 0x2f, 0xd2, 0x2f, 0x33, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x82, 0xaa, 0xd0, 0x83, 0xaa, 0xd0, 0x2b, 0x33, 0x54, 0xe2, 0xe3, 0xe2, 0x71, 0x87, 0x28, 0x0a, 0x2e, 0x49, - 0x2c, 0x49, 0x75, 0xf2, 0x3c, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, - 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xfd, - 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xa8, 0x41, 0xc9, 0x19, 0x89, - 0x99, 0x79, 0x30, 0x8e, 0x7e, 0x05, 0xdc, 0xe6, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, - 0xad, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb7, 0x9f, 0x6b, 0xe2, 0x99, 0x00, 0x00, 0x00, + 0x2c, 0x49, 0x75, 0xf2, 0x3e, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, + 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xc3, + 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xa8, 0x41, 0x39, 0x89, 0x49, + 0xc5, 0xba, 0x99, 0xf9, 0x30, 0xae, 0x7e, 0x05, 0xdc, 0xee, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, + 0x36, 0xb0, 0xbd, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcc, 0x4f, 0x6b, 0xc3, 0x9b, 0x00, + 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/monitor/types/genesis_test.go b/x/monitor/types/genesis_test.go index 5c5092312..73008eb98 100644 --- a/x/monitor/types/genesis_test.go +++ b/x/monitor/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/x/monitor/types" + "github.com/babylonlabs-io/babylon/x/monitor/types" "github.com/stretchr/testify/require" ) diff --git a/x/monitor/types/keys.go b/x/monitor/types/keys.go index 1f65b3c03..ccd101ec8 100644 --- a/x/monitor/types/keys.go +++ b/x/monitor/types/keys.go @@ -2,7 +2,7 @@ package types import ( "fmt" - "github.com/babylonchain/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/checkpointing/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/monitor/types/query.pb.go b/x/monitor/types/query.pb.go index 210128e1c..321e6d2de 100644 --- a/x/monitor/types/query.pb.go +++ b/x/monitor/types/query.pb.go @@ -229,33 +229,33 @@ func init() { func init() { proto.RegisterFile("babylon/monitor/v1/query.proto", fileDescriptor_a8aafb034c55a8f2) } var fileDescriptor_a8aafb034c55a8f2 = []byte{ - // 404 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x93, 0x4f, 0x8b, 0xd3, 0x40, - 0x18, 0xc6, 0x1b, 0xff, 0xd1, 0xce, 0x71, 0x14, 0x94, 0x56, 0x62, 0xc9, 0x41, 0x0b, 0x62, 0x86, - 0x5a, 0x3d, 0x29, 0x1e, 0x5a, 0x2a, 0x15, 0x44, 0x30, 0x37, 0xbd, 0x84, 0xc9, 0x74, 0xc8, 0x0c, - 0x4d, 0x66, 0xa6, 0x99, 0x49, 0xb1, 0x94, 0x5e, 0x3c, 0x7a, 0x12, 0xfc, 0x22, 0x7e, 0x0c, 0x2f, - 0x42, 0xc1, 0x8b, 0xc7, 0xa5, 0xdd, 0x0f, 0xb2, 0x64, 0x9a, 0xcd, 0x65, 0xd3, 0x2d, 0xbb, 0x7b, - 0xcc, 0xfb, 0xe6, 0xf9, 0xcd, 0xfb, 0xbc, 0xcf, 0x0c, 0x70, 0x23, 0x1c, 0x2d, 0x13, 0x29, 0x50, - 0x2a, 0x05, 0x37, 0x32, 0x43, 0x8b, 0x3e, 0x9a, 0xe7, 0x34, 0x5b, 0xfa, 0x2a, 0x93, 0x46, 0x42, - 0x58, 0xf6, 0xfd, 0xb2, 0xef, 0x2f, 0xfa, 0xed, 0xc7, 0xb1, 0x94, 0x71, 0x42, 0x11, 0x56, 0x1c, - 0x61, 0x21, 0xa4, 0xc1, 0x86, 0x4b, 0xa1, 0xf7, 0x0a, 0xef, 0x1d, 0x78, 0xf2, 0xb9, 0x00, 0x8c, - 0xc5, 0x94, 0x4e, 0xc7, 0x4a, 0x12, 0x36, 0x34, 0x64, 0x42, 0x79, 0xcc, 0x4c, 0x40, 0xe7, 0x39, - 0xd5, 0x06, 0x76, 0x40, 0x8b, 0x16, 0x8d, 0x50, 0xe4, 0xe9, 0x23, 0xa7, 0xeb, 0xf4, 0xee, 0x04, - 0x4d, 0x5b, 0xf8, 0x94, 0xa7, 0xde, 0x17, 0xd0, 0x3d, 0xac, 0xd7, 0x4a, 0x0a, 0x4d, 0xe1, 0x6b, - 0xf0, 0x30, 0x32, 0x24, 0x4c, 0x8a, 0x62, 0x48, 0x12, 0x4e, 0x85, 0x09, 0x99, 0xfd, 0xa5, 0xc4, - 0x3d, 0x88, 0x0c, 0xf9, 0x58, 0x7c, 0x8f, 0x6c, 0x73, 0x2f, 0xf7, 0xde, 0x83, 0x67, 0x16, 0x1d, - 0x50, 0x25, 0x33, 0x43, 0xa7, 0x23, 0x46, 0xc9, 0x4c, 0x49, 0x2e, 0x4c, 0xdd, 0x88, 0x64, 0xa6, - 0x4c, 0xc8, 0xb0, 0x66, 0x96, 0xd9, 0x0a, 0x9a, 0x45, 0x61, 0x82, 0x35, 0xf3, 0x30, 0xe8, 0x1d, - 0xe7, 0xdc, 0x68, 0xd4, 0x97, 0x3f, 0x6e, 0x83, 0xbb, 0xf6, 0x0c, 0xf8, 0xdb, 0x01, 0xf7, 0x6b, - 0x76, 0x01, 0x07, 0xfe, 0xc5, 0x68, 0xfc, 0x23, 0x9b, 0x6f, 0xbf, 0xba, 0x9a, 0x68, 0xef, 0xc1, - 0xf3, 0xbf, 0xff, 0x3b, 0xfd, 0x75, 0xab, 0x07, 0x9f, 0xa2, 0x9a, 0xdb, 0x62, 0x83, 0xd3, 0x68, - 0x55, 0x25, 0xba, 0x86, 0x7f, 0x1d, 0xd0, 0xb9, 0x64, 0x37, 0xf0, 0xcd, 0xc1, 0x29, 0x8e, 0x27, - 0xd3, 0x7e, 0x7b, 0x3d, 0x71, 0x69, 0x65, 0x60, 0xad, 0xbc, 0x80, 0xcf, 0xeb, 0xac, 0x90, 0x4a, - 0xa8, 0xd1, 0xaa, 0x8a, 0x7f, 0x3d, 0xfc, 0xf0, 0x67, 0xeb, 0x3a, 0x9b, 0xad, 0xeb, 0x9c, 0x6c, - 0x5d, 0xe7, 0xe7, 0xce, 0x6d, 0x6c, 0x76, 0x6e, 0xe3, 0xff, 0xce, 0x6d, 0x7c, 0x45, 0x31, 0x37, - 0x2c, 0x8f, 0x7c, 0x22, 0xd3, 0x73, 0x20, 0x61, 0x98, 0x8b, 0x8a, 0xfe, 0xad, 0xe2, 0x9b, 0xa5, - 0xa2, 0x3a, 0xba, 0x67, 0x1f, 0xc9, 0xe0, 0x2c, 0x00, 0x00, 0xff, 0xff, 0xf9, 0x12, 0xa1, 0x9a, - 0x78, 0x03, 0x00, 0x00, + // 405 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0x4d, 0xab, 0x13, 0x31, + 0x14, 0xed, 0xf8, 0x45, 0x9b, 0x65, 0x14, 0x94, 0x56, 0xc6, 0x32, 0x0b, 0x2d, 0x48, 0x27, 0xd4, + 0xea, 0x4a, 0x71, 0xd1, 0x52, 0x29, 0x28, 0x82, 0xb3, 0xd3, 0xcd, 0x90, 0x49, 0xc3, 0x24, 0x74, + 0x26, 0x49, 0x27, 0x99, 0x62, 0x29, 0xdd, 0xb8, 0x74, 0x25, 0xf8, 0x47, 0xfc, 0x19, 0x6e, 0x84, + 0x82, 0x1b, 0x97, 0xd2, 0xfa, 0x43, 0x64, 0xd2, 0x79, 0xb3, 0x79, 0xd3, 0x57, 0xde, 0x7b, 0xcb, + 0xdc, 0x93, 0x73, 0xee, 0x3d, 0xf7, 0x24, 0xc0, 0x8d, 0x70, 0xb4, 0x4a, 0xa4, 0x40, 0xa9, 0x14, + 0xdc, 0xc8, 0x0c, 0x2d, 0x07, 0x68, 0x91, 0xd3, 0x6c, 0xe5, 0xab, 0x4c, 0x1a, 0x09, 0x61, 0x89, + 0xfb, 0x25, 0xee, 0x2f, 0x07, 0xed, 0x87, 0xb1, 0x94, 0x71, 0x42, 0x11, 0x56, 0x1c, 0x61, 0x21, + 0xa4, 0xc1, 0x86, 0x4b, 0xa1, 0x0f, 0x0c, 0xef, 0x35, 0x78, 0xf4, 0xa1, 0x10, 0x98, 0x88, 0x19, + 0x9d, 0x4d, 0x94, 0x24, 0x6c, 0x64, 0xc8, 0x94, 0xf2, 0x98, 0x99, 0x80, 0x2e, 0x72, 0xaa, 0x0d, + 0xec, 0x80, 0x16, 0x2d, 0x80, 0x50, 0xe4, 0xe9, 0x03, 0xa7, 0xeb, 0xf4, 0x6e, 0x05, 0x4d, 0x5b, + 0x78, 0x9f, 0xa7, 0xde, 0x47, 0xd0, 0x3d, 0xce, 0xd7, 0x4a, 0x0a, 0x4d, 0xe1, 0x0b, 0x70, 0x3f, + 0x32, 0x24, 0x4c, 0x8a, 0x62, 0x48, 0x12, 0x4e, 0x85, 0x09, 0x99, 0xbd, 0x52, 0xca, 0xdd, 0x8b, + 0x0c, 0x79, 0x57, 0x9c, 0xc7, 0x16, 0x3c, 0xd0, 0xbd, 0x37, 0xe0, 0x89, 0x95, 0x0e, 0xa8, 0x92, + 0x99, 0xa1, 0xb3, 0x31, 0xa3, 0x64, 0xae, 0x24, 0x17, 0xa6, 0x6e, 0x44, 0x32, 0x57, 0x26, 0x64, + 0x58, 0x33, 0xab, 0xd9, 0x0a, 0x9a, 0x45, 0x61, 0x8a, 0x35, 0xf3, 0x30, 0xe8, 0x9d, 0xd6, 0xb9, + 0xd6, 0xa8, 0xcf, 0xbe, 0xde, 0x04, 0xb7, 0x6d, 0x0f, 0xf8, 0xc3, 0x01, 0x77, 0x6b, 0x76, 0x01, + 0x87, 0xfe, 0xf9, 0x68, 0xfc, 0x13, 0x9b, 0x6f, 0x3f, 0xbf, 0x1c, 0xe9, 0xe0, 0xc1, 0xf3, 0xbf, + 0xfc, 0xfe, 0xf7, 0xfd, 0x46, 0x0f, 0x3e, 0x46, 0x35, 0xaf, 0xc5, 0x06, 0xa7, 0xd1, 0xba, 0x4a, + 0x74, 0x03, 0x7f, 0x39, 0xa0, 0x73, 0xc1, 0x6e, 0xe0, 0xcb, 0xa3, 0x53, 0x9c, 0x4e, 0xa6, 0xfd, + 0xea, 0x6a, 0xe4, 0xd2, 0xca, 0xd0, 0x5a, 0xe9, 0xc3, 0xa7, 0x75, 0x56, 0x48, 0x45, 0xd4, 0x68, + 0x5d, 0xc5, 0xbf, 0x19, 0xbd, 0xfd, 0xb9, 0x73, 0x9d, 0xed, 0xce, 0x75, 0xfe, 0xee, 0x5c, 0xe7, + 0xdb, 0xde, 0x6d, 0x6c, 0xf7, 0x6e, 0xe3, 0xcf, 0xde, 0x6d, 0x7c, 0x1a, 0xc4, 0xdc, 0xb0, 0x3c, + 0xf2, 0x89, 0x4c, 0xcf, 0x04, 0x13, 0x1c, 0xe9, 0x3e, 0x97, 0x95, 0xfe, 0xe7, 0xaa, 0x83, 0x59, + 0x29, 0xaa, 0xa3, 0x3b, 0xf6, 0x9b, 0x0c, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x10, 0xaa, 0x98, + 0x3e, 0x7a, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/zoneconcierge/README.md b/x/zoneconcierge/README.md index d9dda333c..f873f4030 100644 --- a/x/zoneconcierge/README.md +++ b/x/zoneconcierge/README.md @@ -472,7 +472,7 @@ for different use cases, e.g., BTC-assisted unbonding. The phase 2 integration does not require any change to the PoS blockchain's code. Rather, it only needs to deploy a [Babylon -contract](https://github.com/babylonchain/babylon-contract) on the PoS +contract](https://github.com/babylonlabs-io/babylon-contract) on the PoS blockchain, and start an IBC relayer between Babylon and the Babylon contract on the PoS blockchain. The Babylon contract can be deployed to a blockchain supporting [CosmWasm](https://github.com/CosmWasm/cosmwasm) smart contracts, diff --git a/x/zoneconcierge/abci.go b/x/zoneconcierge/abci.go index 7ea1514bb..a0989f678 100644 --- a/x/zoneconcierge/abci.go +++ b/x/zoneconcierge/abci.go @@ -4,8 +4,8 @@ import ( "context" "time" - "github.com/babylonchain/babylon/x/zoneconcierge/keeper" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/keeper" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" abci "github.com/cometbft/cometbft/abci/types" "github.com/cosmos/cosmos-sdk/telemetry" ) diff --git a/x/zoneconcierge/client/cli/query.go b/x/zoneconcierge/client/cli/query.go index 2b0c5ad9c..ca0f1b682 100644 --- a/x/zoneconcierge/client/cli/query.go +++ b/x/zoneconcierge/client/cli/query.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/zoneconcierge/client/cli/tx.go b/x/zoneconcierge/client/cli/tx.go index 9ba77b787..23bd93b94 100644 --- a/x/zoneconcierge/client/cli/tx.go +++ b/x/zoneconcierge/client/cli/tx.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/zoneconcierge/genesis.go b/x/zoneconcierge/genesis.go index 6cdc963bf..84771473c 100644 --- a/x/zoneconcierge/genesis.go +++ b/x/zoneconcierge/genesis.go @@ -2,8 +2,8 @@ package zoneconcierge import ( "context" - "github.com/babylonchain/babylon/x/zoneconcierge/keeper" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/keeper" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/zoneconcierge/genesis_test.go b/x/zoneconcierge/genesis_test.go index 59ae3107d..e4b3181e9 100644 --- a/x/zoneconcierge/genesis_test.go +++ b/x/zoneconcierge/genesis_test.go @@ -3,10 +3,10 @@ package zoneconcierge_test import ( "testing" - keepertest "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/testutil/nullify" - "github.com/babylonchain/babylon/x/zoneconcierge" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + keepertest "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/testutil/nullify" + "github.com/babylonlabs-io/babylon/x/zoneconcierge" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" "github.com/stretchr/testify/require" ) diff --git a/x/zoneconcierge/keeper/canonical_chain_indexer.go b/x/zoneconcierge/keeper/canonical_chain_indexer.go index 2348ba387..52d89b965 100644 --- a/x/zoneconcierge/keeper/canonical_chain_indexer.go +++ b/x/zoneconcierge/keeper/canonical_chain_indexer.go @@ -7,7 +7,7 @@ import ( sdkerrors "cosmossdk.io/errors" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/zoneconcierge/keeper/canonical_chain_indexer_test.go b/x/zoneconcierge/keeper/canonical_chain_indexer_test.go index 1b1f929ff..af484b32c 100644 --- a/x/zoneconcierge/keeper/canonical_chain_indexer_test.go +++ b/x/zoneconcierge/keeper/canonical_chain_indexer_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/testutil/datagen" "github.com/stretchr/testify/require" ) diff --git a/x/zoneconcierge/keeper/chain_info_indexer.go b/x/zoneconcierge/keeper/chain_info_indexer.go index e7e7d06bd..a3ae402d1 100644 --- a/x/zoneconcierge/keeper/chain_info_indexer.go +++ b/x/zoneconcierge/keeper/chain_info_indexer.go @@ -7,7 +7,7 @@ import ( errorsmod "cosmossdk.io/errors" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) func (k Keeper) setChainInfo(ctx context.Context, chainInfo *types.ChainInfo) { diff --git a/x/zoneconcierge/keeper/epoch_chain_info_indexer.go b/x/zoneconcierge/keeper/epoch_chain_info_indexer.go index 5faf156ad..5584b008e 100644 --- a/x/zoneconcierge/keeper/epoch_chain_info_indexer.go +++ b/x/zoneconcierge/keeper/epoch_chain_info_indexer.go @@ -8,8 +8,8 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" - bbn "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + bbn "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) // GetEpochChainInfo gets the latest chain info of a given epoch for a given chain ID diff --git a/x/zoneconcierge/keeper/epoch_chain_info_indexer_test.go b/x/zoneconcierge/keeper/epoch_chain_info_indexer_test.go index 79a99337d..59dc52c50 100644 --- a/x/zoneconcierge/keeper/epoch_chain_info_indexer_test.go +++ b/x/zoneconcierge/keeper/epoch_chain_info_indexer_test.go @@ -7,8 +7,8 @@ import ( ibctmtypes "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/testutil/datagen" ) func FuzzEpochChainInfoIndexer(f *testing.F) { diff --git a/x/zoneconcierge/keeper/epochs.go b/x/zoneconcierge/keeper/epochs.go index d61d89761..6c3bfac89 100644 --- a/x/zoneconcierge/keeper/epochs.go +++ b/x/zoneconcierge/keeper/epochs.go @@ -4,8 +4,8 @@ import ( "context" "cosmossdk.io/store/prefix" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/zoneconcierge/keeper/fork_indexer.go b/x/zoneconcierge/keeper/fork_indexer.go index 2ec7e6ba3..68d98243f 100644 --- a/x/zoneconcierge/keeper/fork_indexer.go +++ b/x/zoneconcierge/keeper/fork_indexer.go @@ -7,7 +7,7 @@ import ( sdkerrors "cosmossdk.io/errors" "cosmossdk.io/store/prefix" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/zoneconcierge/keeper/fork_indexer_test.go b/x/zoneconcierge/keeper/fork_indexer_test.go index 8195f6b01..c1ef1a522 100644 --- a/x/zoneconcierge/keeper/fork_indexer_test.go +++ b/x/zoneconcierge/keeper/fork_indexer_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/testutil/datagen" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/testutil/datagen" "github.com/stretchr/testify/require" ) diff --git a/x/zoneconcierge/keeper/grpc_query.go b/x/zoneconcierge/keeper/grpc_query.go index 7d9e0226e..5cb71dfca 100644 --- a/x/zoneconcierge/keeper/grpc_query.go +++ b/x/zoneconcierge/keeper/grpc_query.go @@ -3,8 +3,8 @@ package keeper import ( "context" - bbntypes "github.com/babylonchain/babylon/types" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + bbntypes "github.com/babylonlabs-io/babylon/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" "google.golang.org/grpc/codes" diff --git a/x/zoneconcierge/keeper/grpc_query_test.go b/x/zoneconcierge/keeper/grpc_query_test.go index 08c5cab8b..4885659e9 100644 --- a/x/zoneconcierge/keeper/grpc_query_test.go +++ b/x/zoneconcierge/keeper/grpc_query_test.go @@ -4,18 +4,18 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/app" - btclightclienttypes "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/app" + btclightclienttypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/cosmos/cosmos-sdk/types/query" ibctmtypes "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint" "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/babylonchain/babylon/testutil/datagen" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - zctypes "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + zctypes "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) type chainInfo struct { diff --git a/x/zoneconcierge/keeper/header_handler.go b/x/zoneconcierge/keeper/header_handler.go index 3bfdd046e..e4bfa635d 100644 --- a/x/zoneconcierge/keeper/header_handler.go +++ b/x/zoneconcierge/keeper/header_handler.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) // HandleHeaderWithValidCommit handles a CZ header with a valid QC diff --git a/x/zoneconcierge/keeper/hooks.go b/x/zoneconcierge/keeper/hooks.go index fc523f54e..8621183dc 100644 --- a/x/zoneconcierge/keeper/hooks.go +++ b/x/zoneconcierge/keeper/hooks.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) type Hooks struct { diff --git a/x/zoneconcierge/keeper/ibc_header_decorator.go b/x/zoneconcierge/keeper/ibc_header_decorator.go index 1e8967be2..930f33e6e 100644 --- a/x/zoneconcierge/keeper/ibc_header_decorator.go +++ b/x/zoneconcierge/keeper/ibc_header_decorator.go @@ -6,7 +6,7 @@ import ( clienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types" //nolint:staticcheck ibctmtypes "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) var _ sdk.PostDecorator = &IBCHeaderDecorator{} diff --git a/x/zoneconcierge/keeper/ibc_packet.go b/x/zoneconcierge/keeper/ibc_packet.go index 266e8fd35..c4f6bbc03 100644 --- a/x/zoneconcierge/keeper/ibc_packet.go +++ b/x/zoneconcierge/keeper/ibc_packet.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" errorsmod "cosmossdk.io/errors" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" "github.com/cosmos/cosmos-sdk/telemetry" clienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types" //nolint:staticcheck channeltypes "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types" diff --git a/x/zoneconcierge/keeper/ibc_packet_btc_timestamp.go b/x/zoneconcierge/keeper/ibc_packet_btc_timestamp.go index d3adb444c..7df7c61ad 100644 --- a/x/zoneconcierge/keeper/ibc_packet_btc_timestamp.go +++ b/x/zoneconcierge/keeper/ibc_packet_btc_timestamp.go @@ -8,12 +8,12 @@ import ( channeltypes "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types" ibctmtypes "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) // finalizedInfo is a private struct that stores metadata and proofs diff --git a/x/zoneconcierge/keeper/ibc_packet_btc_timestamp_test.go b/x/zoneconcierge/keeper/ibc_packet_btc_timestamp_test.go index 531657d26..7a2d1a7c6 100644 --- a/x/zoneconcierge/keeper/ibc_packet_btc_timestamp_test.go +++ b/x/zoneconcierge/keeper/ibc_packet_btc_timestamp_test.go @@ -5,10 +5,10 @@ import ( "math/rand" "testing" - "github.com/babylonchain/babylon/app" - "github.com/babylonchain/babylon/testutil/datagen" - btclckeeper "github.com/babylonchain/babylon/x/btclightclient/keeper" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" + "github.com/babylonlabs-io/babylon/app" + "github.com/babylonlabs-io/babylon/testutil/datagen" + btclckeeper "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" "github.com/stretchr/testify/require" ) diff --git a/x/zoneconcierge/keeper/keeper.go b/x/zoneconcierge/keeper/keeper.go index b34290f6e..82fee2b40 100644 --- a/x/zoneconcierge/keeper/keeper.go +++ b/x/zoneconcierge/keeper/keeper.go @@ -6,7 +6,7 @@ import ( corestoretypes "cosmossdk.io/core/store" "cosmossdk.io/log" storetypes "cosmossdk.io/store/types" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" capabilitytypes "github.com/cosmos/ibc-go/modules/capability/types" diff --git a/x/zoneconcierge/keeper/keeper_test.go b/x/zoneconcierge/keeper/keeper_test.go index 51b04f56d..1d5392735 100644 --- a/x/zoneconcierge/keeper/keeper_test.go +++ b/x/zoneconcierge/keeper/keeper_test.go @@ -6,8 +6,8 @@ import ( ibctmtypes "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint" - "github.com/babylonchain/babylon/testutil/datagen" - zckeeper "github.com/babylonchain/babylon/x/zoneconcierge/keeper" + "github.com/babylonlabs-io/babylon/testutil/datagen" + zckeeper "github.com/babylonlabs-io/babylon/x/zoneconcierge/keeper" ) // SimulateNewHeaders generates a non-zero number of canonical headers diff --git a/x/zoneconcierge/keeper/msg_server.go b/x/zoneconcierge/keeper/msg_server.go index dee48dd04..26d5e9c96 100644 --- a/x/zoneconcierge/keeper/msg_server.go +++ b/x/zoneconcierge/keeper/msg_server.go @@ -4,7 +4,7 @@ import ( "context" errorsmod "cosmossdk.io/errors" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" ) diff --git a/x/zoneconcierge/keeper/params.go b/x/zoneconcierge/keeper/params.go index 04989eea9..f9661e57d 100644 --- a/x/zoneconcierge/keeper/params.go +++ b/x/zoneconcierge/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( "context" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) // SetParams sets the x/zoneconcierge module parameters. diff --git a/x/zoneconcierge/keeper/params_test.go b/x/zoneconcierge/keeper/params_test.go index b8f8f772d..a35f8116f 100644 --- a/x/zoneconcierge/keeper/params_test.go +++ b/x/zoneconcierge/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" "github.com/stretchr/testify/require" ) diff --git a/x/zoneconcierge/keeper/proof_btc_timestamp.go b/x/zoneconcierge/keeper/proof_btc_timestamp.go index 8f6b52368..248fe6b1a 100644 --- a/x/zoneconcierge/keeper/proof_btc_timestamp.go +++ b/x/zoneconcierge/keeper/proof_btc_timestamp.go @@ -6,10 +6,10 @@ import ( cmtcrypto "github.com/cometbft/cometbft/proto/tendermint/crypto" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) func (k Keeper) ProveCZHeaderInEpoch(_ context.Context, header *types.IndexedHeader, epoch *epochingtypes.Epoch) (*cmtcrypto.ProofOps, error) { diff --git a/x/zoneconcierge/keeper/proof_btc_timestamp_test.go b/x/zoneconcierge/keeper/proof_btc_timestamp_test.go index 48190e086..d58d3d666 100644 --- a/x/zoneconcierge/keeper/proof_btc_timestamp_test.go +++ b/x/zoneconcierge/keeper/proof_btc_timestamp_test.go @@ -12,13 +12,13 @@ import ( "github.com/btcsuite/btcd/chaincfg" "github.com/btcsuite/btcd/wire" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" - testkeeper "github.com/babylonchain/babylon/testutil/keeper" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - zctypes "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + testkeeper "github.com/babylonlabs-io/babylon/testutil/keeper" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + zctypes "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) func FuzzProofCZHeaderInEpoch(f *testing.F) { diff --git a/x/zoneconcierge/module.go b/x/zoneconcierge/module.go index 20ab32932..5fcc64a16 100644 --- a/x/zoneconcierge/module.go +++ b/x/zoneconcierge/module.go @@ -11,9 +11,9 @@ import ( abci "github.com/cometbft/cometbft/abci/types" - "github.com/babylonchain/babylon/x/zoneconcierge/client/cli" - "github.com/babylonchain/babylon/x/zoneconcierge/keeper" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/client/cli" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/keeper" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/zoneconcierge/module_ibc.go b/x/zoneconcierge/module_ibc.go index cee536d91..1484bc322 100644 --- a/x/zoneconcierge/module_ibc.go +++ b/x/zoneconcierge/module_ibc.go @@ -2,8 +2,8 @@ package zoneconcierge import ( errorsmod "cosmossdk.io/errors" - "github.com/babylonchain/babylon/x/zoneconcierge/keeper" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/keeper" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" capabilitytypes "github.com/cosmos/ibc-go/modules/capability/types" diff --git a/x/zoneconcierge/types/btc_timestamp.go b/x/zoneconcierge/types/btc_timestamp.go index 6d520a61e..c1cde804e 100644 --- a/x/zoneconcierge/types/btc_timestamp.go +++ b/x/zoneconcierge/types/btc_timestamp.go @@ -10,13 +10,13 @@ import ( cmtcrypto "github.com/cometbft/cometbft/proto/tendermint/crypto" sdk "github.com/cosmos/cosmos-sdk/types" - txformat "github.com/babylonchain/babylon/btctxformatter" - "github.com/babylonchain/babylon/crypto/bls12381" - bbn "github.com/babylonchain/babylon/types" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclckeeper "github.com/babylonchain/babylon/x/btclightclient/keeper" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + bbn "github.com/babylonlabs-io/babylon/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclckeeper "github.com/babylonlabs-io/babylon/x/btclightclient/keeper" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ) func GetCZHeaderKey(chainID string, height uint64) []byte { diff --git a/x/zoneconcierge/types/btc_timestamp_test.go b/x/zoneconcierge/types/btc_timestamp_test.go index 2f513329d..24033ed88 100644 --- a/x/zoneconcierge/types/btc_timestamp_test.go +++ b/x/zoneconcierge/types/btc_timestamp_test.go @@ -10,13 +10,13 @@ import ( "github.com/btcsuite/btcd/wire" "github.com/stretchr/testify/require" - txformat "github.com/babylonchain/babylon/btctxformatter" - "github.com/babylonchain/babylon/crypto/bls12381" - "github.com/babylonchain/babylon/testutil/datagen" - testhelper "github.com/babylonchain/babylon/testutil/helper" - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + txformat "github.com/babylonlabs-io/babylon/btctxformatter" + "github.com/babylonlabs-io/babylon/crypto/bls12381" + "github.com/babylonlabs-io/babylon/testutil/datagen" + testhelper "github.com/babylonlabs-io/babylon/testutil/helper" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" ) func signBLSWithBitmap(blsSKs []bls12381.PrivateKey, bm bitmap.Bitmap, msg []byte) (bls12381.Signature, error) { diff --git a/x/zoneconcierge/types/expected_keepers.go b/x/zoneconcierge/types/expected_keepers.go index 695af1467..574a0b7fd 100644 --- a/x/zoneconcierge/types/expected_keepers.go +++ b/x/zoneconcierge/types/expected_keepers.go @@ -3,13 +3,13 @@ package types import ( "context" - bbn "github.com/babylonchain/babylon/types" + bbn "github.com/babylonlabs-io/babylon/types" clienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types" //nolint:staticcheck - btcctypes "github.com/babylonchain/babylon/x/btccheckpoint/types" - btclctypes "github.com/babylonchain/babylon/x/btclightclient/types" - checkpointingtypes "github.com/babylonchain/babylon/x/checkpointing/types" - epochingtypes "github.com/babylonchain/babylon/x/epoching/types" + btcctypes "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + btclctypes "github.com/babylonlabs-io/babylon/x/btclightclient/types" + checkpointingtypes "github.com/babylonlabs-io/babylon/x/checkpointing/types" + epochingtypes "github.com/babylonlabs-io/babylon/x/epoching/types" ctypes "github.com/cometbft/cometbft/rpc/core/types" sdk "github.com/cosmos/cosmos-sdk/types" capabilitytypes "github.com/cosmos/ibc-go/modules/capability/types" diff --git a/x/zoneconcierge/types/genesis.pb.go b/x/zoneconcierge/types/genesis.pb.go index 1eed06657..a0ae3e52e 100644 --- a/x/zoneconcierge/types/genesis.pb.go +++ b/x/zoneconcierge/types/genesis.pb.go @@ -85,7 +85,7 @@ func init() { } var fileDescriptor_56f290ad7c2c7dc7 = []byte{ - // 228 bytes of a gzipped FileDescriptorProto + // 230 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4b, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0xaf, 0xca, 0xcf, 0x4b, 0x4d, 0xce, 0xcf, 0x4b, 0xce, 0x4c, 0x2d, 0x4a, 0x4f, 0xd5, 0x2f, 0x33, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, @@ -95,12 +95,12 @@ var fileDescriptor_56f290ad7c2c7dc7 = []byte{ 0x54, 0x21, 0x71, 0x2e, 0xf6, 0x82, 0xfc, 0xa2, 0x92, 0xf8, 0xcc, 0x14, 0x09, 0x46, 0x05, 0x46, 0x0d, 0xce, 0x20, 0x36, 0x10, 0xd7, 0x33, 0x45, 0xc8, 0x8e, 0x8b, 0x0d, 0xa2, 0x51, 0x82, 0x49, 0x81, 0x51, 0x83, 0xdb, 0x48, 0x41, 0x0f, 0x97, 0x83, 0xf4, 0x02, 0xc0, 0xea, 0x9c, 0x58, 0x4e, - 0xdc, 0x93, 0x67, 0x08, 0x82, 0xea, 0x72, 0xf2, 0x3f, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, + 0xdc, 0x93, 0x67, 0x08, 0x82, 0xea, 0x72, 0x0a, 0x3c, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, - 0x39, 0x86, 0x28, 0xd3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xa8, - 0x99, 0xc9, 0x19, 0x89, 0x99, 0x79, 0x30, 0x8e, 0x7e, 0x05, 0x9a, 0x1f, 0x4a, 0x2a, 0x0b, 0x52, - 0x8b, 0x93, 0xd8, 0xc0, 0x1e, 0x30, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x6c, 0xb2, 0x6d, 0xbb, - 0x41, 0x01, 0x00, 0x00, + 0x39, 0x86, 0x28, 0xf3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0xa8, + 0x99, 0x39, 0x89, 0x49, 0xc5, 0xba, 0x99, 0xf9, 0x30, 0xae, 0x7e, 0x05, 0x9a, 0x2f, 0x4a, 0x2a, + 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x5e, 0x30, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xe6, 0x70, + 0xce, 0xb1, 0x43, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/zoneconcierge/types/genesis_test.go b/x/zoneconcierge/types/genesis_test.go index 0902eb6d7..859e66e14 100644 --- a/x/zoneconcierge/types/genesis_test.go +++ b/x/zoneconcierge/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" "github.com/stretchr/testify/require" ) diff --git a/x/zoneconcierge/types/mocked_keepers.go b/x/zoneconcierge/types/mocked_keepers.go index f5eb253fc..2daa01fae 100644 --- a/x/zoneconcierge/types/mocked_keepers.go +++ b/x/zoneconcierge/types/mocked_keepers.go @@ -8,11 +8,11 @@ import ( context "context" reflect "reflect" - types "github.com/babylonchain/babylon/types" - types0 "github.com/babylonchain/babylon/x/btccheckpoint/types" - types1 "github.com/babylonchain/babylon/x/btclightclient/types" - types2 "github.com/babylonchain/babylon/x/checkpointing/types" - types3 "github.com/babylonchain/babylon/x/epoching/types" + types "github.com/babylonlabs-io/babylon/types" + types0 "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + types1 "github.com/babylonlabs-io/babylon/x/btclightclient/types" + types2 "github.com/babylonlabs-io/babylon/x/checkpointing/types" + types3 "github.com/babylonlabs-io/babylon/x/epoching/types" coretypes "github.com/cometbft/cometbft/rpc/core/types" types4 "github.com/cosmos/cosmos-sdk/types" types5 "github.com/cosmos/ibc-go/modules/capability/types" diff --git a/x/zoneconcierge/types/packet.pb.go b/x/zoneconcierge/types/packet.pb.go index 6e123e938..1ca32360f 100644 --- a/x/zoneconcierge/types/packet.pb.go +++ b/x/zoneconcierge/types/packet.pb.go @@ -5,10 +5,10 @@ package types import ( fmt "fmt" - types3 "github.com/babylonchain/babylon/x/btccheckpoint/types" - types "github.com/babylonchain/babylon/x/btclightclient/types" - types2 "github.com/babylonchain/babylon/x/checkpointing/types" - types1 "github.com/babylonchain/babylon/x/epoching/types" + types3 "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + types "github.com/babylonlabs-io/babylon/x/btclightclient/types" + types2 "github.com/babylonlabs-io/babylon/x/checkpointing/types" + types1 "github.com/babylonlabs-io/babylon/x/epoching/types" proto "github.com/cosmos/gogoproto/proto" io "io" math "math" @@ -211,37 +211,37 @@ func init() { } var fileDescriptor_be12e124c5c4fdb9 = []byte{ - // 471 bytes of a gzipped FileDescriptorProto + // 474 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0x1b, 0xca, 0x2a, 0x70, 0x37, 0x84, 0x7c, 0x21, 0xda, 0x21, 0x9a, 0x2a, 0x01, 0x45, - 0x9a, 0x1c, 0x65, 0x88, 0x03, 0x27, 0xa4, 0x96, 0x3f, 0xab, 0x10, 0x30, 0x85, 0x71, 0xd9, 0xa5, - 0xb2, 0xdd, 0xb7, 0x8d, 0xd5, 0xd6, 0x8e, 0x12, 0xaf, 0x5b, 0xf7, 0x29, 0xf8, 0x52, 0x48, 0x1c, - 0x77, 0xe4, 0x88, 0xda, 0x2f, 0x82, 0xec, 0xfc, 0x69, 0x52, 0x94, 0x4b, 0xe4, 0xf7, 0xc9, 0xcf, - 0x8f, 0xfd, 0x3e, 0x7e, 0xd1, 0x73, 0x46, 0xd9, 0x7a, 0xa1, 0xa4, 0x7f, 0xa7, 0x24, 0x70, 0x25, + 0x1a, 0x8e, 0x32, 0x0e, 0x88, 0x13, 0x52, 0xcb, 0x9f, 0x55, 0x08, 0x34, 0xc2, 0xb8, 0xec, 0x52, + 0xd9, 0xee, 0xdb, 0xc6, 0x6a, 0x6b, 0x47, 0x89, 0xd7, 0xad, 0xfb, 0x14, 0x7c, 0x29, 0x24, 0x8e, + 0x3b, 0x72, 0x44, 0xed, 0x17, 0x41, 0x76, 0xfe, 0x2c, 0xe9, 0x94, 0x4b, 0xe4, 0xf7, 0xc9, 0xcf, + 0x8f, 0xfd, 0x3e, 0x7e, 0xd1, 0x73, 0x46, 0xd9, 0x7a, 0xa1, 0xa4, 0x7f, 0xa3, 0x24, 0x70, 0x25, 0xb9, 0x80, 0x64, 0x06, 0xfe, 0x2a, 0xf0, 0x63, 0xca, 0xe7, 0xa0, 0x49, 0x9c, 0x28, 0xad, 0xb0, - 0x9b, 0x63, 0xa4, 0x86, 0x91, 0x55, 0x70, 0x7c, 0x5a, 0x18, 0x30, 0xcd, 0x79, 0x04, 0x7c, 0x1e, - 0x2b, 0x21, 0xb5, 0x31, 0xa8, 0x09, 0x99, 0xcf, 0xf1, 0xab, 0x82, 0xde, 0xfd, 0x11, 0x72, 0x66, - 0xe8, 0xff, 0x50, 0x52, 0x31, 0x5e, 0x88, 0x59, 0x64, 0xbe, 0x50, 0x3a, 0x57, 0x94, 0x9c, 0xef, - 0x15, 0x3c, 0xc4, 0x8a, 0x47, 0xb9, 0x6b, 0xb1, 0xce, 0x99, 0xd3, 0xc6, 0x6e, 0xeb, 0x7d, 0x59, - 0xba, 0x97, 0xa0, 0x67, 0x57, 0x55, 0xf9, 0xc2, 0x26, 0xf2, 0x9e, 0x6a, 0x8a, 0xbf, 0xa0, 0x23, - 0xa6, 0xf9, 0x58, 0x8b, 0x25, 0xa4, 0x9a, 0x2e, 0x63, 0xd7, 0x39, 0x71, 0xfa, 0xdd, 0xb3, 0x17, - 0xa4, 0x29, 0x27, 0x32, 0xb8, 0x1c, 0x5e, 0x16, 0xf4, 0x79, 0x2b, 0x3c, 0x64, 0x9a, 0x97, 0xf5, - 0xe0, 0x11, 0xea, 0x64, 0x71, 0xf7, 0x7e, 0xb5, 0xd1, 0x61, 0x15, 0xc5, 0xef, 0x50, 0x27, 0x02, - 0x3a, 0x81, 0x24, 0x3f, 0xe2, 0x65, 0xf3, 0x11, 0x23, 0x39, 0x81, 0x5b, 0x98, 0x9c, 0x5b, 0x3c, - 0xcc, 0xb7, 0xe1, 0x11, 0xea, 0x9a, 0xab, 0x66, 0x55, 0xea, 0x3e, 0x38, 0x69, 0xf7, 0xbb, 0x67, - 0xfd, 0xd2, 0x65, 0x2f, 0xcb, 0xec, 0xa6, 0x99, 0xc5, 0x48, 0x4e, 0x55, 0x88, 0x98, 0xe6, 0x59, - 0x99, 0xe2, 0xb7, 0x08, 0xd9, 0x40, 0xc7, 0x42, 0x4e, 0x95, 0xdb, 0xb6, 0xf7, 0x29, 0xdf, 0x89, - 0x94, 0x59, 0xaf, 0x02, 0xf2, 0xc1, 0xac, 0xc3, 0xc7, 0x56, 0x32, 0x36, 0xf8, 0x2b, 0x7a, 0x92, - 0xd0, 0x9b, 0xf1, 0xee, 0x95, 0xdd, 0x87, 0x7b, 0xed, 0xd4, 0x26, 0xc2, 0x78, 0x84, 0xf4, 0x66, - 0x58, 0x6a, 0xe1, 0x51, 0x52, 0x2d, 0xf1, 0x0f, 0x84, 0x4d, 0x57, 0xe9, 0x35, 0x5b, 0x8a, 0x34, - 0x15, 0x4a, 0x8e, 0xe7, 0xb0, 0x76, 0x0f, 0xf6, 0x3c, 0xeb, 0x23, 0xb8, 0x0a, 0xc8, 0xf7, 0x92, - 0xff, 0x0c, 0xeb, 0xf0, 0x29, 0xd3, 0xbc, 0xa6, 0xe0, 0x4f, 0xe8, 0x20, 0x4e, 0x94, 0x9a, 0xba, - 0x1d, 0xeb, 0x14, 0x34, 0x87, 0x7d, 0x61, 0xb0, 0x8f, 0x42, 0xd2, 0x85, 0xb8, 0x83, 0xc9, 0x30, - 0xa2, 0x42, 0xda, 0xbc, 0xb2, 0xfd, 0x83, 0x6f, 0xbf, 0x37, 0x9e, 0x73, 0xbf, 0xf1, 0x9c, 0xbf, - 0x1b, 0xcf, 0xf9, 0xb9, 0xf5, 0x5a, 0xf7, 0x5b, 0xaf, 0xf5, 0x67, 0xeb, 0xb5, 0xae, 0xde, 0xcc, - 0x84, 0x8e, 0xae, 0x19, 0xe1, 0x6a, 0xe9, 0xe7, 0xee, 0xdc, 0xec, 0x2e, 0x0a, 0xff, 0x76, 0x6f, - 0x3a, 0xf5, 0x3a, 0x86, 0x94, 0x75, 0xec, 0x4c, 0xbe, 0xfe, 0x17, 0x00, 0x00, 0xff, 0xff, 0x31, - 0xea, 0x29, 0xbc, 0xb1, 0x03, 0x00, 0x00, + 0x9b, 0x63, 0xa4, 0x86, 0x91, 0x55, 0x70, 0x78, 0x5c, 0x18, 0x30, 0xcd, 0x79, 0x04, 0x7c, 0x1e, + 0x2b, 0x21, 0xb5, 0x31, 0xa8, 0x09, 0x99, 0xcf, 0xe1, 0xab, 0x82, 0xbe, 0xfb, 0x23, 0xe4, 0xcc, + 0xd0, 0xf7, 0x50, 0x52, 0x31, 0x5e, 0x88, 0x59, 0x64, 0xbe, 0x50, 0x3a, 0x57, 0x94, 0x9c, 0xef, + 0x15, 0x3c, 0xc4, 0x8a, 0x47, 0xb9, 0x6b, 0xb1, 0xce, 0x99, 0xe3, 0xc6, 0x6e, 0xeb, 0x7d, 0x59, + 0xba, 0x97, 0xa0, 0x67, 0x17, 0x55, 0xf9, 0xcc, 0x26, 0xf2, 0x81, 0x6a, 0x8a, 0xbf, 0xa2, 0x03, + 0xa6, 0xf9, 0x58, 0x8b, 0x25, 0xa4, 0x9a, 0x2e, 0x63, 0xd7, 0x39, 0x72, 0xfa, 0xdd, 0x93, 0x17, + 0xa4, 0x29, 0x27, 0x32, 0x38, 0x1f, 0x9e, 0x17, 0xf4, 0x69, 0x2b, 0xdc, 0x67, 0x9a, 0x97, 0xf5, + 0xe0, 0x11, 0xea, 0x64, 0x71, 0xf7, 0x7e, 0xb7, 0xd1, 0x7e, 0x15, 0xc5, 0xef, 0x51, 0x27, 0x02, + 0x3a, 0x81, 0x24, 0x3f, 0xe2, 0x65, 0xf3, 0x11, 0x23, 0x39, 0x81, 0x6b, 0x98, 0x9c, 0x5a, 0x3c, + 0xcc, 0xb7, 0xe1, 0x11, 0xea, 0x9a, 0xab, 0x66, 0x55, 0xea, 0x3e, 0x38, 0x6a, 0xf7, 0xbb, 0x27, + 0xfd, 0xd2, 0x65, 0x27, 0xcb, 0xec, 0xa6, 0x99, 0xc5, 0x48, 0x4e, 0x55, 0x88, 0x98, 0xe6, 0x59, + 0x99, 0xe2, 0x77, 0x08, 0xd9, 0x40, 0xc7, 0x42, 0x4e, 0x95, 0xdb, 0xb6, 0xf7, 0x29, 0xdf, 0x89, + 0x94, 0x59, 0xaf, 0x02, 0xf2, 0xd1, 0xac, 0xc3, 0xc7, 0x56, 0x32, 0x36, 0xf8, 0x1b, 0x7a, 0x92, + 0xd0, 0xab, 0xf1, 0xdd, 0x2b, 0xbb, 0x0f, 0x77, 0xda, 0xa9, 0x4d, 0x84, 0xf1, 0x08, 0xe9, 0xd5, + 0xb0, 0xd4, 0xc2, 0x83, 0xa4, 0x5a, 0xe2, 0x9f, 0x08, 0x9b, 0xae, 0xd2, 0x4b, 0xb6, 0x14, 0x69, + 0x2a, 0x94, 0x1c, 0xcf, 0x61, 0xed, 0xee, 0xed, 0x78, 0xd6, 0x47, 0x70, 0x15, 0x90, 0x1f, 0x25, + 0xff, 0x05, 0xd6, 0xe1, 0x53, 0xa6, 0x79, 0x4d, 0xc1, 0x9f, 0xd1, 0x5e, 0x9c, 0x28, 0x35, 0x75, + 0x3b, 0xd6, 0x29, 0x68, 0x0e, 0xfb, 0xcc, 0x60, 0x9f, 0x84, 0xa4, 0x0b, 0x71, 0x03, 0x93, 0x61, + 0x44, 0x85, 0xb4, 0x79, 0x65, 0xfb, 0x07, 0xdf, 0xff, 0x6c, 0x3c, 0xe7, 0x76, 0xe3, 0x39, 0xff, + 0x36, 0x9e, 0xf3, 0x6b, 0xeb, 0xb5, 0x6e, 0xb7, 0x5e, 0xeb, 0xef, 0xd6, 0x6b, 0x5d, 0xbc, 0x9d, + 0x09, 0x1d, 0x5d, 0x32, 0xc2, 0xd5, 0xd2, 0xcf, 0xdd, 0x17, 0x94, 0xa5, 0xaf, 0x85, 0x2a, 0x4a, + 0xff, 0x7a, 0x67, 0x3e, 0xf5, 0x3a, 0x86, 0x94, 0x75, 0xec, 0x54, 0xbe, 0xf9, 0x1f, 0x00, 0x00, + 0xff, 0xff, 0x7d, 0x8d, 0x6b, 0xdb, 0xb3, 0x03, 0x00, 0x00, } func (m *ZoneconciergePacketData) Marshal() (dAtA []byte, err error) { diff --git a/x/zoneconcierge/types/params.pb.go b/x/zoneconcierge/types/params.pb.go index ac4b27c33..732cfcecd 100644 --- a/x/zoneconcierge/types/params.pb.go +++ b/x/zoneconcierge/types/params.pb.go @@ -79,7 +79,7 @@ func init() { } var fileDescriptor_c0696c936eb15fe4 = []byte{ - // 227 bytes of a gzipped FileDescriptorProto + // 229 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4d, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0xaf, 0xca, 0xcf, 0x4b, 0x4d, 0xce, 0xcf, 0x4b, 0xce, 0x4c, 0x2d, 0x4a, 0x4f, 0xd5, 0x2f, 0x33, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, @@ -89,12 +89,12 @@ var fileDescriptor_c0696c936eb15fe4 = []byte{ 0xe6, 0xa6, 0xe6, 0x97, 0x96, 0xc4, 0x17, 0x83, 0x0c, 0x49, 0x29, 0x96, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x75, 0x52, 0xfd, 0x74, 0x4f, 0x5e, 0xb1, 0x32, 0x31, 0x37, 0xc7, 0x4a, 0x09, 0xb7, 0x5a, 0xa5, 0x20, 0xf1, 0xcc, 0xa4, 0xe4, 0x00, 0xb0, 0x5c, 0x08, 0x44, 0x2a, 0x18, 0x22, 0x63, 0xc5, - 0xf2, 0x62, 0x81, 0x3c, 0xa3, 0x93, 0xff, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, + 0xf2, 0x62, 0x81, 0x3c, 0xa3, 0x53, 0xe0, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, - 0x44, 0x99, 0xa6, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x3d, 0x92, - 0x9c, 0x91, 0x98, 0x99, 0x07, 0xe3, 0xe8, 0x57, 0xa0, 0x79, 0xbf, 0xa4, 0xb2, 0x20, 0xb5, 0x38, - 0x89, 0x0d, 0xec, 0x17, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x2d, 0xf3, 0xe4, 0xef, 0x24, - 0x01, 0x00, 0x00, + 0x44, 0x99, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x3d, 0x92, + 0x93, 0x98, 0x54, 0xac, 0x9b, 0x99, 0x0f, 0xe3, 0xea, 0x57, 0xa0, 0x05, 0x40, 0x49, 0x65, 0x41, + 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x37, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x2d, 0x2b, 0x77, + 0x59, 0x26, 0x01, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/zoneconcierge/types/params_test.go b/x/zoneconcierge/types/params_test.go index c4be306d0..863b9cb39 100644 --- a/x/zoneconcierge/types/params_test.go +++ b/x/zoneconcierge/types/params_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/babylonchain/babylon/x/zoneconcierge/types" + "github.com/babylonlabs-io/babylon/x/zoneconcierge/types" "github.com/stretchr/testify/require" ) diff --git a/x/zoneconcierge/types/query.pb.go b/x/zoneconcierge/types/query.pb.go index 64d219deb..c2f8f49dd 100644 --- a/x/zoneconcierge/types/query.pb.go +++ b/x/zoneconcierge/types/query.pb.go @@ -6,9 +6,9 @@ package types import ( context "context" fmt "fmt" - types2 "github.com/babylonchain/babylon/x/btccheckpoint/types" - types1 "github.com/babylonchain/babylon/x/checkpointing/types" - types "github.com/babylonchain/babylon/x/epoching/types" + types2 "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + types1 "github.com/babylonlabs-io/babylon/x/checkpointing/types" + types "github.com/babylonlabs-io/babylon/x/epoching/types" query "github.com/cosmos/cosmos-sdk/types/query" _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" @@ -1012,81 +1012,81 @@ func init() { } var fileDescriptor_cd665af90102da38 = []byte{ - // 1176 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xcf, 0x6f, 0xdc, 0x44, - 0x14, 0x8e, 0xf3, 0xab, 0xc9, 0x5b, 0x0a, 0xd5, 0x24, 0x2d, 0x8b, 0xdb, 0x6e, 0x22, 0x43, 0x69, - 0x5a, 0x12, 0x9b, 0x4d, 0x49, 0xab, 0x72, 0xa0, 0x6a, 0x52, 0x92, 0x46, 0x45, 0xa5, 0x35, 0x04, - 0x24, 0x2e, 0xc6, 0xf6, 0xce, 0x7a, 0xad, 0x64, 0x3d, 0x5b, 0xdb, 0xbb, 0xed, 0x36, 0x84, 0x03, - 0xea, 0x1d, 0x24, 0x2e, 0x88, 0x13, 0x27, 0x0e, 0x1c, 0x7a, 0xe3, 0x4f, 0x40, 0xea, 0x81, 0x43, - 0x25, 0x2e, 0x9c, 0x10, 0x4a, 0xf8, 0x37, 0x90, 0x90, 0x67, 0xc6, 0xbb, 0xfe, 0xb9, 0xeb, 0x0d, - 0xb9, 0xed, 0x8c, 0xdf, 0xfb, 0xbe, 0xef, 0xbd, 0x79, 0x33, 0xef, 0x2d, 0xbc, 0x65, 0xe8, 0x46, - 0x77, 0x8f, 0x38, 0xca, 0x53, 0xe2, 0x60, 0x93, 0x38, 0xa6, 0x8d, 0x5d, 0x0b, 0x2b, 0x9d, 0xaa, - 0xf2, 0xa8, 0x8d, 0xdd, 0xae, 0xdc, 0x72, 0x89, 0x4f, 0x50, 0x99, 0x5b, 0xc9, 0x31, 0x2b, 0xb9, - 0x53, 0x15, 0xe7, 0x2d, 0x62, 0x11, 0x6a, 0xa4, 0x04, 0xbf, 0x98, 0xbd, 0x78, 0xc1, 0x22, 0xc4, - 0xda, 0xc3, 0x8a, 0xde, 0xb2, 0x15, 0xdd, 0x71, 0x88, 0xaf, 0xfb, 0x36, 0x71, 0x3c, 0xfe, 0xf5, - 0xaa, 0x49, 0xbc, 0x26, 0xf1, 0x14, 0x43, 0xf7, 0x30, 0xa3, 0x51, 0x3a, 0x55, 0x03, 0xfb, 0x7a, - 0x55, 0x69, 0xe9, 0x96, 0xed, 0x50, 0x63, 0x6e, 0xbb, 0x1c, 0xea, 0x33, 0x7c, 0xd3, 0x6c, 0x60, - 0x73, 0xb7, 0x45, 0x6c, 0xc7, 0x0f, 0xf4, 0xc5, 0x36, 0xb8, 0xf5, 0x95, 0xd0, 0xba, 0xff, 0xc5, - 0x76, 0xac, 0xc0, 0x3a, 0x65, 0x2a, 0x85, 0xa6, 0xb8, 0x45, 0xcc, 0x06, 0xb7, 0x0a, 0x7f, 0x27, - 0xc9, 0x53, 0xc9, 0x89, 0xe7, 0x81, 0x59, 0x5f, 0xca, 0xb5, 0x6e, 0xe9, 0xae, 0xde, 0xe4, 0xd1, - 0x4b, 0xf3, 0x80, 0x1e, 0x06, 0x31, 0x3f, 0xa0, 0x9b, 0x2a, 0x7e, 0xd4, 0xc6, 0x9e, 0x2f, 0xed, - 0xc0, 0x5c, 0x6c, 0xd7, 0x6b, 0x11, 0xc7, 0xc3, 0xe8, 0x03, 0x98, 0x66, 0xce, 0x65, 0x61, 0x51, - 0x58, 0x2a, 0xad, 0x2e, 0xca, 0x79, 0x27, 0x21, 0x33, 0xcf, 0xf5, 0xc9, 0x17, 0x7f, 0x2d, 0x8c, - 0xa9, 0xdc, 0x4b, 0xda, 0xe2, 0x64, 0x77, 0xb1, 0x5e, 0xc3, 0x2e, 0x27, 0x43, 0x6f, 0xc0, 0x8c, - 0xd9, 0xd0, 0x6d, 0x47, 0xb3, 0x6b, 0x14, 0x77, 0x56, 0x3d, 0x45, 0xd7, 0xdb, 0x35, 0x74, 0x0e, - 0xa6, 0x1b, 0xd8, 0xb6, 0x1a, 0x7e, 0x79, 0x7c, 0x51, 0x58, 0x9a, 0x54, 0xf9, 0x4a, 0xfa, 0x51, - 0xe0, 0x02, 0x43, 0x24, 0x2e, 0xf0, 0x56, 0x60, 0x1f, 0xec, 0x70, 0x81, 0x97, 0xf3, 0x05, 0x6e, - 0x3b, 0x35, 0xfc, 0x04, 0xd7, 0x38, 0x00, 0x77, 0x43, 0xeb, 0xf0, 0x4a, 0x9d, 0xb8, 0xbb, 0x1a, - 0x5b, 0x7a, 0x94, 0xb6, 0xb4, 0xba, 0x90, 0x0f, 0xb3, 0x49, 0xdc, 0x5d, 0x4f, 0x2d, 0x05, 0x4e, - 0x0c, 0xca, 0x93, 0x34, 0x38, 0x4b, 0xb5, 0x6d, 0x04, 0x41, 0x7c, 0x64, 0x7b, 0x7e, 0x18, 0xe8, - 0x26, 0x40, 0xbf, 0xa2, 0xb8, 0xc2, 0xb7, 0x65, 0x56, 0x7e, 0x72, 0x50, 0x7e, 0x32, 0xab, 0x72, - 0x5e, 0x7e, 0xf2, 0x03, 0xdd, 0xc2, 0xdc, 0x57, 0x8d, 0x78, 0x4a, 0x5f, 0xc3, 0xb9, 0x24, 0x01, - 0x8f, 0xff, 0x3c, 0xcc, 0x86, 0xa9, 0x0c, 0xce, 0x68, 0x62, 0x69, 0x56, 0x9d, 0xe1, 0xb9, 0xf4, - 0xd0, 0x56, 0x8c, 0x7e, 0x9c, 0x27, 0x68, 0x18, 0x3d, 0x43, 0x8e, 0xf1, 0xaf, 0x45, 0xf9, 0xbd, - 0x6d, 0xa7, 0x4e, 0xc2, 0x08, 0x07, 0xf1, 0x4b, 0x1a, 0xbc, 0x9e, 0x72, 0xe3, 0xba, 0xef, 0x40, - 0x89, 0x9a, 0x79, 0x9a, 0xed, 0xd4, 0x09, 0xf5, 0x2c, 0xad, 0xbe, 0x99, 0x9f, 0x75, 0x0a, 0x41, - 0x11, 0xc0, 0xec, 0xa1, 0x49, 0x9f, 0xc3, 0x79, 0x4a, 0xf0, 0x61, 0x70, 0x6f, 0x32, 0xc5, 0xd1, - 0x1b, 0xa5, 0x39, 0xed, 0x26, 0xcd, 0xfe, 0xa4, 0x3a, 0x43, 0x37, 0xee, 0xb7, 0x9b, 0x71, 0xe5, - 0xe3, 0x09, 0xe5, 0x35, 0xb8, 0x90, 0x0d, 0x7c, 0xa2, 0xf2, 0xbf, 0xe2, 0xf9, 0x09, 0x4e, 0x94, - 0xd7, 0x52, 0x81, 0x2b, 0xb2, 0x99, 0x71, 0xaa, 0xc7, 0x29, 0xaa, 0x9f, 0x05, 0x28, 0xa7, 0xe9, - 0x79, 0x80, 0xb7, 0xe1, 0x54, 0x78, 0x23, 0x58, 0x70, 0x85, 0x2f, 0x56, 0xe8, 0x77, 0x72, 0xd5, - 0xf7, 0x19, 0x3f, 0x8c, 0x40, 0x27, 0x3d, 0x90, 0x44, 0xae, 0x06, 0x1e, 0x73, 0x34, 0x91, 0xe3, - 0xb1, 0x44, 0x4a, 0x06, 0x5c, 0xcc, 0xc1, 0x3d, 0xb1, 0x24, 0x48, 0x9f, 0xc2, 0x02, 0xe5, 0xd8, - 0xb4, 0x1d, 0x7d, 0xcf, 0x7e, 0x8a, 0x6b, 0xa3, 0x5d, 0x21, 0x34, 0x0f, 0x53, 0x2d, 0x97, 0x74, - 0x30, 0xd5, 0x3e, 0xa3, 0xb2, 0x85, 0xf4, 0x4c, 0x80, 0xc5, 0x7c, 0x58, 0xae, 0xfe, 0x4b, 0x38, - 0x5b, 0x0f, 0x3f, 0x6b, 0xe9, 0x6a, 0x5d, 0x1e, 0xf0, 0xc4, 0xc5, 0x50, 0x29, 0xe8, 0x5c, 0x3d, - 0xcd, 0x24, 0xf9, 0x70, 0x25, 0x43, 0x45, 0xf0, 0x69, 0xc7, 0xf1, 0xed, 0xbd, 0xbb, 0xf4, 0xe9, - 0x3e, 0xfe, 0xa3, 0xdf, 0x0f, 0x7e, 0x22, 0x1a, 0xfc, 0xf3, 0x09, 0xb8, 0x5a, 0x84, 0x96, 0xa7, - 0x61, 0x07, 0xe6, 0x13, 0x69, 0x08, 0xb3, 0x20, 0x14, 0xbd, 0xb3, 0xa8, 0x9e, 0x62, 0x42, 0x37, - 0x01, 0x58, 0xd1, 0x51, 0x30, 0x56, 0xdd, 0x62, 0x0f, 0xac, 0xd7, 0xc8, 0x3b, 0x55, 0x99, 0x96, - 0x96, 0xca, 0x4a, 0x94, 0xba, 0xde, 0x87, 0x57, 0x5d, 0xfd, 0xb1, 0xd6, 0x1f, 0x09, 0x68, 0x7c, - 0xd1, 0xea, 0x8a, 0x8d, 0x0f, 0x01, 0x86, 0xaa, 0x3f, 0xde, 0xe8, 0xed, 0xa9, 0xa7, 0xdd, 0xe8, - 0x12, 0xed, 0x00, 0x32, 0x7c, 0x53, 0xf3, 0xda, 0x46, 0xd3, 0xf6, 0x3c, 0x9b, 0x38, 0xda, 0x2e, - 0xee, 0x96, 0x27, 0x13, 0x98, 0xf1, 0x79, 0xa5, 0x53, 0x95, 0x3f, 0xe9, 0xd9, 0xdf, 0xc3, 0x5d, - 0xf5, 0x8c, 0xe1, 0x9b, 0xb1, 0x1d, 0xb4, 0x45, 0xb3, 0x4f, 0xea, 0xe5, 0x29, 0x8a, 0x54, 0x1d, - 0xd0, 0xfa, 0x03, 0xb3, 0x8c, 0xa2, 0x61, 0xfe, 0xab, 0xcf, 0x4e, 0xc3, 0x14, 0x3d, 0x30, 0xf4, - 0xad, 0x00, 0xd3, 0x6c, 0x4e, 0x40, 0x03, 0xca, 0x2f, 0x3d, 0x9e, 0x88, 0x2b, 0x05, 0xad, 0xd9, - 0x99, 0x4b, 0x4b, 0xdf, 0xfc, 0xf1, 0xcf, 0xf7, 0xe3, 0x12, 0x5a, 0x54, 0x86, 0xcc, 0x44, 0xe8, - 0xb9, 0x00, 0xd3, 0xec, 0xce, 0x0e, 0x55, 0x14, 0x9b, 0x61, 0x86, 0x2a, 0x8a, 0xcf, 0x29, 0xd2, - 0x16, 0x55, 0x74, 0x1b, 0xdd, 0xca, 0x57, 0xd4, 0xaf, 0x4d, 0x65, 0x3f, 0xbc, 0x29, 0x07, 0x0a, - 0x7b, 0x48, 0x94, 0x7d, 0x76, 0x25, 0x0e, 0xd0, 0x0f, 0x02, 0xcc, 0xf6, 0xc6, 0x00, 0xa4, 0x0c, - 0x51, 0x91, 0x9c, 0x48, 0xc4, 0x77, 0x8b, 0x3b, 0x14, 0xcf, 0x25, 0x7b, 0x5c, 0xd0, 0x4f, 0x02, - 0x40, 0xff, 0x75, 0x40, 0x85, 0xa8, 0xa2, 0x2f, 0xa1, 0x58, 0x1d, 0xc1, 0x83, 0xab, 0x5b, 0xa1, - 0xea, 0x2e, 0xa3, 0x4b, 0xc3, 0xd4, 0xd1, 0xc4, 0xa2, 0x5f, 0x05, 0x78, 0x2d, 0xd1, 0xd3, 0xd1, - 0xda, 0x10, 0xd6, 0xec, 0xe1, 0x42, 0xbc, 0x3e, 0xaa, 0x1b, 0x57, 0x7c, 0x8d, 0x2a, 0x5e, 0x41, - 0xef, 0xe4, 0x2b, 0x66, 0x0f, 0x4b, 0x54, 0xf7, 0x2f, 0x02, 0x94, 0x22, 0x6d, 0x1a, 0x0d, 0xcb, - 0x54, 0x7a, 0xa2, 0x10, 0x57, 0x47, 0x71, 0xe1, 0x5a, 0xdf, 0xa3, 0x5a, 0x65, 0xb4, 0x9c, 0xaf, - 0x95, 0x37, 0xba, 0x48, 0xc9, 0xa2, 0xdf, 0x05, 0x38, 0x93, 0xec, 0xa9, 0xe8, 0x7a, 0x01, 0xfa, - 0x8c, 0xe6, 0x2e, 0xde, 0x18, 0xd9, 0xaf, 0xf8, 0x8d, 0x4b, 0x6b, 0x67, 0xa9, 0xf7, 0x94, 0xfd, - 0xde, 0x40, 0x71, 0x80, 0x7e, 0x13, 0x60, 0x2e, 0xa3, 0xcf, 0xa2, 0x9b, 0x43, 0x94, 0xe5, 0xb7, - 0x7c, 0xf1, 0xfd, 0xe3, 0xb8, 0xf2, 0xb8, 0x6e, 0xd0, 0xb8, 0xaa, 0x48, 0xc9, 0x8f, 0x2b, 0xb3, - 0xed, 0xa3, 0x7f, 0x05, 0xb8, 0x38, 0xb0, 0x65, 0xa2, 0x8d, 0x91, 0x64, 0x65, 0xf7, 0x79, 0xf1, - 0xce, 0xff, 0x03, 0xe1, 0x51, 0x3e, 0xa4, 0x51, 0xde, 0x43, 0xdb, 0x85, 0xa3, 0xcc, 0x78, 0x39, - 0x03, 0xc4, 0xde, 0xcb, 0xb9, 0xfe, 0xf1, 0x8b, 0xc3, 0x8a, 0xf0, 0xf2, 0xb0, 0x22, 0xfc, 0x7d, - 0x58, 0x11, 0xbe, 0x3b, 0xaa, 0x8c, 0xbd, 0x3c, 0xaa, 0x8c, 0xfd, 0x79, 0x54, 0x19, 0xfb, 0x62, - 0xcd, 0xb2, 0xfd, 0x46, 0xdb, 0x90, 0x4d, 0xd2, 0x0c, 0xe9, 0x28, 0x4c, 0x8f, 0xfb, 0x49, 0x82, - 0xdd, 0xef, 0xb6, 0xb0, 0x67, 0x4c, 0xd3, 0x3f, 0xd4, 0xd7, 0xfe, 0x0b, 0x00, 0x00, 0xff, 0xff, - 0x03, 0xf9, 0xf2, 0x6b, 0xc4, 0x10, 0x00, 0x00, + // 1182 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xcf, 0x6f, 0x1b, 0xc5, + 0x17, 0xcf, 0xe6, 0x57, 0x93, 0xe7, 0x6f, 0xbf, 0x54, 0x93, 0xb4, 0x98, 0x6d, 0xeb, 0x44, 0x0b, + 0xa5, 0x69, 0x49, 0x76, 0x71, 0x4a, 0x1b, 0x95, 0x03, 0x55, 0x93, 0x92, 0x34, 0x2a, 0xaa, 0x9a, + 0x85, 0x80, 0xc4, 0xc5, 0xec, 0xae, 0xc7, 0xf6, 0x2a, 0xf1, 0x8e, 0xbb, 0xb3, 0x76, 0xeb, 0x86, + 0x70, 0x40, 0xbd, 0x83, 0xc4, 0x05, 0x71, 0xe2, 0xc4, 0x81, 0x43, 0x6f, 0xfc, 0x09, 0x48, 0x3d, + 0x70, 0xa8, 0xc4, 0x85, 0x13, 0x42, 0x09, 0xff, 0x06, 0x12, 0xda, 0x99, 0x59, 0x7b, 0x7f, 0xda, + 0xeb, 0x90, 0x9b, 0x67, 0xf6, 0xbd, 0xcf, 0xe7, 0xf3, 0xde, 0xbc, 0x99, 0xf7, 0x0c, 0x6f, 0x99, + 0x86, 0xd9, 0xdd, 0x27, 0x8e, 0xf6, 0x8c, 0x38, 0xd8, 0x22, 0x8e, 0x65, 0x63, 0xb7, 0x8e, 0xb5, + 0x4e, 0x59, 0x7b, 0xdc, 0xc6, 0x6e, 0x57, 0x6d, 0xb9, 0xc4, 0x23, 0xa8, 0x28, 0xac, 0xd4, 0x88, + 0x95, 0xda, 0x29, 0xcb, 0xf3, 0x75, 0x52, 0x27, 0xcc, 0x48, 0xf3, 0x7f, 0x71, 0x7b, 0xf9, 0x52, + 0x9d, 0x90, 0xfa, 0x3e, 0xd6, 0x8c, 0x96, 0xad, 0x19, 0x8e, 0x43, 0x3c, 0xc3, 0xb3, 0x89, 0x43, + 0xc5, 0xd7, 0xeb, 0x16, 0xa1, 0x4d, 0x42, 0x35, 0xd3, 0xa0, 0x98, 0xd3, 0x68, 0x9d, 0xb2, 0x89, + 0x3d, 0xa3, 0xac, 0xb5, 0x8c, 0xba, 0xed, 0x30, 0x63, 0x61, 0xbb, 0x1c, 0xe8, 0x33, 0x3d, 0xcb, + 0x6a, 0x60, 0x6b, 0xaf, 0x45, 0x6c, 0xc7, 0xf3, 0xf5, 0x45, 0x36, 0x84, 0xf5, 0xb5, 0xc0, 0xba, + 0xff, 0xc5, 0x76, 0xea, 0xbe, 0x75, 0xc2, 0x54, 0x09, 0x4c, 0x71, 0x8b, 0x58, 0x0d, 0x61, 0x15, + 0xfc, 0x8e, 0x93, 0x27, 0x92, 0x13, 0xcd, 0x03, 0xb7, 0xbe, 0x92, 0x69, 0xdd, 0x32, 0x5c, 0xa3, + 0x29, 0xa2, 0x57, 0xe6, 0x01, 0xed, 0xf8, 0x31, 0x3f, 0x62, 0x9b, 0x3a, 0x7e, 0xdc, 0xc6, 0xd4, + 0x53, 0x76, 0x61, 0x2e, 0xb2, 0x4b, 0x5b, 0xc4, 0xa1, 0x18, 0x7d, 0x00, 0xd3, 0xdc, 0xb9, 0x28, + 0x2d, 0x4a, 0x4b, 0x85, 0xd5, 0x45, 0x35, 0xeb, 0x24, 0x54, 0xee, 0xb9, 0x3e, 0xf9, 0xf2, 0xcf, + 0x85, 0x31, 0x5d, 0x78, 0x29, 0x5b, 0x82, 0xec, 0x3e, 0x36, 0xaa, 0xd8, 0x15, 0x64, 0xe8, 0x0d, + 0x98, 0xb1, 0x1a, 0x86, 0xed, 0x54, 0xec, 0x2a, 0xc3, 0x9d, 0xd5, 0xcf, 0xb0, 0xf5, 0x76, 0x15, + 0x5d, 0x80, 0xe9, 0x06, 0xb6, 0xeb, 0x0d, 0xaf, 0x38, 0xbe, 0x28, 0x2d, 0x4d, 0xea, 0x62, 0xa5, + 0xfc, 0x20, 0x09, 0x81, 0x01, 0x92, 0x10, 0x78, 0xc7, 0xb7, 0xf7, 0x77, 0x84, 0xc0, 0xab, 0xd9, + 0x02, 0xb7, 0x9d, 0x2a, 0x7e, 0x8a, 0xab, 0x02, 0x40, 0xb8, 0xa1, 0x75, 0xf8, 0x5f, 0x8d, 0xb8, + 0x7b, 0x15, 0xbe, 0xa4, 0x8c, 0xb6, 0xb0, 0xba, 0x90, 0x0d, 0xb3, 0x49, 0xdc, 0x3d, 0xaa, 0x17, + 0x7c, 0x27, 0x0e, 0x45, 0x95, 0x0a, 0x9c, 0x67, 0xda, 0x36, 0xfc, 0x20, 0x3e, 0xb2, 0xa9, 0x17, + 0x04, 0xba, 0x09, 0xd0, 0xaf, 0x28, 0xa1, 0xf0, 0x6d, 0x95, 0x97, 0x9f, 0xea, 0x97, 0x9f, 0xca, + 0xab, 0x5c, 0x94, 0x9f, 0xfa, 0xc8, 0xa8, 0x63, 0xe1, 0xab, 0x87, 0x3c, 0x95, 0xaf, 0xe0, 0x42, + 0x9c, 0x40, 0xc4, 0x7f, 0x11, 0x66, 0x83, 0x54, 0xfa, 0x67, 0x34, 0xb1, 0x34, 0xab, 0xcf, 0x88, + 0x5c, 0x52, 0xb4, 0x15, 0xa1, 0x1f, 0x17, 0x09, 0x1a, 0x46, 0xcf, 0x91, 0x23, 0xfc, 0x37, 0xc3, + 0xfc, 0x74, 0xdb, 0xa9, 0x91, 0x20, 0xc2, 0x41, 0xfc, 0x4a, 0x05, 0x5e, 0x4f, 0xb8, 0x09, 0xdd, + 0xf7, 0xa0, 0xc0, 0xcc, 0x68, 0xc5, 0x76, 0x6a, 0x84, 0x79, 0x16, 0x56, 0xdf, 0xcc, 0xce, 0x3a, + 0x83, 0x60, 0x08, 0x60, 0xf5, 0xd0, 0x94, 0xcf, 0xe0, 0x22, 0x23, 0xf8, 0xd0, 0xbf, 0x37, 0xa9, + 0xe2, 0xd8, 0x8d, 0xaa, 0x38, 0xed, 0x26, 0xcb, 0xfe, 0xa4, 0x3e, 0xc3, 0x36, 0x1e, 0xb6, 0x9b, + 0x51, 0xe5, 0xe3, 0x31, 0xe5, 0x55, 0xb8, 0x94, 0x0e, 0x7c, 0xaa, 0xf2, 0xbf, 0x14, 0xf9, 0xf1, + 0x4f, 0x54, 0xd4, 0x52, 0x8e, 0x2b, 0xb2, 0x99, 0x72, 0xaa, 0x27, 0x29, 0xaa, 0x9f, 0x24, 0x28, + 0x26, 0xe9, 0x45, 0x80, 0x77, 0xe1, 0x4c, 0x70, 0x23, 0x78, 0x70, 0xb9, 0x2f, 0x56, 0xe0, 0x77, + 0x7a, 0xd5, 0xf7, 0xa9, 0x38, 0x0c, 0x5f, 0x27, 0x3b, 0x90, 0x58, 0xae, 0x06, 0x1e, 0x73, 0x38, + 0x91, 0xe3, 0x91, 0x44, 0x2a, 0x26, 0x5c, 0xce, 0xc0, 0x3d, 0xb5, 0x24, 0x28, 0x9f, 0xc0, 0x02, + 0xe3, 0xd8, 0xb4, 0x1d, 0x63, 0xdf, 0x7e, 0x86, 0xab, 0xa3, 0x5d, 0x21, 0x34, 0x0f, 0x53, 0x2d, + 0x97, 0x74, 0x30, 0xd3, 0x3e, 0xa3, 0xf3, 0x85, 0xf2, 0x5c, 0x82, 0xc5, 0x6c, 0x58, 0xa1, 0xfe, + 0x0b, 0x38, 0x5f, 0x0b, 0x3e, 0x57, 0x92, 0xd5, 0xba, 0x3c, 0xe0, 0x89, 0x8b, 0xa0, 0x32, 0xd0, + 0xb9, 0x5a, 0x92, 0x49, 0xf1, 0xe0, 0x5a, 0x8a, 0x0a, 0xff, 0xd3, 0xae, 0xe3, 0xd9, 0xfb, 0xf7, + 0xd9, 0xd3, 0x7d, 0xf2, 0x47, 0xbf, 0x1f, 0xfc, 0x44, 0x38, 0xf8, 0x17, 0x13, 0x70, 0x3d, 0x0f, + 0xad, 0x48, 0xc3, 0x2e, 0xcc, 0xc7, 0xd2, 0x10, 0x64, 0x41, 0xca, 0x7b, 0x67, 0x51, 0x2d, 0xc1, + 0x84, 0x6e, 0x03, 0xf0, 0xa2, 0x63, 0x60, 0xbc, 0xba, 0xe5, 0x1e, 0x58, 0xaf, 0x91, 0x77, 0xca, + 0x2a, 0x2b, 0x2d, 0x9d, 0x97, 0x28, 0x73, 0x7d, 0x08, 0xff, 0x77, 0x8d, 0x27, 0x95, 0xfe, 0x48, + 0xc0, 0xe2, 0x0b, 0x57, 0x57, 0x64, 0x7c, 0xf0, 0x31, 0x74, 0xe3, 0xc9, 0x46, 0x6f, 0x4f, 0x3f, + 0xeb, 0x86, 0x97, 0x68, 0x17, 0x90, 0xe9, 0x59, 0x15, 0xda, 0x36, 0x9b, 0x36, 0xa5, 0x36, 0x71, + 0x2a, 0x7b, 0xb8, 0x5b, 0x9c, 0x8c, 0x61, 0x46, 0xe7, 0x95, 0x4e, 0x59, 0xfd, 0xb8, 0x67, 0xff, + 0x00, 0x77, 0xf5, 0x73, 0xa6, 0x67, 0x45, 0x76, 0xd0, 0x16, 0xcb, 0x3e, 0xa9, 0x15, 0xa7, 0x18, + 0x52, 0x79, 0x40, 0xeb, 0xf7, 0xcd, 0x52, 0x8a, 0x86, 0xfb, 0xaf, 0x3e, 0x3f, 0x0b, 0x53, 0xec, + 0xc0, 0xd0, 0x37, 0x12, 0x4c, 0xf3, 0x39, 0x01, 0x0d, 0x28, 0xbf, 0xe4, 0x78, 0x22, 0xaf, 0xe4, + 0xb4, 0xe6, 0x67, 0xae, 0x2c, 0x7d, 0xfd, 0xfb, 0xdf, 0xdf, 0x8d, 0x2b, 0x68, 0x51, 0x1b, 0x32, + 0x13, 0xa1, 0x17, 0x12, 0x4c, 0xf3, 0x3b, 0x3b, 0x54, 0x51, 0x64, 0x86, 0x19, 0xaa, 0x28, 0x3a, + 0xa7, 0x28, 0x5b, 0x4c, 0xd1, 0x5d, 0x74, 0x27, 0x5b, 0x51, 0xbf, 0x36, 0xb5, 0x83, 0xe0, 0xa6, + 0x1c, 0x6a, 0xfc, 0x21, 0xd1, 0x0e, 0xf8, 0x95, 0x38, 0x44, 0xdf, 0x4b, 0x30, 0xdb, 0x1b, 0x03, + 0x90, 0x36, 0x44, 0x45, 0x7c, 0x22, 0x91, 0xdf, 0xcd, 0xef, 0x90, 0x3f, 0x97, 0xfc, 0x71, 0x41, + 0x3f, 0x4a, 0x00, 0xfd, 0xd7, 0x01, 0xe5, 0xa2, 0x0a, 0xbf, 0x84, 0x72, 0x79, 0x04, 0x0f, 0xa1, + 0x6e, 0x85, 0xa9, 0xbb, 0x8a, 0xae, 0x0c, 0x53, 0xc7, 0x12, 0x8b, 0x7e, 0x91, 0xe0, 0xb5, 0x58, + 0x4f, 0x47, 0x37, 0x87, 0xb0, 0xa6, 0x0f, 0x17, 0xf2, 0xad, 0x51, 0xdd, 0x84, 0xe2, 0x1b, 0x4c, + 0xf1, 0x0a, 0x7a, 0x27, 0x5b, 0x31, 0x7f, 0x58, 0xc2, 0xba, 0x7f, 0x96, 0xa0, 0x10, 0x6a, 0xd3, + 0x68, 0x58, 0xa6, 0x92, 0x13, 0x85, 0xbc, 0x3a, 0x8a, 0x8b, 0xd0, 0xfa, 0x1e, 0xd3, 0xaa, 0xa2, + 0xe5, 0x6c, 0xad, 0xa2, 0xd1, 0x85, 0x4a, 0x16, 0xfd, 0x26, 0xc1, 0xb9, 0x78, 0x4f, 0x45, 0xb7, + 0x72, 0xd0, 0xa7, 0x34, 0x77, 0x79, 0x6d, 0x64, 0xbf, 0xfc, 0x37, 0x2e, 0xa9, 0x9d, 0xa7, 0x9e, + 0x6a, 0x07, 0xbd, 0x81, 0xe2, 0x10, 0xfd, 0x2a, 0xc1, 0x5c, 0x4a, 0x9f, 0x45, 0xb7, 0x87, 0x28, + 0xcb, 0x6e, 0xf9, 0xf2, 0xfb, 0x27, 0x71, 0x15, 0x71, 0xad, 0xb1, 0xb8, 0xca, 0x48, 0xcb, 0x8e, + 0x2b, 0xb5, 0xed, 0xa3, 0x7f, 0x24, 0xb8, 0x3c, 0xb0, 0x65, 0xa2, 0x8d, 0x91, 0x64, 0xa5, 0xf7, + 0x79, 0xf9, 0xde, 0x7f, 0x03, 0x11, 0x51, 0xee, 0xb0, 0x28, 0x1f, 0xa0, 0xed, 0xdc, 0x51, 0xa6, + 0xbc, 0x9c, 0x3e, 0x62, 0xef, 0xe5, 0x5c, 0xdf, 0x79, 0x79, 0x54, 0x92, 0x5e, 0x1d, 0x95, 0xa4, + 0xbf, 0x8e, 0x4a, 0xd2, 0xb7, 0xc7, 0xa5, 0xb1, 0x57, 0xc7, 0xa5, 0xb1, 0x3f, 0x8e, 0x4b, 0x63, + 0x9f, 0xaf, 0xd5, 0x6d, 0xaf, 0xd1, 0x36, 0x55, 0x8b, 0x34, 0x03, 0xba, 0x7d, 0xc3, 0xa4, 0x2b, + 0x36, 0xe9, 0xb1, 0x3f, 0x8d, 0xf1, 0x7b, 0xdd, 0x16, 0xa6, 0xe6, 0x34, 0xfb, 0x4b, 0x7d, 0xe3, + 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0x4f, 0xa5, 0xb2, 0xc6, 0x10, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/zoneconcierge/types/tx.pb.go b/x/zoneconcierge/types/tx.pb.go index 032e66afa..d9f617164 100644 --- a/x/zoneconcierge/types/tx.pb.go +++ b/x/zoneconcierge/types/tx.pb.go @@ -135,7 +135,7 @@ func init() { func init() { proto.RegisterFile("babylon/zoneconcierge/v1/tx.proto", fileDescriptor_35e2112d987e4e18) } var fileDescriptor_35e2112d987e4e18 = []byte{ - // 331 bytes of a gzipped FileDescriptorProto + // 333 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4c, 0x4a, 0x4c, 0xaa, 0xcc, 0xc9, 0xcf, 0xd3, 0xaf, 0xca, 0xcf, 0x4b, 0x4d, 0xce, 0xcf, 0x4b, 0xce, 0x4c, 0x2d, 0x4a, 0x4f, 0xd5, 0x2f, 0x33, 0xd4, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x80, @@ -151,12 +151,12 @@ var fileDescriptor_35e2112d987e4e18 = []byte{ 0x93, 0x67, 0x08, 0x82, 0xea, 0xb2, 0xe2, 0x6b, 0x7a, 0xbe, 0x41, 0x0b, 0x61, 0x9e, 0x92, 0x24, 0x97, 0x38, 0x9a, 0xd3, 0x82, 0x52, 0x8b, 0x0b, 0xf2, 0xf3, 0x8a, 0x53, 0x8d, 0xaa, 0xb8, 0x98, 0x7d, 0x8b, 0xd3, 0x85, 0x72, 0xb8, 0x78, 0x50, 0x5c, 0xae, 0x89, 0xdb, 0x46, 0x34, 0x93, 0xa4, - 0x0c, 0x89, 0x56, 0x0a, 0xb3, 0x54, 0x8a, 0xb5, 0xe1, 0xf9, 0x06, 0x2d, 0x46, 0x27, 0xff, 0x13, + 0x0c, 0x89, 0x56, 0x0a, 0xb3, 0x54, 0x8a, 0xb5, 0xe1, 0xf9, 0x06, 0x2d, 0x46, 0xa7, 0xc0, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, - 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x32, 0x4d, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, - 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x9a, 0x9e, 0x9c, 0x91, 0x98, 0x99, 0x07, 0xe3, 0xe8, 0x57, - 0xa0, 0xc5, 0x46, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0x2a, 0x8c, 0x01, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x05, 0xf5, 0x03, 0x87, 0x3a, 0x02, 0x00, 0x00, + 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x32, 0x4f, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, + 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x9a, 0x9e, 0x93, 0x98, 0x54, 0xac, 0x9b, 0x99, 0x0f, 0xe3, + 0xea, 0x57, 0xa0, 0xc5, 0x47, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0x32, 0x8c, 0x01, + 0x01, 0x00, 0x00, 0xff, 0xff, 0x55, 0x48, 0x49, 0xed, 0x3c, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/zoneconcierge/types/zoneconcierge.pb.go b/x/zoneconcierge/types/zoneconcierge.pb.go index 8f4031b56..8e3d792b7 100644 --- a/x/zoneconcierge/types/zoneconcierge.pb.go +++ b/x/zoneconcierge/types/zoneconcierge.pb.go @@ -5,10 +5,10 @@ package types import ( fmt "fmt" - types2 "github.com/babylonchain/babylon/x/btccheckpoint/types" - types3 "github.com/babylonchain/babylon/x/btclightclient/types" - types1 "github.com/babylonchain/babylon/x/checkpointing/types" - types "github.com/babylonchain/babylon/x/epoching/types" + types2 "github.com/babylonlabs-io/babylon/x/btccheckpoint/types" + types3 "github.com/babylonlabs-io/babylon/x/btclightclient/types" + types1 "github.com/babylonlabs-io/babylon/x/checkpointing/types" + types "github.com/babylonlabs-io/babylon/x/epoching/types" crypto "github.com/cometbft/cometbft/proto/tendermint/crypto" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" @@ -639,68 +639,68 @@ func init() { } var fileDescriptor_ab886e1868e5c5cd = []byte{ - // 964 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x4f, 0x6f, 0x1b, 0x45, - 0x14, 0xcf, 0xc6, 0x4e, 0xd2, 0x3c, 0xc7, 0x6d, 0x98, 0xa4, 0xd4, 0x0d, 0xc2, 0xb1, 0x5c, 0xa9, - 0xb8, 0x08, 0xd6, 0xb2, 0x81, 0x03, 0xdc, 0xb0, 0xd5, 0xd2, 0x14, 0x44, 0xd1, 0xda, 0x2d, 0x08, - 0x81, 0x56, 0xfb, 0x67, 0xbc, 0xbb, 0xca, 0x7a, 0xc7, 0xda, 0x9d, 0xb8, 0x71, 0x3e, 0x45, 0xbf, - 0x05, 0x5c, 0xf9, 0x00, 0xdc, 0x39, 0xf6, 0xc8, 0x0d, 0x94, 0x7c, 0x05, 0x2e, 0xdc, 0xd0, 0xbc, - 0x99, 0x59, 0xef, 0x26, 0x32, 0x49, 0x2f, 0xd1, 0xce, 0xcc, 0xef, 0xbd, 0xf7, 0x7b, 0xbf, 0xf7, - 0xc7, 0x81, 0x8f, 0x5c, 0xc7, 0x5d, 0xc4, 0x2c, 0xe9, 0x9e, 0xb1, 0x84, 0x7a, 0x2c, 0xf1, 0x22, - 0x9a, 0x06, 0xb4, 0x3b, 0xef, 0x95, 0x2f, 0xcc, 0x59, 0xca, 0x38, 0x23, 0x0d, 0x85, 0x36, 0xcb, - 0x8f, 0xf3, 0xde, 0xc1, 0x7e, 0xc0, 0x02, 0x86, 0xa0, 0xae, 0xf8, 0x92, 0xf8, 0x83, 0xc3, 0x80, - 0xb1, 0x20, 0xa6, 0x5d, 0x3c, 0xb9, 0x27, 0x93, 0x2e, 0x8f, 0xa6, 0x34, 0xe3, 0xce, 0x74, 0xa6, - 0x00, 0xef, 0x73, 0x9a, 0xf8, 0x34, 0x9d, 0x46, 0x09, 0xef, 0x7a, 0xe9, 0x62, 0xc6, 0x99, 0xc0, - 0xb2, 0x89, 0x7a, 0xce, 0xd9, 0xb9, 0xdc, 0xf3, 0x42, 0xea, 0x1d, 0xcf, 0x98, 0x40, 0xce, 0x7b, - 0xe5, 0x0b, 0x85, 0x7e, 0xa8, 0xd1, 0xcb, 0x97, 0x28, 0x09, 0x10, 0x1d, 0x67, 0xf6, 0x31, 0x5d, - 0x28, 0xdc, 0xa3, 0x95, 0xb8, 0x2b, 0x2e, 0xdb, 0x1a, 0x4a, 0x67, 0xcc, 0x0b, 0x15, 0x4a, 0x7f, - 0x2b, 0x8c, 0x59, 0x20, 0x19, 0x47, 0x41, 0x28, 0xfe, 0xd2, 0x9c, 0x65, 0xe1, 0x46, 0xe2, 0xdb, - 0xbf, 0xaf, 0x43, 0xfd, 0x28, 0xf1, 0xe9, 0x29, 0xf5, 0x9f, 0x52, 0xc7, 0xa7, 0x29, 0xb9, 0x0f, - 0xb7, 0xbc, 0xd0, 0x89, 0x12, 0x3b, 0xf2, 0x1b, 0x46, 0xcb, 0xe8, 0x6c, 0x5b, 0x5b, 0x78, 0x3e, - 0xf2, 0x09, 0x81, 0x6a, 0xe8, 0x64, 0x61, 0x63, 0xbd, 0x65, 0x74, 0x76, 0x2c, 0xfc, 0x26, 0xef, - 0xc2, 0x66, 0x48, 0x85, 0xdb, 0x46, 0xa5, 0x65, 0x74, 0xaa, 0x96, 0x3a, 0x91, 0x4f, 0xa1, 0x2a, - 0xf4, 0x6d, 0x54, 0x5b, 0x46, 0xa7, 0xd6, 0x3f, 0x30, 0xa5, 0xf8, 0xa6, 0x16, 0xdf, 0x1c, 0x6b, - 0xf1, 0x07, 0xd5, 0xd7, 0x7f, 0x1d, 0x1a, 0x16, 0xa2, 0x89, 0x09, 0x7b, 0x2a, 0x01, 0x3b, 0x44, - 0x3a, 0x36, 0x06, 0xdc, 0xc0, 0x80, 0xef, 0xa8, 0x27, 0x49, 0xf4, 0xa9, 0x88, 0xde, 0x87, 0xbb, - 0x97, 0xf1, 0x92, 0xcc, 0x26, 0x92, 0xd9, 0x2b, 0x5b, 0x48, 0x66, 0x0f, 0xa0, 0xae, 0x6d, 0x50, - 0xbc, 0xc6, 0x16, 0x62, 0x77, 0xd4, 0xe5, 0x63, 0x71, 0x47, 0x1e, 0xc2, 0x1d, 0x0d, 0xe2, 0xa7, - 0x92, 0xc4, 0x2d, 0x24, 0xa1, 0x6d, 0xc7, 0xa7, 0x82, 0x40, 0xfb, 0x19, 0x6c, 0x3c, 0x61, 0xe9, - 0x71, 0x46, 0xbe, 0x84, 0x2d, 0xc9, 0x20, 0x6b, 0x54, 0x5a, 0x95, 0x4e, 0xad, 0xff, 0x81, 0xb9, - 0xaa, 0x3f, 0xcd, 0x92, 0xe0, 0x96, 0xb6, 0x6b, 0xff, 0x63, 0xc0, 0xf6, 0x10, 0xa5, 0x4e, 0x26, - 0xec, 0xff, 0xea, 0xf0, 0x0d, 0xd4, 0x63, 0x87, 0xd3, 0x8c, 0xab, 0xa4, 0xb1, 0x20, 0x6f, 0x11, - 0x71, 0x47, 0x5a, 0xab, 0x82, 0x0f, 0x40, 0x9d, 0xed, 0x89, 0xc8, 0x04, 0xeb, 0x58, 0xeb, 0x1f, - 0xae, 0x76, 0x86, 0x09, 0x5b, 0x35, 0x69, 0x24, 0xb3, 0xff, 0x02, 0xee, 0xe7, 0xd3, 0x44, 0x7d, - 0x45, 0x2b, 0xb3, 0x3d, 0x76, 0x92, 0x70, 0x6c, 0x81, 0xaa, 0x75, 0xaf, 0x00, 0x90, 0x91, 0xb3, - 0xa1, 0x78, 0x6e, 0xff, 0x6a, 0x00, 0xc9, 0xd3, 0xfe, 0x3e, 0xe2, 0xe1, 0x77, 0x62, 0xe8, 0xc8, - 0x00, 0x40, 0xe5, 0x9f, 0x4c, 0x18, 0x2a, 0x50, 0xeb, 0x3f, 0x58, 0x4d, 0x2a, 0xf7, 0x60, 0x6d, - 0x7b, 0xb9, 0x86, 0xdf, 0xc2, 0x5d, 0x9c, 0x60, 0xdd, 0x1c, 0x91, 0x2e, 0xb9, 0x14, 0xec, 0x3d, - 0x73, 0x39, 0xf1, 0xa6, 0x9c, 0x78, 0x13, 0x83, 0x3f, 0x9f, 0x65, 0x16, 0x41, 0x4b, 0xc9, 0xf4, - 0x48, 0x76, 0x45, 0xfb, 0xb7, 0x0a, 0x90, 0x27, 0x51, 0xe2, 0xc4, 0xd1, 0x19, 0xf5, 0x6f, 0x54, - 0xaa, 0x17, 0xb0, 0x3f, 0xd1, 0x06, 0x76, 0x21, 0x9f, 0xf5, 0x9b, 0xe7, 0x43, 0x26, 0x57, 0x23, - 0x7e, 0x0e, 0x80, 0x89, 0x48, 0x67, 0x15, 0x35, 0x63, 0xda, 0x59, 0xbe, 0x13, 0xe6, 0x3d, 0x13, - 0x89, 0x5b, 0xdb, 0x78, 0xa5, 0x34, 0xb9, 0x9d, 0x3a, 0xaf, 0xec, 0xe5, 0x76, 0x51, 0x23, 0xba, - 0xec, 0x9e, 0xd2, 0x26, 0x12, 0x3e, 0x2c, 0xe7, 0xd5, 0x30, 0xbf, 0xb3, 0xea, 0x69, 0xf1, 0x48, - 0x5e, 0x00, 0x71, 0xb9, 0x67, 0x67, 0x27, 0xee, 0x34, 0xca, 0xb2, 0x88, 0x25, 0x62, 0xb9, 0xe1, - 0xc4, 0x16, 0x7d, 0x96, 0x57, 0xe4, 0xbc, 0x67, 0x8e, 0x72, 0xfc, 0xd7, 0x74, 0x61, 0xed, 0xba, - 0xdc, 0x2b, 0xdd, 0x90, 0xaf, 0x60, 0x03, 0x0b, 0x80, 0x93, 0x5c, 0xeb, 0xf7, 0x56, 0x2b, 0x85, - 0x15, 0xbb, 0x5a, 0x15, 0x4b, 0xda, 0xb7, 0xff, 0x35, 0x60, 0x17, 0x21, 0xa8, 0xc4, 0x88, 0x3a, - 0x31, 0xf5, 0x89, 0x05, 0xf5, 0xb9, 0x13, 0x47, 0xbe, 0xc3, 0x59, 0x6a, 0x67, 0x94, 0x37, 0x0c, - 0x9c, 0xd9, 0x8f, 0x57, 0x6b, 0xf0, 0x52, 0xc3, 0x45, 0x87, 0x0e, 0xe2, 0x4c, 0xb0, 0xde, 0xc9, - 0x7d, 0x8c, 0x28, 0x27, 0x8f, 0x61, 0x57, 0x36, 0x5b, 0xa1, 0x32, 0x37, 0xe8, 0xb3, 0xdb, 0xb3, - 0x9c, 0x1c, 0xd6, 0xe7, 0x19, 0xec, 0x15, 0xdd, 0xcc, 0x9d, 0x18, 0x09, 0x56, 0xae, 0xf7, 0xb4, - 0xbb, 0xf4, 0xf4, 0xd2, 0x89, 0x47, 0x94, 0xb7, 0x7f, 0x59, 0x87, 0x7b, 0x2b, 0xe4, 0x21, 0x23, - 0x68, 0xc8, 0x38, 0xde, 0xd9, 0x95, 0xf1, 0x30, 0xae, 0x0f, 0xb6, 0x8f, 0xc6, 0xc3, 0xb3, 0xd2, - 0x80, 0x90, 0x1f, 0x80, 0x14, 0xc9, 0x67, 0xa8, 0xb6, 0x52, 0xe1, 0xc3, 0x6b, 0x4a, 0x58, 0xa8, - 0x4f, 0x31, 0x15, 0x55, 0xb1, 0x9f, 0xf5, 0x28, 0x2b, 0xcf, 0xa2, 0x59, 0x38, 0xa7, 0xbe, 0xda, - 0xb6, 0x8f, 0x56, 0x77, 0xda, 0x38, 0x75, 0x92, 0xcc, 0xf1, 0x78, 0xc4, 0x64, 0x5f, 0xec, 0x15, - 0x7c, 0x6b, 0x2f, 0xed, 0x9f, 0xe0, 0xce, 0x60, 0x3c, 0x44, 0x75, 0x46, 0x34, 0x98, 0xd2, 0x84, - 0x93, 0x23, 0xa8, 0x89, 0xc6, 0xd6, 0x5b, 0x5d, 0x76, 0x48, 0xa7, 0x18, 0xa7, 0xf8, 0x73, 0x3a, - 0xef, 0x99, 0x83, 0xf1, 0x50, 0xab, 0x31, 0x61, 0x16, 0xb8, 0xdc, 0x53, 0x7b, 0x6e, 0xf0, 0xfc, - 0x8f, 0xf3, 0xa6, 0xf1, 0xe6, 0xbc, 0x69, 0xfc, 0x7d, 0xde, 0x34, 0x5e, 0x5f, 0x34, 0xd7, 0xde, - 0x5c, 0x34, 0xd7, 0xfe, 0xbc, 0x68, 0xae, 0xfd, 0xf8, 0x59, 0x10, 0xf1, 0xf0, 0xc4, 0x35, 0x3d, - 0x36, 0xed, 0x2a, 0xcf, 0xb8, 0x25, 0xf4, 0xa1, 0x7b, 0x7a, 0xe9, 0x9f, 0x21, 0xbe, 0x98, 0xd1, - 0xcc, 0xdd, 0xc4, 0xdf, 0xd1, 0x4f, 0xfe, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xbe, 0xdf, 0x50, 0x58, - 0x32, 0x09, 0x00, 0x00, + // 968 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xdd, 0x6e, 0x1b, 0x45, + 0x14, 0xce, 0xc6, 0x4e, 0xd2, 0x1c, 0xc7, 0x6d, 0x98, 0xa4, 0xd4, 0x0d, 0xc2, 0xb1, 0x5c, 0xa9, + 0xb8, 0x88, 0xae, 0x65, 0x83, 0x84, 0xe0, 0x0e, 0x5b, 0x2d, 0x4d, 0x41, 0xfc, 0xac, 0xdd, 0x82, + 0x10, 0x68, 0xb5, 0x3f, 0x63, 0xef, 0x2a, 0xeb, 0x1d, 0x6b, 0x67, 0xe2, 0xc6, 0x79, 0x8a, 0xbe, + 0x05, 0xdc, 0xf2, 0x00, 0xdc, 0x73, 0xd9, 0x4b, 0xee, 0x40, 0xc9, 0x2b, 0x70, 0xc3, 0x1d, 0x9a, + 0x33, 0x33, 0xeb, 0x75, 0x22, 0x93, 0x70, 0x13, 0xed, 0xcc, 0x7c, 0xe7, 0x9c, 0xef, 0x7c, 0xe7, + 0xc7, 0x81, 0x0f, 0x7c, 0xcf, 0x9f, 0x27, 0x2c, 0x6d, 0x9f, 0xb1, 0x94, 0x06, 0x2c, 0x0d, 0x62, + 0x9a, 0x8d, 0x69, 0x7b, 0xd6, 0x59, 0xbe, 0xb0, 0xa7, 0x19, 0x13, 0x8c, 0xd4, 0x34, 0xda, 0x5e, + 0x7e, 0x9c, 0x75, 0x0e, 0xf6, 0xc7, 0x6c, 0xcc, 0x10, 0xd4, 0x96, 0x5f, 0x0a, 0x7f, 0x70, 0x38, + 0x66, 0x6c, 0x9c, 0xd0, 0x36, 0x9e, 0xfc, 0x93, 0x51, 0x5b, 0xc4, 0x13, 0xca, 0x85, 0x37, 0x99, + 0x6a, 0xc0, 0xbb, 0x82, 0xa6, 0x21, 0xcd, 0x26, 0x71, 0x2a, 0xda, 0x41, 0x36, 0x9f, 0x0a, 0x26, + 0xb1, 0x6c, 0xa4, 0x9f, 0x73, 0x76, 0xbe, 0x08, 0x82, 0x88, 0x06, 0xc7, 0x53, 0x26, 0x91, 0xb3, + 0xce, 0xf2, 0x85, 0x46, 0x3f, 0x34, 0xe8, 0xc5, 0x4b, 0x9c, 0x8e, 0x11, 0x9d, 0x70, 0xf7, 0x98, + 0xce, 0x35, 0xee, 0xd1, 0x4a, 0xdc, 0x15, 0x97, 0x4d, 0x03, 0xa5, 0x53, 0x16, 0x44, 0x1a, 0x65, + 0xbe, 0x35, 0xc6, 0x2e, 0x90, 0x4c, 0xe2, 0x71, 0x24, 0xff, 0xd2, 0x9c, 0x65, 0xe1, 0x46, 0xe1, + 0x9b, 0xbf, 0xad, 0x43, 0xf5, 0x28, 0x0d, 0xe9, 0x29, 0x0d, 0x9f, 0x51, 0x2f, 0xa4, 0x19, 0xb9, + 0x0f, 0xb7, 0x82, 0xc8, 0x8b, 0x53, 0x37, 0x0e, 0x6b, 0x56, 0xc3, 0x6a, 0x6d, 0x3b, 0x5b, 0x78, + 0x3e, 0x0a, 0x09, 0x81, 0x72, 0xe4, 0xf1, 0xa8, 0xb6, 0xde, 0xb0, 0x5a, 0x3b, 0x0e, 0x7e, 0x93, + 0xb7, 0x61, 0x33, 0xa2, 0xd2, 0x6d, 0xad, 0xd4, 0xb0, 0x5a, 0x65, 0x47, 0x9f, 0xc8, 0x47, 0x50, + 0x96, 0xfa, 0xd6, 0xca, 0x0d, 0xab, 0x55, 0xe9, 0x1e, 0xd8, 0x4a, 0x7c, 0xdb, 0x88, 0x6f, 0x0f, + 0x8d, 0xf8, 0xbd, 0xf2, 0xeb, 0x3f, 0x0f, 0x2d, 0x07, 0xd1, 0xc4, 0x86, 0x3d, 0x9d, 0x80, 0x1b, + 0x21, 0x1d, 0x17, 0x03, 0x6e, 0x60, 0xc0, 0xb7, 0xf4, 0x93, 0x22, 0xfa, 0x4c, 0x46, 0xef, 0xc2, + 0xdd, 0xcb, 0x78, 0x45, 0x66, 0x13, 0xc9, 0xec, 0x2d, 0x5b, 0x28, 0x66, 0x0f, 0xa0, 0x6a, 0x6c, + 0x50, 0xbc, 0xda, 0x16, 0x62, 0x77, 0xf4, 0xe5, 0x13, 0x79, 0x47, 0x1e, 0xc2, 0x1d, 0x03, 0x12, + 0xa7, 0x8a, 0xc4, 0x2d, 0x24, 0x61, 0x6c, 0x87, 0xa7, 0x92, 0x40, 0xf3, 0x39, 0x6c, 0x3c, 0x65, + 0xd9, 0x31, 0x27, 0x9f, 0xc1, 0x96, 0x62, 0xc0, 0x6b, 0xa5, 0x46, 0xa9, 0x55, 0xe9, 0xbe, 0x67, + 0xaf, 0xea, 0x4f, 0x7b, 0x49, 0x70, 0xc7, 0xd8, 0x35, 0xff, 0xb6, 0x60, 0xbb, 0x8f, 0x52, 0xa7, + 0x23, 0xf6, 0x5f, 0x75, 0xf8, 0x12, 0xaa, 0x89, 0x27, 0x28, 0x17, 0x3a, 0x69, 0x2c, 0xc8, 0xff, + 0x88, 0xb8, 0xa3, 0xac, 0x75, 0xc1, 0x7b, 0xa0, 0xcf, 0xee, 0x48, 0x66, 0x82, 0x75, 0xac, 0x74, + 0x0f, 0x57, 0x3b, 0xc3, 0x84, 0x9d, 0x8a, 0x32, 0x52, 0xd9, 0x7f, 0x0a, 0xf7, 0xf3, 0x69, 0xa2, + 0xa1, 0xa6, 0xc5, 0xdd, 0x80, 0x9d, 0xa4, 0x02, 0x5b, 0xa0, 0xec, 0xdc, 0x2b, 0x00, 0x54, 0x64, + 0xde, 0x97, 0xcf, 0xcd, 0x5f, 0x2c, 0x20, 0x79, 0xda, 0xdf, 0xc5, 0x22, 0xfa, 0x46, 0x0e, 0x1d, + 0xe9, 0x01, 0xe8, 0xfc, 0xd3, 0x11, 0x43, 0x05, 0x2a, 0xdd, 0x07, 0xab, 0x49, 0xe5, 0x1e, 0x9c, + 0xed, 0x20, 0xd7, 0xf0, 0x2b, 0xb8, 0x8b, 0x13, 0x6c, 0x9a, 0x23, 0x36, 0x25, 0x57, 0x82, 0xbd, + 0x63, 0x2f, 0x26, 0xde, 0x56, 0x13, 0x6f, 0x63, 0xf0, 0xaf, 0xa7, 0xdc, 0x21, 0x68, 0xa9, 0x98, + 0x1e, 0xa9, 0xae, 0x68, 0xfe, 0x5a, 0x02, 0xf2, 0x34, 0x4e, 0xbd, 0x24, 0x3e, 0xa3, 0xe1, 0x8d, + 0x4a, 0xf5, 0x02, 0xf6, 0x47, 0xc6, 0xc0, 0x2d, 0xe4, 0xb3, 0x7e, 0xf3, 0x7c, 0xc8, 0xe8, 0x6a, + 0xc4, 0x4f, 0x00, 0x30, 0x11, 0xe5, 0xac, 0xa4, 0x67, 0xcc, 0x38, 0xcb, 0x77, 0xc2, 0xac, 0x63, + 0x23, 0x71, 0x67, 0x1b, 0xaf, 0xb4, 0x26, 0xb7, 0x33, 0xef, 0x95, 0xbb, 0xd8, 0x2e, 0x7a, 0x44, + 0x17, 0xdd, 0xb3, 0xb4, 0x89, 0xa4, 0x0f, 0xc7, 0x7b, 0xd5, 0xcf, 0xef, 0x9c, 0x6a, 0x56, 0x3c, + 0x92, 0x17, 0x40, 0x7c, 0x11, 0xb8, 0xfc, 0xc4, 0x9f, 0xc4, 0x9c, 0xc7, 0x2c, 0x95, 0xcb, 0x0d, + 0x27, 0xb6, 0xe8, 0x73, 0x79, 0x45, 0xce, 0x3a, 0xf6, 0x20, 0xc7, 0x7f, 0x41, 0xe7, 0xce, 0xae, + 0x2f, 0x82, 0xa5, 0x1b, 0xf2, 0x39, 0x6c, 0x60, 0x01, 0x70, 0x92, 0x2b, 0xdd, 0xce, 0x6a, 0xa5, + 0xb0, 0x62, 0x57, 0xab, 0xe2, 0x28, 0xfb, 0xe6, 0x3f, 0x16, 0xec, 0x22, 0x04, 0x95, 0x18, 0x50, + 0x2f, 0xa1, 0x21, 0x71, 0xa0, 0x3a, 0xf3, 0x92, 0x38, 0xf4, 0x04, 0xcb, 0x5c, 0x4e, 0x45, 0xcd, + 0xc2, 0x99, 0x7d, 0xbc, 0x5a, 0x83, 0x97, 0x06, 0x2e, 0x3b, 0xb4, 0x97, 0x70, 0xc9, 0x7a, 0x27, + 0xf7, 0x31, 0xa0, 0x82, 0x3c, 0x81, 0x5d, 0xd5, 0x6c, 0x85, 0xca, 0xdc, 0xa0, 0xcf, 0x6e, 0x4f, + 0x73, 0x72, 0x58, 0x9f, 0xe7, 0xb0, 0x57, 0x74, 0x33, 0xf3, 0x12, 0x24, 0x58, 0xba, 0xde, 0xd3, + 0xee, 0xc2, 0xd3, 0x4b, 0x2f, 0x19, 0x50, 0xd1, 0xfc, 0x79, 0x1d, 0xee, 0xad, 0x90, 0x87, 0x0c, + 0xa0, 0xa6, 0xe2, 0x04, 0x67, 0x57, 0xc6, 0xc3, 0xba, 0x3e, 0xd8, 0x3e, 0x1a, 0xf7, 0xcf, 0x96, + 0x06, 0x84, 0x7c, 0x0f, 0xa4, 0x48, 0x9e, 0xa3, 0xda, 0x5a, 0x85, 0xf7, 0xaf, 0x29, 0x61, 0xa1, + 0x3e, 0xc5, 0x54, 0x74, 0xc5, 0x7e, 0x32, 0xa3, 0xac, 0x3d, 0xcb, 0x66, 0x11, 0x82, 0x86, 0x7a, + 0xdb, 0x3e, 0x5a, 0xdd, 0x69, 0xc3, 0xcc, 0x4b, 0xb9, 0x17, 0x88, 0x98, 0xa9, 0xbe, 0xd8, 0x2b, + 0xf8, 0x36, 0x5e, 0x9a, 0x3f, 0xc2, 0x9d, 0xde, 0xb0, 0x8f, 0xea, 0x0c, 0xe8, 0x78, 0x42, 0x53, + 0x41, 0x8e, 0xa0, 0x22, 0x1b, 0xdb, 0x6c, 0x75, 0xd5, 0x21, 0xad, 0x62, 0x9c, 0xe2, 0xcf, 0xe9, + 0xac, 0x63, 0xf7, 0x86, 0x7d, 0xa3, 0xc6, 0x88, 0x39, 0xe0, 0x8b, 0x40, 0xef, 0xb9, 0xde, 0xb7, + 0xbf, 0x9f, 0xd7, 0xad, 0x37, 0xe7, 0x75, 0xeb, 0xaf, 0xf3, 0xba, 0xf5, 0xfa, 0xa2, 0xbe, 0xf6, + 0xe6, 0xa2, 0xbe, 0xf6, 0xc7, 0x45, 0x7d, 0xed, 0x87, 0x8f, 0xc7, 0xb1, 0x88, 0x4e, 0x7c, 0x3b, + 0x60, 0x93, 0xb6, 0xf6, 0x9c, 0x78, 0x3e, 0x7f, 0x1c, 0x33, 0x73, 0x6c, 0x9f, 0x5e, 0xfa, 0x77, + 0x48, 0xcc, 0xa7, 0x94, 0xfb, 0x9b, 0xf8, 0x4b, 0xfa, 0xe1, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, + 0xa3, 0x29, 0xc3, 0x31, 0x34, 0x09, 0x00, 0x00, } func (m *IndexedHeader) Marshal() (dAtA []byte, err error) {