From 8b3386498e9f9e7febf2577bd20c8eb021608990 Mon Sep 17 00:00:00 2001 From: Adel Golghalyani Date: Wed, 19 Feb 2025 14:12:50 +0100 Subject: [PATCH] fix: email --- HEADER-GPL | 2 +- crates/assets/src/asset.rs | 2 +- crates/assets/src/chain.rs | 2 +- crates/assets/src/errors.rs | 2 +- crates/assets/src/lib.rs | 2 +- crates/assets/src/v1.rs | 2 +- crates/kilt-dip-primitives/src/lib.rs | 2 +- crates/kilt-dip-primitives/src/merkle_proofs/mod.rs | 2 +- .../src/merkle_proofs/v0/dip_subject_state/mod.rs | 2 +- .../src/merkle_proofs/v0/dip_subject_state/tests.rs | 2 +- crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs | 2 +- crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs | 2 +- crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs | 2 +- .../kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs | 2 +- .../src/merkle_proofs/v0/provider_state/mod.rs | 2 +- .../src/merkle_proofs/v0/provider_state/tests.rs | 2 +- .../kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs | 2 +- .../src/merkle_proofs/v0/relay_state/tests.rs | 2 +- crates/kilt-dip-primitives/src/state_proofs/error.rs | 2 +- crates/kilt-dip-primitives/src/state_proofs/mod.rs | 2 +- .../src/state_proofs/substrate_no_std_port.rs | 2 +- crates/kilt-dip-primitives/src/traits.rs | 2 +- crates/kilt-dip-primitives/src/utils.rs | 2 +- crates/kilt-dip-primitives/src/verifier/errors.rs | 2 +- crates/kilt-dip-primitives/src/verifier/mod.rs | 2 +- crates/kilt-dip-primitives/src/verifier/parachain/error.rs | 2 +- crates/kilt-dip-primitives/src/verifier/parachain/mod.rs | 2 +- crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs | 2 +- crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs | 2 +- crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs | 2 +- crates/kilt-dip-primitives/src/verifier/relaychain/error.rs | 2 +- crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs | 2 +- crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs | 2 +- dip-template/nodes/dip-consumer/build.rs | 2 +- dip-template/nodes/dip-consumer/src/chain_spec.rs | 2 +- dip-template/nodes/dip-consumer/src/cli.rs | 2 +- dip-template/nodes/dip-consumer/src/command.rs | 2 +- dip-template/nodes/dip-consumer/src/main.rs | 2 +- dip-template/nodes/dip-consumer/src/rpc.rs | 2 +- dip-template/nodes/dip-consumer/src/service.rs | 2 +- dip-template/nodes/dip-provider/build.rs | 2 +- dip-template/nodes/dip-provider/src/chain_spec.rs | 2 +- dip-template/nodes/dip-provider/src/cli.rs | 2 +- dip-template/nodes/dip-provider/src/command.rs | 2 +- dip-template/nodes/dip-provider/src/main.rs | 2 +- dip-template/nodes/dip-provider/src/rpc.rs | 2 +- dip-template/nodes/dip-provider/src/service.rs | 2 +- dip-template/pallets/pallet-postit/src/lib.rs | 2 +- dip-template/pallets/pallet-postit/src/post.rs | 2 +- dip-template/pallets/pallet-postit/src/traits.rs | 2 +- dip-template/runtimes/dip-consumer/build.rs | 2 +- dip-template/runtimes/dip-consumer/src/dip.rs | 2 +- dip-template/runtimes/dip-consumer/src/lib.rs | 2 +- dip-template/runtimes/dip-consumer/src/origin_adapter.rs | 2 +- dip-template/runtimes/dip-consumer/src/weights/frame_system.rs | 2 +- dip-template/runtimes/dip-consumer/src/weights/mod.rs | 2 +- .../runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs | 2 +- .../runtimes/dip-consumer/src/weights/pallet_relay_store.rs | 2 +- dip-template/runtimes/dip-provider/build.rs | 2 +- dip-template/runtimes/dip-provider/src/dip.rs | 2 +- dip-template/runtimes/dip-provider/src/lib.rs | 2 +- dip-template/runtimes/dip-provider/src/weights/did.rs | 2 +- dip-template/runtimes/dip-provider/src/weights/frame_system.rs | 2 +- dip-template/runtimes/dip-provider/src/weights/mod.rs | 2 +- .../runtimes/dip-provider/src/weights/pallet_deposit_storage.rs | 2 +- .../runtimes/dip-provider/src/weights/pallet_did_lookup.rs | 2 +- .../runtimes/dip-provider/src/weights/pallet_dip_provider.rs | 2 +- .../runtimes/dip-provider/src/weights/pallet_web3_names.rs | 2 +- integration-tests/emulated/src/lib.rs | 2 +- .../emulated/src/tests/peregrine/did_pallets/association.rs | 2 +- .../emulated/src/tests/peregrine/did_pallets/attestation.rs | 2 +- .../emulated/src/tests/peregrine/did_pallets/ctype.rs | 2 +- .../emulated/src/tests/peregrine/did_pallets/did.rs | 2 +- .../emulated/src/tests/peregrine/did_pallets/mod.rs | 2 +- .../src/tests/peregrine/did_pallets/public_credentials.rs | 2 +- .../src/tests/peregrine/did_pallets/unallowed_did_call.rs | 2 +- .../emulated/src/tests/peregrine/did_pallets/utils.rs | 2 +- .../emulated/src/tests/peregrine/did_pallets/w3n.rs | 2 +- integration-tests/emulated/src/tests/peregrine/mod.rs | 2 +- .../emulated/src/tests/peregrine/reserve_transfers.rs | 2 +- integration-tests/emulated/src/tests/peregrine/sudo.rs | 2 +- integration-tests/emulated/src/tests/peregrine/teleportation.rs | 2 +- .../emulated/src/tests/peregrine/unpaid_execution.rs | 2 +- .../emulated/src/tests/spiritnet/did_pallets/association.rs | 2 +- .../emulated/src/tests/spiritnet/did_pallets/attestation.rs | 2 +- .../emulated/src/tests/spiritnet/did_pallets/ctype.rs | 2 +- .../emulated/src/tests/spiritnet/did_pallets/did.rs | 2 +- .../emulated/src/tests/spiritnet/did_pallets/mod.rs | 2 +- .../src/tests/spiritnet/did_pallets/public_credentials.rs | 2 +- .../src/tests/spiritnet/did_pallets/unallowed_did_call.rs | 2 +- .../emulated/src/tests/spiritnet/did_pallets/utils.rs | 2 +- .../emulated/src/tests/spiritnet/did_pallets/w3n.rs | 2 +- integration-tests/emulated/src/tests/spiritnet/mod.rs | 2 +- .../emulated/src/tests/spiritnet/reserve_transfers.rs | 2 +- integration-tests/emulated/src/tests/spiritnet/sudo.rs | 2 +- integration-tests/emulated/src/tests/spiritnet/teleportation.rs | 2 +- .../emulated/src/tests/spiritnet/unpaid_execution.rs | 2 +- nodes/parachain/build.rs | 2 +- nodes/parachain/src/chain_spec/mod.rs | 2 +- nodes/parachain/src/chain_spec/peregrine/dev.rs | 2 +- nodes/parachain/src/chain_spec/peregrine/mod.rs | 2 +- nodes/parachain/src/chain_spec/peregrine/new.rs | 2 +- nodes/parachain/src/chain_spec/rilt/mod.rs | 2 +- nodes/parachain/src/chain_spec/rilt/new.rs | 2 +- nodes/parachain/src/chain_spec/spiritnet/dev.rs | 2 +- nodes/parachain/src/chain_spec/spiritnet/mod.rs | 2 +- nodes/parachain/src/chain_spec/spiritnet/new.rs | 2 +- nodes/parachain/src/chain_spec/utils.rs | 2 +- nodes/parachain/src/cli.rs | 2 +- nodes/parachain/src/command.rs | 2 +- nodes/parachain/src/main.rs | 2 +- nodes/parachain/src/rpc.rs | 2 +- nodes/parachain/src/service.rs | 2 +- nodes/standalone/build.rs | 2 +- nodes/standalone/src/chain_spec.rs | 2 +- nodes/standalone/src/cli.rs | 2 +- nodes/standalone/src/command.rs | 2 +- nodes/standalone/src/main.rs | 2 +- nodes/standalone/src/rpc.rs | 2 +- nodes/standalone/src/service.rs | 2 +- pallets/attestation/src/access_control.rs | 2 +- pallets/attestation/src/attestations.rs | 2 +- pallets/attestation/src/authorized_by.rs | 2 +- pallets/attestation/src/benchmarking.rs | 2 +- pallets/attestation/src/default_weights.rs | 2 +- pallets/attestation/src/lib.rs | 2 +- pallets/attestation/src/migrations.rs | 2 +- pallets/attestation/src/mock.rs | 2 +- pallets/attestation/src/tests/claim.rs | 2 +- pallets/attestation/src/tests/delete.rs | 2 +- pallets/attestation/src/tests/deposit.rs | 2 +- pallets/attestation/src/tests/mod.rs | 2 +- pallets/attestation/src/tests/revoke.rs | 2 +- pallets/attestation/src/try_state.rs | 2 +- pallets/ctype/src/benchmarking.rs | 2 +- pallets/ctype/src/default_weights.rs | 2 +- pallets/ctype/src/lib.rs | 2 +- pallets/ctype/src/mock.rs | 2 +- pallets/ctype/src/tests.rs | 2 +- pallets/delegation/src/access_control.rs | 2 +- pallets/delegation/src/benchmarking.rs | 2 +- pallets/delegation/src/default_weights.rs | 2 +- pallets/delegation/src/delegation_hierarchy.rs | 2 +- pallets/delegation/src/lib.rs | 2 +- pallets/delegation/src/migrations.rs | 2 +- pallets/delegation/src/mock.rs | 2 +- pallets/delegation/src/tests/create.rs | 2 +- pallets/delegation/src/tests/delegation.rs | 2 +- pallets/delegation/src/tests/delete.rs | 2 +- pallets/delegation/src/tests/deposit.rs | 2 +- pallets/delegation/src/tests/mod.rs | 2 +- pallets/delegation/src/tests/revoke.rs | 2 +- pallets/delegation/src/try_state.rs | 2 +- pallets/did/src/benchmarking.rs | 2 +- pallets/did/src/did_details.rs | 2 +- pallets/did/src/errors.rs | 2 +- pallets/did/src/lib.rs | 2 +- pallets/did/src/migrations.rs | 2 +- pallets/did/src/mock.rs | 2 +- pallets/did/src/mock_utils.rs | 2 +- pallets/did/src/origin.rs | 2 +- pallets/did/src/service_endpoints.rs | 2 +- pallets/did/src/signature.rs | 2 +- pallets/did/src/tests/create.rs | 2 +- pallets/did/src/tests/create_from_account.rs | 2 +- pallets/did/src/tests/delete.rs | 2 +- pallets/did/src/tests/deposit.rs | 2 +- pallets/did/src/tests/dispatch_as.rs | 2 +- pallets/did/src/tests/dispatch_as/attestation.rs | 2 +- pallets/did/src/tests/dispatch_as/authentication.rs | 2 +- pallets/did/src/tests/dispatch_as/delegation.rs | 2 +- pallets/did/src/tests/dispatch_as/error_cases.rs | 2 +- pallets/did/src/tests/manage_keys.rs | 2 +- pallets/did/src/tests/mod.rs | 2 +- pallets/did/src/tests/service_endpoint.rs | 2 +- pallets/did/src/tests/submit.rs | 2 +- pallets/did/src/tests/verify_did_op.rs | 2 +- pallets/did/src/traits/lifecycle_hooks/deletion/mod.rs | 2 +- pallets/did/src/traits/lifecycle_hooks/mock.rs | 2 +- pallets/did/src/traits/lifecycle_hooks/mod.rs | 2 +- pallets/did/src/traits/mod.rs | 2 +- pallets/did/src/try_state.rs | 2 +- pallets/did/src/utils.rs | 2 +- pallets/pallet-asset-switch/src/benchmarking.rs | 2 +- pallets/pallet-asset-switch/src/default_weights.rs | 2 +- pallets/pallet-asset-switch/src/lib.rs | 2 +- pallets/pallet-asset-switch/src/mock.rs | 2 +- pallets/pallet-asset-switch/src/switch.rs | 2 +- pallets/pallet-asset-switch/src/tests/force_set_switch_pair.rs | 2 +- .../pallet-asset-switch/src/tests/force_unset_switch_pair.rs | 2 +- pallets/pallet-asset-switch/src/tests/mod.rs | 2 +- pallets/pallet-asset-switch/src/tests/pause_switch_pair.rs | 2 +- pallets/pallet-asset-switch/src/tests/resume_switch_pair.rs | 2 +- pallets/pallet-asset-switch/src/tests/set_switch_pair.rs | 2 +- pallets/pallet-asset-switch/src/tests/switch.rs | 2 +- pallets/pallet-asset-switch/src/tests/update_remote_xcm_fee.rs | 2 +- pallets/pallet-asset-switch/src/traits.rs | 2 +- pallets/pallet-asset-switch/src/try_state.rs | 2 +- pallets/pallet-asset-switch/src/xcm/convert/mod.rs | 2 +- pallets/pallet-asset-switch/src/xcm/match/mock.rs | 2 +- pallets/pallet-asset-switch/src/xcm/match/mod.rs | 2 +- pallets/pallet-asset-switch/src/xcm/match/tests.rs | 2 +- pallets/pallet-asset-switch/src/xcm/mod.rs | 2 +- pallets/pallet-asset-switch/src/xcm/query/mock.rs | 2 +- pallets/pallet-asset-switch/src/xcm/query/mod.rs | 2 +- .../src/xcm/query/tests/expecting_response.rs | 2 +- pallets/pallet-asset-switch/src/xcm/query/tests/mod.rs | 2 +- pallets/pallet-asset-switch/src/xcm/query/tests/on_response.rs | 2 +- pallets/pallet-asset-switch/src/xcm/test_utils.rs | 2 +- pallets/pallet-asset-switch/src/xcm/trade/mod.rs | 2 +- .../src/xcm/trade/switch_pair_remote_asset/mock.rs | 2 +- .../src/xcm/trade/switch_pair_remote_asset/mod.rs | 2 +- .../src/xcm/trade/switch_pair_remote_asset/tests/buy_weight.rs | 2 +- .../src/xcm/trade/switch_pair_remote_asset/tests/drop.rs | 2 +- .../src/xcm/trade/switch_pair_remote_asset/tests/mod.rs | 2 +- .../xcm/trade/switch_pair_remote_asset/tests/refund_weight.rs | 2 +- pallets/pallet-asset-switch/src/xcm/trade/test_utils.rs | 2 +- pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mock.rs | 2 +- pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mod.rs | 2 +- .../src/xcm/trade/xcm_fee_asset/tests/buy_weight.rs | 2 +- .../src/xcm/trade/xcm_fee_asset/tests/mod.rs | 2 +- .../src/xcm/trade/xcm_fee_asset/tests/refund_weight.rs | 2 +- pallets/pallet-asset-switch/src/xcm/transact/mock.rs | 2 +- pallets/pallet-asset-switch/src/xcm/transact/mod.rs | 2 +- .../pallet-asset-switch/src/xcm/transact/tests/deposit_asset.rs | 2 +- pallets/pallet-asset-switch/src/xcm/transact/tests/mod.rs | 2 +- pallets/pallet-asset-switch/src/xcm/transfer/mock.rs | 2 +- pallets/pallet-asset-switch/src/xcm/transfer/mod.rs | 2 +- .../src/xcm/transfer/switch_pair_remote_asset/mod.rs | 2 +- .../src/xcm/transfer/switch_pair_remote_asset/tests.rs | 2 +- .../pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/mod.rs | 2 +- .../pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/tests.rs | 2 +- pallets/pallet-bonded-coins/src/benchmarking.rs | 2 +- pallets/pallet-bonded-coins/src/curves/lmsr.rs | 2 +- pallets/pallet-bonded-coins/src/curves/mod.rs | 2 +- pallets/pallet-bonded-coins/src/curves/polynomial.rs | 2 +- pallets/pallet-bonded-coins/src/curves/square_root.rs | 2 +- pallets/pallet-bonded-coins/src/default_weights.rs | 2 +- pallets/pallet-bonded-coins/src/lib.rs | 2 +- pallets/pallet-bonded-coins/src/mock.rs | 2 +- pallets/pallet-bonded-coins/src/tests/curves/arithmetic.rs | 2 +- pallets/pallet-bonded-coins/src/tests/curves/lmsr.rs | 2 +- pallets/pallet-bonded-coins/src/tests/curves/mod.rs | 2 +- pallets/pallet-bonded-coins/src/tests/curves/polynomial.rs | 2 +- pallets/pallet-bonded-coins/src/tests/curves/square_root.rs | 2 +- pallets/pallet-bonded-coins/src/tests/mod.rs | 2 +- pallets/pallet-bonded-coins/src/tests/transactions/burn_into.rs | 2 +- .../pallet-bonded-coins/src/tests/transactions/create_pool.rs | 2 +- .../src/tests/transactions/finish_destroy.rs | 2 +- pallets/pallet-bonded-coins/src/tests/transactions/mint_into.rs | 2 +- pallets/pallet-bonded-coins/src/tests/transactions/mod.rs | 2 +- .../src/tests/transactions/refund_account.rs | 2 +- .../pallet-bonded-coins/src/tests/transactions/reset_manager.rs | 2 +- .../pallet-bonded-coins/src/tests/transactions/reset_team.rs | 2 +- pallets/pallet-bonded-coins/src/tests/transactions/set_lock.rs | 2 +- .../pallet-bonded-coins/src/tests/transactions/start_destroy.rs | 2 +- .../pallet-bonded-coins/src/tests/transactions/start_refund.rs | 2 +- pallets/pallet-bonded-coins/src/tests/transactions/unlock.rs | 2 +- pallets/pallet-bonded-coins/src/traits.rs | 2 +- pallets/pallet-bonded-coins/src/types.rs | 2 +- pallets/pallet-configuration/src/benchmarking.rs | 2 +- pallets/pallet-configuration/src/configuration.rs | 2 +- pallets/pallet-configuration/src/default_weights.rs | 2 +- pallets/pallet-configuration/src/lib.rs | 2 +- pallets/pallet-configuration/src/mock.rs | 2 +- pallets/pallet-configuration/src/tests.rs | 2 +- pallets/pallet-deposit-storage/src/benchmarking.rs | 2 +- pallets/pallet-deposit-storage/src/deposit/mock.rs | 2 +- pallets/pallet-deposit-storage/src/deposit/mod.rs | 2 +- pallets/pallet-deposit-storage/src/deposit/tests/mod.rs | 2 +- .../src/deposit/tests/on_commitment_removed.rs | 2 +- .../src/deposit/tests/on_identity_committed.rs | 2 +- pallets/pallet-deposit-storage/src/fungible/mod.rs | 2 +- pallets/pallet-deposit-storage/src/fungible/tests/burn.rs | 2 +- pallets/pallet-deposit-storage/src/fungible/tests/hold.rs | 2 +- .../pallet-deposit-storage/src/fungible/tests/inspect_hold.rs | 2 +- pallets/pallet-deposit-storage/src/fungible/tests/mock.rs | 2 +- pallets/pallet-deposit-storage/src/fungible/tests/mod.rs | 2 +- pallets/pallet-deposit-storage/src/fungible/tests/release.rs | 2 +- pallets/pallet-deposit-storage/src/fungible/tests/transfer.rs | 2 +- pallets/pallet-deposit-storage/src/fungible/try_state.rs | 2 +- pallets/pallet-deposit-storage/src/lib.rs | 2 +- pallets/pallet-deposit-storage/src/mock.rs | 2 +- pallets/pallet-deposit-storage/src/tests/add_deposit.rs | 2 +- pallets/pallet-deposit-storage/src/tests/mod.rs | 2 +- pallets/pallet-deposit-storage/src/tests/reclaim_deposit.rs | 2 +- pallets/pallet-deposit-storage/src/traits.rs | 2 +- pallets/pallet-deposit-storage/src/try_state.rs | 2 +- pallets/pallet-did-lookup/src/account.rs | 2 +- pallets/pallet-did-lookup/src/associate_account_request.rs | 2 +- pallets/pallet-did-lookup/src/benchmarking.rs | 2 +- pallets/pallet-did-lookup/src/connection_record.rs | 2 +- pallets/pallet-did-lookup/src/default_weights.rs | 2 +- pallets/pallet-did-lookup/src/lib.rs | 2 +- pallets/pallet-did-lookup/src/linkable_account.rs | 2 +- pallets/pallet-did-lookup/src/migrations.rs | 2 +- pallets/pallet-did-lookup/src/mock.rs | 2 +- pallets/pallet-did-lookup/src/signature.rs | 2 +- pallets/pallet-did-lookup/src/tests/associate.rs | 2 +- pallets/pallet-did-lookup/src/tests/deposit.rs | 2 +- pallets/pallet-did-lookup/src/tests/mod.rs | 2 +- pallets/pallet-did-lookup/src/try_state.rs | 2 +- pallets/pallet-dip-consumer/src/benchmarking.rs | 2 +- pallets/pallet-dip-consumer/src/lib.rs | 2 +- pallets/pallet-dip-consumer/src/mock.rs | 2 +- pallets/pallet-dip-consumer/src/origin.rs | 2 +- pallets/pallet-dip-consumer/src/tests/dispatch_as.rs | 2 +- pallets/pallet-dip-consumer/src/tests/mod.rs | 2 +- pallets/pallet-dip-consumer/src/traits.rs | 2 +- pallets/pallet-dip-provider/src/benchmarking.rs | 2 +- pallets/pallet-dip-provider/src/lib.rs | 2 +- pallets/pallet-dip-provider/src/mock.rs | 2 +- pallets/pallet-dip-provider/src/tests/commit_identity.rs | 2 +- .../pallet-dip-provider/src/tests/delete_identity_commitment.rs | 2 +- pallets/pallet-dip-provider/src/tests/mod.rs | 2 +- pallets/pallet-dip-provider/src/traits.rs | 2 +- pallets/pallet-inflation/src/benchmarking.rs | 2 +- pallets/pallet-inflation/src/default_weights.rs | 2 +- pallets/pallet-inflation/src/lib.rs | 2 +- pallets/pallet-inflation/src/mock.rs | 2 +- pallets/pallet-inflation/src/tests.rs | 2 +- pallets/pallet-migration/src/benchmarking.rs | 2 +- pallets/pallet-migration/src/lib.rs | 2 +- pallets/pallet-migration/src/mock.rs | 2 +- pallets/pallet-migration/src/test.rs | 2 +- pallets/pallet-relay-store/src/benchmarking.rs | 2 +- pallets/pallet-relay-store/src/default_weights.rs | 2 +- pallets/pallet-relay-store/src/lib.rs | 2 +- pallets/pallet-relay-store/src/mock.rs | 2 +- pallets/pallet-relay-store/src/relay.rs | 2 +- pallets/pallet-relay-store/src/tests/mod.rs | 2 +- pallets/pallet-relay-store/src/tests/on_finalize.rs | 2 +- pallets/pallet-web3-names/src/benchmarking.rs | 2 +- pallets/pallet-web3-names/src/default_weights.rs | 2 +- pallets/pallet-web3-names/src/lib.rs | 2 +- pallets/pallet-web3-names/src/migrations.rs | 2 +- pallets/pallet-web3-names/src/mock.rs | 2 +- pallets/pallet-web3-names/src/tests/ban.rs | 2 +- pallets/pallet-web3-names/src/tests/claim.rs | 2 +- pallets/pallet-web3-names/src/tests/deposit.rs | 2 +- pallets/pallet-web3-names/src/tests/mod.rs | 2 +- pallets/pallet-web3-names/src/tests/release.rs | 2 +- pallets/pallet-web3-names/src/try_state.rs | 2 +- pallets/pallet-web3-names/src/web3_name.rs | 2 +- pallets/parachain-staking/src/api.rs | 2 +- pallets/parachain-staking/src/benchmarking.rs | 2 +- pallets/parachain-staking/src/default_weights.rs | 2 +- pallets/parachain-staking/src/inflation.rs | 2 +- pallets/parachain-staking/src/lib.rs | 2 +- pallets/parachain-staking/src/mock.rs | 2 +- pallets/parachain-staking/src/set.rs | 2 +- pallets/parachain-staking/src/tests/collators.rs | 2 +- pallets/parachain-staking/src/tests/delegator.rs | 2 +- pallets/parachain-staking/src/tests/genesis.rs | 2 +- pallets/parachain-staking/src/tests/inflation.rs | 2 +- pallets/parachain-staking/src/tests/mod.rs | 2 +- pallets/parachain-staking/src/tests/rewards.rs | 2 +- pallets/parachain-staking/src/tests/round.rs | 2 +- pallets/parachain-staking/src/tests/session.rs | 2 +- pallets/parachain-staking/src/tests/stake.rs | 2 +- pallets/parachain-staking/src/try_state.rs | 2 +- pallets/parachain-staking/src/types.rs | 2 +- pallets/public-credentials/src/access_control.rs | 2 +- pallets/public-credentials/src/benchmarking.rs | 2 +- pallets/public-credentials/src/credentials.rs | 2 +- pallets/public-credentials/src/default_weights.rs | 2 +- pallets/public-credentials/src/lib.rs | 2 +- pallets/public-credentials/src/migrations.rs | 2 +- pallets/public-credentials/src/mock.rs | 2 +- pallets/public-credentials/src/tests/claim.rs | 2 +- pallets/public-credentials/src/tests/delete.rs | 2 +- pallets/public-credentials/src/tests/deposit.rs | 2 +- pallets/public-credentials/src/tests/mod.rs | 2 +- pallets/public-credentials/src/tests/revoke.rs | 2 +- pallets/public-credentials/src/try_state.rs | 2 +- runtime-api/asset-switch/src/lib.rs | 2 +- runtime-api/bonded-coins/src/lib.rs | 2 +- runtime-api/bonded-coins/src/pool_details.rs | 2 +- runtime-api/did/src/did_details.rs | 2 +- runtime-api/did/src/lib.rs | 2 +- runtime-api/did/src/service_endpoint.rs | 2 +- runtime-api/dip-provider/src/lib.rs | 2 +- runtime-api/public-credentials/src/lib.rs | 2 +- runtime-api/staking/src/lib.rs | 2 +- runtimes/common/src/asset_switch/hooks.rs | 2 +- runtimes/common/src/asset_switch/mod.rs | 2 +- runtimes/common/src/asset_switch/runtime_api.rs | 2 +- runtimes/common/src/assets.rs | 2 +- runtimes/common/src/authorization.rs | 2 +- runtimes/common/src/benchmarks/mod.rs | 2 +- runtimes/common/src/benchmarks/treasury.rs | 2 +- runtimes/common/src/benchmarks/xcm.rs | 2 +- runtimes/common/src/bonded_coins/hooks.rs | 2 +- runtimes/common/src/bonded_coins/mod.rs | 2 +- runtimes/common/src/bonded_coins/runtime_api.rs | 2 +- runtimes/common/src/constants.rs | 2 +- runtimes/common/src/deposits.rs | 2 +- runtimes/common/src/did/mod.rs | 2 +- runtimes/common/src/did/runtime_apis.rs | 2 +- runtimes/common/src/dip/deposit/mock.rs | 2 +- runtimes/common/src/dip/deposit/mod.rs | 2 +- runtimes/common/src/dip/deposit/tests/mod.rs | 2 +- runtimes/common/src/dip/deposit/tests/on_deposit_reclaimed.rs | 2 +- runtimes/common/src/dip/did/mod.rs | 2 +- runtimes/common/src/dip/did/tests/mod.rs | 2 +- runtimes/common/src/dip/did/tests/retrieve.rs | 2 +- runtimes/common/src/dip/merkle/mod.rs | 2 +- runtimes/common/src/dip/merkle/tests/generate_commitment.rs | 2 +- runtimes/common/src/dip/merkle/tests/generate_proof.rs | 2 +- runtimes/common/src/dip/merkle/tests/mod.rs | 2 +- runtimes/common/src/dip/merkle/v0/mod.rs | 2 +- runtimes/common/src/dip/merkle/v0/tests/mod.rs | 2 +- runtimes/common/src/dip/mock.rs | 2 +- runtimes/common/src/dip/mod.rs | 2 +- runtimes/common/src/errors.rs | 2 +- runtimes/common/src/fees.rs | 2 +- runtimes/common/src/lib.rs | 2 +- runtimes/common/src/migrations.rs | 2 +- runtimes/common/src/pallet_id.rs | 2 +- runtimes/common/src/web3_names/mod.rs | 2 +- runtimes/common/src/web3_names/tests.rs | 2 +- runtimes/common/src/xcm_config.rs | 2 +- runtimes/kestrel/build.rs | 2 +- runtimes/kestrel/src/lib.rs | 2 +- runtimes/peregrine/build.rs | 2 +- runtimes/peregrine/src/benchmarks/asset_switch.rs | 2 +- runtimes/peregrine/src/benchmarks/bonded_coins.rs | 2 +- runtimes/peregrine/src/benchmarks/governance.rs | 2 +- runtimes/peregrine/src/benchmarks/mod.rs | 2 +- runtimes/peregrine/src/benchmarks/web3_names.rs | 2 +- runtimes/peregrine/src/governance.rs | 2 +- runtimes/peregrine/src/kilt/credential.rs | 2 +- runtimes/peregrine/src/kilt/did.rs | 2 +- runtimes/peregrine/src/kilt/dip/mod.rs | 2 +- runtimes/peregrine/src/kilt/dip/runtime_api.rs | 2 +- runtimes/peregrine/src/kilt/mod.rs | 2 +- runtimes/peregrine/src/lib.rs | 2 +- runtimes/peregrine/src/migrations/mod.rs | 2 +- runtimes/peregrine/src/parachain.rs | 2 +- runtimes/peregrine/src/system/mod.rs | 2 +- runtimes/peregrine/src/system/proxy.rs | 2 +- runtimes/peregrine/src/tests.rs | 2 +- runtimes/peregrine/src/weights/attestation.rs | 2 +- runtimes/peregrine/src/weights/ctype.rs | 2 +- .../peregrine/src/weights/cumulus_pallet_parachain_system.rs | 2 +- runtimes/peregrine/src/weights/delegation.rs | 2 +- runtimes/peregrine/src/weights/did.rs | 2 +- runtimes/peregrine/src/weights/frame_system.rs | 2 +- runtimes/peregrine/src/weights/mod.rs | 2 +- runtimes/peregrine/src/weights/pallet_asset_switch.rs | 2 +- runtimes/peregrine/src/weights/pallet_assets.rs | 2 +- runtimes/peregrine/src/weights/pallet_balances.rs | 2 +- runtimes/peregrine/src/weights/pallet_bonded_assets.rs | 2 +- runtimes/peregrine/src/weights/pallet_bonded_coins.rs | 2 +- runtimes/peregrine/src/weights/pallet_collective.rs | 2 +- runtimes/peregrine/src/weights/pallet_democracy.rs | 2 +- runtimes/peregrine/src/weights/pallet_deposit_storage.rs | 2 +- runtimes/peregrine/src/weights/pallet_did_lookup.rs | 2 +- runtimes/peregrine/src/weights/pallet_dip_provider.rs | 2 +- runtimes/peregrine/src/weights/pallet_indices.rs | 2 +- runtimes/peregrine/src/weights/pallet_inflation.rs | 2 +- runtimes/peregrine/src/weights/pallet_membership.rs | 2 +- runtimes/peregrine/src/weights/pallet_message_queue.rs | 2 +- runtimes/peregrine/src/weights/pallet_migration.rs | 2 +- runtimes/peregrine/src/weights/pallet_multisig.rs | 2 +- runtimes/peregrine/src/weights/pallet_preimage.rs | 2 +- runtimes/peregrine/src/weights/pallet_proxy.rs | 2 +- runtimes/peregrine/src/weights/pallet_scheduler.rs | 2 +- runtimes/peregrine/src/weights/pallet_session.rs | 2 +- runtimes/peregrine/src/weights/pallet_sudo.rs | 2 +- .../src/weights/pallet_technical_committee_collective.rs | 2 +- runtimes/peregrine/src/weights/pallet_technical_membership.rs | 2 +- runtimes/peregrine/src/weights/pallet_timestamp.rs | 2 +- runtimes/peregrine/src/weights/pallet_tips.rs | 2 +- runtimes/peregrine/src/weights/pallet_treasury.rs | 2 +- runtimes/peregrine/src/weights/pallet_utility.rs | 2 +- runtimes/peregrine/src/weights/pallet_vesting.rs | 2 +- runtimes/peregrine/src/weights/pallet_web3_names.rs | 2 +- runtimes/peregrine/src/weights/pallet_xcm.rs | 2 +- runtimes/peregrine/src/weights/parachain_staking.rs | 2 +- runtimes/peregrine/src/weights/public_credentials.rs | 2 +- runtimes/peregrine/src/weights/rocksdb_weights.rs | 2 +- runtimes/peregrine/src/xcm.rs | 2 +- runtimes/spiritnet/build.rs | 2 +- runtimes/spiritnet/src/benchmarks/asset_switch.rs | 2 +- runtimes/spiritnet/src/benchmarks/governance.rs | 2 +- runtimes/spiritnet/src/benchmarks/mod.rs | 2 +- runtimes/spiritnet/src/benchmarks/web3_names.rs | 2 +- runtimes/spiritnet/src/governance.rs | 2 +- runtimes/spiritnet/src/kilt/credential.rs | 2 +- runtimes/spiritnet/src/kilt/did.rs | 2 +- runtimes/spiritnet/src/kilt/dip/mod.rs | 2 +- runtimes/spiritnet/src/kilt/dip/runtime_api.rs | 2 +- runtimes/spiritnet/src/kilt/mod.rs | 2 +- runtimes/spiritnet/src/lib.rs | 2 +- runtimes/spiritnet/src/migrations/mod.rs | 2 +- runtimes/spiritnet/src/parachain.rs | 2 +- runtimes/spiritnet/src/system/mod.rs | 2 +- runtimes/spiritnet/src/system/proxy.rs | 2 +- runtimes/spiritnet/src/tests.rs | 2 +- runtimes/spiritnet/src/weights/attestation.rs | 2 +- runtimes/spiritnet/src/weights/ctype.rs | 2 +- .../spiritnet/src/weights/cumulus_pallet_parachain_system.rs | 2 +- runtimes/spiritnet/src/weights/delegation.rs | 2 +- runtimes/spiritnet/src/weights/did.rs | 2 +- runtimes/spiritnet/src/weights/frame_system.rs | 2 +- runtimes/spiritnet/src/weights/mod.rs | 2 +- runtimes/spiritnet/src/weights/pallet_balances.rs | 2 +- runtimes/spiritnet/src/weights/pallet_collective.rs | 2 +- runtimes/spiritnet/src/weights/pallet_democracy.rs | 2 +- runtimes/spiritnet/src/weights/pallet_deposit_storage.rs | 2 +- runtimes/spiritnet/src/weights/pallet_did_lookup.rs | 2 +- runtimes/spiritnet/src/weights/pallet_dip_provider.rs | 2 +- runtimes/spiritnet/src/weights/pallet_indices.rs | 2 +- runtimes/spiritnet/src/weights/pallet_inflation.rs | 2 +- runtimes/spiritnet/src/weights/pallet_membership.rs | 2 +- runtimes/spiritnet/src/weights/pallet_message_queue.rs | 2 +- runtimes/spiritnet/src/weights/pallet_migration.rs | 2 +- runtimes/spiritnet/src/weights/pallet_multisig.rs | 2 +- runtimes/spiritnet/src/weights/pallet_preimage.rs | 2 +- runtimes/spiritnet/src/weights/pallet_proxy.rs | 2 +- runtimes/spiritnet/src/weights/pallet_scheduler.rs | 2 +- runtimes/spiritnet/src/weights/pallet_session.rs | 2 +- .../src/weights/pallet_technical_committee_collective.rs | 2 +- runtimes/spiritnet/src/weights/pallet_technical_membership.rs | 2 +- runtimes/spiritnet/src/weights/pallet_timestamp.rs | 2 +- runtimes/spiritnet/src/weights/pallet_tips.rs | 2 +- runtimes/spiritnet/src/weights/pallet_treasury.rs | 2 +- runtimes/spiritnet/src/weights/pallet_utility.rs | 2 +- runtimes/spiritnet/src/weights/pallet_vesting.rs | 2 +- runtimes/spiritnet/src/weights/pallet_web3_names.rs | 2 +- runtimes/spiritnet/src/weights/pallet_xcm.rs | 2 +- runtimes/spiritnet/src/weights/parachain_staking.rs | 2 +- runtimes/spiritnet/src/weights/public_credentials.rs | 2 +- runtimes/spiritnet/src/weights/rocksdb_weights.rs | 2 +- runtimes/spiritnet/src/xcm.rs | 2 +- support/src/deposit.rs | 2 +- support/src/lib.rs | 2 +- support/src/migration.rs | 2 +- support/src/mock.rs | 2 +- support/src/signature.rs | 2 +- support/src/test_utils.rs | 2 +- support/src/traits.rs | 2 +- support/src/xcm.rs | 2 +- 544 files changed, 544 insertions(+), 544 deletions(-) diff --git a/HEADER-GPL b/HEADER-GPL index 9d7781412..c8b80b916 100644 --- a/HEADER-GPL +++ b/HEADER-GPL @@ -14,4 +14,4 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at diff --git a/crates/assets/src/asset.rs b/crates/assets/src/asset.rs index af13f4145..a66c44e36 100644 --- a/crates/assets/src/asset.rs +++ b/crates/assets/src/asset.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Exported types. This will always only re-export the latest version by // default. diff --git a/crates/assets/src/chain.rs b/crates/assets/src/chain.rs index f52c6af88..0a47f7792 100644 --- a/crates/assets/src/chain.rs +++ b/crates/assets/src/chain.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Exported types. This will always only re-export the latest version by // default. diff --git a/crates/assets/src/errors.rs b/crates/assets/src/errors.rs index f2d9bdee1..eca7fc2d0 100644 --- a/crates/assets/src/errors.rs +++ b/crates/assets/src/errors.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::sp_runtime::RuntimeDebug; diff --git a/crates/assets/src/lib.rs b/crates/assets/src/lib.rs index 1ac6b27ac..92185112d 100644 --- a/crates/assets/src/lib.rs +++ b/crates/assets/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Library to parse the raw byte vectors into supported Asset DIDs, according //! to the spec. diff --git a/crates/assets/src/v1.rs b/crates/assets/src/v1.rs index 9796095df..faeb28784 100644 --- a/crates/assets/src/v1.rs +++ b/crates/assets/src/v1.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use hex_literal::hex; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/crates/kilt-dip-primitives/src/lib.rs b/crates/kilt-dip-primitives/src/lib.rs index 27fb1c379..f46604686 100644 --- a/crates/kilt-dip-primitives/src/lib.rs +++ b/crates/kilt-dip-primitives/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Collection of support traits, types, and functions for integrating KILT as //! an identity provider following the Decentralized Identity Provider (DIP) diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/mod.rs index 07cc79f21..d1c5eb634 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/mod.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub mod v0; diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/mod.rs index 9859136ac..d6077ed9b 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/mod.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{ did_details::{DidPublicKey, DidPublicKeyDetails}, diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/tests.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/tests.rs index 6bda37104..daa4f1b07 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/tests.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod dip_revealed_details_and_unverified_did_signature { use frame_support::{assert_err, assert_ok}; diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs index 00a68357d..1b2d47851 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use scale_info::TypeInfo; diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs index 620053f55..2b1b2b8d3 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::DidSignature; use parity_scale_codec::{Decode, Encode}; diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs index 6058c3e52..672515322 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Module to deal with cross-chain Merkle proof as generated by the KILT chain. diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs index 5ef7f2a93..757bc3c86 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{did_details::DidPublicKeyDetails, DidVerificationKeyRelationship}; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/mod.rs index 10d37fb41..7b93f7c2f 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/mod.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use pallet_dip_provider::IdentityCommitmentOf; diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/tests.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/tests.rs index bb298259e..d9c121ac4 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/tests.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // These test cases are, for now, the same as the ones in // [`super::relay_state::relay_dip_did_proof_with_verified_relay_state_root`], diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs index 28fc92c40..f2c8d73d6 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Codec, Decode, Encode}; use scale_info::TypeInfo; diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/tests.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/tests.rs index 3e333ffd9..ca9655b8c 100644 --- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/tests.rs +++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod relay_did_dip_proof { use frame_support::assert_err; diff --git a/crates/kilt-dip-primitives/src/state_proofs/error.rs b/crates/kilt-dip-primitives/src/state_proofs/error.rs index 21d5fa2e4..a76fd55d1 100644 --- a/crates/kilt-dip-primitives/src/state_proofs/error.rs +++ b/crates/kilt-dip-primitives/src/state_proofs/error.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use scale_info::TypeInfo; diff --git a/crates/kilt-dip-primitives/src/state_proofs/mod.rs b/crates/kilt-dip-primitives/src/state_proofs/mod.rs index 741fde355..fdbbe067f 100644 --- a/crates/kilt-dip-primitives/src/state_proofs/mod.rs +++ b/crates/kilt-dip-primitives/src/state_proofs/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::Decode; use sp_runtime::traits::Hash; diff --git a/crates/kilt-dip-primitives/src/state_proofs/substrate_no_std_port.rs b/crates/kilt-dip-primitives/src/state_proofs/substrate_no_std_port.rs index 1507b230d..4722b201a 100644 --- a/crates/kilt-dip-primitives/src/state_proofs/substrate_no_std_port.rs +++ b/crates/kilt-dip-primitives/src/state_proofs/substrate_no_std_port.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use hash_db::EMPTY_PREFIX; use parity_scale_codec::Codec; diff --git a/crates/kilt-dip-primitives/src/traits.rs b/crates/kilt-dip-primitives/src/traits.rs index dfd916c18..16113f214 100644 --- a/crates/kilt-dip-primitives/src/traits.rs +++ b/crates/kilt-dip-primitives/src/traits.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_core::H256; use sp_runtime::traits::{CheckedAdd, One, Zero}; diff --git a/crates/kilt-dip-primitives/src/utils.rs b/crates/kilt-dip-primitives/src/utils.rs index dc8bb31d9..7a50c69a7 100644 --- a/crates/kilt-dip-primitives/src/utils.rs +++ b/crates/kilt-dip-primitives/src/utils.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at /// The output of a type implementing the [`sp_runtime::traits::Hash`] trait. pub type OutputOf = ::Output; diff --git a/crates/kilt-dip-primitives/src/verifier/errors.rs b/crates/kilt-dip-primitives/src/verifier/errors.rs index 764170aa4..948db2132 100644 --- a/crates/kilt-dip-primitives/src/verifier/errors.rs +++ b/crates/kilt-dip-primitives/src/verifier/errors.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_std::fmt::Debug; diff --git a/crates/kilt-dip-primitives/src/verifier/mod.rs b/crates/kilt-dip-primitives/src/verifier/mod.rs index 734bd840a..b403251ab 100644 --- a/crates/kilt-dip-primitives/src/verifier/mod.rs +++ b/crates/kilt-dip-primitives/src/verifier/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod errors; diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/error.rs b/crates/kilt-dip-primitives/src/verifier/parachain/error.rs index 18721588f..a114393f9 100644 --- a/crates/kilt-dip-primitives/src/verifier/parachain/error.rs +++ b/crates/kilt-dip-primitives/src/verifier/parachain/error.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::Error; diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/mod.rs b/crates/kilt-dip-primitives/src/verifier/parachain/mod.rs index b64af2b0f..c8cb66062 100644 --- a/crates/kilt-dip-primitives/src/verifier/parachain/mod.rs +++ b/crates/kilt-dip-primitives/src/verifier/parachain/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::KeyIdOf; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs b/crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs index 859e6bb84..6e89bc41b 100644 --- a/crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs +++ b/crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use cumulus_pallet_parachain_system::{ParachainSetCode, RelayNumberStrictlyIncreases}; use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs b/crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs index e4e741f62..492a7a42c 100644 --- a/crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs +++ b/crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::KeyIdOf; use frame_system::pallet_prelude::{BlockNumberFor, HeaderFor}; diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs b/crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs index 80675fda4..78cd1abe9 100644 --- a/crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs +++ b/crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use pallet_dip_consumer::traits::IdentityProofVerifier; diff --git a/crates/kilt-dip-primitives/src/verifier/relaychain/error.rs b/crates/kilt-dip-primitives/src/verifier/relaychain/error.rs index d52ba20f4..276288ced 100644 --- a/crates/kilt-dip-primitives/src/verifier/relaychain/error.rs +++ b/crates/kilt-dip-primitives/src/verifier/relaychain/error.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::Error; diff --git a/crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs b/crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs index 104c467ae..c8dac3a37 100644 --- a/crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs +++ b/crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::KeyIdOf; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs b/crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs index bd92bb369..b0837835e 100644 --- a/crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs +++ b/crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::KeyIdOf; use frame_system::pallet_prelude::{BlockNumberFor, HeaderFor}; diff --git a/dip-template/nodes/dip-consumer/build.rs b/dip-template/nodes/dip-consumer/build.rs index f672256b2..3bf56b537 100644 --- a/dip-template/nodes/dip-consumer/build.rs +++ b/dip-template/nodes/dip-consumer/build.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed}; diff --git a/dip-template/nodes/dip-consumer/src/chain_spec.rs b/dip-template/nodes/dip-consumer/src/chain_spec.rs index 4b549a71f..cdb58e7c1 100644 --- a/dip-template/nodes/dip-consumer/src/chain_spec.rs +++ b/dip-template/nodes/dip-consumer/src/chain_spec.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Triggered by the `ChainSpecGroup` derive macro used for the custom chainspec // extension. diff --git a/dip-template/nodes/dip-consumer/src/cli.rs b/dip-template/nodes/dip-consumer/src/cli.rs index 7f8ec35ee..5be54426d 100644 --- a/dip-template/nodes/dip-consumer/src/cli.rs +++ b/dip-template/nodes/dip-consumer/src/cli.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use std::path::PathBuf; diff --git a/dip-template/nodes/dip-consumer/src/command.rs b/dip-template/nodes/dip-consumer/src/command.rs index 75e30f628..f1d0da899 100644 --- a/dip-template/nodes/dip-consumer/src/command.rs +++ b/dip-template/nodes/dip-consumer/src/command.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use std::{fs::create_dir_all, iter::once, net::SocketAddr}; diff --git a/dip-template/nodes/dip-consumer/src/main.rs b/dip-template/nodes/dip-consumer/src/main.rs index fb6187015..d5e28dc16 100644 --- a/dip-template/nodes/dip-consumer/src/main.rs +++ b/dip-template/nodes/dip-consumer/src/main.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT Decentralized Identity Provider (DIP) consumer CLI. diff --git a/dip-template/nodes/dip-consumer/src/rpc.rs b/dip-template/nodes/dip-consumer/src/rpc.rs index af628dc3b..16b499c62 100644 --- a/dip-template/nodes/dip-consumer/src/rpc.rs +++ b/dip-template/nodes/dip-consumer/src/rpc.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![warn(missing_docs)] diff --git a/dip-template/nodes/dip-consumer/src/service.rs b/dip-template/nodes/dip-consumer/src/service.rs index fe834b022..fdb929100 100644 --- a/dip-template/nodes/dip-consumer/src/service.rs +++ b/dip-template/nodes/dip-consumer/src/service.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use std::{sync::Arc, time::Duration}; diff --git a/dip-template/nodes/dip-provider/build.rs b/dip-template/nodes/dip-provider/build.rs index f672256b2..3bf56b537 100644 --- a/dip-template/nodes/dip-provider/build.rs +++ b/dip-template/nodes/dip-provider/build.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed}; diff --git a/dip-template/nodes/dip-provider/src/chain_spec.rs b/dip-template/nodes/dip-provider/src/chain_spec.rs index 048827519..c9cb2192e 100644 --- a/dip-template/nodes/dip-provider/src/chain_spec.rs +++ b/dip-template/nodes/dip-provider/src/chain_spec.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Triggered by the `ChainSpecGroup` derive macro used for the custom chainspec // extension. diff --git a/dip-template/nodes/dip-provider/src/cli.rs b/dip-template/nodes/dip-provider/src/cli.rs index 7f8ec35ee..5be54426d 100644 --- a/dip-template/nodes/dip-provider/src/cli.rs +++ b/dip-template/nodes/dip-provider/src/cli.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use std::path::PathBuf; diff --git a/dip-template/nodes/dip-provider/src/command.rs b/dip-template/nodes/dip-provider/src/command.rs index 4b2990f0b..c48a8fba5 100644 --- a/dip-template/nodes/dip-provider/src/command.rs +++ b/dip-template/nodes/dip-provider/src/command.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use std::{fs::create_dir_all, iter::once, net::SocketAddr}; diff --git a/dip-template/nodes/dip-provider/src/main.rs b/dip-template/nodes/dip-provider/src/main.rs index 6987d4bac..b784bdd2c 100644 --- a/dip-template/nodes/dip-provider/src/main.rs +++ b/dip-template/nodes/dip-provider/src/main.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT Decentralized Identity Provider (DIP) Provider CLI. diff --git a/dip-template/nodes/dip-provider/src/rpc.rs b/dip-template/nodes/dip-provider/src/rpc.rs index 769a0fc3e..9c6c6b4a4 100644 --- a/dip-template/nodes/dip-provider/src/rpc.rs +++ b/dip-template/nodes/dip-provider/src/rpc.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![warn(missing_docs)] diff --git a/dip-template/nodes/dip-provider/src/service.rs b/dip-template/nodes/dip-provider/src/service.rs index 79ae7af14..81c7d6bd0 100644 --- a/dip-template/nodes/dip-provider/src/service.rs +++ b/dip-template/nodes/dip-provider/src/service.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use std::{sync::Arc, time::Duration}; diff --git a/dip-template/pallets/pallet-postit/src/lib.rs b/dip-template/pallets/pallet-postit/src/lib.rs index 549264c5e..0b38604bd 100644 --- a/dip-template/pallets/pallet-postit/src/lib.rs +++ b/dip-template/pallets/pallet-postit/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/dip-template/pallets/pallet-postit/src/post.rs b/dip-template/pallets/pallet-postit/src/post.rs index 9fb6d776a..772864973 100644 --- a/dip-template/pallets/pallet-postit/src/post.rs +++ b/dip-template/pallets/pallet-postit/src/post.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{traits::ConstU32, BoundedVec}; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; diff --git a/dip-template/pallets/pallet-postit/src/traits.rs b/dip-template/pallets/pallet-postit/src/traits.rs index 31ef552e2..9f2732ecb 100644 --- a/dip-template/pallets/pallet-postit/src/traits.rs +++ b/dip-template/pallets/pallet-postit/src/traits.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub trait GetUsername { type Username; diff --git a/dip-template/runtimes/dip-consumer/build.rs b/dip-template/runtimes/dip-consumer/build.rs index 9d730bd28..52e91453e 100644 --- a/dip-template/runtimes/dip-consumer/build.rs +++ b/dip-template/runtimes/dip-consumer/build.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use substrate_wasm_builder::WasmBuilder; diff --git a/dip-template/runtimes/dip-consumer/src/dip.rs b/dip-template/runtimes/dip-consumer/src/dip.rs index cb8ac66ca..3510332b4 100644 --- a/dip-template/runtimes/dip-consumer/src/dip.rs +++ b/dip-template/runtimes/dip-consumer/src/dip.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{DidVerificationKeyRelationship, KeyIdOf}; use dip_provider_runtime_template::{ diff --git a/dip-template/runtimes/dip-consumer/src/lib.rs b/dip-template/runtimes/dip-consumer/src/lib.rs index f85b6222c..a52629a1b 100644 --- a/dip-template/runtimes/dip-consumer/src/lib.rs +++ b/dip-template/runtimes/dip-consumer/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Runtime template of a Decentralized Identity Provider (DIP) consumer, which //! does not itself include any identity-related pallets, but only the diff --git a/dip-template/runtimes/dip-consumer/src/origin_adapter.rs b/dip-template/runtimes/dip-consumer/src/origin_adapter.rs index 173c1cd27..2ea4f09a2 100644 --- a/dip-template/runtimes/dip-consumer/src/origin_adapter.rs +++ b/dip-template/runtimes/dip-consumer/src/origin_adapter.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{AccountId, DidIdentifier, MerkleProofVerifierOutput, RuntimeOrigin, Web3Name}; use frame_support::traits::EnsureOrigin; diff --git a/dip-template/runtimes/dip-consumer/src/weights/frame_system.rs b/dip-template/runtimes/dip-consumer/src/weights/frame_system.rs index 0491d5f25..ae8e66087 100644 --- a/dip-template/runtimes/dip-consumer/src/weights/frame_system.rs +++ b/dip-template/runtimes/dip-consumer/src/weights/frame_system.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `frame_system` //! diff --git a/dip-template/runtimes/dip-consumer/src/weights/mod.rs b/dip-template/runtimes/dip-consumer/src/weights/mod.rs index 67d588572..780781212 100644 --- a/dip-template/runtimes/dip-consumer/src/weights/mod.rs +++ b/dip-template/runtimes/dip-consumer/src/weights/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub mod frame_system; pub mod pallet_dip_consumer; diff --git a/dip-template/runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs b/dip-template/runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs index 0e0fb07ff..d43c22fca 100644 --- a/dip-template/runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs +++ b/dip-template/runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_dip_consumer` //! diff --git a/dip-template/runtimes/dip-consumer/src/weights/pallet_relay_store.rs b/dip-template/runtimes/dip-consumer/src/weights/pallet_relay_store.rs index 7205cddb1..9f0035c61 100644 --- a/dip-template/runtimes/dip-consumer/src/weights/pallet_relay_store.rs +++ b/dip-template/runtimes/dip-consumer/src/weights/pallet_relay_store.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_relay_store` //! diff --git a/dip-template/runtimes/dip-provider/build.rs b/dip-template/runtimes/dip-provider/build.rs index 9d730bd28..52e91453e 100644 --- a/dip-template/runtimes/dip-provider/build.rs +++ b/dip-template/runtimes/dip-provider/build.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use substrate_wasm_builder::WasmBuilder; diff --git a/dip-template/runtimes/dip-provider/src/dip.rs b/dip-template/runtimes/dip-provider/src/dip.rs index dcb51621b..e119bcff7 100644 --- a/dip-template/runtimes/dip-provider/src/dip.rs +++ b/dip-template/runtimes/dip-provider/src/dip.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{DidRawOrigin, EnsureDidOrigin, KeyIdOf}; use frame_system::EnsureSigned; diff --git a/dip-template/runtimes/dip-provider/src/lib.rs b/dip-template/runtimes/dip-provider/src/lib.rs index eb46af38b..dcda6df7d 100644 --- a/dip-template/runtimes/dip-provider/src/lib.rs +++ b/dip-template/runtimes/dip-provider/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Runtime template of a Decentralized Identity Provider (DIP) provider, which //! includes, beyond system pallets, [`did::Pallet`], diff --git a/dip-template/runtimes/dip-provider/src/weights/did.rs b/dip-template/runtimes/dip-provider/src/weights/did.rs index 329c4abe8..9d357e4fd 100644 --- a/dip-template/runtimes/dip-provider/src/weights/did.rs +++ b/dip-template/runtimes/dip-provider/src/weights/did.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `did` //! diff --git a/dip-template/runtimes/dip-provider/src/weights/frame_system.rs b/dip-template/runtimes/dip-provider/src/weights/frame_system.rs index 6c00b19d2..4bc151d52 100644 --- a/dip-template/runtimes/dip-provider/src/weights/frame_system.rs +++ b/dip-template/runtimes/dip-provider/src/weights/frame_system.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `frame_system` //! diff --git a/dip-template/runtimes/dip-provider/src/weights/mod.rs b/dip-template/runtimes/dip-provider/src/weights/mod.rs index c2cccacd4..0aacec82a 100644 --- a/dip-template/runtimes/dip-provider/src/weights/mod.rs +++ b/dip-template/runtimes/dip-provider/src/weights/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub mod did; pub mod frame_system; diff --git a/dip-template/runtimes/dip-provider/src/weights/pallet_deposit_storage.rs b/dip-template/runtimes/dip-provider/src/weights/pallet_deposit_storage.rs index 0c25daeec..dd0161845 100644 --- a/dip-template/runtimes/dip-provider/src/weights/pallet_deposit_storage.rs +++ b/dip-template/runtimes/dip-provider/src/weights/pallet_deposit_storage.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_deposit_storage` //! diff --git a/dip-template/runtimes/dip-provider/src/weights/pallet_did_lookup.rs b/dip-template/runtimes/dip-provider/src/weights/pallet_did_lookup.rs index bb282e3bb..b7903c2f3 100644 --- a/dip-template/runtimes/dip-provider/src/weights/pallet_did_lookup.rs +++ b/dip-template/runtimes/dip-provider/src/weights/pallet_did_lookup.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_did_lookup` //! diff --git a/dip-template/runtimes/dip-provider/src/weights/pallet_dip_provider.rs b/dip-template/runtimes/dip-provider/src/weights/pallet_dip_provider.rs index ba7f981bd..919966c24 100644 --- a/dip-template/runtimes/dip-provider/src/weights/pallet_dip_provider.rs +++ b/dip-template/runtimes/dip-provider/src/weights/pallet_dip_provider.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_dip_provider` //! diff --git a/dip-template/runtimes/dip-provider/src/weights/pallet_web3_names.rs b/dip-template/runtimes/dip-provider/src/weights/pallet_web3_names.rs index 76baa6152..af717fab7 100644 --- a/dip-template/runtimes/dip-provider/src/weights/pallet_web3_names.rs +++ b/dip-template/runtimes/dip-provider/src/weights/pallet_web3_names.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_web3_names` //! diff --git a/integration-tests/emulated/src/lib.rs b/integration-tests/emulated/src/lib.rs index f62785c95..72ed5b7d4 100644 --- a/integration-tests/emulated/src/lib.rs +++ b/integration-tests/emulated/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #[cfg(all(not(feature = "runtime-benchmarks"), test))] mod mock; diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/association.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/association.rs index 307b8f082..49b9267b1 100644 --- a/integration-tests/emulated/src/tests/peregrine/did_pallets/association.rs +++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/association.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/attestation.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/attestation.rs index 8a2555fd2..5991ac23f 100644 --- a/integration-tests/emulated/src/tests/peregrine/did_pallets/attestation.rs +++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/attestation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/ctype.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/ctype.rs index 7e1182248..70d3baaac 100644 --- a/integration-tests/emulated/src/tests/peregrine/did_pallets/ctype.rs +++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/ctype.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/did.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/did.rs index b3a8a161a..bea6db42c 100644 --- a/integration-tests/emulated/src/tests/peregrine/did_pallets/did.rs +++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/did.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use did::did_details::DidVerificationKey; diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/mod.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/mod.rs index 90f3a1215..cde32325b 100644 --- a/integration-tests/emulated/src/tests/peregrine/did_pallets/mod.rs +++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod association; mod attestation; diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/public_credentials.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/public_credentials.rs index 9272a6706..c95707371 100644 --- a/integration-tests/emulated/src/tests/peregrine/did_pallets/public_credentials.rs +++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/public_credentials.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/unallowed_did_call.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/unallowed_did_call.rs index 7ae0e9ff5..37a0fb2a2 100644 --- a/integration-tests/emulated/src/tests/peregrine/did_pallets/unallowed_did_call.rs +++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/unallowed_did_call.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/utils.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/utils.rs index ba91c479b..1d00c9ec7 100644 --- a/integration-tests/emulated/src/tests/peregrine/did_pallets/utils.rs +++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/utils.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use ctype::{ctype_entry::CtypeEntry, pallet::Ctypes}; use did::{did_details::DidVerificationKey, pallet::Did}; diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/w3n.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/w3n.rs index 33340cd87..79a8183f9 100644 --- a/integration-tests/emulated/src/tests/peregrine/did_pallets/w3n.rs +++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/w3n.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/peregrine/mod.rs b/integration-tests/emulated/src/tests/peregrine/mod.rs index ff5172152..541010e31 100644 --- a/integration-tests/emulated/src/tests/peregrine/mod.rs +++ b/integration-tests/emulated/src/tests/peregrine/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod did_pallets; mod reserve_transfers; diff --git a/integration-tests/emulated/src/tests/peregrine/reserve_transfers.rs b/integration-tests/emulated/src/tests/peregrine/reserve_transfers.rs index bc6e30fa3..65870db75 100644 --- a/integration-tests/emulated/src/tests/peregrine/reserve_transfers.rs +++ b/integration-tests/emulated/src/tests/peregrine/reserve_transfers.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use emulated_integration_tests_common::accounts::ALICE; use frame_support::{assert_noop, assert_ok, dispatch::RawOrigin, traits::fungible::Inspect}; diff --git a/integration-tests/emulated/src/tests/peregrine/sudo.rs b/integration-tests/emulated/src/tests/peregrine/sudo.rs index 9d1f54c62..bfefdb673 100644 --- a/integration-tests/emulated/src/tests/peregrine/sudo.rs +++ b/integration-tests/emulated/src/tests/peregrine/sudo.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/peregrine/teleportation.rs b/integration-tests/emulated/src/tests/peregrine/teleportation.rs index 43e305c8b..eca1d0064 100644 --- a/integration-tests/emulated/src/tests/peregrine/teleportation.rs +++ b/integration-tests/emulated/src/tests/peregrine/teleportation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use emulated_integration_tests_common::accounts::{ALICE, BOB}; use frame_support::{assert_noop, dispatch::RawOrigin}; diff --git a/integration-tests/emulated/src/tests/peregrine/unpaid_execution.rs b/integration-tests/emulated/src/tests/peregrine/unpaid_execution.rs index 14c0796b8..a1c723e74 100644 --- a/integration-tests/emulated/src/tests/peregrine/unpaid_execution.rs +++ b/integration-tests/emulated/src/tests/peregrine/unpaid_execution.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use did::did_details::DidVerificationKey; diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/association.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/association.rs index 8bb8f2849..7e3f6668c 100644 --- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/association.rs +++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/association.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/attestation.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/attestation.rs index a708536f5..e30a13649 100644 --- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/attestation.rs +++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/attestation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/ctype.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/ctype.rs index abdd0c850..5eb260e6e 100644 --- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/ctype.rs +++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/ctype.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/did.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/did.rs index 870b3ac56..4044a1063 100644 --- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/did.rs +++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/did.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use did::did_details::DidVerificationKey; diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/mod.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/mod.rs index 90f3a1215..cde32325b 100644 --- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/mod.rs +++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod association; mod attestation; diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/public_credentials.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/public_credentials.rs index 5509633a8..50311e3ba 100644 --- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/public_credentials.rs +++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/public_credentials.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/unallowed_did_call.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/unallowed_did_call.rs index 445c64e0a..e6461001c 100644 --- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/unallowed_did_call.rs +++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/unallowed_did_call.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/utils.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/utils.rs index 91d0af562..f8690aaee 100644 --- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/utils.rs +++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/utils.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use ctype::{ctype_entry::CtypeEntry, pallet::Ctypes}; use did::{did_details::DidVerificationKey, pallet::Did}; diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/w3n.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/w3n.rs index 72cdc7016..a1aa86ce1 100644 --- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/w3n.rs +++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/w3n.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/spiritnet/mod.rs b/integration-tests/emulated/src/tests/spiritnet/mod.rs index ff5172152..541010e31 100644 --- a/integration-tests/emulated/src/tests/spiritnet/mod.rs +++ b/integration-tests/emulated/src/tests/spiritnet/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod did_pallets; mod reserve_transfers; diff --git a/integration-tests/emulated/src/tests/spiritnet/reserve_transfers.rs b/integration-tests/emulated/src/tests/spiritnet/reserve_transfers.rs index 5c42f906b..5d05b293a 100644 --- a/integration-tests/emulated/src/tests/spiritnet/reserve_transfers.rs +++ b/integration-tests/emulated/src/tests/spiritnet/reserve_transfers.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use emulated_integration_tests_common::accounts::ALICE; use frame_support::{assert_noop, assert_ok, dispatch::RawOrigin, traits::fungible::Inspect}; diff --git a/integration-tests/emulated/src/tests/spiritnet/sudo.rs b/integration-tests/emulated/src/tests/spiritnet/sudo.rs index a2570b51e..399144ecb 100644 --- a/integration-tests/emulated/src/tests/spiritnet/sudo.rs +++ b/integration-tests/emulated/src/tests/spiritnet/sudo.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use frame_support::{assert_ok, traits::fungible::Mutate}; diff --git a/integration-tests/emulated/src/tests/spiritnet/teleportation.rs b/integration-tests/emulated/src/tests/spiritnet/teleportation.rs index e7941e4c3..d9a52b925 100644 --- a/integration-tests/emulated/src/tests/spiritnet/teleportation.rs +++ b/integration-tests/emulated/src/tests/spiritnet/teleportation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use emulated_integration_tests_common::accounts::{ALICE, BOB}; use frame_support::{assert_noop, dispatch::RawOrigin}; diff --git a/integration-tests/emulated/src/tests/spiritnet/unpaid_execution.rs b/integration-tests/emulated/src/tests/spiritnet/unpaid_execution.rs index 594822ffe..2f5e8fd2d 100644 --- a/integration-tests/emulated/src/tests/spiritnet/unpaid_execution.rs +++ b/integration-tests/emulated/src/tests/spiritnet/unpaid_execution.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet; use did::did_details::DidVerificationKey; diff --git a/nodes/parachain/build.rs b/nodes/parachain/build.rs index a87cc626d..9384029ae 100644 --- a/nodes/parachain/build.rs +++ b/nodes/parachain/build.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed}; diff --git a/nodes/parachain/src/chain_spec/mod.rs b/nodes/parachain/src/chain_spec/mod.rs index cc5159c5c..b4c99456b 100644 --- a/nodes/parachain/src/chain_spec/mod.rs +++ b/nodes/parachain/src/chain_spec/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/parachain/src/chain_spec/peregrine/dev.rs b/nodes/parachain/src/chain_spec/peregrine/dev.rs index ada41ff47..66cf91ecc 100644 --- a/nodes/parachain/src/chain_spec/peregrine/dev.rs +++ b/nodes/parachain/src/chain_spec/peregrine/dev.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/parachain/src/chain_spec/peregrine/mod.rs b/nodes/parachain/src/chain_spec/peregrine/mod.rs index f431f7b1f..f9c37d281 100644 --- a/nodes/parachain/src/chain_spec/peregrine/mod.rs +++ b/nodes/parachain/src/chain_spec/peregrine/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/parachain/src/chain_spec/peregrine/new.rs b/nodes/parachain/src/chain_spec/peregrine/new.rs index 1cbb22f99..fde6419fd 100644 --- a/nodes/parachain/src/chain_spec/peregrine/new.rs +++ b/nodes/parachain/src/chain_spec/peregrine/new.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/parachain/src/chain_spec/rilt/mod.rs b/nodes/parachain/src/chain_spec/rilt/mod.rs index c86215bc1..b7cd75511 100644 --- a/nodes/parachain/src/chain_spec/rilt/mod.rs +++ b/nodes/parachain/src/chain_spec/rilt/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/parachain/src/chain_spec/rilt/new.rs b/nodes/parachain/src/chain_spec/rilt/new.rs index 5c6caadaa..f3b819fad 100644 --- a/nodes/parachain/src/chain_spec/rilt/new.rs +++ b/nodes/parachain/src/chain_spec/rilt/new.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/parachain/src/chain_spec/spiritnet/dev.rs b/nodes/parachain/src/chain_spec/spiritnet/dev.rs index d4a6eee6c..82b3f012c 100644 --- a/nodes/parachain/src/chain_spec/spiritnet/dev.rs +++ b/nodes/parachain/src/chain_spec/spiritnet/dev.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/parachain/src/chain_spec/spiritnet/mod.rs b/nodes/parachain/src/chain_spec/spiritnet/mod.rs index 769231c53..554725542 100644 --- a/nodes/parachain/src/chain_spec/spiritnet/mod.rs +++ b/nodes/parachain/src/chain_spec/spiritnet/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/parachain/src/chain_spec/spiritnet/new.rs b/nodes/parachain/src/chain_spec/spiritnet/new.rs index 086430464..3fdeaae22 100644 --- a/nodes/parachain/src/chain_spec/spiritnet/new.rs +++ b/nodes/parachain/src/chain_spec/spiritnet/new.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/parachain/src/chain_spec/utils.rs b/nodes/parachain/src/chain_spec/utils.rs index 7b52bb078..adf38c9ec 100644 --- a/nodes/parachain/src/chain_spec/utils.rs +++ b/nodes/parachain/src/chain_spec/utils.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use runtime_common::{AccountId, AccountPublic}; use sc_service::Properties; diff --git a/nodes/parachain/src/cli.rs b/nodes/parachain/src/cli.rs index 21251e755..c2543b5c1 100644 --- a/nodes/parachain/src/cli.rs +++ b/nodes/parachain/src/cli.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use std::net::SocketAddr; diff --git a/nodes/parachain/src/command.rs b/nodes/parachain/src/command.rs index 9a5e2996c..c77b5fd17 100644 --- a/nodes/parachain/src/command.rs +++ b/nodes/parachain/src/command.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; diff --git a/nodes/parachain/src/main.rs b/nodes/parachain/src/main.rs index 58301c08c..55c08e1d0 100644 --- a/nodes/parachain/src/main.rs +++ b/nodes/parachain/src/main.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT node CLI. diff --git a/nodes/parachain/src/rpc.rs b/nodes/parachain/src/rpc.rs index f848f13b8..47a58cd03 100644 --- a/nodes/parachain/src/rpc.rs +++ b/nodes/parachain/src/rpc.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! A collection of node-specific RPC methods. //! Substrate provides the `sc-rpc` crate, which defines the core RPC layer diff --git a/nodes/parachain/src/service.rs b/nodes/parachain/src/service.rs index 038b61fd2..23578a4f6 100644 --- a/nodes/parachain/src/service.rs +++ b/nodes/parachain/src/service.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // rpc use jsonrpsee::RpcModule; diff --git a/nodes/standalone/build.rs b/nodes/standalone/build.rs index f672256b2..3bf56b537 100644 --- a/nodes/standalone/build.rs +++ b/nodes/standalone/build.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed}; diff --git a/nodes/standalone/src/chain_spec.rs b/nodes/standalone/src/chain_spec.rs index 533b60133..f26d16a67 100644 --- a/nodes/standalone/src/chain_spec.rs +++ b/nodes/standalone/src/chain_spec.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT chain specification diff --git a/nodes/standalone/src/cli.rs b/nodes/standalone/src/cli.rs index 80e78274a..b3822ec00 100644 --- a/nodes/standalone/src/cli.rs +++ b/nodes/standalone/src/cli.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use clap::Parser; diff --git a/nodes/standalone/src/command.rs b/nodes/standalone/src/command.rs index 8981605be..71b738a81 100644 --- a/nodes/standalone/src/command.rs +++ b/nodes/standalone/src/command.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use kestrel_runtime::opaque::Block; use sc_cli::SubstrateCli; diff --git a/nodes/standalone/src/main.rs b/nodes/standalone/src/main.rs index 040abbd85..5e6e13e97 100644 --- a/nodes/standalone/src/main.rs +++ b/nodes/standalone/src/main.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! KILT node CLI. diff --git a/nodes/standalone/src/rpc.rs b/nodes/standalone/src/rpc.rs index 5ee69cce7..6a9b5b5bb 100644 --- a/nodes/standalone/src/rpc.rs +++ b/nodes/standalone/src/rpc.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! A collection of node-specific RPC methods. //! Substrate provides the `sc-rpc` crate, which defines the core RPC layer diff --git a/nodes/standalone/src/service.rs b/nodes/standalone/src/service.rs index 7ddb9fc64..dfaf6efbf 100644 --- a/nodes/standalone/src/service.rs +++ b/nodes/standalone/src/service.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Service and ServiceFactory implementation. Specialized wrapper over //! substrate service. diff --git a/pallets/attestation/src/access_control.rs b/pallets/attestation/src/access_control.rs index f8d905240..ac213a9cf 100644 --- a/pallets/attestation/src/access_control.rs +++ b/pallets/attestation/src/access_control.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_runtime::DispatchError; use sp_weights::Weight; diff --git a/pallets/attestation/src/attestations.rs b/pallets/attestation/src/attestations.rs index 134067f81..ced5e7579 100644 --- a/pallets/attestation/src/attestations.rs +++ b/pallets/attestation/src/attestations.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use kilt_support::Deposit; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; diff --git a/pallets/attestation/src/authorized_by.rs b/pallets/attestation/src/authorized_by.rs index 71e0c55fd..bf22f27be 100644 --- a/pallets/attestation/src/authorized_by.rs +++ b/pallets/attestation/src/authorized_by.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/pallets/attestation/src/benchmarking.rs b/pallets/attestation/src/benchmarking.rs index d82eb4385..2d1b30a9d 100644 --- a/pallets/attestation/src/benchmarking.rs +++ b/pallets/attestation/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/attestation/src/default_weights.rs b/pallets/attestation/src/default_weights.rs index d7c03532d..44320f681 100644 --- a/pallets/attestation/src/default_weights.rs +++ b/pallets/attestation/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for attestation //! diff --git a/pallets/attestation/src/lib.rs b/pallets/attestation/src/lib.rs index d4e75ab03..f0f7ff3d8 100644 --- a/pallets/attestation/src/lib.rs +++ b/pallets/attestation/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # Attestation Pallet //! diff --git a/pallets/attestation/src/migrations.rs b/pallets/attestation/src/migrations.rs index bb8d1d91a..6840fb3b0 100644 --- a/pallets/attestation/src/migrations.rs +++ b/pallets/attestation/src/migrations.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ pallet_prelude::DispatchResult, diff --git a/pallets/attestation/src/mock.rs b/pallets/attestation/src/mock.rs index 73d3a2f66..c03186c99 100644 --- a/pallets/attestation/src/mock.rs +++ b/pallets/attestation/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Helpers functions for tests. //! diff --git a/pallets/attestation/src/tests/claim.rs b/pallets/attestation/src/tests/claim.rs index be47560dd..f4a6947eb 100644 --- a/pallets/attestation/src/tests/claim.rs +++ b/pallets/attestation/src/tests/claim.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use ctype::mock::get_ctype_hash; use frame_support::{assert_noop, assert_ok}; diff --git a/pallets/attestation/src/tests/delete.rs b/pallets/attestation/src/tests/delete.rs index ac1a1c3b1..a06f9d007 100644 --- a/pallets/attestation/src/tests/delete.rs +++ b/pallets/attestation/src/tests/delete.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, traits::fungible::InspectHold}; use kilt_support::mock::mock_origin::DoubleOrigin; diff --git a/pallets/attestation/src/tests/deposit.rs b/pallets/attestation/src/tests/deposit.rs index 68395d0f9..e8599263f 100644 --- a/pallets/attestation/src/tests/deposit.rs +++ b/pallets/attestation/src/tests/deposit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, traits::fungible::InspectHold}; use kilt_support::{mock::mock_origin::DoubleOrigin, Deposit}; diff --git a/pallets/attestation/src/tests/mod.rs b/pallets/attestation/src/tests/mod.rs index 6beb57bef..96b94ff5a 100644 --- a/pallets/attestation/src/tests/mod.rs +++ b/pallets/attestation/src/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod claim; mod delete; diff --git a/pallets/attestation/src/tests/revoke.rs b/pallets/attestation/src/tests/revoke.rs index b2dcb824b..bf1e3971d 100644 --- a/pallets/attestation/src/tests/revoke.rs +++ b/pallets/attestation/src/tests/revoke.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, traits::fungible::InspectHold}; use kilt_support::mock::mock_origin::DoubleOrigin; diff --git a/pallets/attestation/src/try_state.rs b/pallets/attestation/src/try_state.rs index f638a16a5..96480e38e 100644 --- a/pallets/attestation/src/try_state.rs +++ b/pallets/attestation/src/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use kilt_support::test_utils::log_and_return_error_message; diff --git a/pallets/ctype/src/benchmarking.rs b/pallets/ctype/src/benchmarking.rs index 05648c52f..6a1bafb45 100644 --- a/pallets/ctype/src/benchmarking.rs +++ b/pallets/ctype/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/ctype/src/default_weights.rs b/pallets/ctype/src/default_weights.rs index 7aa3e05b1..8c7962062 100644 --- a/pallets/ctype/src/default_weights.rs +++ b/pallets/ctype/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for ctype //! diff --git a/pallets/ctype/src/lib.rs b/pallets/ctype/src/lib.rs index 28f4b6b39..3ede804d6 100644 --- a/pallets/ctype/src/lib.rs +++ b/pallets/ctype/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # CType Pallet //! diff --git a/pallets/ctype/src/mock.rs b/pallets/ctype/src/mock.rs index a9007abfe..30a30fc86 100644 --- a/pallets/ctype/src/mock.rs +++ b/pallets/ctype/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{Config, CtypeHashOf}; use sp_core::H256; diff --git a/pallets/ctype/src/tests.rs b/pallets/ctype/src/tests.rs index 115b075a1..764b58e2d 100644 --- a/pallets/ctype/src/tests.rs +++ b/pallets/ctype/src/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, sp_runtime::traits::Hash, traits::fungible::Inspect}; use frame_system::RawOrigin; diff --git a/pallets/delegation/src/access_control.rs b/pallets/delegation/src/access_control.rs index a06a87df9..5ce7af58d 100644 --- a/pallets/delegation/src/access_control.rs +++ b/pallets/delegation/src/access_control.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; diff --git a/pallets/delegation/src/benchmarking.rs b/pallets/delegation/src/benchmarking.rs index 7712f82fd..a766bb842 100644 --- a/pallets/delegation/src/benchmarking.rs +++ b/pallets/delegation/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/delegation/src/default_weights.rs b/pallets/delegation/src/default_weights.rs index e6219295c..97e436968 100644 --- a/pallets/delegation/src/default_weights.rs +++ b/pallets/delegation/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for delegation //! diff --git a/pallets/delegation/src/delegation_hierarchy.rs b/pallets/delegation/src/delegation_hierarchy.rs index abcb19280..6af111f3f 100644 --- a/pallets/delegation/src/delegation_hierarchy.rs +++ b/pallets/delegation/src/delegation_hierarchy.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use bitflags::bitflags; use frame_support::{storage::bounded_btree_set::BoundedBTreeSet, traits::Get}; diff --git a/pallets/delegation/src/lib.rs b/pallets/delegation/src/lib.rs index 62a49f9b1..1fee73b26 100644 --- a/pallets/delegation/src/lib.rs +++ b/pallets/delegation/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # Delegation Pallet //! diff --git a/pallets/delegation/src/migrations.rs b/pallets/delegation/src/migrations.rs index 24fcadea0..7f4e7c510 100644 --- a/pallets/delegation/src/migrations.rs +++ b/pallets/delegation/src/migrations.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ pallet_prelude::DispatchResult, diff --git a/pallets/delegation/src/mock.rs b/pallets/delegation/src/mock.rs index c930ec4c3..9543e525b 100644 --- a/pallets/delegation/src/mock.rs +++ b/pallets/delegation/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use ctype::{mock as ctype_mock, CtypeHashOf}; use frame_support::{ diff --git a/pallets/delegation/src/tests/create.rs b/pallets/delegation/src/tests/create.rs index 4bd702b1c..f780054ce 100644 --- a/pallets/delegation/src/tests/create.rs +++ b/pallets/delegation/src/tests/create.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/delegation/src/tests/delegation.rs b/pallets/delegation/src/tests/delegation.rs index 4b1f9c0a6..c7be549d2 100644 --- a/pallets/delegation/src/tests/delegation.rs +++ b/pallets/delegation/src/tests/delegation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, traits::fungible::Inspect}; diff --git a/pallets/delegation/src/tests/delete.rs b/pallets/delegation/src/tests/delete.rs index 53f4e24a4..d559f54a6 100644 --- a/pallets/delegation/src/tests/delete.rs +++ b/pallets/delegation/src/tests/delete.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_noop, assert_ok, traits::fungible::InspectHold}; use kilt_support::mock::mock_origin::DoubleOrigin; diff --git a/pallets/delegation/src/tests/deposit.rs b/pallets/delegation/src/tests/deposit.rs index 97f103d6b..4ba6cc204 100644 --- a/pallets/delegation/src/tests/deposit.rs +++ b/pallets/delegation/src/tests/deposit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/delegation/src/tests/mod.rs b/pallets/delegation/src/tests/mod.rs index a718d477f..431489651 100644 --- a/pallets/delegation/src/tests/mod.rs +++ b/pallets/delegation/src/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod create; mod delegation; diff --git a/pallets/delegation/src/tests/revoke.rs b/pallets/delegation/src/tests/revoke.rs index d917a4765..7520d2e61 100644 --- a/pallets/delegation/src/tests/revoke.rs +++ b/pallets/delegation/src/tests/revoke.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use kilt_support::mock::mock_origin::DoubleOrigin; diff --git a/pallets/delegation/src/try_state.rs b/pallets/delegation/src/try_state.rs index 29f2f0e8a..7fc329e29 100644 --- a/pallets/delegation/src/try_state.rs +++ b/pallets/delegation/src/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use kilt_support::test_utils::log_and_return_error_message; diff --git a/pallets/did/src/benchmarking.rs b/pallets/did/src/benchmarking.rs index 36ee3c6f3..0ee28c399 100644 --- a/pallets/did/src/benchmarking.rs +++ b/pallets/did/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/did/src/did_details.rs b/pallets/did/src/did_details.rs index e78978c91..75c2e9b6f 100644 --- a/pallets/did/src/did_details.rs +++ b/pallets/did/src/did_details.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ ensure, diff --git a/pallets/did/src/errors.rs b/pallets/did/src/errors.rs index a21809b18..2acd2946c 100644 --- a/pallets/did/src/errors.rs +++ b/pallets/did/src/errors.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use scale_info::TypeInfo; use sp_runtime::DispatchError; diff --git a/pallets/did/src/lib.rs b/pallets/did/src/lib.rs index 1cbe12485..7e190a53d 100644 --- a/pallets/did/src/lib.rs +++ b/pallets/did/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # DID Pallet //! diff --git a/pallets/did/src/migrations.rs b/pallets/did/src/migrations.rs index 1db25f602..28eadb872 100644 --- a/pallets/did/src/migrations.rs +++ b/pallets/did/src/migrations.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ pallet_prelude::DispatchResult, diff --git a/pallets/did/src/mock.rs b/pallets/did/src/mock.rs index 95c8cdaa7..f0efebe97 100644 --- a/pallets/did/src/mock.rs +++ b/pallets/did/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #[cfg(not(feature = "runtime-benchmarks"))] use crate::{DidRawOrigin, EnsureDidOrigin}; diff --git a/pallets/did/src/mock_utils.rs b/pallets/did/src/mock_utils.rs index 0fad421ee..fde1d795f 100644 --- a/pallets/did/src/mock_utils.rs +++ b/pallets/did/src/mock_utils.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::storage::bounded_btree_set::BoundedBTreeSet; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/pallets/did/src/origin.rs b/pallets/did/src/origin.rs index 66d0cdb4f..5b6dc0ff0 100644 --- a/pallets/did/src/origin.rs +++ b/pallets/did/src/origin.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{EnsureOrigin, EnsureOriginWithArg}; use kilt_support::traits::CallSources; diff --git a/pallets/did/src/service_endpoints.rs b/pallets/did/src/service_endpoints.rs index 11405b2c6..eb804acfb 100644 --- a/pallets/did/src/service_endpoints.rs +++ b/pallets/did/src/service_endpoints.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{errors, Config}; use frame_support::{ensure, traits::Get, BoundedVec}; diff --git a/pallets/did/src/signature.rs b/pallets/did/src/signature.rs index fbc899e68..78d62742e 100644 --- a/pallets/did/src/signature.rs +++ b/pallets/did/src/signature.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use kilt_support::signature::{SignatureVerificationError, SignatureVerificationResult, VerifySignature}; use sp_runtime::SaturatedConversion; diff --git a/pallets/did/src/tests/create.rs b/pallets/did/src/tests/create.rs index 84a80f9a6..3e92b79d7 100644 --- a/pallets/did/src/tests/create.rs +++ b/pallets/did/src/tests/create.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/did/src/tests/create_from_account.rs b/pallets/did/src/tests/create_from_account.rs index c39983abf..1873f77f8 100644 --- a/pallets/did/src/tests/create_from_account.rs +++ b/pallets/did/src/tests/create_from_account.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/did/src/tests/delete.rs b/pallets/did/src/tests/delete.rs index 3a1175c7b..b1956e53c 100644 --- a/pallets/did/src/tests/delete.rs +++ b/pallets/did/src/tests/delete.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/did/src/tests/deposit.rs b/pallets/did/src/tests/deposit.rs index 6335ff45e..cd96f336d 100644 --- a/pallets/did/src/tests/deposit.rs +++ b/pallets/did/src/tests/deposit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_err, assert_noop, assert_ok, diff --git a/pallets/did/src/tests/dispatch_as.rs b/pallets/did/src/tests/dispatch_as.rs index a5093e683..606c846b3 100644 --- a/pallets/did/src/tests/dispatch_as.rs +++ b/pallets/did/src/tests/dispatch_as.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; diff --git a/pallets/did/src/tests/dispatch_as/attestation.rs b/pallets/did/src/tests/dispatch_as/attestation.rs index 2a8164fa9..a74e3a340 100644 --- a/pallets/did/src/tests/dispatch_as/attestation.rs +++ b/pallets/did/src/tests/dispatch_as/attestation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::assert_ok; use sp_core::{ecdsa, ed25519, sr25519}; diff --git a/pallets/did/src/tests/dispatch_as/authentication.rs b/pallets/did/src/tests/dispatch_as/authentication.rs index b3f8b3757..cf9442814 100644 --- a/pallets/did/src/tests/dispatch_as/authentication.rs +++ b/pallets/did/src/tests/dispatch_as/authentication.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::assert_ok; use sp_core::{ecdsa, ed25519, sr25519}; diff --git a/pallets/did/src/tests/dispatch_as/delegation.rs b/pallets/did/src/tests/dispatch_as/delegation.rs index a7c59838b..fc9a2a689 100644 --- a/pallets/did/src/tests/dispatch_as/delegation.rs +++ b/pallets/did/src/tests/dispatch_as/delegation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::assert_ok; use sp_core::{ecdsa, ed25519, sr25519}; diff --git a/pallets/did/src/tests/dispatch_as/error_cases.rs b/pallets/did/src/tests/dispatch_as/error_cases.rs index 37c6015c1..e0b34b1eb 100644 --- a/pallets/did/src/tests/dispatch_as/error_cases.rs +++ b/pallets/did/src/tests/dispatch_as/error_cases.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_core::ed25519; diff --git a/pallets/did/src/tests/manage_keys.rs b/pallets/did/src/tests/manage_keys.rs index 734b7cbcd..d0b474376 100644 --- a/pallets/did/src/tests/manage_keys.rs +++ b/pallets/did/src/tests/manage_keys.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/pallets/did/src/tests/mod.rs b/pallets/did/src/tests/mod.rs index c0deb8111..431a5c10a 100644 --- a/pallets/did/src/tests/mod.rs +++ b/pallets/did/src/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod create; mod create_from_account; diff --git a/pallets/did/src/tests/service_endpoint.rs b/pallets/did/src/tests/service_endpoint.rs index 35668b477..e535934b9 100644 --- a/pallets/did/src/tests/service_endpoint.rs +++ b/pallets/did/src/tests/service_endpoint.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/did/src/tests/submit.rs b/pallets/did/src/tests/submit.rs index 32808d7fd..0f3f936ec 100644 --- a/pallets/did/src/tests/submit.rs +++ b/pallets/did/src/tests/submit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_noop, assert_ok}; use parity_scale_codec::Encode; diff --git a/pallets/did/src/tests/verify_did_op.rs b/pallets/did/src/tests/verify_did_op.rs index 316c149f7..7942e5f7f 100644 --- a/pallets/did/src/tests/verify_did_op.rs +++ b/pallets/did/src/tests/verify_did_op.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use parity_scale_codec::Encode; diff --git a/pallets/did/src/traits/lifecycle_hooks/deletion/mod.rs b/pallets/did/src/traits/lifecycle_hooks/deletion/mod.rs index b53d75bdd..b1ab61aaf 100644 --- a/pallets/did/src/traits/lifecycle_hooks/deletion/mod.rs +++ b/pallets/did/src/traits/lifecycle_hooks/deletion/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{Config, DidIdentifierOf}; diff --git a/pallets/did/src/traits/lifecycle_hooks/mock.rs b/pallets/did/src/traits/lifecycle_hooks/mock.rs index 24076c18e..622db5f73 100644 --- a/pallets/did/src/traits/lifecycle_hooks/mock.rs +++ b/pallets/did/src/traits/lifecycle_hooks/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{construct_runtime, parameter_types}; use frame_system::{mocking::MockBlock, EnsureSigned}; diff --git a/pallets/did/src/traits/lifecycle_hooks/mod.rs b/pallets/did/src/traits/lifecycle_hooks/mod.rs index 84933acff..3e6522f68 100644 --- a/pallets/did/src/traits/lifecycle_hooks/mod.rs +++ b/pallets/did/src/traits/lifecycle_hooks/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub mod deletion; pub use deletion::DidDeletionHook; diff --git a/pallets/did/src/traits/mod.rs b/pallets/did/src/traits/mod.rs index 646b569e4..61a7bf71d 100644 --- a/pallets/did/src/traits/mod.rs +++ b/pallets/did/src/traits/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod lifecycle_hooks; pub use lifecycle_hooks::{deletion, DidDeletionHook, DidLifecycleHooks}; diff --git a/pallets/did/src/try_state.rs b/pallets/did/src/try_state.rs index 53c70a357..9aaccfb66 100644 --- a/pallets/did/src/try_state.rs +++ b/pallets/did/src/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use kilt_support::test_utils::log_and_return_error_message; diff --git a/pallets/did/src/utils.rs b/pallets/did/src/utils.rs index 775eb1475..cf29afbb0 100644 --- a/pallets/did/src/utils.rs +++ b/pallets/did/src/utils.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use fluent_uri::Uri; use parity_scale_codec::Encode; diff --git a/pallets/pallet-asset-switch/src/benchmarking.rs b/pallets/pallet-asset-switch/src/benchmarking.rs index 01b100474..5ddfcd428 100644 --- a/pallets/pallet-asset-switch/src/benchmarking.rs +++ b/pallets/pallet-asset-switch/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_benchmarking::v2::instance_benchmarks; use xcm::{VersionedAsset, VersionedAssetId, VersionedInteriorLocation, VersionedLocation}; diff --git a/pallets/pallet-asset-switch/src/default_weights.rs b/pallets/pallet-asset-switch/src/default_weights.rs index 5de669714..99b6f8168 100644 --- a/pallets/pallet-asset-switch/src/default_weights.rs +++ b/pallets/pallet-asset-switch/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for pallet_asset_switch //! diff --git a/pallets/pallet-asset-switch/src/lib.rs b/pallets/pallet-asset-switch/src/lib.rs index 58bd7df43..8bc157375 100644 --- a/pallets/pallet-asset-switch/src/lib.rs +++ b/pallets/pallet-asset-switch/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] #![doc = include_str!("../README.md")] diff --git a/pallets/pallet-asset-switch/src/mock.rs b/pallets/pallet-asset-switch/src/mock.rs index c01cc8368..ed214a9c7 100644 --- a/pallets/pallet-asset-switch/src/mock.rs +++ b/pallets/pallet-asset-switch/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, parameter_types, storage_alias, diff --git a/pallets/pallet-asset-switch/src/switch.rs b/pallets/pallet-asset-switch/src/switch.rs index 8acd2b250..69d8ba464 100644 --- a/pallets/pallet-asset-switch/src/switch.rs +++ b/pallets/pallet-asset-switch/src/switch.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/pallets/pallet-asset-switch/src/tests/force_set_switch_pair.rs b/pallets/pallet-asset-switch/src/tests/force_set_switch_pair.rs index af392c990..e664de9a2 100644 --- a/pallets/pallet-asset-switch/src/tests/force_set_switch_pair.rs +++ b/pallets/pallet-asset-switch/src/tests/force_set_switch_pair.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use frame_system::RawOrigin; diff --git a/pallets/pallet-asset-switch/src/tests/force_unset_switch_pair.rs b/pallets/pallet-asset-switch/src/tests/force_unset_switch_pair.rs index 8574b1643..b251fe63b 100644 --- a/pallets/pallet-asset-switch/src/tests/force_unset_switch_pair.rs +++ b/pallets/pallet-asset-switch/src/tests/force_unset_switch_pair.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use frame_system::RawOrigin; diff --git a/pallets/pallet-asset-switch/src/tests/mod.rs b/pallets/pallet-asset-switch/src/tests/mod.rs index e571a7609..22ff142a2 100644 --- a/pallets/pallet-asset-switch/src/tests/mod.rs +++ b/pallets/pallet-asset-switch/src/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod force_set_switch_pair; mod force_unset_switch_pair; diff --git a/pallets/pallet-asset-switch/src/tests/pause_switch_pair.rs b/pallets/pallet-asset-switch/src/tests/pause_switch_pair.rs index cab90a82e..918d3e6da 100644 --- a/pallets/pallet-asset-switch/src/tests/pause_switch_pair.rs +++ b/pallets/pallet-asset-switch/src/tests/pause_switch_pair.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use frame_system::RawOrigin; diff --git a/pallets/pallet-asset-switch/src/tests/resume_switch_pair.rs b/pallets/pallet-asset-switch/src/tests/resume_switch_pair.rs index eab88fd65..c59c7b0fa 100644 --- a/pallets/pallet-asset-switch/src/tests/resume_switch_pair.rs +++ b/pallets/pallet-asset-switch/src/tests/resume_switch_pair.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use frame_system::RawOrigin; diff --git a/pallets/pallet-asset-switch/src/tests/set_switch_pair.rs b/pallets/pallet-asset-switch/src/tests/set_switch_pair.rs index 7a67b680e..c30c91b6e 100644 --- a/pallets/pallet-asset-switch/src/tests/set_switch_pair.rs +++ b/pallets/pallet-asset-switch/src/tests/set_switch_pair.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use frame_system::RawOrigin; diff --git a/pallets/pallet-asset-switch/src/tests/switch.rs b/pallets/pallet-asset-switch/src/tests/switch.rs index 50155ee3f..78a4da929 100644 --- a/pallets/pallet-asset-switch/src/tests/switch.rs +++ b/pallets/pallet-asset-switch/src/tests/switch.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/pallet-asset-switch/src/tests/update_remote_xcm_fee.rs b/pallets/pallet-asset-switch/src/tests/update_remote_xcm_fee.rs index ef9b83a1e..d45b16e42 100644 --- a/pallets/pallet-asset-switch/src/tests/update_remote_xcm_fee.rs +++ b/pallets/pallet-asset-switch/src/tests/update_remote_xcm_fee.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use frame_system::RawOrigin; diff --git a/pallets/pallet-asset-switch/src/traits.rs b/pallets/pallet-asset-switch/src/traits.rs index 3cdba7efa..4c31cfdcd 100644 --- a/pallets/pallet-asset-switch/src/traits.rs +++ b/pallets/pallet-asset-switch/src/traits.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use xcm::VersionedLocation; diff --git a/pallets/pallet-asset-switch/src/try_state.rs b/pallets/pallet-asset-switch/src/try_state.rs index c8d69259e..d40a7db9e 100644 --- a/pallets/pallet-asset-switch/src/try_state.rs +++ b/pallets/pallet-asset-switch/src/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/pallets/pallet-asset-switch/src/xcm/convert/mod.rs b/pallets/pallet-asset-switch/src/xcm/convert/mod.rs index d04ef537e..07cca0127 100644 --- a/pallets/pallet-asset-switch/src/xcm/convert/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/convert/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_runtime::{traits::TryConvert, AccountId32}; use xcm::v4::Junction::{self, AccountId32 as AccountId32Junction}; diff --git a/pallets/pallet-asset-switch/src/xcm/match/mock.rs b/pallets/pallet-asset-switch/src/xcm/match/mock.rs index 64d097241..e12868823 100644 --- a/pallets/pallet-asset-switch/src/xcm/match/mock.rs +++ b/pallets/pallet-asset-switch/src/xcm/match/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, parameter_types, diff --git a/pallets/pallet-asset-switch/src/xcm/match/mod.rs b/pallets/pallet-asset-switch/src/xcm/match/mod.rs index 38e309e34..b88033f83 100644 --- a/pallets/pallet-asset-switch/src/xcm/match/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/match/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use sp_std::marker::PhantomData; diff --git a/pallets/pallet-asset-switch/src/xcm/match/tests.rs b/pallets/pallet-asset-switch/src/xcm/match/tests.rs index d1bab7446..f229d80ea 100644 --- a/pallets/pallet-asset-switch/src/xcm/match/tests.rs +++ b/pallets/pallet-asset-switch/src/xcm/match/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::assert_noop; use xcm::{ diff --git a/pallets/pallet-asset-switch/src/xcm/mod.rs b/pallets/pallet-asset-switch/src/xcm/mod.rs index a2e2f61cc..27a383d35 100644 --- a/pallets/pallet-asset-switch/src/xcm/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub mod convert; pub use convert::AccountId32ToAccountId32JunctionConverter; diff --git a/pallets/pallet-asset-switch/src/xcm/query/mock.rs b/pallets/pallet-asset-switch/src/xcm/query/mock.rs index aef36a2c1..7bfcc8dcd 100644 --- a/pallets/pallet-asset-switch/src/xcm/query/mock.rs +++ b/pallets/pallet-asset-switch/src/xcm/query/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, parameter_types, diff --git a/pallets/pallet-asset-switch/src/xcm/query/mod.rs b/pallets/pallet-asset-switch/src/xcm/query/mod.rs index f66317e4b..151ee10b1 100644 --- a/pallets/pallet-asset-switch/src/xcm/query/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/query/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{fungible::Mutate, tokens::Preservation}; use xcm::v4::{AssetId, Junctions::Here, Location, Response, Weight, XcmContext}; diff --git a/pallets/pallet-asset-switch/src/xcm/query/tests/expecting_response.rs b/pallets/pallet-asset-switch/src/xcm/query/tests/expecting_response.rs index 72c9460df..a7b35b4e8 100644 --- a/pallets/pallet-asset-switch/src/xcm/query/tests/expecting_response.rs +++ b/pallets/pallet-asset-switch/src/xcm/query/tests/expecting_response.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_std::sync::Arc; use xcm::v4::{Junction, Junctions, Location, Parent, ParentThen}; diff --git a/pallets/pallet-asset-switch/src/xcm/query/tests/mod.rs b/pallets/pallet-asset-switch/src/xcm/query/tests/mod.rs index 2a523b5b3..2067a25ad 100644 --- a/pallets/pallet-asset-switch/src/xcm/query/tests/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/query/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod expecting_response; mod on_response; diff --git a/pallets/pallet-asset-switch/src/xcm/query/tests/on_response.rs b/pallets/pallet-asset-switch/src/xcm/query/tests/on_response.rs index 4c316c7ef..b7e5929b9 100644 --- a/pallets/pallet-asset-switch/src/xcm/query/tests/on_response.rs +++ b/pallets/pallet-asset-switch/src/xcm/query/tests/on_response.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_storage_noop, diff --git a/pallets/pallet-asset-switch/src/xcm/test_utils.rs b/pallets/pallet-asset-switch/src/xcm/test_utils.rs index f22d0aa77..a1686b698 100644 --- a/pallets/pallet-asset-switch/src/xcm/test_utils.rs +++ b/pallets/pallet-asset-switch/src/xcm/test_utils.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_runtime::traits::Zero; use xcm::{ diff --git a/pallets/pallet-asset-switch/src/xcm/trade/mod.rs b/pallets/pallet-asset-switch/src/xcm/trade/mod.rs index b16ba1911..d04e2c673 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod xcm_fee_asset; pub use xcm_fee_asset::UsingComponentsForXcmFeeAsset; diff --git a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/mock.rs b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/mock.rs index d352813f7..0f8a0f2e3 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/mock.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, parameter_types, diff --git a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/mod.rs b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/mod.rs index f64e855ab..245b6d544 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ ensure, diff --git a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/buy_weight.rs b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/buy_weight.rs index a1cf262d2..ad1e64360 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/buy_weight.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/buy_weight.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_storage_noop}; use xcm::{ diff --git a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/drop.rs b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/drop.rs index 66dd2618b..9d6a47e9e 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/drop.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/drop.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_storage_noop, traits::fungible::Inspect as InspectFungible}; use sp_core::Get; diff --git a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/mod.rs b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/mod.rs index 660cb0e0f..815740151 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod buy_weight; mod drop; diff --git a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/refund_weight.rs b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/refund_weight.rs index 5b05f0ea7..46d4c2d34 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/refund_weight.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/switch_pair_remote_asset/tests/refund_weight.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_runtime::traits::Zero; use xcm::{ diff --git a/pallets/pallet-asset-switch/src/xcm/trade/test_utils.rs b/pallets/pallet-asset-switch/src/xcm/trade/test_utils.rs index 6e29afddb..9fe641f83 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/test_utils.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/test_utils.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::weights::WeightToFee; use xcm::v3::Weight; diff --git a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mock.rs b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mock.rs index 68b635691..475a638a7 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mock.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{construct_runtime, parameter_types, traits::Everything}; use frame_system::{mocking::MockBlock, EnsureRoot, EnsureSigned}; diff --git a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mod.rs b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mod.rs index f919adb83..8b48335d1 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ensure, weights::WeightToFee as WeightToFeeT}; use sp_runtime::traits::Zero; diff --git a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/buy_weight.rs b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/buy_weight.rs index 0569e1fc0..179906fa2 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/buy_weight.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/buy_weight.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_storage_noop}; use xcm::{ diff --git a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/mod.rs b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/mod.rs index 8bfc772d9..1a09f45dc 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod buy_weight; mod refund_weight; diff --git a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/refund_weight.rs b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/refund_weight.rs index 4e8d82523..acf3cdc18 100644 --- a/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/refund_weight.rs +++ b/pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/tests/refund_weight.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::assert_storage_noop; use sp_runtime::traits::Zero; diff --git a/pallets/pallet-asset-switch/src/xcm/transact/mock.rs b/pallets/pallet-asset-switch/src/xcm/transact/mock.rs index 155256864..445ef9407 100644 --- a/pallets/pallet-asset-switch/src/xcm/transact/mock.rs +++ b/pallets/pallet-asset-switch/src/xcm/transact/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, diff --git a/pallets/pallet-asset-switch/src/xcm/transact/mod.rs b/pallets/pallet-asset-switch/src/xcm/transact/mod.rs index 95edc494e..7bd04f6e3 100644 --- a/pallets/pallet-asset-switch/src/xcm/transact/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/transact/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ ensure, diff --git a/pallets/pallet-asset-switch/src/xcm/transact/tests/deposit_asset.rs b/pallets/pallet-asset-switch/src/xcm/transact/tests/deposit_asset.rs index 1d0182f98..d027c9af7 100644 --- a/pallets/pallet-asset-switch/src/xcm/transact/tests/deposit_asset.rs +++ b/pallets/pallet-asset-switch/src/xcm/transact/tests/deposit_asset.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, traits::fungible::Inspect as InspectFungible}; use sp_runtime::AccountId32; diff --git a/pallets/pallet-asset-switch/src/xcm/transact/tests/mod.rs b/pallets/pallet-asset-switch/src/xcm/transact/tests/mod.rs index 65a097a7c..2c9277f74 100644 --- a/pallets/pallet-asset-switch/src/xcm/transact/tests/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/transact/tests/mod.rs @@ -14,6 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod deposit_asset; diff --git a/pallets/pallet-asset-switch/src/xcm/transfer/mock.rs b/pallets/pallet-asset-switch/src/xcm/transfer/mock.rs index d16c78280..d02eb6560 100644 --- a/pallets/pallet-asset-switch/src/xcm/transfer/mock.rs +++ b/pallets/pallet-asset-switch/src/xcm/transfer/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{construct_runtime, parameter_types, traits::Everything}; use frame_system::{mocking::MockBlock, EnsureRoot, EnsureSigned}; diff --git a/pallets/pallet-asset-switch/src/xcm/transfer/mod.rs b/pallets/pallet-asset-switch/src/xcm/transfer/mod.rs index 8ce55c843..c0980dd45 100644 --- a/pallets/pallet-asset-switch/src/xcm/transfer/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/transfer/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod xcm_fee_asset; pub use xcm_fee_asset::IsSwitchPairXcmFeeAsset; diff --git a/pallets/pallet-asset-switch/src/xcm/transfer/switch_pair_remote_asset/mod.rs b/pallets/pallet-asset-switch/src/xcm/transfer/switch_pair_remote_asset/mod.rs index 62f81db31..a7de6e030 100644 --- a/pallets/pallet-asset-switch/src/xcm/transfer/switch_pair_remote_asset/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/transfer/switch_pair_remote_asset/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::ContainsPair; use sp_std::marker::PhantomData; diff --git a/pallets/pallet-asset-switch/src/xcm/transfer/switch_pair_remote_asset/tests.rs b/pallets/pallet-asset-switch/src/xcm/transfer/switch_pair_remote_asset/tests.rs index 872d23e2c..9d7596762 100644 --- a/pallets/pallet-asset-switch/src/xcm/transfer/switch_pair_remote_asset/tests.rs +++ b/pallets/pallet-asset-switch/src/xcm/transfer/switch_pair_remote_asset/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::ContainsPair; use xcm::{ diff --git a/pallets/pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/mod.rs b/pallets/pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/mod.rs index 2f7b3f990..3429a857a 100644 --- a/pallets/pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/mod.rs +++ b/pallets/pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::ContainsPair; use sp_std::marker::PhantomData; diff --git a/pallets/pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/tests.rs b/pallets/pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/tests.rs index 14117a1de..23dfd5b24 100644 --- a/pallets/pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/tests.rs +++ b/pallets/pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::ContainsPair; use xcm::{ diff --git a/pallets/pallet-bonded-coins/src/benchmarking.rs b/pallets/pallet-bonded-coins/src/benchmarking.rs index a6f4d76f5..b0d7154ef 100644 --- a/pallets/pallet-bonded-coins/src/benchmarking.rs +++ b/pallets/pallet-bonded-coins/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_benchmarking::v2::*; use frame_support::traits::fungibles::roles::Inspect as InspectRoles; use sp_core::U256; diff --git a/pallets/pallet-bonded-coins/src/curves/lmsr.rs b/pallets/pallet-bonded-coins/src/curves/lmsr.rs index 9ba1ed043..096fe702b 100644 --- a/pallets/pallet-bonded-coins/src/curves/lmsr.rs +++ b/pallets/pallet-bonded-coins/src/curves/lmsr.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at /// Implementation of the [Logarithmic Market Scoring Rule (LMSR)](https://mason.gmu.edu/~rhanson/mktscore.pdf) bonding curve. /// diff --git a/pallets/pallet-bonded-coins/src/curves/mod.rs b/pallets/pallet-bonded-coins/src/curves/mod.rs index 9826c0185..15494de2d 100644 --- a/pallets/pallet-bonded-coins/src/curves/mod.rs +++ b/pallets/pallet-bonded-coins/src/curves/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at /// Curve Module /// diff --git a/pallets/pallet-bonded-coins/src/curves/polynomial.rs b/pallets/pallet-bonded-coins/src/curves/polynomial.rs index 4ec43eff5..d58f87c2b 100644 --- a/pallets/pallet-bonded-coins/src/curves/polynomial.rs +++ b/pallets/pallet-bonded-coins/src/curves/polynomial.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at /// Polynomial Bonding Curve Implementation. /// diff --git a/pallets/pallet-bonded-coins/src/curves/square_root.rs b/pallets/pallet-bonded-coins/src/curves/square_root.rs index 2606a89fa..0b87fdd03 100644 --- a/pallets/pallet-bonded-coins/src/curves/square_root.rs +++ b/pallets/pallet-bonded-coins/src/curves/square_root.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at /// Square Root Bonding Curve Implementation. /// diff --git a/pallets/pallet-bonded-coins/src/default_weights.rs b/pallets/pallet-bonded-coins/src/default_weights.rs index 5958e696b..fd0551677 100644 --- a/pallets/pallet-bonded-coins/src/default_weights.rs +++ b/pallets/pallet-bonded-coins/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for pallet_bonded_coins //! diff --git a/pallets/pallet-bonded-coins/src/lib.rs b/pallets/pallet-bonded-coins/src/lib.rs index 62e34391a..5d7049b0d 100644 --- a/pallets/pallet-bonded-coins/src/lib.rs +++ b/pallets/pallet-bonded-coins/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/pallets/pallet-bonded-coins/src/mock.rs b/pallets/pallet-bonded-coins/src/mock.rs index 2891b87dc..814334c66 100644 --- a/pallets/pallet-bonded-coins/src/mock.rs +++ b/pallets/pallet-bonded-coins/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::Hashable; use parity_scale_codec::Codec; use substrate_fixed::traits::{FixedSigned, FixedUnsigned}; diff --git a/pallets/pallet-bonded-coins/src/tests/curves/arithmetic.rs b/pallets/pallet-bonded-coins/src/tests/curves/arithmetic.rs index 5c37a98d7..2a24ac847 100644 --- a/pallets/pallet-bonded-coins/src/tests/curves/arithmetic.rs +++ b/pallets/pallet-bonded-coins/src/tests/curves/arithmetic.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{ curves::{balance_to_fixed, fixed_to_balance}, mock::runtime::Float, diff --git a/pallets/pallet-bonded-coins/src/tests/curves/lmsr.rs b/pallets/pallet-bonded-coins/src/tests/curves/lmsr.rs index 2efc84821..23f1694b3 100644 --- a/pallets/pallet-bonded-coins/src/tests/curves/lmsr.rs +++ b/pallets/pallet-bonded-coins/src/tests/curves/lmsr.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use std::str::FromStr; diff --git a/pallets/pallet-bonded-coins/src/tests/curves/mod.rs b/pallets/pallet-bonded-coins/src/tests/curves/mod.rs index 6fdc9d283..00aed9188 100644 --- a/pallets/pallet-bonded-coins/src/tests/curves/mod.rs +++ b/pallets/pallet-bonded-coins/src/tests/curves/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod arithmetic; mod lmsr; mod polynomial; diff --git a/pallets/pallet-bonded-coins/src/tests/curves/polynomial.rs b/pallets/pallet-bonded-coins/src/tests/curves/polynomial.rs index 040b6381e..102f552aa 100644 --- a/pallets/pallet-bonded-coins/src/tests/curves/polynomial.rs +++ b/pallets/pallet-bonded-coins/src/tests/curves/polynomial.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{ curves::{polynomial::PolynomialParameters, BondingFunction}, mock::runtime::Float, diff --git a/pallets/pallet-bonded-coins/src/tests/curves/square_root.rs b/pallets/pallet-bonded-coins/src/tests/curves/square_root.rs index 185d8e682..4fe5f0257 100644 --- a/pallets/pallet-bonded-coins/src/tests/curves/square_root.rs +++ b/pallets/pallet-bonded-coins/src/tests/curves/square_root.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use std::str::FromStr; use crate::{ diff --git a/pallets/pallet-bonded-coins/src/tests/mod.rs b/pallets/pallet-bonded-coins/src/tests/mod.rs index 8659ee122..4f9154899 100644 --- a/pallets/pallet-bonded-coins/src/tests/mod.rs +++ b/pallets/pallet-bonded-coins/src/tests/mod.rs @@ -14,6 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod curves; mod transactions; diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/burn_into.rs b/pallets/pallet-bonded-coins/src/tests/transactions/burn_into.rs index b8c4094de..13d965962 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/burn_into.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/burn_into.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_err, assert_ok, traits::{ diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/create_pool.rs b/pallets/pallet-bonded-coins/src/tests/transactions/create_pool.rs index 3b0f336c9..8e6b7734e 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/create_pool.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/create_pool.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_err, assert_ok, traits::fungibles::{ diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/finish_destroy.rs b/pallets/pallet-bonded-coins/src/tests/transactions/finish_destroy.rs index 866d0f0c0..3b867e922 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/finish_destroy.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/finish_destroy.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_err, assert_ok, traits::{ diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/mint_into.rs b/pallets/pallet-bonded-coins/src/tests/transactions/mint_into.rs index 302d7175d..8440b670d 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/mint_into.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/mint_into.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_err, assert_ok, traits::{ diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/mod.rs b/pallets/pallet-bonded-coins/src/tests/transactions/mod.rs index 3db4cf53c..3aedb3ae2 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/mod.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod burn_into; mod create_pool; mod finish_destroy; diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/refund_account.rs b/pallets/pallet-bonded-coins/src/tests/transactions/refund_account.rs index c347e506f..b7a21ae86 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/refund_account.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/refund_account.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_err, assert_ok, traits::fungibles::{Create, Inspect, Mutate}, diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/reset_manager.rs b/pallets/pallet-bonded-coins/src/tests/transactions/reset_manager.rs index 0ad264c8d..b2fdfe7e0 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/reset_manager.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/reset_manager.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_ok}; use frame_system::RawOrigin; diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/reset_team.rs b/pallets/pallet-bonded-coins/src/tests/transactions/reset_team.rs index c300f9146..027e3d652 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/reset_team.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/reset_team.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_ok, traits::fungibles::roles::Inspect}; use frame_system::RawOrigin; diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/set_lock.rs b/pallets/pallet-bonded-coins/src/tests/transactions/set_lock.rs index 7e4fb6bc8..133bfb6e5 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/set_lock.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/set_lock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_ok}; use frame_system::{pallet_prelude::OriginFor, RawOrigin}; diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/start_destroy.rs b/pallets/pallet-bonded-coins/src/tests/transactions/start_destroy.rs index 1230675c0..3a9a85dfa 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/start_destroy.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/start_destroy.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_ok, traits::fungibles::Destroy}; use frame_system::{pallet_prelude::OriginFor, RawOrigin}; use sp_runtime::traits::BadOrigin; diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/start_refund.rs b/pallets/pallet-bonded-coins/src/tests/transactions/start_refund.rs index dc7ce1728..43e0d43bf 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/start_refund.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/start_refund.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_ok}; use frame_system::{pallet_prelude::OriginFor, RawOrigin}; use sp_runtime::traits::BadOrigin; diff --git a/pallets/pallet-bonded-coins/src/tests/transactions/unlock.rs b/pallets/pallet-bonded-coins/src/tests/transactions/unlock.rs index 60cf7d8c6..b496f3cb6 100644 --- a/pallets/pallet-bonded-coins/src/tests/transactions/unlock.rs +++ b/pallets/pallet-bonded-coins/src/tests/transactions/unlock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_ok}; use frame_system::{pallet_prelude::OriginFor, RawOrigin}; diff --git a/pallets/pallet-bonded-coins/src/traits.rs b/pallets/pallet-bonded-coins/src/traits.rs index 5dcd1bc1d..d87176207 100644 --- a/pallets/pallet-bonded-coins/src/traits.rs +++ b/pallets/pallet-bonded-coins/src/traits.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{dispatch::DispatchResult, traits::fungibles::roles::Inspect}; use frame_system::RawOrigin; use pallet_assets::{Config as AssetConfig, Pallet as AssetsPallet}; diff --git a/pallets/pallet-bonded-coins/src/types.rs b/pallets/pallet-bonded-coins/src/types.rs index 1b3d3d7de..48fdf0430 100644 --- a/pallets/pallet-bonded-coins/src/types.rs +++ b/pallets/pallet-bonded-coins/src/types.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/pallets/pallet-configuration/src/benchmarking.rs b/pallets/pallet-configuration/src/benchmarking.rs index f5cac9d1c..8ecc14946 100644 --- a/pallets/pallet-configuration/src/benchmarking.rs +++ b/pallets/pallet-configuration/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/pallet-configuration/src/configuration.rs b/pallets/pallet-configuration/src/configuration.rs index 6f551332a..779d88325 100644 --- a/pallets/pallet-configuration/src/configuration.rs +++ b/pallets/pallet-configuration/src/configuration.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/pallets/pallet-configuration/src/default_weights.rs b/pallets/pallet-configuration/src/default_weights.rs index 99ad054d4..1696b1471 100644 --- a/pallets/pallet-configuration/src/default_weights.rs +++ b/pallets/pallet-configuration/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for pallet_configuration //! diff --git a/pallets/pallet-configuration/src/lib.rs b/pallets/pallet-configuration/src/lib.rs index 5cc972f80..ab5f22a5e 100644 --- a/pallets/pallet-configuration/src/lib.rs +++ b/pallets/pallet-configuration/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # Configuration Pallet //! diff --git a/pallets/pallet-configuration/src/mock.rs b/pallets/pallet-configuration/src/mock.rs index 18b8655e4..5e5adfb97 100644 --- a/pallets/pallet-configuration/src/mock.rs +++ b/pallets/pallet-configuration/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #[cfg(test)] pub mod runtime { diff --git a/pallets/pallet-configuration/src/tests.rs b/pallets/pallet-configuration/src/tests.rs index ebc98a68c..577f7622e 100644 --- a/pallets/pallet-configuration/src/tests.rs +++ b/pallets/pallet-configuration/src/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use cumulus_pallet_parachain_system::CheckAssociatedRelayNumber; use frame_support::{assert_noop, assert_ok}; diff --git a/pallets/pallet-deposit-storage/src/benchmarking.rs b/pallets/pallet-deposit-storage/src/benchmarking.rs index cd742d5ab..e7cc4d500 100644 --- a/pallets/pallet-deposit-storage/src/benchmarking.rs +++ b/pallets/pallet-deposit-storage/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_benchmarking::v2::*; diff --git a/pallets/pallet-deposit-storage/src/deposit/mock.rs b/pallets/pallet-deposit-storage/src/deposit/mock.rs index 37d0acd5e..c6e78cdb6 100644 --- a/pallets/pallet-deposit-storage/src/deposit/mock.rs +++ b/pallets/pallet-deposit-storage/src/deposit/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, diff --git a/pallets/pallet-deposit-storage/src/deposit/mod.rs b/pallets/pallet-deposit-storage/src/deposit/mod.rs index 46c5119d9..cc2f604db 100644 --- a/pallets/pallet-deposit-storage/src/deposit/mod.rs +++ b/pallets/pallet-deposit-storage/src/deposit/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ sp_runtime::DispatchError, diff --git a/pallets/pallet-deposit-storage/src/deposit/tests/mod.rs b/pallets/pallet-deposit-storage/src/deposit/tests/mod.rs index c72b2f3f6..c9d50bac0 100644 --- a/pallets/pallet-deposit-storage/src/deposit/tests/mod.rs +++ b/pallets/pallet-deposit-storage/src/deposit/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod on_commitment_removed; mod on_identity_committed; diff --git a/pallets/pallet-deposit-storage/src/deposit/tests/on_commitment_removed.rs b/pallets/pallet-deposit-storage/src/deposit/tests/on_commitment_removed.rs index 217e08be1..16b390257 100644 --- a/pallets/pallet-deposit-storage/src/deposit/tests/on_commitment_removed.rs +++ b/pallets/pallet-deposit-storage/src/deposit/tests/on_commitment_removed.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/pallet-deposit-storage/src/deposit/tests/on_identity_committed.rs b/pallets/pallet-deposit-storage/src/deposit/tests/on_identity_committed.rs index d9fcba7b6..2a6542333 100644 --- a/pallets/pallet-deposit-storage/src/deposit/tests/on_identity_committed.rs +++ b/pallets/pallet-deposit-storage/src/deposit/tests/on_identity_committed.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/pallet-deposit-storage/src/fungible/mod.rs b/pallets/pallet-deposit-storage/src/fungible/mod.rs index f4f4bedc1..159d2fa95 100644 --- a/pallets/pallet-deposit-storage/src/fungible/mod.rs +++ b/pallets/pallet-deposit-storage/src/fungible/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{ fungible::{Dust, Inspect, InspectHold, MutateHold, Unbalanced, UnbalancedHold}, diff --git a/pallets/pallet-deposit-storage/src/fungible/tests/burn.rs b/pallets/pallet-deposit-storage/src/fungible/tests/burn.rs index 24e93a247..803beea57 100644 --- a/pallets/pallet-deposit-storage/src/fungible/tests/burn.rs +++ b/pallets/pallet-deposit-storage/src/fungible/tests/burn.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{ fungible::MutateHold, diff --git a/pallets/pallet-deposit-storage/src/fungible/tests/hold.rs b/pallets/pallet-deposit-storage/src/fungible/tests/hold.rs index 31221d591..52d11ce0d 100644 --- a/pallets/pallet-deposit-storage/src/fungible/tests/hold.rs +++ b/pallets/pallet-deposit-storage/src/fungible/tests/hold.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_ok, traits::fungible::MutateHold}; use kilt_support::Deposit; diff --git a/pallets/pallet-deposit-storage/src/fungible/tests/inspect_hold.rs b/pallets/pallet-deposit-storage/src/fungible/tests/inspect_hold.rs index 2e70d134a..c3ea77062 100644 --- a/pallets/pallet-deposit-storage/src/fungible/tests/inspect_hold.rs +++ b/pallets/pallet-deposit-storage/src/fungible/tests/inspect_hold.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{ fungible::{InspectHold, MutateHold}, diff --git a/pallets/pallet-deposit-storage/src/fungible/tests/mock.rs b/pallets/pallet-deposit-storage/src/fungible/tests/mock.rs index 46fb138cf..4f5962025 100644 --- a/pallets/pallet-deposit-storage/src/fungible/tests/mock.rs +++ b/pallets/pallet-deposit-storage/src/fungible/tests/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, diff --git a/pallets/pallet-deposit-storage/src/fungible/tests/mod.rs b/pallets/pallet-deposit-storage/src/fungible/tests/mod.rs index ba50b079e..26635705e 100644 --- a/pallets/pallet-deposit-storage/src/fungible/tests/mod.rs +++ b/pallets/pallet-deposit-storage/src/fungible/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod burn; mod hold; diff --git a/pallets/pallet-deposit-storage/src/fungible/tests/release.rs b/pallets/pallet-deposit-storage/src/fungible/tests/release.rs index 383c75ea1..5cb80b02e 100644 --- a/pallets/pallet-deposit-storage/src/fungible/tests/release.rs +++ b/pallets/pallet-deposit-storage/src/fungible/tests/release.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_err, diff --git a/pallets/pallet-deposit-storage/src/fungible/tests/transfer.rs b/pallets/pallet-deposit-storage/src/fungible/tests/transfer.rs index cc13de51d..b60c95540 100644 --- a/pallets/pallet-deposit-storage/src/fungible/tests/transfer.rs +++ b/pallets/pallet-deposit-storage/src/fungible/tests/transfer.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{ fungible::MutateHold, diff --git a/pallets/pallet-deposit-storage/src/fungible/try_state.rs b/pallets/pallet-deposit-storage/src/fungible/try_state.rs index 2b1fab8b5..333092593 100644 --- a/pallets/pallet-deposit-storage/src/fungible/try_state.rs +++ b/pallets/pallet-deposit-storage/src/fungible/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ensure, traits::fungible::InspectHold}; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/pallets/pallet-deposit-storage/src/lib.rs b/pallets/pallet-deposit-storage/src/lib.rs index 3dfd6b5ce..650dbb4a4 100644 --- a/pallets/pallet-deposit-storage/src/lib.rs +++ b/pallets/pallet-deposit-storage/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Pallet to store namespaced deposits for the configured `Currency`. It allows //! the original payer of a deposit to claim it back, triggering a hook to diff --git a/pallets/pallet-deposit-storage/src/mock.rs b/pallets/pallet-deposit-storage/src/mock.rs index 40994d5d6..5286e3a7b 100644 --- a/pallets/pallet-deposit-storage/src/mock.rs +++ b/pallets/pallet-deposit-storage/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, parameter_types, diff --git a/pallets/pallet-deposit-storage/src/tests/add_deposit.rs b/pallets/pallet-deposit-storage/src/tests/add_deposit.rs index 4ed79fa8e..3eb4bee26 100644 --- a/pallets/pallet-deposit-storage/src/tests/add_deposit.rs +++ b/pallets/pallet-deposit-storage/src/tests/add_deposit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, traits::fungible::InspectHold}; use kilt_support::Deposit; diff --git a/pallets/pallet-deposit-storage/src/tests/mod.rs b/pallets/pallet-deposit-storage/src/tests/mod.rs index 6b4b2eb61..e32c3d3f4 100644 --- a/pallets/pallet-deposit-storage/src/tests/mod.rs +++ b/pallets/pallet-deposit-storage/src/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod add_deposit; mod reclaim_deposit; diff --git a/pallets/pallet-deposit-storage/src/tests/reclaim_deposit.rs b/pallets/pallet-deposit-storage/src/tests/reclaim_deposit.rs index 8f2784374..d992cb6c2 100644 --- a/pallets/pallet-deposit-storage/src/tests/reclaim_deposit.rs +++ b/pallets/pallet-deposit-storage/src/tests/reclaim_deposit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, traits::fungible::InspectHold}; use frame_system::RawOrigin; diff --git a/pallets/pallet-deposit-storage/src/traits.rs b/pallets/pallet-deposit-storage/src/traits.rs index a7b5fea47..00bb73a53 100644 --- a/pallets/pallet-deposit-storage/src/traits.rs +++ b/pallets/pallet-deposit-storage/src/traits.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_std::fmt::Debug; diff --git a/pallets/pallet-deposit-storage/src/try_state.rs b/pallets/pallet-deposit-storage/src/try_state.rs index 6f9399438..d669d69ad 100644 --- a/pallets/pallet-deposit-storage/src/try_state.rs +++ b/pallets/pallet-deposit-storage/src/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Pallet to store namespaced deposits for the configured `Currency`. It allows //! the original payer of a deposit to claim it back, triggering a hook to diff --git a/pallets/pallet-did-lookup/src/account.rs b/pallets/pallet-did-lookup/src/account.rs index eadcb6c3a..58aed883a 100644 --- a/pallets/pallet-did-lookup/src/account.rs +++ b/pallets/pallet-did-lookup/src/account.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // This code originally came from the purestake/moonbeam repo. // see https://github.com/PureStake/moonbeam/blob/74324db0cfacaad555064c839f17072b57cb35e3/primitives/account/src/lib.rs for reference. diff --git a/pallets/pallet-did-lookup/src/associate_account_request.rs b/pallets/pallet-did-lookup/src/associate_account_request.rs index 32056cf65..5f39ae605 100644 --- a/pallets/pallet-did-lookup/src/associate_account_request.rs +++ b/pallets/pallet-did-lookup/src/associate_account_request.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{ account::{AccountId20, EthereumSignature}, diff --git a/pallets/pallet-did-lookup/src/benchmarking.rs b/pallets/pallet-did-lookup/src/benchmarking.rs index c44d1593c..4b82e59b9 100644 --- a/pallets/pallet-did-lookup/src/benchmarking.rs +++ b/pallets/pallet-did-lookup/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/pallet-did-lookup/src/connection_record.rs b/pallets/pallet-did-lookup/src/connection_record.rs index 0c340bd70..a0bca8a8f 100644 --- a/pallets/pallet-did-lookup/src/connection_record.rs +++ b/pallets/pallet-did-lookup/src/connection_record.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use kilt_support::Deposit; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; diff --git a/pallets/pallet-did-lookup/src/default_weights.rs b/pallets/pallet-did-lookup/src/default_weights.rs index b0d52c36d..5bf598901 100644 --- a/pallets/pallet-did-lookup/src/default_weights.rs +++ b/pallets/pallet-did-lookup/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for pallet_did_lookup //! diff --git a/pallets/pallet-did-lookup/src/lib.rs b/pallets/pallet-did-lookup/src/lib.rs index fbd6a1695..6390d4a60 100644 --- a/pallets/pallet-did-lookup/src/lib.rs +++ b/pallets/pallet-did-lookup/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # DID lookup pallet //! diff --git a/pallets/pallet-did-lookup/src/linkable_account.rs b/pallets/pallet-did-lookup/src/linkable_account.rs index ee105e082..d6553fbc5 100644 --- a/pallets/pallet-did-lookup/src/linkable_account.rs +++ b/pallets/pallet-did-lookup/src/linkable_account.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/pallets/pallet-did-lookup/src/migrations.rs b/pallets/pallet-did-lookup/src/migrations.rs index 1dd311e4a..ed651e7ce 100644 --- a/pallets/pallet-did-lookup/src/migrations.rs +++ b/pallets/pallet-did-lookup/src/migrations.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ pallet_prelude::DispatchResult, diff --git a/pallets/pallet-did-lookup/src/mock.rs b/pallets/pallet-did-lookup/src/mock.rs index 3d5dae126..c61a7e5ba 100644 --- a/pallets/pallet-did-lookup/src/mock.rs +++ b/pallets/pallet-did-lookup/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{pallet_prelude::ValueQuery, parameter_types, storage_alias}; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/pallets/pallet-did-lookup/src/signature.rs b/pallets/pallet-did-lookup/src/signature.rs index dfb36239e..4a0d48331 100644 --- a/pallets/pallet-did-lookup/src/signature.rs +++ b/pallets/pallet-did-lookup/src/signature.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::alloc::string::ToString; use sp_std::vec::Vec; diff --git a/pallets/pallet-did-lookup/src/tests/associate.rs b/pallets/pallet-did-lookup/src/tests/associate.rs index 21cc66d61..d0555ef46 100644 --- a/pallets/pallet-did-lookup/src/tests/associate.rs +++ b/pallets/pallet-did-lookup/src/tests/associate.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, crypto::ecdsa::ECDSAExt, traits::fungible::InspectHold}; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/pallets/pallet-did-lookup/src/tests/deposit.rs b/pallets/pallet-did-lookup/src/tests/deposit.rs index 92a449de2..e81019cb2 100644 --- a/pallets/pallet-did-lookup/src/tests/deposit.rs +++ b/pallets/pallet-did-lookup/src/tests/deposit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, traits::fungible::InspectHold}; use kilt_support::mock::mock_origin; use sp_runtime::{traits::Zero, TokenError}; diff --git a/pallets/pallet-did-lookup/src/tests/mod.rs b/pallets/pallet-did-lookup/src/tests/mod.rs index f44779b40..22954d1c2 100644 --- a/pallets/pallet-did-lookup/src/tests/mod.rs +++ b/pallets/pallet-did-lookup/src/tests/mod.rs @@ -14,6 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod associate; mod deposit; diff --git a/pallets/pallet-did-lookup/src/try_state.rs b/pallets/pallet-did-lookup/src/try_state.rs index c1efae33d..3cc41e188 100644 --- a/pallets/pallet-did-lookup/src/try_state.rs +++ b/pallets/pallet-did-lookup/src/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use kilt_support::test_utils::log_and_return_error_message; diff --git a/pallets/pallet-dip-consumer/src/benchmarking.rs b/pallets/pallet-dip-consumer/src/benchmarking.rs index d1777b099..caffc1237 100644 --- a/pallets/pallet-dip-consumer/src/benchmarking.rs +++ b/pallets/pallet-dip-consumer/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{Config, IdentityProofOf, RuntimeCallOf}; use frame_benchmarking::v2::*; diff --git a/pallets/pallet-dip-consumer/src/lib.rs b/pallets/pallet-dip-consumer/src/lib.rs index 926bc94f6..19c4bbdf2 100644 --- a/pallets/pallet-dip-consumer/src/lib.rs +++ b/pallets/pallet-dip-consumer/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] #![doc = include_str!("../README.md")] diff --git a/pallets/pallet-dip-consumer/src/mock.rs b/pallets/pallet-dip-consumer/src/mock.rs index 8c422f0e3..73470b69f 100644 --- a/pallets/pallet-dip-consumer/src/mock.rs +++ b/pallets/pallet-dip-consumer/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, diff --git a/pallets/pallet-dip-consumer/src/origin.rs b/pallets/pallet-dip-consumer/src/origin.rs index 1b62976d8..d489053fe 100644 --- a/pallets/pallet-dip-consumer/src/origin.rs +++ b/pallets/pallet-dip-consumer/src/origin.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::EnsureOrigin; use kilt_support::traits::CallSources; diff --git a/pallets/pallet-dip-consumer/src/tests/dispatch_as.rs b/pallets/pallet-dip-consumer/src/tests/dispatch_as.rs index e3faff1ae..4a1851cdf 100644 --- a/pallets/pallet-dip-consumer/src/tests/dispatch_as.rs +++ b/pallets/pallet-dip-consumer/src/tests/dispatch_as.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use frame_system::RawOrigin; diff --git a/pallets/pallet-dip-consumer/src/tests/mod.rs b/pallets/pallet-dip-consumer/src/tests/mod.rs index 8a798f7b4..8db97c28f 100644 --- a/pallets/pallet-dip-consumer/src/tests/mod.rs +++ b/pallets/pallet-dip-consumer/src/tests/mod.rs @@ -14,6 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod dispatch_as; diff --git a/pallets/pallet-dip-consumer/src/traits.rs b/pallets/pallet-dip-consumer/src/traits.rs index 2e4f9bc03..11841a532 100644 --- a/pallets/pallet-dip-consumer/src/traits.rs +++ b/pallets/pallet-dip-consumer/src/traits.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::Parameter; use sp_std::fmt::Debug; diff --git a/pallets/pallet-dip-provider/src/benchmarking.rs b/pallets/pallet-dip-provider/src/benchmarking.rs index 62ec78023..de5b31867 100644 --- a/pallets/pallet-dip-provider/src/benchmarking.rs +++ b/pallets/pallet-dip-provider/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{traits::IdentityProvider, Call, Config, Pallet}; use frame_benchmarking::v2::*; diff --git a/pallets/pallet-dip-provider/src/lib.rs b/pallets/pallet-dip-provider/src/lib.rs index 91394e6f7..4d0593704 100644 --- a/pallets/pallet-dip-provider/src/lib.rs +++ b/pallets/pallet-dip-provider/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] #![doc = include_str!("../README.md")] diff --git a/pallets/pallet-dip-provider/src/mock.rs b/pallets/pallet-dip-provider/src/mock.rs index 92411abdb..cb1b1c1cc 100644 --- a/pallets/pallet-dip-provider/src/mock.rs +++ b/pallets/pallet-dip-provider/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ construct_runtime, diff --git a/pallets/pallet-dip-provider/src/tests/commit_identity.rs b/pallets/pallet-dip-provider/src/tests/commit_identity.rs index 4d6483c17..05c8a32ce 100644 --- a/pallets/pallet-dip-provider/src/tests/commit_identity.rs +++ b/pallets/pallet-dip-provider/src/tests/commit_identity.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::assert_ok; use kilt_support::mock::mock_origin::DoubleOrigin; diff --git a/pallets/pallet-dip-provider/src/tests/delete_identity_commitment.rs b/pallets/pallet-dip-provider/src/tests/delete_identity_commitment.rs index 2fc2477b8..bbaf99896 100644 --- a/pallets/pallet-dip-provider/src/tests/delete_identity_commitment.rs +++ b/pallets/pallet-dip-provider/src/tests/delete_identity_commitment.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use kilt_support::mock::mock_origin::DoubleOrigin; diff --git a/pallets/pallet-dip-provider/src/tests/mod.rs b/pallets/pallet-dip-provider/src/tests/mod.rs index 2358e0855..ddd0b59e7 100644 --- a/pallets/pallet-dip-provider/src/tests/mod.rs +++ b/pallets/pallet-dip-provider/src/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod commit_identity; mod delete_identity_commitment; diff --git a/pallets/pallet-dip-provider/src/traits.rs b/pallets/pallet-dip-provider/src/traits.rs index 0541bc97a..257f21f33 100644 --- a/pallets/pallet-dip-provider/src/traits.rs +++ b/pallets/pallet-dip-provider/src/traits.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::DidRawOrigin; use frame_support::sp_runtime::AccountId32; diff --git a/pallets/pallet-inflation/src/benchmarking.rs b/pallets/pallet-inflation/src/benchmarking.rs index 0db420723..c4ca40271 100644 --- a/pallets/pallet-inflation/src/benchmarking.rs +++ b/pallets/pallet-inflation/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/pallet-inflation/src/default_weights.rs b/pallets/pallet-inflation/src/default_weights.rs index e11c52aed..66adf392d 100644 --- a/pallets/pallet-inflation/src/default_weights.rs +++ b/pallets/pallet-inflation/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for pallet_inflation //! diff --git a/pallets/pallet-inflation/src/lib.rs b/pallets/pallet-inflation/src/lib.rs index 3086edbd8..7843b3c4e 100644 --- a/pallets/pallet-inflation/src/lib.rs +++ b/pallets/pallet-inflation/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # Treasury minting pallet //! diff --git a/pallets/pallet-inflation/src/mock.rs b/pallets/pallet-inflation/src/mock.rs index 9e74e124f..513741c40 100644 --- a/pallets/pallet-inflation/src/mock.rs +++ b/pallets/pallet-inflation/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate as pallet_inflation; use crate::CreditOf; diff --git a/pallets/pallet-inflation/src/tests.rs b/pallets/pallet-inflation/src/tests.rs index 8a2efa694..6245ce68a 100644 --- a/pallets/pallet-inflation/src/tests.rs +++ b/pallets/pallet-inflation/src/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::fungible::Inspect; use sp_runtime::traits::Zero; diff --git a/pallets/pallet-migration/src/benchmarking.rs b/pallets/pallet-migration/src/benchmarking.rs index 4c5ab3687..6ca60ad74 100644 --- a/pallets/pallet-migration/src/benchmarking.rs +++ b/pallets/pallet-migration/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/pallet-migration/src/lib.rs b/pallets/pallet-migration/src/lib.rs index 867b0daca..27f0b0fc3 100644 --- a/pallets/pallet-migration/src/lib.rs +++ b/pallets/pallet-migration/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/pallets/pallet-migration/src/mock.rs b/pallets/pallet-migration/src/mock.rs index 02d33c564..064446dac 100644 --- a/pallets/pallet-migration/src/mock.rs +++ b/pallets/pallet-migration/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::Config; use attestation::mock::MockAccessControl; diff --git a/pallets/pallet-migration/src/test.rs b/pallets/pallet-migration/src/test.rs index 41037029d..81ac68ec7 100644 --- a/pallets/pallet-migration/src/test.rs +++ b/pallets/pallet-migration/src/test.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use attestation::{ mock::{claim_hash_from_seed, generate_base_attestation, sr25519_did_from_public_key}, diff --git a/pallets/pallet-relay-store/src/benchmarking.rs b/pallets/pallet-relay-store/src/benchmarking.rs index bc46862c3..8e2c5882f 100644 --- a/pallets/pallet-relay-store/src/benchmarking.rs +++ b/pallets/pallet-relay-store/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{Config, Pallet}; use frame_benchmarking::v2::*; diff --git a/pallets/pallet-relay-store/src/default_weights.rs b/pallets/pallet-relay-store/src/default_weights.rs index 54041e26c..20268a70e 100644 --- a/pallets/pallet-relay-store/src/default_weights.rs +++ b/pallets/pallet-relay-store/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for pallet_relay_store //! diff --git a/pallets/pallet-relay-store/src/lib.rs b/pallets/pallet-relay-store/src/lib.rs index ef58f2eec..c037b2161 100644 --- a/pallets/pallet-relay-store/src/lib.rs +++ b/pallets/pallet-relay-store/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Pallet to store the last N (configurable) relay chain state roots to be used //! for cross-chain state proof verification. The pallet relies on the diff --git a/pallets/pallet-relay-store/src/mock.rs b/pallets/pallet-relay-store/src/mock.rs index dc6d1b3f0..af38ec270 100644 --- a/pallets/pallet-relay-store/src/mock.rs +++ b/pallets/pallet-relay-store/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use cumulus_pallet_parachain_system::{ParachainSetCode, RelayNumberStrictlyIncreases}; use cumulus_primitives_core::{AggregateMessageOrigin, ParaId, PersistedValidationData}; diff --git a/pallets/pallet-relay-store/src/relay.rs b/pallets/pallet-relay-store/src/relay.rs index 8dd3ce997..1f2c31df8 100644 --- a/pallets/pallet-relay-store/src/relay.rs +++ b/pallets/pallet-relay-store/src/relay.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/pallets/pallet-relay-store/src/tests/mod.rs b/pallets/pallet-relay-store/src/tests/mod.rs index 8b4b69d17..e82955868 100644 --- a/pallets/pallet-relay-store/src/tests/mod.rs +++ b/pallets/pallet-relay-store/src/tests/mod.rs @@ -14,6 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod on_finalize; diff --git a/pallets/pallet-relay-store/src/tests/on_finalize.rs b/pallets/pallet-relay-store/src/tests/on_finalize.rs index dd3b28524..8b078868f 100644 --- a/pallets/pallet-relay-store/src/tests/on_finalize.rs +++ b/pallets/pallet-relay-store/src/tests/on_finalize.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::Hooks; use sp_runtime::traits::Zero; diff --git a/pallets/pallet-web3-names/src/benchmarking.rs b/pallets/pallet-web3-names/src/benchmarking.rs index 74b6302ec..2fc5f5e94 100644 --- a/pallets/pallet-web3-names/src/benchmarking.rs +++ b/pallets/pallet-web3-names/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/pallet-web3-names/src/default_weights.rs b/pallets/pallet-web3-names/src/default_weights.rs index 6a9c7a939..a7a95b978 100644 --- a/pallets/pallet-web3-names/src/default_weights.rs +++ b/pallets/pallet-web3-names/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for pallet_web3_names //! diff --git a/pallets/pallet-web3-names/src/lib.rs b/pallets/pallet-web3-names/src/lib.rs index 3b4b38eba..be8614aef 100644 --- a/pallets/pallet-web3-names/src/lib.rs +++ b/pallets/pallet-web3-names/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # Pallet storing unique nickname <-> DID links for user-friendly DID //! nicknames. diff --git a/pallets/pallet-web3-names/src/migrations.rs b/pallets/pallet-web3-names/src/migrations.rs index 7b592361b..f0ac3bd7c 100644 --- a/pallets/pallet-web3-names/src/migrations.rs +++ b/pallets/pallet-web3-names/src/migrations.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ pallet_prelude::DispatchResult, diff --git a/pallets/pallet-web3-names/src/mock.rs b/pallets/pallet-web3-names/src/mock.rs index d6dd2cbdd..17c66a699 100644 --- a/pallets/pallet-web3-names/src/mock.rs +++ b/pallets/pallet-web3-names/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::fungible::MutateHold; use frame_system::pallet_prelude::BlockNumberFor; use kilt_support::Deposit; diff --git a/pallets/pallet-web3-names/src/tests/ban.rs b/pallets/pallet-web3-names/src/tests/ban.rs index 92bf596bf..24a359ee1 100644 --- a/pallets/pallet-web3-names/src/tests/ban.rs +++ b/pallets/pallet-web3-names/src/tests/ban.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/pallet-web3-names/src/tests/claim.rs b/pallets/pallet-web3-names/src/tests/claim.rs index 5789f8a20..dd2dce3a5 100644 --- a/pallets/pallet-web3-names/src/tests/claim.rs +++ b/pallets/pallet-web3-names/src/tests/claim.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/pallet-web3-names/src/tests/deposit.rs b/pallets/pallet-web3-names/src/tests/deposit.rs index 25b0f1618..6484ced37 100644 --- a/pallets/pallet-web3-names/src/tests/deposit.rs +++ b/pallets/pallet-web3-names/src/tests/deposit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, traits::fungible::InspectHold}; diff --git a/pallets/pallet-web3-names/src/tests/mod.rs b/pallets/pallet-web3-names/src/tests/mod.rs index 4fb191e54..7b78d15a5 100644 --- a/pallets/pallet-web3-names/src/tests/mod.rs +++ b/pallets/pallet-web3-names/src/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod ban; mod claim; diff --git a/pallets/pallet-web3-names/src/tests/release.rs b/pallets/pallet-web3-names/src/tests/release.rs index 7606d08d3..f48399275 100644 --- a/pallets/pallet-web3-names/src/tests/release.rs +++ b/pallets/pallet-web3-names/src/tests/release.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/pallet-web3-names/src/try_state.rs b/pallets/pallet-web3-names/src/try_state.rs index 114cc9b92..2c8397eea 100644 --- a/pallets/pallet-web3-names/src/try_state.rs +++ b/pallets/pallet-web3-names/src/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use kilt_support::test_utils::log_and_return_error_message; diff --git a/pallets/pallet-web3-names/src/web3_name.rs b/pallets/pallet-web3-names/src/web3_name.rs index dc0b86cb7..5edeca72c 100644 --- a/pallets/pallet-web3-names/src/web3_name.rs +++ b/pallets/pallet-web3-names/src/web3_name.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/pallets/parachain-staking/src/api.rs b/pallets/parachain-staking/src/api.rs index 4b179c6df..93652e415 100644 --- a/pallets/parachain-staking/src/api.rs +++ b/pallets/parachain-staking/src/api.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{ types::BalanceOf, BlocksAuthored, BlocksRewarded, CandidatePool, Config, DelegatorState, InflationConfig, Pallet, diff --git a/pallets/parachain-staking/src/benchmarking.rs b/pallets/parachain-staking/src/benchmarking.rs index f4ef877ef..36347a4e9 100644 --- a/pallets/parachain-staking/src/benchmarking.rs +++ b/pallets/parachain-staking/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/parachain-staking/src/default_weights.rs b/pallets/parachain-staking/src/default_weights.rs index e16eb1a54..533b46a7a 100644 --- a/pallets/parachain-staking/src/default_weights.rs +++ b/pallets/parachain-staking/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for parachain_staking //! diff --git a/pallets/parachain-staking/src/inflation.rs b/pallets/parachain-staking/src/inflation.rs index c27aec627..95f2dc6f0 100644 --- a/pallets/parachain-staking/src/inflation.rs +++ b/pallets/parachain-staking/src/inflation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Helper methods for computing issuance based on inflation use crate::{pallet::Config, types::BalanceOf}; diff --git a/pallets/parachain-staking/src/lib.rs b/pallets/parachain-staking/src/lib.rs index 7bd42fa36..47a58f142 100644 --- a/pallets/parachain-staking/src/lib.rs +++ b/pallets/parachain-staking/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # Parachain Staking //! diff --git a/pallets/parachain-staking/src/mock.rs b/pallets/parachain-staking/src/mock.rs index 718550dda..c02b1484c 100644 --- a/pallets/parachain-staking/src/mock.rs +++ b/pallets/parachain-staking/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Test utilities #![allow(clippy::from_over_into)] diff --git a/pallets/parachain-staking/src/set.rs b/pallets/parachain-staking/src/set.rs index d61276f55..b1075b07d 100644 --- a/pallets/parachain-staking/src/set.rs +++ b/pallets/parachain-staking/src/set.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{traits::Get, BoundedVec, DefaultNoBound}; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; diff --git a/pallets/parachain-staking/src/tests/collators.rs b/pallets/parachain-staking/src/tests/collators.rs index b9182940d..48be74097 100644 --- a/pallets/parachain-staking/src/tests/collators.rs +++ b/pallets/parachain-staking/src/tests/collators.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unit testing diff --git a/pallets/parachain-staking/src/tests/delegator.rs b/pallets/parachain-staking/src/tests/delegator.rs index b39b79d54..66e4cb522 100644 --- a/pallets/parachain-staking/src/tests/delegator.rs +++ b/pallets/parachain-staking/src/tests/delegator.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unit testing diff --git a/pallets/parachain-staking/src/tests/genesis.rs b/pallets/parachain-staking/src/tests/genesis.rs index 52da0d39a..0131bfc54 100644 --- a/pallets/parachain-staking/src/tests/genesis.rs +++ b/pallets/parachain-staking/src/tests/genesis.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unit testing diff --git a/pallets/parachain-staking/src/tests/inflation.rs b/pallets/parachain-staking/src/tests/inflation.rs index 9138c76c2..e8b4b4dfd 100644 --- a/pallets/parachain-staking/src/tests/inflation.rs +++ b/pallets/parachain-staking/src/tests/inflation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unit testing diff --git a/pallets/parachain-staking/src/tests/mod.rs b/pallets/parachain-staking/src/tests/mod.rs index 923deb272..724853ad3 100644 --- a/pallets/parachain-staking/src/tests/mod.rs +++ b/pallets/parachain-staking/src/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unit testing diff --git a/pallets/parachain-staking/src/tests/rewards.rs b/pallets/parachain-staking/src/tests/rewards.rs index 53e1272d5..78e7acf1d 100644 --- a/pallets/parachain-staking/src/tests/rewards.rs +++ b/pallets/parachain-staking/src/tests/rewards.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unit testing diff --git a/pallets/parachain-staking/src/tests/round.rs b/pallets/parachain-staking/src/tests/round.rs index cb85f8545..b7b155e0b 100644 --- a/pallets/parachain-staking/src/tests/round.rs +++ b/pallets/parachain-staking/src/tests/round.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unit testing diff --git a/pallets/parachain-staking/src/tests/session.rs b/pallets/parachain-staking/src/tests/session.rs index 968122bb8..fa544f64b 100644 --- a/pallets/parachain-staking/src/tests/session.rs +++ b/pallets/parachain-staking/src/tests/session.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unit testing diff --git a/pallets/parachain-staking/src/tests/stake.rs b/pallets/parachain-staking/src/tests/stake.rs index a2b5ea431..953914ea4 100644 --- a/pallets/parachain-staking/src/tests/stake.rs +++ b/pallets/parachain-staking/src/tests/stake.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unit testing diff --git a/pallets/parachain-staking/src/try_state.rs b/pallets/parachain-staking/src/try_state.rs index bb1ce84e9..a76794016 100644 --- a/pallets/parachain-staking/src/try_state.rs +++ b/pallets/parachain-staking/src/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ensure, traits::Get}; use kilt_support::test_utils::log_and_return_error_message; diff --git a/pallets/parachain-staking/src/types.rs b/pallets/parachain-staking/src/types.rs index 1f52861a8..c9ff761ba 100644 --- a/pallets/parachain-staking/src/types.rs +++ b/pallets/parachain-staking/src/types.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{ fungible::{Credit, Inspect}, diff --git a/pallets/public-credentials/src/access_control.rs b/pallets/public-credentials/src/access_control.rs index bf2405f99..3e085ec1b 100644 --- a/pallets/public-credentials/src/access_control.rs +++ b/pallets/public-credentials/src/access_control.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_runtime::DispatchError; use sp_weights::Weight; diff --git a/pallets/public-credentials/src/benchmarking.rs b/pallets/public-credentials/src/benchmarking.rs index 664cebe15..070d837de 100644 --- a/pallets/public-credentials/src/benchmarking.rs +++ b/pallets/public-credentials/src/benchmarking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Old benchmarking macros are a mess. #![allow(clippy::tests_outside_test_module)] diff --git a/pallets/public-credentials/src/credentials.rs b/pallets/public-credentials/src/credentials.rs index 7835063f6..ca1142ac4 100644 --- a/pallets/public-credentials/src/credentials.rs +++ b/pallets/public-credentials/src/credentials.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/pallets/public-credentials/src/default_weights.rs b/pallets/public-credentials/src/default_weights.rs index 53ea33e22..7ec491873 100644 --- a/pallets/public-credentials/src/default_weights.rs +++ b/pallets/public-credentials/src/default_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for public_credentials //! diff --git a/pallets/public-credentials/src/lib.rs b/pallets/public-credentials/src/lib.rs index ddf7c0f5d..4db6e5e90 100644 --- a/pallets/public-credentials/src/lib.rs +++ b/pallets/public-credentials/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! # Public credentials Pallet //! diff --git a/pallets/public-credentials/src/migrations.rs b/pallets/public-credentials/src/migrations.rs index e2731dba3..f73c72260 100644 --- a/pallets/public-credentials/src/migrations.rs +++ b/pallets/public-credentials/src/migrations.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{fungible::Inspect, ReservableCurrency}; use kilt_support::migration::switch_reserved_to_hold; diff --git a/pallets/public-credentials/src/mock.rs b/pallets/public-credentials/src/mock.rs index 80d440bff..7bd808b0b 100644 --- a/pallets/public-credentials/src/mock.rs +++ b/pallets/public-credentials/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{traits::Get, weights::Weight}; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/pallets/public-credentials/src/tests/claim.rs b/pallets/public-credentials/src/tests/claim.rs index f3dfd3df4..4a361cea4 100644 --- a/pallets/public-credentials/src/tests/claim.rs +++ b/pallets/public-credentials/src/tests/claim.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/public-credentials/src/tests/delete.rs b/pallets/public-credentials/src/tests/delete.rs index 3a1ee69e3..c0a3d55c8 100644 --- a/pallets/public-credentials/src/tests/delete.rs +++ b/pallets/public-credentials/src/tests/delete.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/public-credentials/src/tests/deposit.rs b/pallets/public-credentials/src/tests/deposit.rs index 01b26addf..5c4450e45 100644 --- a/pallets/public-credentials/src/tests/deposit.rs +++ b/pallets/public-credentials/src/tests/deposit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ assert_noop, assert_ok, diff --git a/pallets/public-credentials/src/tests/mod.rs b/pallets/public-credentials/src/tests/mod.rs index 6beb57bef..96b94ff5a 100644 --- a/pallets/public-credentials/src/tests/mod.rs +++ b/pallets/public-credentials/src/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod claim; mod delete; diff --git a/pallets/public-credentials/src/tests/revoke.rs b/pallets/public-credentials/src/tests/revoke.rs index 7264be315..9c0ed5475 100644 --- a/pallets/public-credentials/src/tests/revoke.rs +++ b/pallets/public-credentials/src/tests/revoke.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok, traits::Get}; diff --git a/pallets/public-credentials/src/try_state.rs b/pallets/public-credentials/src/try_state.rs index 5f9de5cd7..0476213c6 100644 --- a/pallets/public-credentials/src/try_state.rs +++ b/pallets/public-credentials/src/try_state.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{Config, CredentialSubjects, Credentials}; use frame_support::ensure; diff --git a/runtime-api/asset-switch/src/lib.rs b/runtime-api/asset-switch/src/lib.rs index 30029e142..f24e7051a 100644 --- a/runtime-api/asset-switch/src/lib.rs +++ b/runtime-api/asset-switch/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtime-api/bonded-coins/src/lib.rs b/runtime-api/bonded-coins/src/lib.rs index 27cbe9e69..2d6aef18b 100644 --- a/runtime-api/bonded-coins/src/lib.rs +++ b/runtime-api/bonded-coins/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtime-api/bonded-coins/src/pool_details.rs b/runtime-api/bonded-coins/src/pool_details.rs index 80cfc8ac6..9bc7ee8dd 100644 --- a/runtime-api/bonded-coins/src/pool_details.rs +++ b/runtime-api/bonded-coins/src/pool_details.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use pallet_bonded_coins::{curves::Curve, Locks, PoolStatus}; use parity_scale_codec::{alloc::string::String, Decode, Encode, MaxEncodedLen}; diff --git a/runtime-api/did/src/did_details.rs b/runtime-api/did/src/did_details.rs index 539d20edb..2d7e1dcc2 100644 --- a/runtime-api/did/src/did_details.rs +++ b/runtime-api/did/src/did_details.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_system::pallet_prelude::BlockNumberFor; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; diff --git a/runtime-api/did/src/lib.rs b/runtime-api/did/src/lib.rs index c21f5906c..bbe96be60 100644 --- a/runtime-api/did/src/lib.rs +++ b/runtime-api/did/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtime-api/did/src/service_endpoint.rs b/runtime-api/did/src/service_endpoint.rs index 3693c30a8..f011ed745 100644 --- a/runtime-api/did/src/service_endpoint.rs +++ b/runtime-api/did/src/service_endpoint.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode}; use scale_info::TypeInfo; diff --git a/runtime-api/dip-provider/src/lib.rs b/runtime-api/dip-provider/src/lib.rs index 9ff48901b..217351149 100644 --- a/runtime-api/dip-provider/src/lib.rs +++ b/runtime-api/dip-provider/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtime-api/public-credentials/src/lib.rs b/runtime-api/public-credentials/src/lib.rs index f9f193967..3d9da88ee 100644 --- a/runtime-api/public-credentials/src/lib.rs +++ b/runtime-api/public-credentials/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtime-api/staking/src/lib.rs b/runtime-api/staking/src/lib.rs index 55db4ecf8..6c2976f17 100644 --- a/runtime-api/staking/src/lib.rs +++ b/runtime-api/staking/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtimes/common/src/asset_switch/hooks.rs b/runtimes/common/src/asset_switch/hooks.rs index 69a57ce6b..012f2a292 100644 --- a/runtimes/common/src/asset_switch/hooks.rs +++ b/runtimes/common/src/asset_switch/hooks.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::fungible::Inspect; use pallet_asset_switch::traits::SwitchHooks; diff --git a/runtimes/common/src/asset_switch/mod.rs b/runtimes/common/src/asset_switch/mod.rs index a8cefbcf2..0145c0a36 100644 --- a/runtimes/common/src/asset_switch/mod.rs +++ b/runtimes/common/src/asset_switch/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub mod hooks; pub mod runtime_api; diff --git a/runtimes/common/src/asset_switch/runtime_api.rs b/runtimes/common/src/asset_switch/runtime_api.rs index eb948b079..b53ee0455 100644 --- a/runtimes/common/src/asset_switch/runtime_api.rs +++ b/runtimes/common/src/asset_switch/runtime_api.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode}; use scale_info::TypeInfo; diff --git a/runtimes/common/src/assets.rs b/runtimes/common/src/assets.rs index 381400231..262d41043 100644 --- a/runtimes/common/src/assets.rs +++ b/runtimes/common/src/assets.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; diff --git a/runtimes/common/src/authorization.rs b/runtimes/common/src/authorization.rs index c5664a51f..60ea6b384 100644 --- a/runtimes/common/src/authorization.rs +++ b/runtimes/common/src/authorization.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; use sp_runtime::DispatchError; diff --git a/runtimes/common/src/benchmarks/mod.rs b/runtimes/common/src/benchmarks/mod.rs index 53fe70249..1fe24d3e3 100644 --- a/runtimes/common/src/benchmarks/mod.rs +++ b/runtimes/common/src/benchmarks/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub mod treasury; pub mod xcm; diff --git a/runtimes/common/src/benchmarks/treasury.rs b/runtimes/common/src/benchmarks/treasury.rs index e25db06e1..1c92c0afb 100644 --- a/runtimes/common/src/benchmarks/treasury.rs +++ b/runtimes/common/src/benchmarks/treasury.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::fungible::Mutate; use pallet_treasury::ArgumentsFactory; diff --git a/runtimes/common/src/benchmarks/xcm.rs b/runtimes/common/src/benchmarks/xcm.rs index 3f2f30069..d55b16632 100644 --- a/runtimes/common/src/benchmarks/xcm.rs +++ b/runtimes/common/src/benchmarks/xcm.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use cumulus_primitives_core::ParaId; use frame_support::parameter_types; diff --git a/runtimes/common/src/bonded_coins/hooks.rs b/runtimes/common/src/bonded_coins/hooks.rs index f234f1ad7..93ad1a0d0 100644 --- a/runtimes/common/src/bonded_coins/hooks.rs +++ b/runtimes/common/src/bonded_coins/hooks.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ pallet_prelude::{PalletInfoAccess, ValueQuery}, diff --git a/runtimes/common/src/bonded_coins/mod.rs b/runtimes/common/src/bonded_coins/mod.rs index 91d620c74..2a59618d3 100644 --- a/runtimes/common/src/bonded_coins/mod.rs +++ b/runtimes/common/src/bonded_coins/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at /// Wrapper struct for [UnionOf] to implement the [metadata::Inspect] trait, /// needed for the pallet_bonded_coins module. diff --git a/runtimes/common/src/bonded_coins/runtime_api.rs b/runtimes/common/src/bonded_coins/runtime_api.rs index 8b5b6c32e..285c0c4b4 100644 --- a/runtimes/common/src/bonded_coins/runtime_api.rs +++ b/runtimes/common/src/bonded_coins/runtime_api.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode}; use scale_info::TypeInfo; diff --git a/runtimes/common/src/constants.rs b/runtimes/common/src/constants.rs index fb381ff96..120f74576 100644 --- a/runtimes/common/src/constants.rs +++ b/runtimes/common/src/constants.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ parameter_types, diff --git a/runtimes/common/src/deposits.rs b/runtimes/common/src/deposits.rs index 26586cd9e..ec0987873 100644 --- a/runtimes/common/src/deposits.rs +++ b/runtimes/common/src/deposits.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // The `RuntimeDebug` macro uses these internally. #![allow(clippy::ref_patterns)] diff --git a/runtimes/common/src/did/mod.rs b/runtimes/common/src/did/mod.rs index 3a6b5225e..ec3e3372c 100644 --- a/runtimes/common/src/did/mod.rs +++ b/runtimes/common/src/did/mod.rs @@ -14,6 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub mod runtime_apis; diff --git a/runtimes/common/src/did/runtime_apis.rs b/runtimes/common/src/did/runtime_apis.rs index 7bdd01fac..fee81af02 100644 --- a/runtimes/common/src/did/runtime_apis.rs +++ b/runtimes/common/src/did/runtime_apis.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use pallet_did_lookup::linkable_account::LinkableAccountId; use parity_scale_codec::{Decode, Encode}; diff --git a/runtimes/common/src/dip/deposit/mock.rs b/runtimes/common/src/dip/deposit/mock.rs index 3e5bd0f0c..0af939736 100644 --- a/runtimes/common/src/dip/deposit/mock.rs +++ b/runtimes/common/src/dip/deposit/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{construct_runtime, traits::Everything}; use frame_system::{mocking::MockBlock, EnsureSigned, RawOrigin}; diff --git a/runtimes/common/src/dip/deposit/mod.rs b/runtimes/common/src/dip/deposit/mod.rs index 47fa0e9ab..c4d7e4cd2 100644 --- a/runtimes/common/src/dip/deposit/mod.rs +++ b/runtimes/common/src/dip/deposit/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::Get; use pallet_deposit_storage::{ diff --git a/runtimes/common/src/dip/deposit/tests/mod.rs b/runtimes/common/src/dip/deposit/tests/mod.rs index 6cd7f3ea3..aa2da3a59 100644 --- a/runtimes/common/src/dip/deposit/tests/mod.rs +++ b/runtimes/common/src/dip/deposit/tests/mod.rs @@ -14,6 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod on_deposit_reclaimed; diff --git a/runtimes/common/src/dip/deposit/tests/on_deposit_reclaimed.rs b/runtimes/common/src/dip/deposit/tests/on_deposit_reclaimed.rs index 193109183..9d30712ad 100644 --- a/runtimes/common/src/dip/deposit/tests/on_deposit_reclaimed.rs +++ b/runtimes/common/src/dip/deposit/tests/on_deposit_reclaimed.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_noop, assert_ok}; use kilt_support::Deposit; diff --git a/runtimes/common/src/dip/did/mod.rs b/runtimes/common/src/dip/did/mod.rs index d592cff86..7f841cf49 100644 --- a/runtimes/common/src/dip/did/mod.rs +++ b/runtimes/common/src/dip/did/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::did_details::DidDetails; use frame_support::ensure; diff --git a/runtimes/common/src/dip/did/tests/mod.rs b/runtimes/common/src/dip/did/tests/mod.rs index 4982e4b14..bf27eef5e 100644 --- a/runtimes/common/src/dip/did/tests/mod.rs +++ b/runtimes/common/src/dip/did/tests/mod.rs @@ -14,6 +14,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod retrieve; diff --git a/runtimes/common/src/dip/did/tests/retrieve.rs b/runtimes/common/src/dip/did/tests/retrieve.rs index b294aede1..e690f7279 100644 --- a/runtimes/common/src/dip/did/tests/retrieve.rs +++ b/runtimes/common/src/dip/did/tests/retrieve.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::did_details::DidVerificationKey; use frame_support::assert_noop; diff --git a/runtimes/common/src/dip/merkle/mod.rs b/runtimes/common/src/dip/merkle/mod.rs index a656e7584..068b6a512 100644 --- a/runtimes/common/src/dip/merkle/mod.rs +++ b/runtimes/common/src/dip/merkle/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::KeyIdOf; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/runtimes/common/src/dip/merkle/tests/generate_commitment.rs b/runtimes/common/src/dip/merkle/tests/generate_commitment.rs index a4bf213f7..5f911e885 100644 --- a/runtimes/common/src/dip/merkle/tests/generate_commitment.rs +++ b/runtimes/common/src/dip/merkle/tests/generate_commitment.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::did_details::DidVerificationKey; use frame_support::assert_err; diff --git a/runtimes/common/src/dip/merkle/tests/generate_proof.rs b/runtimes/common/src/dip/merkle/tests/generate_proof.rs index ff8c4f2ca..58282db43 100644 --- a/runtimes/common/src/dip/merkle/tests/generate_proof.rs +++ b/runtimes/common/src/dip/merkle/tests/generate_proof.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::did_details::DidVerificationKey; use frame_support::assert_err; diff --git a/runtimes/common/src/dip/merkle/tests/mod.rs b/runtimes/common/src/dip/merkle/tests/mod.rs index f0e072d82..2b5c48239 100644 --- a/runtimes/common/src/dip/merkle/tests/mod.rs +++ b/runtimes/common/src/dip/merkle/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod generate_commitment; mod generate_proof; diff --git a/runtimes/common/src/dip/merkle/v0/mod.rs b/runtimes/common/src/dip/merkle/v0/mod.rs index df4d61ae1..bc18fb8c0 100644 --- a/runtimes/common/src/dip/merkle/v0/mod.rs +++ b/runtimes/common/src/dip/merkle/v0/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{did_details::DidDetails, DidVerificationKeyRelationship, KeyIdOf}; use frame_system::pallet_prelude::BlockNumberFor; diff --git a/runtimes/common/src/dip/merkle/v0/tests/mod.rs b/runtimes/common/src/dip/merkle/v0/tests/mod.rs index f0e072d82..2b5c48239 100644 --- a/runtimes/common/src/dip/merkle/v0/tests/mod.rs +++ b/runtimes/common/src/dip/merkle/v0/tests/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at mod generate_commitment; mod generate_proof; diff --git a/runtimes/common/src/dip/mock.rs b/runtimes/common/src/dip/mock.rs index f87ac568a..341ab533d 100644 --- a/runtimes/common/src/dip/mock.rs +++ b/runtimes/common/src/dip/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{ did_details::{DidDetails, DidEncryptionKey, DidVerificationKey}, diff --git a/runtimes/common/src/dip/mod.rs b/runtimes/common/src/dip/mod.rs index 183b0565c..9ce5665a9 100644 --- a/runtimes/common/src/dip/mod.rs +++ b/runtimes/common/src/dip/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![doc = include_str!("./README.md")] diff --git a/runtimes/common/src/errors.rs b/runtimes/common/src/errors.rs index bea32c22b..e3e003285 100644 --- a/runtimes/common/src/errors.rs +++ b/runtimes/common/src/errors.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use parity_scale_codec::{Decode, Encode}; use scale_info::TypeInfo; diff --git a/runtimes/common/src/fees.rs b/runtimes/common/src/fees.rs index bd31af252..4866177bd 100644 --- a/runtimes/common/src/fees.rs +++ b/runtimes/common/src/fees.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ dispatch::DispatchClass, diff --git a/runtimes/common/src/lib.rs b/runtimes/common/src/lib.rs index c9ad0bbe6..8e17e86e8 100644 --- a/runtimes/common/src/lib.rs +++ b/runtimes/common/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtimes/common/src/migrations.rs b/runtimes/common/src/migrations.rs index 9a8779a25..ef69f9ed5 100644 --- a/runtimes/common/src/migrations.rs +++ b/runtimes/common/src/migrations.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ traits::{GetStorageVersion, OnRuntimeUpgrade, PalletInfoAccess, StorageVersion}, diff --git a/runtimes/common/src/pallet_id.rs b/runtimes/common/src/pallet_id.rs index 7d3dbb8cc..9a904f1b6 100644 --- a/runtimes/common/src/pallet_id.rs +++ b/runtimes/common/src/pallet_id.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Unique identifiers for pallets. diff --git a/runtimes/common/src/web3_names/mod.rs b/runtimes/common/src/web3_names/mod.rs index 57507aa50..d262782bd 100644 --- a/runtimes/common/src/web3_names/mod.rs +++ b/runtimes/common/src/web3_names/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::ensure; use pallet_web3_names::{Config, Error}; diff --git a/runtimes/common/src/web3_names/tests.rs b/runtimes/common/src/web3_names/tests.rs index fde19c508..e06e735f8 100644 --- a/runtimes/common/src/web3_names/tests.rs +++ b/runtimes/common/src/web3_names/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{assert_err, assert_ok}; use sp_runtime::SaturatedConversion; diff --git a/runtimes/common/src/xcm_config.rs b/runtimes/common/src/xcm_config.rs index f8ce8989c..e38db5b42 100644 --- a/runtimes/common/src/xcm_config.rs +++ b/runtimes/common/src/xcm_config.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use core::{marker::PhantomData, ops::ControlFlow}; use cumulus_primitives_core::AggregateMessageOrigin; diff --git a/runtimes/kestrel/build.rs b/runtimes/kestrel/build.rs index 28724338a..8c64668fc 100644 --- a/runtimes/kestrel/build.rs +++ b/runtimes/kestrel/build.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use substrate_wasm_builder::WasmBuilder; diff --git a/runtimes/kestrel/src/lib.rs b/runtimes/kestrel/src/lib.rs index 10febeaa1..758758ec7 100644 --- a/runtimes/kestrel/src/lib.rs +++ b/runtimes/kestrel/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! The KILT runtime. This can be compiled with `#[no_std]`, ready for Wasm. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtimes/peregrine/build.rs b/runtimes/peregrine/build.rs index f55c58ba9..85c9c94a5 100644 --- a/runtimes/peregrine/build.rs +++ b/runtimes/peregrine/build.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use substrate_wasm_builder::WasmBuilder; diff --git a/runtimes/peregrine/src/benchmarks/asset_switch.rs b/runtimes/peregrine/src/benchmarks/asset_switch.rs index 6ad751891..8aafed33e 100644 --- a/runtimes/peregrine/src/benchmarks/asset_switch.rs +++ b/runtimes/peregrine/src/benchmarks/asset_switch.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Required since the pallet `AssetTransactor` will try to deduct the XCM fee // from the user's balance, and the asset must exist. diff --git a/runtimes/peregrine/src/benchmarks/bonded_coins.rs b/runtimes/peregrine/src/benchmarks/bonded_coins.rs index 48704fb42..ade1f3149 100644 --- a/runtimes/peregrine/src/benchmarks/bonded_coins.rs +++ b/runtimes/peregrine/src/benchmarks/bonded_coins.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::fungible::Mutate; use pallet_bonded_coins::{BenchmarkHelper, CollateralAssetIdOf, Config, FungiblesAssetIdOf}; diff --git a/runtimes/peregrine/src/benchmarks/governance.rs b/runtimes/peregrine/src/benchmarks/governance.rs index fc47092ba..44321ada0 100644 --- a/runtimes/peregrine/src/benchmarks/governance.rs +++ b/runtimes/peregrine/src/benchmarks/governance.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{pallet_prelude::OptionQuery, storage_alias, traits::ChangeMembers}; use runtime_common::AccountId; diff --git a/runtimes/peregrine/src/benchmarks/mod.rs b/runtimes/peregrine/src/benchmarks/mod.rs index dc06efd9c..88fa2d3ee 100644 --- a/runtimes/peregrine/src/benchmarks/mod.rs +++ b/runtimes/peregrine/src/benchmarks/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_benchmarking::{ define_benchmarks, whitelisted_caller, BenchmarkBatch, BenchmarkConfig, BenchmarkError, BenchmarkList, Benchmarking, diff --git a/runtimes/peregrine/src/benchmarks/web3_names.rs b/runtimes/peregrine/src/benchmarks/web3_names.rs index c81ef1564..845f7dadc 100644 --- a/runtimes/peregrine/src/benchmarks/web3_names.rs +++ b/runtimes/peregrine/src/benchmarks/web3_names.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub(crate) use web3_names_deployment::Web3NamesBenchmarkHelper; mod web3_names_deployment { diff --git a/runtimes/peregrine/src/governance.rs b/runtimes/peregrine/src/governance.rs index b3edcb717..0f1fc2811 100644 --- a/runtimes/peregrine/src/governance.rs +++ b/runtimes/peregrine/src/governance.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ parameter_types, diff --git a/runtimes/peregrine/src/kilt/credential.rs b/runtimes/peregrine/src/kilt/credential.rs index 3d849a5fb..8c4a197a9 100644 --- a/runtimes/peregrine/src/kilt/credential.rs +++ b/runtimes/peregrine/src/kilt/credential.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use delegation::DelegationAc; use did::{DidRawOrigin, EnsureDidOrigin}; diff --git a/runtimes/peregrine/src/kilt/did.rs b/runtimes/peregrine/src/kilt/did.rs index d6f06b3b8..f645e0267 100644 --- a/runtimes/peregrine/src/kilt/did.rs +++ b/runtimes/peregrine/src/kilt/did.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{ DeriveDidCallAuthorizationVerificationKeyRelationship, DeriveDidCallKeyRelationshipResult, DidRawOrigin, diff --git a/runtimes/peregrine/src/kilt/dip/mod.rs b/runtimes/peregrine/src/kilt/dip/mod.rs index a222a0d8c..b1d652121 100644 --- a/runtimes/peregrine/src/kilt/dip/mod.rs +++ b/runtimes/peregrine/src/kilt/dip/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{DidRawOrigin, EnsureDidOrigin}; use frame_system::EnsureSigned; diff --git a/runtimes/peregrine/src/kilt/dip/runtime_api.rs b/runtimes/peregrine/src/kilt/dip/runtime_api.rs index ef53e4daa..2b022a215 100644 --- a/runtimes/peregrine/src/kilt/dip/runtime_api.rs +++ b/runtimes/peregrine/src/kilt/dip/runtime_api.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::KeyIdOf; use pallet_did_lookup::linkable_account::LinkableAccountId; diff --git a/runtimes/peregrine/src/kilt/mod.rs b/runtimes/peregrine/src/kilt/mod.rs index bb78ff27f..0f548921e 100644 --- a/runtimes/peregrine/src/kilt/mod.rs +++ b/runtimes/peregrine/src/kilt/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{parameter_types, traits::AsEnsureOriginWithArg}; use frame_system::{pallet_prelude::BlockNumberFor, EnsureRoot, EnsureSigned}; diff --git a/runtimes/peregrine/src/lib.rs b/runtimes/peregrine/src/lib.rs index 513471ea7..916eb8c87 100644 --- a/runtimes/peregrine/src/lib.rs +++ b/runtimes/peregrine/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! The KILT runtime. This can be compiled with `#[no_std]`, ready for Wasm. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtimes/peregrine/src/migrations/mod.rs b/runtimes/peregrine/src/migrations/mod.rs index e2be7b59a..f6ca110fa 100644 --- a/runtimes/peregrine/src/migrations/mod.rs +++ b/runtimes/peregrine/src/migrations/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::parameter_types; use runtime_common::constants; diff --git a/runtimes/peregrine/src/parachain.rs b/runtimes/peregrine/src/parachain.rs index 01975e429..c83570bd1 100644 --- a/runtimes/peregrine/src/parachain.rs +++ b/runtimes/peregrine/src/parachain.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use cumulus_pallet_aura_ext::FixedVelocityConsensusHook; use cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; diff --git a/runtimes/peregrine/src/system/mod.rs b/runtimes/peregrine/src/system/mod.rs index 479e75bda..e8aab090b 100644 --- a/runtimes/peregrine/src/system/mod.rs +++ b/runtimes/peregrine/src/system/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ parameter_types, diff --git a/runtimes/peregrine/src/system/proxy.rs b/runtimes/peregrine/src/system/proxy.rs index 2d38c51de..e52788d18 100644 --- a/runtimes/peregrine/src/system/proxy.rs +++ b/runtimes/peregrine/src/system/proxy.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::InstanceFilter; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; diff --git a/runtimes/peregrine/src/tests.rs b/runtimes/peregrine/src/tests.rs index a55bc1015..6598cc36e 100644 --- a/runtimes/peregrine/src/tests.rs +++ b/runtimes/peregrine/src/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{traits::Currency, BoundedVec}; use pallet_dip_provider::IdentityCommitmentOf; diff --git a/runtimes/peregrine/src/weights/attestation.rs b/runtimes/peregrine/src/weights/attestation.rs index 0cc37c755..c1688013c 100644 --- a/runtimes/peregrine/src/weights/attestation.rs +++ b/runtimes/peregrine/src/weights/attestation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `attestation` //! diff --git a/runtimes/peregrine/src/weights/ctype.rs b/runtimes/peregrine/src/weights/ctype.rs index 36096d7ac..34856593a 100644 --- a/runtimes/peregrine/src/weights/ctype.rs +++ b/runtimes/peregrine/src/weights/ctype.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `ctype` //! diff --git a/runtimes/peregrine/src/weights/cumulus_pallet_parachain_system.rs b/runtimes/peregrine/src/weights/cumulus_pallet_parachain_system.rs index 1497042fb..19843d6b9 100644 --- a/runtimes/peregrine/src/weights/cumulus_pallet_parachain_system.rs +++ b/runtimes/peregrine/src/weights/cumulus_pallet_parachain_system.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `cumulus_pallet_parachain_system` //! diff --git a/runtimes/peregrine/src/weights/delegation.rs b/runtimes/peregrine/src/weights/delegation.rs index 9a18d6103..d5943adf6 100644 --- a/runtimes/peregrine/src/weights/delegation.rs +++ b/runtimes/peregrine/src/weights/delegation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `delegation` //! diff --git a/runtimes/peregrine/src/weights/did.rs b/runtimes/peregrine/src/weights/did.rs index 8378fa46c..22d805ab7 100644 --- a/runtimes/peregrine/src/weights/did.rs +++ b/runtimes/peregrine/src/weights/did.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `did` //! diff --git a/runtimes/peregrine/src/weights/frame_system.rs b/runtimes/peregrine/src/weights/frame_system.rs index 34c65ccf3..53b16ca3d 100644 --- a/runtimes/peregrine/src/weights/frame_system.rs +++ b/runtimes/peregrine/src/weights/frame_system.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `frame_system` //! diff --git a/runtimes/peregrine/src/weights/mod.rs b/runtimes/peregrine/src/weights/mod.rs index 2a8bc8dc2..ec7616fdc 100644 --- a/runtimes/peregrine/src/weights/mod.rs +++ b/runtimes/peregrine/src/weights/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![allow(unused_doc_comments)] pub mod attestation; diff --git a/runtimes/peregrine/src/weights/pallet_asset_switch.rs b/runtimes/peregrine/src/weights/pallet_asset_switch.rs index 566580bc7..f56c8f6bc 100644 --- a/runtimes/peregrine/src/weights/pallet_asset_switch.rs +++ b/runtimes/peregrine/src/weights/pallet_asset_switch.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_asset_switch` //! diff --git a/runtimes/peregrine/src/weights/pallet_assets.rs b/runtimes/peregrine/src/weights/pallet_assets.rs index f2073167f..9917201b2 100644 --- a/runtimes/peregrine/src/weights/pallet_assets.rs +++ b/runtimes/peregrine/src/weights/pallet_assets.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_assets` //! diff --git a/runtimes/peregrine/src/weights/pallet_balances.rs b/runtimes/peregrine/src/weights/pallet_balances.rs index 0fa5a6c7e..e998800c3 100644 --- a/runtimes/peregrine/src/weights/pallet_balances.rs +++ b/runtimes/peregrine/src/weights/pallet_balances.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_balances` //! diff --git a/runtimes/peregrine/src/weights/pallet_bonded_assets.rs b/runtimes/peregrine/src/weights/pallet_bonded_assets.rs index d1bc00416..72365acae 100644 --- a/runtimes/peregrine/src/weights/pallet_bonded_assets.rs +++ b/runtimes/peregrine/src/weights/pallet_bonded_assets.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_bonded_assets` //! diff --git a/runtimes/peregrine/src/weights/pallet_bonded_coins.rs b/runtimes/peregrine/src/weights/pallet_bonded_coins.rs index d46e6dab4..3412dd993 100644 --- a/runtimes/peregrine/src/weights/pallet_bonded_coins.rs +++ b/runtimes/peregrine/src/weights/pallet_bonded_coins.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_bonded_coins` //! diff --git a/runtimes/peregrine/src/weights/pallet_collective.rs b/runtimes/peregrine/src/weights/pallet_collective.rs index 4d2816d95..69ac4f7d3 100644 --- a/runtimes/peregrine/src/weights/pallet_collective.rs +++ b/runtimes/peregrine/src/weights/pallet_collective.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_collective` //! diff --git a/runtimes/peregrine/src/weights/pallet_democracy.rs b/runtimes/peregrine/src/weights/pallet_democracy.rs index d01c996aa..90a552695 100644 --- a/runtimes/peregrine/src/weights/pallet_democracy.rs +++ b/runtimes/peregrine/src/weights/pallet_democracy.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_democracy` //! diff --git a/runtimes/peregrine/src/weights/pallet_deposit_storage.rs b/runtimes/peregrine/src/weights/pallet_deposit_storage.rs index a271aefab..af742c834 100644 --- a/runtimes/peregrine/src/weights/pallet_deposit_storage.rs +++ b/runtimes/peregrine/src/weights/pallet_deposit_storage.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_deposit_storage` //! diff --git a/runtimes/peregrine/src/weights/pallet_did_lookup.rs b/runtimes/peregrine/src/weights/pallet_did_lookup.rs index f4b360487..b0146b0a7 100644 --- a/runtimes/peregrine/src/weights/pallet_did_lookup.rs +++ b/runtimes/peregrine/src/weights/pallet_did_lookup.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_did_lookup` //! diff --git a/runtimes/peregrine/src/weights/pallet_dip_provider.rs b/runtimes/peregrine/src/weights/pallet_dip_provider.rs index 22b143de7..d763511a9 100644 --- a/runtimes/peregrine/src/weights/pallet_dip_provider.rs +++ b/runtimes/peregrine/src/weights/pallet_dip_provider.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_dip_provider` //! diff --git a/runtimes/peregrine/src/weights/pallet_indices.rs b/runtimes/peregrine/src/weights/pallet_indices.rs index 7d2f50de0..6c2f6e8cb 100644 --- a/runtimes/peregrine/src/weights/pallet_indices.rs +++ b/runtimes/peregrine/src/weights/pallet_indices.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_indices` //! diff --git a/runtimes/peregrine/src/weights/pallet_inflation.rs b/runtimes/peregrine/src/weights/pallet_inflation.rs index 8a192e1c5..1a60573d3 100644 --- a/runtimes/peregrine/src/weights/pallet_inflation.rs +++ b/runtimes/peregrine/src/weights/pallet_inflation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_inflation` //! diff --git a/runtimes/peregrine/src/weights/pallet_membership.rs b/runtimes/peregrine/src/weights/pallet_membership.rs index 499c06eaa..618736a02 100644 --- a/runtimes/peregrine/src/weights/pallet_membership.rs +++ b/runtimes/peregrine/src/weights/pallet_membership.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_membership` //! diff --git a/runtimes/peregrine/src/weights/pallet_message_queue.rs b/runtimes/peregrine/src/weights/pallet_message_queue.rs index 69e026b81..a503cf007 100644 --- a/runtimes/peregrine/src/weights/pallet_message_queue.rs +++ b/runtimes/peregrine/src/weights/pallet_message_queue.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_message_queue` //! diff --git a/runtimes/peregrine/src/weights/pallet_migration.rs b/runtimes/peregrine/src/weights/pallet_migration.rs index b52636089..aa3fb92c6 100644 --- a/runtimes/peregrine/src/weights/pallet_migration.rs +++ b/runtimes/peregrine/src/weights/pallet_migration.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_migration` //! diff --git a/runtimes/peregrine/src/weights/pallet_multisig.rs b/runtimes/peregrine/src/weights/pallet_multisig.rs index d1bc884ee..195149369 100644 --- a/runtimes/peregrine/src/weights/pallet_multisig.rs +++ b/runtimes/peregrine/src/weights/pallet_multisig.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for pallet_multisig //! diff --git a/runtimes/peregrine/src/weights/pallet_preimage.rs b/runtimes/peregrine/src/weights/pallet_preimage.rs index 28fa2fbeb..ea4915db8 100644 --- a/runtimes/peregrine/src/weights/pallet_preimage.rs +++ b/runtimes/peregrine/src/weights/pallet_preimage.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_preimage` //! diff --git a/runtimes/peregrine/src/weights/pallet_proxy.rs b/runtimes/peregrine/src/weights/pallet_proxy.rs index 3b474eb2c..e94d0b008 100644 --- a/runtimes/peregrine/src/weights/pallet_proxy.rs +++ b/runtimes/peregrine/src/weights/pallet_proxy.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_proxy` //! diff --git a/runtimes/peregrine/src/weights/pallet_scheduler.rs b/runtimes/peregrine/src/weights/pallet_scheduler.rs index c0210a820..777facf67 100644 --- a/runtimes/peregrine/src/weights/pallet_scheduler.rs +++ b/runtimes/peregrine/src/weights/pallet_scheduler.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_scheduler` //! diff --git a/runtimes/peregrine/src/weights/pallet_session.rs b/runtimes/peregrine/src/weights/pallet_session.rs index 5750cb5d5..76c191a79 100644 --- a/runtimes/peregrine/src/weights/pallet_session.rs +++ b/runtimes/peregrine/src/weights/pallet_session.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_session` //! diff --git a/runtimes/peregrine/src/weights/pallet_sudo.rs b/runtimes/peregrine/src/weights/pallet_sudo.rs index e4d53c90d..0d3e84848 100644 --- a/runtimes/peregrine/src/weights/pallet_sudo.rs +++ b/runtimes/peregrine/src/weights/pallet_sudo.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_sudo` //! diff --git a/runtimes/peregrine/src/weights/pallet_technical_committee_collective.rs b/runtimes/peregrine/src/weights/pallet_technical_committee_collective.rs index 6a60e2d08..a4628f013 100644 --- a/runtimes/peregrine/src/weights/pallet_technical_committee_collective.rs +++ b/runtimes/peregrine/src/weights/pallet_technical_committee_collective.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_technical_committee_collective` //! diff --git a/runtimes/peregrine/src/weights/pallet_technical_membership.rs b/runtimes/peregrine/src/weights/pallet_technical_membership.rs index 526039519..4f782f9f8 100644 --- a/runtimes/peregrine/src/weights/pallet_technical_membership.rs +++ b/runtimes/peregrine/src/weights/pallet_technical_membership.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_technical_membership` //! diff --git a/runtimes/peregrine/src/weights/pallet_timestamp.rs b/runtimes/peregrine/src/weights/pallet_timestamp.rs index 73f24f1e2..7c9e92095 100644 --- a/runtimes/peregrine/src/weights/pallet_timestamp.rs +++ b/runtimes/peregrine/src/weights/pallet_timestamp.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_timestamp` //! diff --git a/runtimes/peregrine/src/weights/pallet_tips.rs b/runtimes/peregrine/src/weights/pallet_tips.rs index 1dc95fd24..b9f7174ff 100644 --- a/runtimes/peregrine/src/weights/pallet_tips.rs +++ b/runtimes/peregrine/src/weights/pallet_tips.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_tips` //! diff --git a/runtimes/peregrine/src/weights/pallet_treasury.rs b/runtimes/peregrine/src/weights/pallet_treasury.rs index 25afce436..092f5d0e0 100644 --- a/runtimes/peregrine/src/weights/pallet_treasury.rs +++ b/runtimes/peregrine/src/weights/pallet_treasury.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_treasury` //! diff --git a/runtimes/peregrine/src/weights/pallet_utility.rs b/runtimes/peregrine/src/weights/pallet_utility.rs index 3e4e22e44..a0e73a03a 100644 --- a/runtimes/peregrine/src/weights/pallet_utility.rs +++ b/runtimes/peregrine/src/weights/pallet_utility.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_utility` //! diff --git a/runtimes/peregrine/src/weights/pallet_vesting.rs b/runtimes/peregrine/src/weights/pallet_vesting.rs index 71942e4b8..72e5be851 100644 --- a/runtimes/peregrine/src/weights/pallet_vesting.rs +++ b/runtimes/peregrine/src/weights/pallet_vesting.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_vesting` //! diff --git a/runtimes/peregrine/src/weights/pallet_web3_names.rs b/runtimes/peregrine/src/weights/pallet_web3_names.rs index 78c2107d1..91306dfae 100644 --- a/runtimes/peregrine/src/weights/pallet_web3_names.rs +++ b/runtimes/peregrine/src/weights/pallet_web3_names.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_web3_names` //! diff --git a/runtimes/peregrine/src/weights/pallet_xcm.rs b/runtimes/peregrine/src/weights/pallet_xcm.rs index 99c9adc77..5d7d2e1db 100644 --- a/runtimes/peregrine/src/weights/pallet_xcm.rs +++ b/runtimes/peregrine/src/weights/pallet_xcm.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_xcm` //! diff --git a/runtimes/peregrine/src/weights/parachain_staking.rs b/runtimes/peregrine/src/weights/parachain_staking.rs index af3ccc606..13c6863a4 100644 --- a/runtimes/peregrine/src/weights/parachain_staking.rs +++ b/runtimes/peregrine/src/weights/parachain_staking.rs @@ -16,7 +16,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `parachain_staking` //! diff --git a/runtimes/peregrine/src/weights/public_credentials.rs b/runtimes/peregrine/src/weights/public_credentials.rs index 45a787152..382280255 100644 --- a/runtimes/peregrine/src/weights/public_credentials.rs +++ b/runtimes/peregrine/src/weights/public_credentials.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `public_credentials` //! diff --git a/runtimes/peregrine/src/weights/rocksdb_weights.rs b/runtimes/peregrine/src/weights/rocksdb_weights.rs index 41cfa41b6..8eb043b43 100644 --- a/runtimes/peregrine/src/weights/rocksdb_weights.rs +++ b/runtimes/peregrine/src/weights/rocksdb_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION //! 4.0.0-dev DATE: 2024-03-29 (Y/M/D) diff --git a/runtimes/peregrine/src/xcm.rs b/runtimes/peregrine/src/xcm.rs index 8ebe478b2..5b003c97c 100644 --- a/runtimes/peregrine/src/xcm.rs +++ b/runtimes/peregrine/src/xcm.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{ kilt::{CheckingAccount, KiltToEKiltSwitchPallet}, diff --git a/runtimes/spiritnet/build.rs b/runtimes/spiritnet/build.rs index 2e4bb4790..a3f9602b8 100644 --- a/runtimes/spiritnet/build.rs +++ b/runtimes/spiritnet/build.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use substrate_wasm_builder::WasmBuilder; diff --git a/runtimes/spiritnet/src/benchmarks/asset_switch.rs b/runtimes/spiritnet/src/benchmarks/asset_switch.rs index 6ad751891..8aafed33e 100644 --- a/runtimes/spiritnet/src/benchmarks/asset_switch.rs +++ b/runtimes/spiritnet/src/benchmarks/asset_switch.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at // Required since the pallet `AssetTransactor` will try to deduct the XCM fee // from the user's balance, and the asset must exist. diff --git a/runtimes/spiritnet/src/benchmarks/governance.rs b/runtimes/spiritnet/src/benchmarks/governance.rs index fc47092ba..44321ada0 100644 --- a/runtimes/spiritnet/src/benchmarks/governance.rs +++ b/runtimes/spiritnet/src/benchmarks/governance.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{pallet_prelude::OptionQuery, storage_alias, traits::ChangeMembers}; use runtime_common::AccountId; diff --git a/runtimes/spiritnet/src/benchmarks/mod.rs b/runtimes/spiritnet/src/benchmarks/mod.rs index 0c7c99f61..fcb53b313 100644 --- a/runtimes/spiritnet/src/benchmarks/mod.rs +++ b/runtimes/spiritnet/src/benchmarks/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_benchmarking::{ define_benchmarks, whitelisted_caller, BenchmarkBatch, BenchmarkConfig, BenchmarkError, BenchmarkList, Benchmarking, diff --git a/runtimes/spiritnet/src/benchmarks/web3_names.rs b/runtimes/spiritnet/src/benchmarks/web3_names.rs index c81ef1564..845f7dadc 100644 --- a/runtimes/spiritnet/src/benchmarks/web3_names.rs +++ b/runtimes/spiritnet/src/benchmarks/web3_names.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at pub(crate) use web3_names_deployment::Web3NamesBenchmarkHelper; mod web3_names_deployment { diff --git a/runtimes/spiritnet/src/governance.rs b/runtimes/spiritnet/src/governance.rs index b3edcb717..0f1fc2811 100644 --- a/runtimes/spiritnet/src/governance.rs +++ b/runtimes/spiritnet/src/governance.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ parameter_types, diff --git a/runtimes/spiritnet/src/kilt/credential.rs b/runtimes/spiritnet/src/kilt/credential.rs index 3d849a5fb..8c4a197a9 100644 --- a/runtimes/spiritnet/src/kilt/credential.rs +++ b/runtimes/spiritnet/src/kilt/credential.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use delegation::DelegationAc; use did::{DidRawOrigin, EnsureDidOrigin}; diff --git a/runtimes/spiritnet/src/kilt/did.rs b/runtimes/spiritnet/src/kilt/did.rs index d6f06b3b8..f645e0267 100644 --- a/runtimes/spiritnet/src/kilt/did.rs +++ b/runtimes/spiritnet/src/kilt/did.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{ DeriveDidCallAuthorizationVerificationKeyRelationship, DeriveDidCallKeyRelationshipResult, DidRawOrigin, diff --git a/runtimes/spiritnet/src/kilt/dip/mod.rs b/runtimes/spiritnet/src/kilt/dip/mod.rs index 574cd4047..18a5d5789 100644 --- a/runtimes/spiritnet/src/kilt/dip/mod.rs +++ b/runtimes/spiritnet/src/kilt/dip/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::{DidRawOrigin, EnsureDidOrigin}; use frame_system::EnsureSigned; diff --git a/runtimes/spiritnet/src/kilt/dip/runtime_api.rs b/runtimes/spiritnet/src/kilt/dip/runtime_api.rs index ef53e4daa..2b022a215 100644 --- a/runtimes/spiritnet/src/kilt/dip/runtime_api.rs +++ b/runtimes/spiritnet/src/kilt/dip/runtime_api.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use did::KeyIdOf; use pallet_did_lookup::linkable_account::LinkableAccountId; diff --git a/runtimes/spiritnet/src/kilt/mod.rs b/runtimes/spiritnet/src/kilt/mod.rs index 2786edc13..5d57bcd16 100644 --- a/runtimes/spiritnet/src/kilt/mod.rs +++ b/runtimes/spiritnet/src/kilt/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::parameter_types; use frame_system::{pallet_prelude::BlockNumberFor, EnsureRoot, EnsureSigned}; diff --git a/runtimes/spiritnet/src/lib.rs b/runtimes/spiritnet/src/lib.rs index 75423f195..7822d21dc 100644 --- a/runtimes/spiritnet/src/lib.rs +++ b/runtimes/spiritnet/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! The KILT runtime. This can be compiled with `#[no_std]`, ready for Wasm. #![cfg_attr(not(feature = "std"), no_std)] diff --git a/runtimes/spiritnet/src/migrations/mod.rs b/runtimes/spiritnet/src/migrations/mod.rs index 28758a18d..f1e8d2eb7 100644 --- a/runtimes/spiritnet/src/migrations/mod.rs +++ b/runtimes/spiritnet/src/migrations/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::parameter_types; use runtime_common::constants; diff --git a/runtimes/spiritnet/src/parachain.rs b/runtimes/spiritnet/src/parachain.rs index 01975e429..c83570bd1 100644 --- a/runtimes/spiritnet/src/parachain.rs +++ b/runtimes/spiritnet/src/parachain.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use cumulus_pallet_aura_ext::FixedVelocityConsensusHook; use cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; diff --git a/runtimes/spiritnet/src/system/mod.rs b/runtimes/spiritnet/src/system/mod.rs index b14c531a8..33a953890 100644 --- a/runtimes/spiritnet/src/system/mod.rs +++ b/runtimes/spiritnet/src/system/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ parameter_types, diff --git a/runtimes/spiritnet/src/system/proxy.rs b/runtimes/spiritnet/src/system/proxy.rs index 11c0d816d..4b4a2b37a 100644 --- a/runtimes/spiritnet/src/system/proxy.rs +++ b/runtimes/spiritnet/src/system/proxy.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::InstanceFilter; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; diff --git a/runtimes/spiritnet/src/tests.rs b/runtimes/spiritnet/src/tests.rs index b5317ffc4..ab6abc902 100644 --- a/runtimes/spiritnet/src/tests.rs +++ b/runtimes/spiritnet/src/tests.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{traits::Currency, BoundedVec}; use pallet_dip_provider::IdentityCommitmentOf; diff --git a/runtimes/spiritnet/src/weights/attestation.rs b/runtimes/spiritnet/src/weights/attestation.rs index 2ac68dc76..36ff98083 100644 --- a/runtimes/spiritnet/src/weights/attestation.rs +++ b/runtimes/spiritnet/src/weights/attestation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `attestation` //! diff --git a/runtimes/spiritnet/src/weights/ctype.rs b/runtimes/spiritnet/src/weights/ctype.rs index 656b4dbe5..279550b39 100644 --- a/runtimes/spiritnet/src/weights/ctype.rs +++ b/runtimes/spiritnet/src/weights/ctype.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `ctype` //! diff --git a/runtimes/spiritnet/src/weights/cumulus_pallet_parachain_system.rs b/runtimes/spiritnet/src/weights/cumulus_pallet_parachain_system.rs index 0a21077ce..f27329be3 100644 --- a/runtimes/spiritnet/src/weights/cumulus_pallet_parachain_system.rs +++ b/runtimes/spiritnet/src/weights/cumulus_pallet_parachain_system.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `cumulus_pallet_parachain_system` //! diff --git a/runtimes/spiritnet/src/weights/delegation.rs b/runtimes/spiritnet/src/weights/delegation.rs index 60d8fcf7a..5d5d87761 100644 --- a/runtimes/spiritnet/src/weights/delegation.rs +++ b/runtimes/spiritnet/src/weights/delegation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `delegation` //! diff --git a/runtimes/spiritnet/src/weights/did.rs b/runtimes/spiritnet/src/weights/did.rs index 7a4979e4a..155ab8523 100644 --- a/runtimes/spiritnet/src/weights/did.rs +++ b/runtimes/spiritnet/src/weights/did.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `did` //! diff --git a/runtimes/spiritnet/src/weights/frame_system.rs b/runtimes/spiritnet/src/weights/frame_system.rs index 490c1d030..05ba542d7 100644 --- a/runtimes/spiritnet/src/weights/frame_system.rs +++ b/runtimes/spiritnet/src/weights/frame_system.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `frame_system` //! diff --git a/runtimes/spiritnet/src/weights/mod.rs b/runtimes/spiritnet/src/weights/mod.rs index 154ec2bf4..6e59fa1f9 100644 --- a/runtimes/spiritnet/src/weights/mod.rs +++ b/runtimes/spiritnet/src/weights/mod.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![allow(unused_doc_comments)] pub mod attestation; diff --git a/runtimes/spiritnet/src/weights/pallet_balances.rs b/runtimes/spiritnet/src/weights/pallet_balances.rs index 23d7cfd9a..2fa1d9dca 100644 --- a/runtimes/spiritnet/src/weights/pallet_balances.rs +++ b/runtimes/spiritnet/src/weights/pallet_balances.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_balances` //! diff --git a/runtimes/spiritnet/src/weights/pallet_collective.rs b/runtimes/spiritnet/src/weights/pallet_collective.rs index 4d2816d95..69ac4f7d3 100644 --- a/runtimes/spiritnet/src/weights/pallet_collective.rs +++ b/runtimes/spiritnet/src/weights/pallet_collective.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_collective` //! diff --git a/runtimes/spiritnet/src/weights/pallet_democracy.rs b/runtimes/spiritnet/src/weights/pallet_democracy.rs index 36775ca69..0e64d583c 100644 --- a/runtimes/spiritnet/src/weights/pallet_democracy.rs +++ b/runtimes/spiritnet/src/weights/pallet_democracy.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_democracy` //! diff --git a/runtimes/spiritnet/src/weights/pallet_deposit_storage.rs b/runtimes/spiritnet/src/weights/pallet_deposit_storage.rs index 0b985deb6..7d0bb2301 100644 --- a/runtimes/spiritnet/src/weights/pallet_deposit_storage.rs +++ b/runtimes/spiritnet/src/weights/pallet_deposit_storage.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_deposit_storage` //! diff --git a/runtimes/spiritnet/src/weights/pallet_did_lookup.rs b/runtimes/spiritnet/src/weights/pallet_did_lookup.rs index 3cf08f713..a541d5fc1 100644 --- a/runtimes/spiritnet/src/weights/pallet_did_lookup.rs +++ b/runtimes/spiritnet/src/weights/pallet_did_lookup.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_did_lookup` //! diff --git a/runtimes/spiritnet/src/weights/pallet_dip_provider.rs b/runtimes/spiritnet/src/weights/pallet_dip_provider.rs index db0bf514a..f3d8a472d 100644 --- a/runtimes/spiritnet/src/weights/pallet_dip_provider.rs +++ b/runtimes/spiritnet/src/weights/pallet_dip_provider.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_dip_provider` //! diff --git a/runtimes/spiritnet/src/weights/pallet_indices.rs b/runtimes/spiritnet/src/weights/pallet_indices.rs index 9b13f7694..e1799696a 100644 --- a/runtimes/spiritnet/src/weights/pallet_indices.rs +++ b/runtimes/spiritnet/src/weights/pallet_indices.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_indices` //! diff --git a/runtimes/spiritnet/src/weights/pallet_inflation.rs b/runtimes/spiritnet/src/weights/pallet_inflation.rs index 20b39f3db..0adc2ceb4 100644 --- a/runtimes/spiritnet/src/weights/pallet_inflation.rs +++ b/runtimes/spiritnet/src/weights/pallet_inflation.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_inflation` //! diff --git a/runtimes/spiritnet/src/weights/pallet_membership.rs b/runtimes/spiritnet/src/weights/pallet_membership.rs index 499c06eaa..618736a02 100644 --- a/runtimes/spiritnet/src/weights/pallet_membership.rs +++ b/runtimes/spiritnet/src/weights/pallet_membership.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_membership` //! diff --git a/runtimes/spiritnet/src/weights/pallet_message_queue.rs b/runtimes/spiritnet/src/weights/pallet_message_queue.rs index 309a10dbe..7fe65dacd 100644 --- a/runtimes/spiritnet/src/weights/pallet_message_queue.rs +++ b/runtimes/spiritnet/src/weights/pallet_message_queue.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_message_queue` //! diff --git a/runtimes/spiritnet/src/weights/pallet_migration.rs b/runtimes/spiritnet/src/weights/pallet_migration.rs index bdfc3ed86..03cdba1ea 100644 --- a/runtimes/spiritnet/src/weights/pallet_migration.rs +++ b/runtimes/spiritnet/src/weights/pallet_migration.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_migration` //! diff --git a/runtimes/spiritnet/src/weights/pallet_multisig.rs b/runtimes/spiritnet/src/weights/pallet_multisig.rs index 58729b5e5..fe3f3a78c 100644 --- a/runtimes/spiritnet/src/weights/pallet_multisig.rs +++ b/runtimes/spiritnet/src/weights/pallet_multisig.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for pallet_multisig //! diff --git a/runtimes/spiritnet/src/weights/pallet_preimage.rs b/runtimes/spiritnet/src/weights/pallet_preimage.rs index c36b6d108..9d8c40500 100644 --- a/runtimes/spiritnet/src/weights/pallet_preimage.rs +++ b/runtimes/spiritnet/src/weights/pallet_preimage.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_preimage` //! diff --git a/runtimes/spiritnet/src/weights/pallet_proxy.rs b/runtimes/spiritnet/src/weights/pallet_proxy.rs index 7399bd115..39eaba26e 100644 --- a/runtimes/spiritnet/src/weights/pallet_proxy.rs +++ b/runtimes/spiritnet/src/weights/pallet_proxy.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_proxy` //! diff --git a/runtimes/spiritnet/src/weights/pallet_scheduler.rs b/runtimes/spiritnet/src/weights/pallet_scheduler.rs index 6c3745c34..0b0828b9b 100644 --- a/runtimes/spiritnet/src/weights/pallet_scheduler.rs +++ b/runtimes/spiritnet/src/weights/pallet_scheduler.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_scheduler` //! diff --git a/runtimes/spiritnet/src/weights/pallet_session.rs b/runtimes/spiritnet/src/weights/pallet_session.rs index af270518c..3910a1280 100644 --- a/runtimes/spiritnet/src/weights/pallet_session.rs +++ b/runtimes/spiritnet/src/weights/pallet_session.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_session` //! diff --git a/runtimes/spiritnet/src/weights/pallet_technical_committee_collective.rs b/runtimes/spiritnet/src/weights/pallet_technical_committee_collective.rs index 6a60e2d08..a4628f013 100644 --- a/runtimes/spiritnet/src/weights/pallet_technical_committee_collective.rs +++ b/runtimes/spiritnet/src/weights/pallet_technical_committee_collective.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_technical_committee_collective` //! diff --git a/runtimes/spiritnet/src/weights/pallet_technical_membership.rs b/runtimes/spiritnet/src/weights/pallet_technical_membership.rs index 526039519..4f782f9f8 100644 --- a/runtimes/spiritnet/src/weights/pallet_technical_membership.rs +++ b/runtimes/spiritnet/src/weights/pallet_technical_membership.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_technical_membership` //! diff --git a/runtimes/spiritnet/src/weights/pallet_timestamp.rs b/runtimes/spiritnet/src/weights/pallet_timestamp.rs index b47801c80..5da2c1a7d 100644 --- a/runtimes/spiritnet/src/weights/pallet_timestamp.rs +++ b/runtimes/spiritnet/src/weights/pallet_timestamp.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_timestamp` //! diff --git a/runtimes/spiritnet/src/weights/pallet_tips.rs b/runtimes/spiritnet/src/weights/pallet_tips.rs index b1b860f0c..7a570f74d 100644 --- a/runtimes/spiritnet/src/weights/pallet_tips.rs +++ b/runtimes/spiritnet/src/weights/pallet_tips.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_tips` //! diff --git a/runtimes/spiritnet/src/weights/pallet_treasury.rs b/runtimes/spiritnet/src/weights/pallet_treasury.rs index 2544605dc..f57dc7ef9 100644 --- a/runtimes/spiritnet/src/weights/pallet_treasury.rs +++ b/runtimes/spiritnet/src/weights/pallet_treasury.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_treasury` //! diff --git a/runtimes/spiritnet/src/weights/pallet_utility.rs b/runtimes/spiritnet/src/weights/pallet_utility.rs index f6ed74162..8ea6412c7 100644 --- a/runtimes/spiritnet/src/weights/pallet_utility.rs +++ b/runtimes/spiritnet/src/weights/pallet_utility.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_utility` //! diff --git a/runtimes/spiritnet/src/weights/pallet_vesting.rs b/runtimes/spiritnet/src/weights/pallet_vesting.rs index a0f4b4e85..63489caf8 100644 --- a/runtimes/spiritnet/src/weights/pallet_vesting.rs +++ b/runtimes/spiritnet/src/weights/pallet_vesting.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_vesting` //! diff --git a/runtimes/spiritnet/src/weights/pallet_web3_names.rs b/runtimes/spiritnet/src/weights/pallet_web3_names.rs index 56f958ffb..54b2eec0c 100644 --- a/runtimes/spiritnet/src/weights/pallet_web3_names.rs +++ b/runtimes/spiritnet/src/weights/pallet_web3_names.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_web3_names` //! diff --git a/runtimes/spiritnet/src/weights/pallet_xcm.rs b/runtimes/spiritnet/src/weights/pallet_xcm.rs index a914efb66..0d332fede 100644 --- a/runtimes/spiritnet/src/weights/pallet_xcm.rs +++ b/runtimes/spiritnet/src/weights/pallet_xcm.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `pallet_xcm` //! diff --git a/runtimes/spiritnet/src/weights/parachain_staking.rs b/runtimes/spiritnet/src/weights/parachain_staking.rs index 7c8ac7f67..6c71341a9 100644 --- a/runtimes/spiritnet/src/weights/parachain_staking.rs +++ b/runtimes/spiritnet/src/weights/parachain_staking.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for parachain_staking //! diff --git a/runtimes/spiritnet/src/weights/public_credentials.rs b/runtimes/spiritnet/src/weights/public_credentials.rs index 7e02c53e9..b145ba0f4 100644 --- a/runtimes/spiritnet/src/weights/public_credentials.rs +++ b/runtimes/spiritnet/src/weights/public_credentials.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! Autogenerated weights for `public_credentials` //! diff --git a/runtimes/spiritnet/src/weights/rocksdb_weights.rs b/runtimes/spiritnet/src/weights/rocksdb_weights.rs index 41cfa41b6..8eb043b43 100644 --- a/runtimes/spiritnet/src/weights/rocksdb_weights.rs +++ b/runtimes/spiritnet/src/weights/rocksdb_weights.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION //! 4.0.0-dev DATE: 2024-03-29 (Y/M/D) diff --git a/runtimes/spiritnet/src/xcm.rs b/runtimes/spiritnet/src/xcm.rs index 0bd04f6d9..bf917612f 100644 --- a/runtimes/spiritnet/src/xcm.rs +++ b/runtimes/spiritnet/src/xcm.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use crate::{ kilt::{CheckingAccount, KiltToEKiltSwitchPallet}, diff --git a/support/src/deposit.rs b/support/src/deposit.rs index b8ba2fb03..b2a1fb1ec 100644 --- a/support/src/deposit.rs +++ b/support/src/deposit.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{ fungible::{hold::Mutate, Inspect}, diff --git a/support/src/lib.rs b/support/src/lib.rs index b36ea2a20..643623c47 100644 --- a/support/src/lib.rs +++ b/support/src/lib.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at #![cfg_attr(not(feature = "std"), no_std)] mod deposit; diff --git a/support/src/migration.rs b/support/src/migration.rs index 348b004ea..5d23432c1 100644 --- a/support/src/migration.rs +++ b/support/src/migration.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::{ pallet_prelude::DispatchResult, diff --git a/support/src/mock.rs b/support/src/mock.rs index e8584c451..99d7692df 100644 --- a/support/src/mock.rs +++ b/support/src/mock.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at //! This module contains utilities for testing. diff --git a/support/src/signature.rs b/support/src/signature.rs index fb908f951..a98164b5e 100644 --- a/support/src/signature.rs +++ b/support/src/signature.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use scale_info::TypeInfo; use sp_weights::Weight; diff --git a/support/src/test_utils.rs b/support/src/test_utils.rs index eea69b885..4fac8c3da 100644 --- a/support/src/test_utils.rs +++ b/support/src/test_utils.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use scale_info::prelude::string::String; use sp_runtime::TryRuntimeError; diff --git a/support/src/traits.rs b/support/src/traits.rs index d69dcd592..1005ce8ec 100644 --- a/support/src/traits.rs +++ b/support/src/traits.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use frame_support::traits::{ fungible::hold::Mutate, diff --git a/support/src/xcm.rs b/support/src/xcm.rs index 8f7b1e380..25436211f 100644 --- a/support/src/xcm.rs +++ b/support/src/xcm.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// If you feel like getting in touch with us, you can do so at +// If you feel like getting in touch with us, you can do so at use sp_std::marker::PhantomData; use sp_weights::Weight;