diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 6432b10e1..66a5300f5 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -8,63 +8,59 @@ title: Manta {{ SET_VERSION }} Release checklist Most of the following checks should be completed before officially publishing the new release of the Calamari/Manta runtime or client. Some need to be completed after the new code is deployed. -### Runtime Releases - These checks should be performed on the codebase prior to freezing our release candidate: -- [ ] Verify [`spec_version`](#spec-version) has been incremented since the - last release for any native runtimes from any existing use on public - (non-private/test) networks. If the runtime was published (release or pre-release), either - the `spec_version` or `impl` must be bumped. -- [ ] Verify pallet and [extrinsic ordering](#extrinsic-ordering) has stayed - the same. Bump `transaction_version` if not. -- [ ] Verify new extrinsics have been correctly whitelisted/blacklisted -- [ ] Verify [benchmarks](#benchmarks) have been updated for any modified - runtime logic. -- [ ] Check for any upstream storage migrations and perform tests with `try-runtime`, if any. -- [ ] Update hard-coded URLs to polkadot/manta binaries/runtimes in `publish_draft_releases.yml` CI workflow. - -The following checks can be performed after we have frozen our release candidate: - -- [ ] Code freeze should typically happen one week prior to release, to ensure we have enough time for related testing. -- [ ] Notify everyone, especially people with merge rights to `manta` (stechu, Dengjianping) that a release is ongoing and no more merges to `manta` should happen until told otherwise -- [ ] Complete the [manual QA workflow](https://www.notion.so/mantanetwork/d55be01354bb4f579b16d6e34df9e2e1?v=dcfa54e2b4a343ad9b899574ddb94a1c). +- [ ] Announce code freeze (typically one week prior to release), to ensure we have enough time for related testing. Notify everyone @Runtime that a release is ongoing and no more merges to `manta` should happen until told otherwise +- On a branch named `release-vX.Y.Z` or `release-vX.Y.Z-something` ( something could be e.g. `alpha` or `rc1` ). Substitute X Y Z with the release version number. + - [ ] Verify that each crate's `version` has been bumped from previous release. + - [ ] Verify [`spec_version`](#spec-version) has been incremented since the + last release for any native runtimes from any existing use on public + (non-private/test) networks. If the runtime was published (release or pre-release), either + the `spec_version` or `impl` must be bumped. + - [ ] Verify pallet and [extrinsic ordering](#extrinsic-ordering) has stayed + the same. Bump `transaction_version` if not. + - [ ] Verify new extrinsics have been correctly whitelisted/blacklisted + - [ ] Verify [benchmarks](#benchmarks) have been updated for any modified + runtime logic. + - [ ] Check for any upstream storage migrations and perform tests with `try-runtime`, if any. + - [ ] Grep github actions files for `POLKADOT_BINARY` and `_BINARY` and update them + - [ ] Generate new changelog using `dev-tools` repo + - [ ] Merge when green and reviewed + - [ ] Tag the release with the same version you used on the release PR. IMPORTANT: Use the `manta` branch commit for the tag, NOT a `release-` or other branch + - [ ] Wait for CI to succeed running on the tag + - [ ] Check that a draft release has been created at https://github.com/Manta-Network/Manta/releases with relevant [release notes](#release-notes) + - [ ] Check that build artifacts have been added to the draft-release + - [ ] Create a Pre-Release on github and add Release Notes (see below for what needs to be in them) + +# Deploy to internal testnets ( fast runtime ) - [ ] Verify Polkadot JS API are up to date with the latest runtime changes. -- [ ] Execute runtime upgrade to Baikal relay and verify network stability. -- [ ] Execute runtime upgrade to Calamari @ Baikal and verify network stability. -- [ ] Execute runtime upgrade to Calamari @ Moonbase-Relay and verify network stability. -- [ ] Execute runtime upgrade to Dolphin @ Baikal and verify network stability. -- [ ] Check network health metrics like average block times, block authors, etc with this tool https://parachain-utilities.vercel.app/ - -Note: Usually update client first then runtime. - -### Client Releases - -- [ ] Verify that each crate's `version` has been bumped from previous release. -- [ ] Update client of Baikal relay nodes. -- [ ] Update client of Calamari-Testnet @ Baikal nodes. -- [ ] Update client of Calamari-Testnet @ Moonbase-Relay nodes. -- [ ] Update client of Dolphin @ Baikal nodes. - -### All Releases +- Unless this release specifies a special upgrade process: + - [ ] Execute client upgrade on Baikal relaychain nodes + - [ ] Execute runtime upgrade to Baikal relaychain and verify network stability. + - [ ] Execute client upgrade on Calamari @ Baikal nodes if needed + - [ ] Execute runtime upgrade to Calamari @ Baikal and verify network stability. +- [ ] Complete the [manual QA workflow](https://www.notion.so/mantanetwork/d55be01354bb4f579b16d6e34df9e2e1?v=dcfa54e2b4a343ad9b899574ddb94a1c). +- [ ] If the release contains any changes that break/change functionality used in https://github.com/Manta-Network/sdk (e.g. RPC changes, see also [extrinsic ordering](#extrinsic-ordering)), raise a PR there and **block this release** until your PR has been merged and incorporated in a new SDK release. -- [ ] Check that a draft release has been created at - https://github.com/Manta-Network/Manta/releases with relevant [release - notes](#release-notes) -- [ ] Check that build artifacts have been added to the - draft-release +# Deploy to public testnet +- Unless this release specifies a special upgrade process: + - [ ] Execute client upgrade on calamari @ moonbase-relay nodes if needed + - [ ] Execute runtime upgrade to calamari @ moonbase-relay and verify network stability. + - [ ] Execute client upgrade on calamari @ kusama-internal nodes if needed + - [ ] Execute runtime upgrade to calamari @ kusama-internal and verify network stability. +- [ ] Check network health metrics like average block times, block authors, etc with this tool https://parachain-utilities.vercel.app/ - [ ] Coordinate with marketing team for documentation updates and other relevant tasks. -- [ ] Update changelog. -- [ ] If the release contains any changes that break/change functionality used in https://github.com/Manta-Network/sdk (e.g. RPC changes, see also [extrinsic ordering](#extrinsic-ordering)), raise a PR there and **block this release** until your PR has been merged and incorporated in a new SDK release. -- [ ] Check that the new client and/or runtime versions have [burned-in](#burn-in) without issue for at least 3 days. -- [ ] Before declaring a successful burn-in make sure to check for anomalies in our nodes' memory, cpu, disk and network usage via the [Grafana Node Explorer](https://grafana.pulse.pelagos.systems/d/rYdddlPWk/node-exporter-full). These would include but are not limited to: memory leaks, cpu spikes, spike in tcp sockets waiting to close, etc. Make sure to take a look at all of the available graphs, because some problems might only show up in the collapsed views. +- [ ] Monitor [Grafana Node Explorer](https://grafana.pulse.pelagos.systems/d/rYdddlPWk/node-exporter-full) for anomalies in our nodes' memory, cpu, disk and network usage. These would include but are not limited to: memory leaks, cpu spikes, spike in tcp sockets waiting to close, etc. Make sure to take a look at all of the available graphs because some problems might only be visible in views that are collapsed by default +- [ ] Check that the new client and/or runtime versions have burned-in without issue for at least 3 days. - [ ] Keep an eye out on the [manta status dashboard](https://status.manta.network/) for additional metrics like outages. -Note: Do not publish draft releases from PR branches, because those branches will be deleted when the PR is merged. - +# Deploy to mainnet ### Before Runtime Upgrade Vote -- [ ] Prepare a governance post and submit to our forum with description and motivation for changes. +- [ ] Prepare a governance post with description and motivation for changes. +- [ ] Promote the Pre-Release to a full (latest) Release on github. +- [ ] Start the governance motion to `authorize_upgrade`. +- [ ] Submit governance post to our forum with description and motivation for changes. ### During Runtime Upgrade Vote - Notify all external users of `manta`, include the block number the upgrade is enacted! @@ -72,14 +68,10 @@ Note: Do not publish draft releases from PR branches, because those branches wil - [ ] Manta/Calamari Discord Announcement - [ ] [Exchange Integration Teams](https://www.notion.so/mantanetwork/Exchanges-3rd-Infrastructures-b089e136a14b430ea405400311b362cb) - [ ] Subscan team. Ensure subscan service can continue to scan calamari blocks. +- Unless this release specifies a special upgrade process: + - [ ] Execute client upgrade on company mainnet nodes ## Notes - -### Burn In - -- [ ] Ensure that Manta DevOps has run the new release on Baikal nodes for at least 3 days prior to publishing the release. -- [ ] Check all testnet nodes [on Grafana](https://grafana.pulse.pelagos.systems/d/rYdddlPWk/node-exporter-full?orgId=1&refresh=1m&var-DS_PROMETHEUS=default&var-job=calamari-testnet%20invulnerable%20collator%20(ssl)&var-node=crunchy.baikal.testnet.calamari.systems:443&var-diskdevices=%5Ba-z%5D%2B%7Cnvme%5B0-9%5D%2Bn%5B0-9%5D%2B%7Cmmcblk%5B0-9%5D%2B) for irregularities since the upgrade - ### Release notes The release notes **MUST** contain: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4bcc6afa0..0d654c2f7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,9 +15,3 @@ Situational Notes: - If importing a new pallet, choose a proper module index for it, and allow it in `BaseFilter`. Ensure **every** extrinsic works from front-end. If there's corresponding tool, ensure both work for each other. - If needed, update our Javascript/Typescript APIs. These APIs are officially used by exchanges or community developers. - If modifying existing runtime storage items, make sure to implement storage migrations for the runtime and test them with `try-runtime`. This includes migrations inherited from upstream changes, and you can search the diffs for modifications of `#[pallet::storage]` items to check for any. -- If runtime changes, need to update the version numbers properly: - * `authoring_version`: The version of the authorship interface. An authoring node will not attempt to author blocks unless this is equal to its native runtime. - * `spec_version`: The version of the runtime specification. A full node will not attempt to use its native runtime in substitute for the on-chain Wasm runtime unless all of spec_name, spec_version, and authoring_version are the same between Wasm and native. - * `impl_version`: The version of the implementation of the specification. Nodes are free to ignore this; it serves only as an indication that the code is different; as long as the other two versions are the same then while the actual code may be different, it is nonetheless required to do the same thing. Non-consensus-breaking optimizations are about the only changes that could be made which would result in only the impl_version changing. - * `transaction_version`: The version of the extrinsics interface. This number must be updated in the following circumstances: extrinsic parameters (number, order, or types) have been changed; extrinsics or pallets have been removed; or the pallet order in the construct_runtime! macro or extrinsic order in a pallet has been changed. You can run the `metadata_diff.yml` workflow for help. If this number is updated, then the `spec_version` must also be updated -- Verify benchmarks & weights have been updated for any modified runtime logics diff --git a/.github/resources/frame-weight-template.hbs b/.github/resources/frame-weight-template.hbs index 05f588342..e54cf8095 100644 --- a/.github/resources/frame-weight-template.hbs +++ b/.github/resources/frame-weight-template.hbs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/.github/resources/xcm-weight-template.hbs b/.github/resources/xcm-weight-template.hbs index 5ba58616e..88bceba4e 100644 --- a/.github/resources/xcm-weight-template.hbs +++ b/.github/resources/xcm-weight-template.hbs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/.github/workflows/publish_draft_releases.yml b/.github/workflows/publish_draft_releases.yml index 4fcb27ac5..44b9db2a0 100644 --- a/.github/workflows/publish_draft_releases.yml +++ b/.github/workflows/publish_draft_releases.yml @@ -18,7 +18,7 @@ env: AWS_IMAGE_SEARCH_OWNERS: '["099720109477"]' jobs: get-rust-versions: - if: ${{ startsWith(github.ref, 'refs/tags') || startsWith(github.ref, 'refs/heads/release-') || github.ref == 'refs/heads/manta' }} + if: ${{ startsWith(github.ref, 'refs/tags/v') }} runs-on: ubuntu-20.04 container: image: paritytech/ci-linux:production @@ -33,7 +33,7 @@ jobs: echo "::set-output name=stable::$(rustc +stable --version)" echo "::set-output name=nightly::$(rustc +nightly --version)" build-runtimes: - if: ${{ startsWith(github.ref, 'refs/tags') || startsWith(github.ref, 'refs/heads/release-') || github.ref == 'refs/heads/manta' }} + if: ${{ startsWith(github.ref, 'refs/tags/v') }} runs-on: ubuntu-20.04 env: CARGO_TERM_COLOR: always @@ -77,7 +77,7 @@ jobs: ${{ steps.srtool-build.outputs.wasm }} ${{ steps.srtool-build.outputs.wasm_compressed }} build-node-current: - if: ${{ startsWith(github.ref, 'refs/tags') || startsWith(github.ref, 'refs/heads/release-') || github.ref == 'refs/heads/manta' }} + if: ${{ startsWith(github.ref, 'refs/tags/v') }} needs: start-node-builder-current runs-on: ${{ needs.start-node-builder-current.outputs.runner-label }} env: @@ -271,7 +271,7 @@ jobs: with: args: 'draft runtime release ${{ github.ref }} created at ${{ needs.create-draft-release.outputs.release_url }}' start-node-builder-current: - if: ${{ startsWith(github.ref, 'refs/tags') || startsWith(github.ref, 'refs/heads/release-') || github.ref == 'refs/heads/manta' }} + if: ${{ startsWith(github.ref, 'refs/tags/v') }} runs-on: ubuntu-20.04 outputs: runner-label: ${{ steps.start-self-hosted-runner.outputs.runner-label }} diff --git a/FILE_TEMPLATE b/FILE_TEMPLATE index 9f7194cc5..2a95941e8 100644 --- a/FILE_TEMPLATE +++ b/FILE_TEMPLATE @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/build.rs b/node/build.rs index 19c83f571..a624f93f8 100644 --- a/node/build.rs +++ b/node/build.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/aura_or_nimbus_consensus.rs b/node/src/aura_or_nimbus_consensus.rs index 02c8da9a9..f268da9ba 100644 --- a/node/src/aura_or_nimbus_consensus.rs +++ b/node/src/aura_or_nimbus_consensus.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/calamari.rs b/node/src/chain_specs/calamari.rs index f6f1ba5ad..96e1d18ff 100644 --- a/node/src/chain_specs/calamari.rs +++ b/node/src/chain_specs/calamari.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/dolphin.rs b/node/src/chain_specs/dolphin.rs index 9060956ef..2aaf18f95 100644 --- a/node/src/chain_specs/dolphin.rs +++ b/node/src/chain_specs/dolphin.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/manta.rs b/node/src/chain_specs/manta.rs index 396554077..10b6b5dcc 100644 --- a/node/src/chain_specs/manta.rs +++ b/node/src/chain_specs/manta.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/chain_specs/mod.rs b/node/src/chain_specs/mod.rs index 45bdc9a5c..6231f11b0 100644 --- a/node/src/chain_specs/mod.rs +++ b/node/src/chain_specs/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/cli.rs b/node/src/cli.rs index 6b15ee16e..6150d11fd 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/client.rs b/node/src/client.rs index 9783d7178..83111ef22 100644 --- a/node/src/client.rs +++ b/node/src/client.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/command.rs b/node/src/command.rs index f5e8cd680..a82d2e381 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/lib.rs b/node/src/lib.rs index 33d32b449..478b8a956 100644 --- a/node/src/lib.rs +++ b/node/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/main.rs b/node/src/main.rs index 2728ca435..a12dd44e3 100644 --- a/node/src/main.rs +++ b/node/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/rpc/calamari.rs b/node/src/rpc/calamari.rs index a8fd4d4fb..b40b8b201 100644 --- a/node/src/rpc/calamari.rs +++ b/node/src/rpc/calamari.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/rpc/common.rs b/node/src/rpc/common.rs index e5cb93c0d..b774df001 100644 --- a/node/src/rpc/common.rs +++ b/node/src/rpc/common.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/rpc/dolphin.rs b/node/src/rpc/dolphin.rs index 606d20a81..690d9fc03 100644 --- a/node/src/rpc/dolphin.rs +++ b/node/src/rpc/dolphin.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/rpc/mod.rs b/node/src/rpc/mod.rs index 68b24f994..9f0fc3757 100644 --- a/node/src/rpc/mod.rs +++ b/node/src/rpc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/node/src/service.rs b/node/src/service.rs index 079dfc22b..929fec777 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/benchmarking.rs b/pallets/asset-manager/src/benchmarking.rs index 8a0430d35..df7e4969c 100644 --- a/pallets/asset-manager/src/benchmarking.rs +++ b/pallets/asset-manager/src/benchmarking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/lib.rs b/pallets/asset-manager/src/lib.rs index 0500d9865..51af3f703 100644 --- a/pallets/asset-manager/src/lib.rs +++ b/pallets/asset-manager/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/migrations.rs b/pallets/asset-manager/src/migrations.rs index 1f2f62e13..f0a8d4284 100644 --- a/pallets/asset-manager/src/migrations.rs +++ b/pallets/asset-manager/src/migrations.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/mock.rs b/pallets/asset-manager/src/mock.rs index 72a25d99c..ef009b8c4 100644 --- a/pallets/asset-manager/src/mock.rs +++ b/pallets/asset-manager/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/tests.rs b/pallets/asset-manager/src/tests.rs index 7ebe2fa8a..67a6329bd 100644 --- a/pallets/asset-manager/src/tests.rs +++ b/pallets/asset-manager/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/asset-manager/src/weights.rs b/pallets/asset-manager/src/weights.rs index 63464fe66..de347aca7 100644 --- a/pallets/asset-manager/src/weights.rs +++ b/pallets/asset-manager/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/benchmarking.rs b/pallets/collator-selection/src/benchmarking.rs index b831b7936..32762a6b3 100644 --- a/pallets/collator-selection/src/benchmarking.rs +++ b/pallets/collator-selection/src/benchmarking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/lib.rs b/pallets/collator-selection/src/lib.rs index ac4f50890..d94faa513 100644 --- a/pallets/collator-selection/src/lib.rs +++ b/pallets/collator-selection/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/migrations.rs b/pallets/collator-selection/src/migrations.rs index 0c9363a75..62246decc 100644 --- a/pallets/collator-selection/src/migrations.rs +++ b/pallets/collator-selection/src/migrations.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/mock.rs b/pallets/collator-selection/src/mock.rs index 31768ca50..a4786180c 100644 --- a/pallets/collator-selection/src/mock.rs +++ b/pallets/collator-selection/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/tests.rs b/pallets/collator-selection/src/tests.rs index e55cf939f..cdb214476 100644 --- a/pallets/collator-selection/src/tests.rs +++ b/pallets/collator-selection/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/collator-selection/src/weights.rs b/pallets/collator-selection/src/weights.rs index eaf586474..f54a65c87 100644 --- a/pallets/collator-selection/src/weights.rs +++ b/pallets/collator-selection/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/benchmark/mod.rs b/pallets/manta-pay/src/benchmark/mod.rs index 89588101b..173358c6b 100644 --- a/pallets/manta-pay/src/benchmark/mod.rs +++ b/pallets/manta-pay/src/benchmark/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/benchmark/precomputed_coins.rs b/pallets/manta-pay/src/benchmark/precomputed_coins.rs index 5befbd003..ab5d45c70 100644 --- a/pallets/manta-pay/src/benchmark/precomputed_coins.rs +++ b/pallets/manta-pay/src/benchmark/precomputed_coins.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/bin/precompute_coins.rs b/pallets/manta-pay/src/bin/precompute_coins.rs index a4912bf4e..48a260171 100644 --- a/pallets/manta-pay/src/bin/precompute_coins.rs +++ b/pallets/manta-pay/src/bin/precompute_coins.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify @@ -218,7 +218,7 @@ fn main() -> Result<()> { writeln!( target_file, indoc! {r" - // Copyright 2020-2022 Manta Network. + // Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/lib.rs b/pallets/manta-pay/src/lib.rs index 3ec4f5639..3001e41ce 100644 --- a/pallets/manta-pay/src/lib.rs +++ b/pallets/manta-pay/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/mock.rs b/pallets/manta-pay/src/mock.rs index 6aa4f5693..c7d3715df 100644 --- a/pallets/manta-pay/src/mock.rs +++ b/pallets/manta-pay/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/rpc.rs b/pallets/manta-pay/src/rpc.rs index 522069491..cdb805278 100644 --- a/pallets/manta-pay/src/rpc.rs +++ b/pallets/manta-pay/src/rpc.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/runtime.rs b/pallets/manta-pay/src/runtime.rs index bc386806b..24901beb2 100644 --- a/pallets/manta-pay/src/runtime.rs +++ b/pallets/manta-pay/src/runtime.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/test/mod.rs b/pallets/manta-pay/src/test/mod.rs index 0b70190fe..fc1364051 100644 --- a/pallets/manta-pay/src/test/mod.rs +++ b/pallets/manta-pay/src/test/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/test/payment.rs b/pallets/manta-pay/src/test/payment.rs index 6b4b14183..4564f9200 100644 --- a/pallets/manta-pay/src/test/payment.rs +++ b/pallets/manta-pay/src/test/payment.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/test/storage.rs b/pallets/manta-pay/src/test/storage.rs index 105a3588e..243cb85cd 100644 --- a/pallets/manta-pay/src/test/storage.rs +++ b/pallets/manta-pay/src/test/storage.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/types.rs b/pallets/manta-pay/src/types.rs index 58a8f0eb0..a060690f5 100644 --- a/pallets/manta-pay/src/types.rs +++ b/pallets/manta-pay/src/types.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/manta-pay/src/weights.rs b/pallets/manta-pay/src/weights.rs index cb58fa7ec..cb23aa5df 100644 --- a/pallets/manta-pay/src/weights.rs +++ b/pallets/manta-pay/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/benchmarks.rs b/pallets/parachain-staking/src/benchmarks.rs index 9135f0f5f..c4bb3a285 100644 --- a/pallets/parachain-staking/src/benchmarks.rs +++ b/pallets/parachain-staking/src/benchmarks.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/delegation_requests.rs b/pallets/parachain-staking/src/delegation_requests.rs index 9828395a1..9d36bfb71 100644 --- a/pallets/parachain-staking/src/delegation_requests.rs +++ b/pallets/parachain-staking/src/delegation_requests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/inflation.rs b/pallets/parachain-staking/src/inflation.rs index f727f1c01..6de981323 100644 --- a/pallets/parachain-staking/src/inflation.rs +++ b/pallets/parachain-staking/src/inflation.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/lib.rs b/pallets/parachain-staking/src/lib.rs index 76b0b69ed..1b7ddf57d 100644 --- a/pallets/parachain-staking/src/lib.rs +++ b/pallets/parachain-staking/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/migrations.rs b/pallets/parachain-staking/src/migrations.rs index 2055087cb..d1ad8942e 100644 --- a/pallets/parachain-staking/src/migrations.rs +++ b/pallets/parachain-staking/src/migrations.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/mock.rs b/pallets/parachain-staking/src/mock.rs index d79168221..ddbc4fc1b 100644 --- a/pallets/parachain-staking/src/mock.rs +++ b/pallets/parachain-staking/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/set.rs b/pallets/parachain-staking/src/set.rs index fb68656df..94a374738 100644 --- a/pallets/parachain-staking/src/set.rs +++ b/pallets/parachain-staking/src/set.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/tests.rs b/pallets/parachain-staking/src/tests.rs index e8d0dc2cb..9492093b7 100644 --- a/pallets/parachain-staking/src/tests.rs +++ b/pallets/parachain-staking/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/traits.rs b/pallets/parachain-staking/src/traits.rs index 6bd371047..f95899848 100644 --- a/pallets/parachain-staking/src/traits.rs +++ b/pallets/parachain-staking/src/traits.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/types.rs b/pallets/parachain-staking/src/types.rs index a08441ee7..f52528ebc 100644 --- a/pallets/parachain-staking/src/types.rs +++ b/pallets/parachain-staking/src/types.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/weights.rs b/pallets/parachain-staking/src/weights.rs index 1524a479a..1c26a07b7 100644 --- a/pallets/parachain-staking/src/weights.rs +++ b/pallets/parachain-staking/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/benchmarking.rs b/pallets/tx-pause/src/benchmarking.rs index 5212ef841..cc5d33050 100644 --- a/pallets/tx-pause/src/benchmarking.rs +++ b/pallets/tx-pause/src/benchmarking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/lib.rs b/pallets/tx-pause/src/lib.rs index 62cda5f46..6036a14b4 100644 --- a/pallets/tx-pause/src/lib.rs +++ b/pallets/tx-pause/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/mock.rs b/pallets/tx-pause/src/mock.rs index cedbd9a71..504a04fc4 100644 --- a/pallets/tx-pause/src/mock.rs +++ b/pallets/tx-pause/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/tests.rs b/pallets/tx-pause/src/tests.rs index 42f1982d2..35aed36c6 100644 --- a/pallets/tx-pause/src/tests.rs +++ b/pallets/tx-pause/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/tx-pause/src/weights.rs b/pallets/tx-pause/src/weights.rs index a290a75c5..a2ec5563b 100644 --- a/pallets/tx-pause/src/weights.rs +++ b/pallets/tx-pause/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/benchmarking.rs b/pallets/vesting/src/benchmarking.rs index 01e520833..424552152 100644 --- a/pallets/vesting/src/benchmarking.rs +++ b/pallets/vesting/src/benchmarking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/lib.rs b/pallets/vesting/src/lib.rs index 8928500a0..0a6a8d5c2 100644 --- a/pallets/vesting/src/lib.rs +++ b/pallets/vesting/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/mock.rs b/pallets/vesting/src/mock.rs index 2d5c1fc1d..6572fddd7 100644 --- a/pallets/vesting/src/mock.rs +++ b/pallets/vesting/src/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/tests.rs b/pallets/vesting/src/tests.rs index 3df82e6db..ccbd6586f 100644 --- a/pallets/vesting/src/tests.rs +++ b/pallets/vesting/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/pallets/vesting/src/weights.rs b/pallets/vesting/src/weights.rs index 9995d8155..3d386ca7b 100644 --- a/pallets/vesting/src/weights.rs +++ b/pallets/vesting/src/weights.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/assets.rs b/primitives/manta/src/assets.rs index a58553ad7..f202120e6 100644 --- a/primitives/manta/src/assets.rs +++ b/primitives/manta/src/assets.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/constants.rs b/primitives/manta/src/constants.rs index f4d4fc331..adfe53103 100644 --- a/primitives/manta/src/constants.rs +++ b/primitives/manta/src/constants.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/lib.rs b/primitives/manta/src/lib.rs index 90c1f8b73..b5ab1bd96 100644 --- a/primitives/manta/src/lib.rs +++ b/primitives/manta/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/types.rs b/primitives/manta/src/types.rs index 9f23e8a54..bd8bea318 100644 --- a/primitives/manta/src/types.rs +++ b/primitives/manta/src/types.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/manta/src/xcm.rs b/primitives/manta/src/xcm.rs index 43bb4c9f2..36044516c 100644 --- a/primitives/manta/src/xcm.rs +++ b/primitives/manta/src/xcm.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/aura.rs b/primitives/session-keys/src/aura.rs index 090fef766..d3dee8013 100644 --- a/primitives/session-keys/src/aura.rs +++ b/primitives/session-keys/src/aura.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/lib.rs b/primitives/session-keys/src/lib.rs index 04ed5b495..e05aef496 100644 --- a/primitives/session-keys/src/lib.rs +++ b/primitives/session-keys/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/nimbus.rs b/primitives/session-keys/src/nimbus.rs index 4ee0e86aa..590a84fc5 100644 --- a/primitives/session-keys/src/nimbus.rs +++ b/primitives/session-keys/src/nimbus.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/util.rs b/primitives/session-keys/src/util.rs index 580227aad..71b15e079 100644 --- a/primitives/session-keys/src/util.rs +++ b/primitives/session-keys/src/util.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/primitives/session-keys/src/vrf.rs b/primitives/session-keys/src/vrf.rs index c9429bc3e..278e5dd24 100644 --- a/primitives/session-keys/src/vrf.rs +++ b/primitives/session-keys/src/vrf.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/build.rs b/runtime/calamari/build.rs index ebc6ed273..7d5c4e345 100644 --- a/runtime/calamari/build.rs +++ b/runtime/calamari/build.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/assets_config.rs b/runtime/calamari/src/assets_config.rs index 635f015d1..ce431a695 100644 --- a/runtime/calamari/src/assets_config.rs +++ b/runtime/calamari/src/assets_config.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/currency.rs b/runtime/calamari/src/currency.rs index b4f37b69c..46445d7d8 100644 --- a/runtime/calamari/src/currency.rs +++ b/runtime/calamari/src/currency.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/fee.rs b/runtime/calamari/src/fee.rs index 8e2d2ee10..f593f9a02 100644 --- a/runtime/calamari/src/fee.rs +++ b/runtime/calamari/src/fee.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/impls.rs b/runtime/calamari/src/impls.rs index b09b9e93f..1b069074c 100644 --- a/runtime/calamari/src/impls.rs +++ b/runtime/calamari/src/impls.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/lib.rs b/runtime/calamari/src/lib.rs index bb092833e..541adbbe5 100644 --- a/runtime/calamari/src/lib.rs +++ b/runtime/calamari/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/migrations/asset_id.rs b/runtime/calamari/src/migrations/asset_id.rs index 04459b642..5fe14a59d 100644 --- a/runtime/calamari/src/migrations/asset_id.rs +++ b/runtime/calamari/src/migrations/asset_id.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/migrations/mod.rs b/runtime/calamari/src/migrations/mod.rs index 5aaece584..cf8db29ca 100644 --- a/runtime/calamari/src/migrations/mod.rs +++ b/runtime/calamari/src/migrations/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/migrations/staking.rs b/runtime/calamari/src/migrations/staking.rs index 63362a17f..03690d64e 100644 --- a/runtime/calamari/src/migrations/staking.rs +++ b/runtime/calamari/src/migrations/staking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/migrations/sudo.rs b/runtime/calamari/src/migrations/sudo.rs index 931ac6669..8577c3180 100644 --- a/runtime/calamari/src/migrations/sudo.rs +++ b/runtime/calamari/src/migrations/sudo.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/nimbus_session_adapter.rs b/runtime/calamari/src/nimbus_session_adapter.rs index 3dce3ae87..0d7fb0f3a 100644 --- a/runtime/calamari/src/nimbus_session_adapter.rs +++ b/runtime/calamari/src/nimbus_session_adapter.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/staking.rs b/runtime/calamari/src/staking.rs index 6af98b8e9..2e2df285f 100644 --- a/runtime/calamari/src/staking.rs +++ b/runtime/calamari/src/staking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/calamari_vesting.rs b/runtime/calamari/src/weights/calamari_vesting.rs index e5f9f6dd5..89d2dc429 100644 --- a/runtime/calamari/src/weights/calamari_vesting.rs +++ b/runtime/calamari/src/weights/calamari_vesting.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/calamari/src/weights/cumulus_pallet_xcmp_queue.rs index 4972f655c..6c3f49566 100644 --- a/runtime/calamari/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/calamari/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/frame_system.rs b/runtime/calamari/src/weights/frame_system.rs index 07fefc336..eae400ef2 100644 --- a/runtime/calamari/src/weights/frame_system.rs +++ b/runtime/calamari/src/weights/frame_system.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/manta_collator_selection.rs b/runtime/calamari/src/weights/manta_collator_selection.rs index 819783b42..f4fb62ea6 100644 --- a/runtime/calamari/src/weights/manta_collator_selection.rs +++ b/runtime/calamari/src/weights/manta_collator_selection.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/mod.rs b/runtime/calamari/src/weights/mod.rs index 9edd4ceb3..8ac480154 100644 --- a/runtime/calamari/src/weights/mod.rs +++ b/runtime/calamari/src/weights/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_asset_manager.rs b/runtime/calamari/src/weights/pallet_asset_manager.rs index 937423682..734a439b2 100644 --- a/runtime/calamari/src/weights/pallet_asset_manager.rs +++ b/runtime/calamari/src/weights/pallet_asset_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_assets.rs b/runtime/calamari/src/weights/pallet_assets.rs index b407826ce..3dea85aea 100644 --- a/runtime/calamari/src/weights/pallet_assets.rs +++ b/runtime/calamari/src/weights/pallet_assets.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_author_inherent.rs b/runtime/calamari/src/weights/pallet_author_inherent.rs index cd66d39d0..37285d30d 100644 --- a/runtime/calamari/src/weights/pallet_author_inherent.rs +++ b/runtime/calamari/src/weights/pallet_author_inherent.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_balances.rs b/runtime/calamari/src/weights/pallet_balances.rs index d403aeca5..bf0ce16b1 100644 --- a/runtime/calamari/src/weights/pallet_balances.rs +++ b/runtime/calamari/src/weights/pallet_balances.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_collective.rs b/runtime/calamari/src/weights/pallet_collective.rs index 1bf6c7123..9b1c20f36 100644 --- a/runtime/calamari/src/weights/pallet_collective.rs +++ b/runtime/calamari/src/weights/pallet_collective.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_democracy.rs b/runtime/calamari/src/weights/pallet_democracy.rs index 3fc08f9e0..8f74c5cc5 100644 --- a/runtime/calamari/src/weights/pallet_democracy.rs +++ b/runtime/calamari/src/weights/pallet_democracy.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_manta_pay.rs b/runtime/calamari/src/weights/pallet_manta_pay.rs index 6fc8e727d..82af41b63 100644 --- a/runtime/calamari/src/weights/pallet_manta_pay.rs +++ b/runtime/calamari/src/weights/pallet_manta_pay.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_membership.rs b/runtime/calamari/src/weights/pallet_membership.rs index f19b13e46..dfcc4dcdf 100644 --- a/runtime/calamari/src/weights/pallet_membership.rs +++ b/runtime/calamari/src/weights/pallet_membership.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_multisig.rs b/runtime/calamari/src/weights/pallet_multisig.rs index 27cd87c92..b28c1fc94 100644 --- a/runtime/calamari/src/weights/pallet_multisig.rs +++ b/runtime/calamari/src/weights/pallet_multisig.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_parachain_staking.rs b/runtime/calamari/src/weights/pallet_parachain_staking.rs index b66c65417..acf5c741f 100644 --- a/runtime/calamari/src/weights/pallet_parachain_staking.rs +++ b/runtime/calamari/src/weights/pallet_parachain_staking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_preimage.rs b/runtime/calamari/src/weights/pallet_preimage.rs index e9726fdc1..2a9274df0 100644 --- a/runtime/calamari/src/weights/pallet_preimage.rs +++ b/runtime/calamari/src/weights/pallet_preimage.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_scheduler.rs b/runtime/calamari/src/weights/pallet_scheduler.rs index 4eabfc7c1..a74cbc23d 100644 --- a/runtime/calamari/src/weights/pallet_scheduler.rs +++ b/runtime/calamari/src/weights/pallet_scheduler.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_session.rs b/runtime/calamari/src/weights/pallet_session.rs index 85db2f0dc..4c484a25d 100644 --- a/runtime/calamari/src/weights/pallet_session.rs +++ b/runtime/calamari/src/weights/pallet_session.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_timestamp.rs b/runtime/calamari/src/weights/pallet_timestamp.rs index 0fbd85f4e..acacd08ee 100644 --- a/runtime/calamari/src/weights/pallet_timestamp.rs +++ b/runtime/calamari/src/weights/pallet_timestamp.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_treasury.rs b/runtime/calamari/src/weights/pallet_treasury.rs index 256bcdd5e..489cb684d 100644 --- a/runtime/calamari/src/weights/pallet_treasury.rs +++ b/runtime/calamari/src/weights/pallet_treasury.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_tx_pause.rs b/runtime/calamari/src/weights/pallet_tx_pause.rs index d6045904a..efeb55f12 100644 --- a/runtime/calamari/src/weights/pallet_tx_pause.rs +++ b/runtime/calamari/src/weights/pallet_tx_pause.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/pallet_utility.rs b/runtime/calamari/src/weights/pallet_utility.rs index 3b65f62f0..42d8646df 100644 --- a/runtime/calamari/src/weights/pallet_utility.rs +++ b/runtime/calamari/src/weights/pallet_utility.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/xcm/mod.rs b/runtime/calamari/src/weights/xcm/mod.rs index c27fdf270..ef0b43a7d 100644 --- a/runtime/calamari/src/weights/xcm/mod.rs +++ b/runtime/calamari/src/weights/xcm/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 866044013..ab336fa94 100644 --- a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 8f4216432..3a2d8b069 100644 --- a/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/calamari/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/src/xcm_config.rs b/runtime/calamari/src/xcm_config.rs index 3a005d510..097eaa3a5 100644 --- a/runtime/calamari/src/xcm_config.rs +++ b/runtime/calamari/src/xcm_config.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/tests/common.rs b/runtime/calamari/tests/common.rs index d84ddc415..95018a9ec 100644 --- a/runtime/calamari/tests/common.rs +++ b/runtime/calamari/tests/common.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/tests/integrations_mock/integration_tests.rs b/runtime/calamari/tests/integrations_mock/integration_tests.rs index ba5d97a57..e5b8acf41 100644 --- a/runtime/calamari/tests/integrations_mock/integration_tests.rs +++ b/runtime/calamari/tests/integrations_mock/integration_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/tests/integrations_mock/mock.rs b/runtime/calamari/tests/integrations_mock/mock.rs index ed767d657..17fbb9d24 100644 --- a/runtime/calamari/tests/integrations_mock/mock.rs +++ b/runtime/calamari/tests/integrations_mock/mock.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/tests/integrations_mock/mod.rs b/runtime/calamari/tests/integrations_mock/mod.rs index 28f0aa90b..8a7b126aa 100644 --- a/runtime/calamari/tests/integrations_mock/mod.rs +++ b/runtime/calamari/tests/integrations_mock/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/tests/xcm_mock/mod.rs b/runtime/calamari/tests/xcm_mock/mod.rs index 723a2ec85..085877858 100644 --- a/runtime/calamari/tests/xcm_mock/mod.rs +++ b/runtime/calamari/tests/xcm_mock/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/tests/xcm_mock/parachain.rs b/runtime/calamari/tests/xcm_mock/parachain.rs index aa9deae0b..ae937b225 100644 --- a/runtime/calamari/tests/xcm_mock/parachain.rs +++ b/runtime/calamari/tests/xcm_mock/parachain.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/tests/xcm_mock/relay_chain.rs b/runtime/calamari/tests/xcm_mock/relay_chain.rs index 6df7ffe1a..5cbecdaa6 100644 --- a/runtime/calamari/tests/xcm_mock/relay_chain.rs +++ b/runtime/calamari/tests/xcm_mock/relay_chain.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/calamari/tests/xcm_mock/xcm_tests.rs b/runtime/calamari/tests/xcm_mock/xcm_tests.rs index e98c73693..7f3643ca9 100644 --- a/runtime/calamari/tests/xcm_mock/xcm_tests.rs +++ b/runtime/calamari/tests/xcm_mock/xcm_tests.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 48f499e66..6b85b7ef1 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/common/src/migration.rs b/runtime/common/src/migration.rs index 87340e2e3..17bdb6580 100644 --- a/runtime/common/src/migration.rs +++ b/runtime/common/src/migration.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/build.rs b/runtime/dolphin/build.rs index ebc6ed273..7d5c4e345 100644 --- a/runtime/dolphin/build.rs +++ b/runtime/dolphin/build.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/assets_config.rs b/runtime/dolphin/src/assets_config.rs index f243ae19c..ed8bcff57 100644 --- a/runtime/dolphin/src/assets_config.rs +++ b/runtime/dolphin/src/assets_config.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/currency.rs b/runtime/dolphin/src/currency.rs index 3fc5e5d86..920bca4fa 100644 --- a/runtime/dolphin/src/currency.rs +++ b/runtime/dolphin/src/currency.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/fee.rs b/runtime/dolphin/src/fee.rs index 88e03329e..bfd5d0130 100644 --- a/runtime/dolphin/src/fee.rs +++ b/runtime/dolphin/src/fee.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/impls.rs b/runtime/dolphin/src/impls.rs index bf12bed4b..0cac8c5ef 100644 --- a/runtime/dolphin/src/impls.rs +++ b/runtime/dolphin/src/impls.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/lib.rs b/runtime/dolphin/src/lib.rs index 94d141f38..9431b1997 100644 --- a/runtime/dolphin/src/lib.rs +++ b/runtime/dolphin/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/nimbus_session_adapter.rs b/runtime/dolphin/src/nimbus_session_adapter.rs index 65237e86d..e90566913 100644 --- a/runtime/dolphin/src/nimbus_session_adapter.rs +++ b/runtime/dolphin/src/nimbus_session_adapter.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/dolphin/src/weights/cumulus_pallet_xcmp_queue.rs index 0f7308858..69ca99559 100644 --- a/runtime/dolphin/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/dolphin/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/frame_system.rs b/runtime/dolphin/src/weights/frame_system.rs index ee6b73335..4ae1dce8a 100644 --- a/runtime/dolphin/src/weights/frame_system.rs +++ b/runtime/dolphin/src/weights/frame_system.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/manta_collator_selection.rs b/runtime/dolphin/src/weights/manta_collator_selection.rs index fbd71421b..4f2c346ad 100644 --- a/runtime/dolphin/src/weights/manta_collator_selection.rs +++ b/runtime/dolphin/src/weights/manta_collator_selection.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/mod.rs b/runtime/dolphin/src/weights/mod.rs index 28d13b477..af8900705 100644 --- a/runtime/dolphin/src/weights/mod.rs +++ b/runtime/dolphin/src/weights/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_asset_manager.rs b/runtime/dolphin/src/weights/pallet_asset_manager.rs index 17bebe658..0f132a417 100644 --- a/runtime/dolphin/src/weights/pallet_asset_manager.rs +++ b/runtime/dolphin/src/weights/pallet_asset_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_assets.rs b/runtime/dolphin/src/weights/pallet_assets.rs index 855ee4ce2..7fc6880d7 100644 --- a/runtime/dolphin/src/weights/pallet_assets.rs +++ b/runtime/dolphin/src/weights/pallet_assets.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_author_inherent.rs b/runtime/dolphin/src/weights/pallet_author_inherent.rs index f2ee64fc8..3a8ef071e 100644 --- a/runtime/dolphin/src/weights/pallet_author_inherent.rs +++ b/runtime/dolphin/src/weights/pallet_author_inherent.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_balances.rs b/runtime/dolphin/src/weights/pallet_balances.rs index 6adece1a1..2fce2b789 100644 --- a/runtime/dolphin/src/weights/pallet_balances.rs +++ b/runtime/dolphin/src/weights/pallet_balances.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_collective.rs b/runtime/dolphin/src/weights/pallet_collective.rs index e57959adf..1dea7abe1 100644 --- a/runtime/dolphin/src/weights/pallet_collective.rs +++ b/runtime/dolphin/src/weights/pallet_collective.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_democracy.rs b/runtime/dolphin/src/weights/pallet_democracy.rs index fe593be58..260adf7b0 100644 --- a/runtime/dolphin/src/weights/pallet_democracy.rs +++ b/runtime/dolphin/src/weights/pallet_democracy.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_manta_pay.rs b/runtime/dolphin/src/weights/pallet_manta_pay.rs index a5ff1bb09..74d9127a5 100644 --- a/runtime/dolphin/src/weights/pallet_manta_pay.rs +++ b/runtime/dolphin/src/weights/pallet_manta_pay.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_membership.rs b/runtime/dolphin/src/weights/pallet_membership.rs index 36841fc40..e6210d692 100644 --- a/runtime/dolphin/src/weights/pallet_membership.rs +++ b/runtime/dolphin/src/weights/pallet_membership.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_multisig.rs b/runtime/dolphin/src/weights/pallet_multisig.rs index 09667d325..549ec3681 100644 --- a/runtime/dolphin/src/weights/pallet_multisig.rs +++ b/runtime/dolphin/src/weights/pallet_multisig.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_preimage.rs b/runtime/dolphin/src/weights/pallet_preimage.rs index 5330a505d..8798c4601 100644 --- a/runtime/dolphin/src/weights/pallet_preimage.rs +++ b/runtime/dolphin/src/weights/pallet_preimage.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_scheduler.rs b/runtime/dolphin/src/weights/pallet_scheduler.rs index 9e8e97809..5bab45c17 100644 --- a/runtime/dolphin/src/weights/pallet_scheduler.rs +++ b/runtime/dolphin/src/weights/pallet_scheduler.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_session.rs b/runtime/dolphin/src/weights/pallet_session.rs index 66037631c..a9dd25bbc 100644 --- a/runtime/dolphin/src/weights/pallet_session.rs +++ b/runtime/dolphin/src/weights/pallet_session.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_timestamp.rs b/runtime/dolphin/src/weights/pallet_timestamp.rs index d1dac8bdf..f594cd9d5 100644 --- a/runtime/dolphin/src/weights/pallet_timestamp.rs +++ b/runtime/dolphin/src/weights/pallet_timestamp.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_treasury.rs b/runtime/dolphin/src/weights/pallet_treasury.rs index a93091ce8..52d0fb038 100644 --- a/runtime/dolphin/src/weights/pallet_treasury.rs +++ b/runtime/dolphin/src/weights/pallet_treasury.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_tx_pause.rs b/runtime/dolphin/src/weights/pallet_tx_pause.rs index feef2bfac..433cf4ada 100644 --- a/runtime/dolphin/src/weights/pallet_tx_pause.rs +++ b/runtime/dolphin/src/weights/pallet_tx_pause.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/pallet_utility.rs b/runtime/dolphin/src/weights/pallet_utility.rs index 4eb5863d9..145ef8f94 100644 --- a/runtime/dolphin/src/weights/pallet_utility.rs +++ b/runtime/dolphin/src/weights/pallet_utility.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/xcm/mod.rs b/runtime/dolphin/src/weights/xcm/mod.rs index b60814432..b3034917e 100644 --- a/runtime/dolphin/src/weights/xcm/mod.rs +++ b/runtime/dolphin/src/weights/xcm/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/dolphin/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 7ca3e69ce..c6987cda3 100644 --- a/runtime/dolphin/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/dolphin/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/dolphin/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index cfdcf5af8..a501f8fbe 100644 --- a/runtime/dolphin/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/dolphin/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/dolphin/src/xcm_config.rs b/runtime/dolphin/src/xcm_config.rs index 46b003f0d..2f6276084 100644 --- a/runtime/dolphin/src/xcm_config.rs +++ b/runtime/dolphin/src/xcm_config.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/build.rs b/runtime/manta/build.rs index ebc6ed273..7d5c4e345 100644 --- a/runtime/manta/build.rs +++ b/runtime/manta/build.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/currency.rs b/runtime/manta/src/currency.rs index 8ec271cf7..5525d9cf7 100644 --- a/runtime/manta/src/currency.rs +++ b/runtime/manta/src/currency.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/fee.rs b/runtime/manta/src/fee.rs index 9708202e2..1d1f1a011 100644 --- a/runtime/manta/src/fee.rs +++ b/runtime/manta/src/fee.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/impls.rs b/runtime/manta/src/impls.rs index 08eee4b71..61f2a81f7 100644 --- a/runtime/manta/src/impls.rs +++ b/runtime/manta/src/impls.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/lib.rs b/runtime/manta/src/lib.rs index dc2585a36..ba2a338f5 100644 --- a/runtime/manta/src/lib.rs +++ b/runtime/manta/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/nimbus_session_adapter.rs b/runtime/manta/src/nimbus_session_adapter.rs index 3dce3ae87..0d7fb0f3a 100644 --- a/runtime/manta/src/nimbus_session_adapter.rs +++ b/runtime/manta/src/nimbus_session_adapter.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/staking.rs b/runtime/manta/src/staking.rs index 6a20b87de..081f815b4 100644 --- a/runtime/manta/src/staking.rs +++ b/runtime/manta/src/staking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/frame_system.rs b/runtime/manta/src/weights/frame_system.rs index 196f04b89..e3a72561d 100644 --- a/runtime/manta/src/weights/frame_system.rs +++ b/runtime/manta/src/weights/frame_system.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/manta_collator_selection.rs b/runtime/manta/src/weights/manta_collator_selection.rs index 4254465d3..b5682f35b 100644 --- a/runtime/manta/src/weights/manta_collator_selection.rs +++ b/runtime/manta/src/weights/manta_collator_selection.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/mod.rs b/runtime/manta/src/weights/mod.rs index 15e9b9ebf..e2aa0a606 100644 --- a/runtime/manta/src/weights/mod.rs +++ b/runtime/manta/src/weights/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_author_inherent.rs b/runtime/manta/src/weights/pallet_author_inherent.rs index e0819a641..08a464e3e 100644 --- a/runtime/manta/src/weights/pallet_author_inherent.rs +++ b/runtime/manta/src/weights/pallet_author_inherent.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_balances.rs b/runtime/manta/src/weights/pallet_balances.rs index d73b3eb6f..a008da2a1 100644 --- a/runtime/manta/src/weights/pallet_balances.rs +++ b/runtime/manta/src/weights/pallet_balances.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_multisig.rs b/runtime/manta/src/weights/pallet_multisig.rs index 2126a94f1..db084f418 100644 --- a/runtime/manta/src/weights/pallet_multisig.rs +++ b/runtime/manta/src/weights/pallet_multisig.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_parachain_staking.rs b/runtime/manta/src/weights/pallet_parachain_staking.rs index b111ca082..c79752e5b 100644 --- a/runtime/manta/src/weights/pallet_parachain_staking.rs +++ b/runtime/manta/src/weights/pallet_parachain_staking.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_preimage.rs b/runtime/manta/src/weights/pallet_preimage.rs index 0e9a126fc..084d2e6dd 100644 --- a/runtime/manta/src/weights/pallet_preimage.rs +++ b/runtime/manta/src/weights/pallet_preimage.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_session.rs b/runtime/manta/src/weights/pallet_session.rs index 2598896f5..a346b451b 100644 --- a/runtime/manta/src/weights/pallet_session.rs +++ b/runtime/manta/src/weights/pallet_session.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_timestamp.rs b/runtime/manta/src/weights/pallet_timestamp.rs index 03019b2ef..8a625a512 100644 --- a/runtime/manta/src/weights/pallet_timestamp.rs +++ b/runtime/manta/src/weights/pallet_timestamp.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/weights/pallet_utility.rs b/runtime/manta/src/weights/pallet_utility.rs index 641fdcd4e..b44d13567 100644 --- a/runtime/manta/src/weights/pallet_utility.rs +++ b/runtime/manta/src/weights/pallet_utility.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/runtime/manta/src/xcm_config.rs b/runtime/manta/src/xcm_config.rs index d3ba71479..ee3b86550 100644 --- a/runtime/manta/src/xcm_config.rs +++ b/runtime/manta/src/xcm_config.rs @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Manta Network. +// Copyright 2020-2023 Manta Network. // This file is part of Manta. // // Manta is free software: you can redistribute it and/or modify diff --git a/scripts/benchmarking/run_all_benchmarks.sh b/scripts/benchmarking/run_all_benchmarks.sh index db5aabe84..87007591d 100755 --- a/scripts/benchmarking/run_all_benchmarks.sh +++ b/scripts/benchmarking/run_all_benchmarks.sh @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Manta Network. +# Copyright 2020-2023 Manta Network. # This file is part of Manta. # # Manta is free software: you can redistribute it and/or modify